.body .banner {
    width: 100%;
    height: 298px
}

.body .banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.body .moudle {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.body .moudle .left {
    width: 240px;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px)
}

.body .moudle .left .title {
    width: 240px;
    height: 70px;
    padding-left: 25px;
    line-height: 70px;
    /* background-color: #005bac; */
    background-color: #8c0000;
    color: #fff;
    font-size: 28px
}

.body .moudle .left .nav {
    width: 240px;
    /*height: 516px;*/
    /* background-color: #eff6fb;*/
    /*background-color: #fce4e7;*/
    background-image: url(../img/bh-xsc/jgjs/build.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 50px 0
}

.body .moudle .left .nav .item {
    font-size: 14px;
    color: #333;
    width: 231px;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    position: relative;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    cursor: pointer
}

.body .moudle .left .nav .item:hover {
    background-color: #fff;
    font-size: 16px;
    /* color: #005bac */
    color: #8c0000;
}

.body .moudle .left .nav .active {
    background-color: #fff;
    font-size: 16px;
    /* color: #005bac */
    color: #8c0000;
}

.body .moudle .left .nav .active::before {
    content: "";
    position: absolute;
    left: -3px;
    top: calc(50% - 6px);
    width: 4px;
    height: 12px;
    /* background-color: #005bac */
    background-color: #8c0000;;
}

.body .moudle .right {
    width: calc(100% - 240px);
    padding-top: 32px;
    padding-left: 51px
}

.body .moudle .right .sub {
    color: #666;
    font-size: 14px;
    width: 915px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px #d0d7e1;
    padding-bottom: 21px
}

.body .moudle .right .sub img {
    margin-right: 5px
}

.body .moudle .right .sub .r {
    padding-left: 5px;
    padding-right: 5px
}

.body .moudle .right .items {
    width: 915px;
    margin: auto;
    /*padding-top: 30px;*/
    margin-bottom: 60px
}

.body .moudle .right .items .item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 34px 20px;
    padding-bottom: 0
}

.body .moudle .right .items .item .l {
    width: 83px
}

.body .moudle .right .items .item .l .year {
    font-size: 18px;
    color: #999
}

.body .moudle .right .items .item .l .mouth {
    font-size: 32px;
    font-weight: 700
}

.body .moudle .right .items .item .l .mouth :nth-child(1) {
    /* color: #006bca */
    color: #8c0000;;
}

.body .moudle .right .items .item .r {
    width: 735px;
    line-height: 45px;
    /*padding-bottom: 30px;*/
    border-bottom: solid 1px #d0d7e1
}

.body .moudle .right .items .item .r .title {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 20px;
    font-weight: 700
}

.body .moudle .right .items .item .r .des {
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.body .moudle .right .items .item:hover {
    /* background-color: #eff6fb; */
    /*background-color: #fce4e7;*/
    -webkit-box-shadow: 7px 11px 8px 0 rgba(155, 168, 177, .35);
    box-shadow: 7px 11px 8px 0 rgba(155, 168, 177, .35);
    background-image: url(../img/bh-xsc/jgjs/itemlo.png);
    background-repeat: no-repeat;
    background-position: left bottom
}

.body .moudle .right .items .item:hover .r {
    border-bottom: solid 0 #d0d7e1
}

@media screen and (max-width: 1023px) {
    .mbody {
        min-height: 79vh;
        padding-top: 1.12rem
    }

    .mbody .banner {
        width: 100%;
        height: 2.98rem;
        position: relative
    }

    .mbody .banner .bannerimg {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .mbody .nav {
        position: absolute;
        left: .35rem;
        top: 2.28rem
    }

    .mbody .nav .navname {
        height: .7rem;
        /* background-color: #005bac; */
        background-color: #8c0000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        padding-left: .15rem;
        padding-right: .15rem
    }

    .mbody .nav .navname img {
        width: .48rem;
        height: .48rem;
        margin-left: .12rem
    }

    .mbody .nav .navname .name {
        font-size: .24rem
    }

    .mbody .nav .navname .hr {
        padding-left: .05rem;
        padding-right: .05rem
    }

    .mbody .nav .navname .subname {
        font-size: .32rem
    }

    .mbody .nav .subnav {
        display: none
    }

    .mbody .nav .subnav .item {
        width: 3.84rem;
        height: .7rem;
        /* background-color: #005bac; */
        background-color: #8c0000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: .3rem;
        padding-right: .35rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-size: .24rem;
        border-top: 1px solid #fff
    }

    .mbody .nav .subnav .item img {
        width: .16rem;
        height: .2rem
    }

    .mbody .items {
        width: 100%;
        margin-bottom: .6rem
    }

    .mbody .items .item {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .34rem .2rem;
        padding-bottom: 0
    }

    .mbody .items .item .l {
        width: 1rem
    }

    .mbody .items .item .l .year {
        font-size: .18rem;
        color: #999
    }

    .mbody .items .item .l .mouth {
        font-size: .32rem;
        font-weight: 700
    }

    .mbody .items .item .l .mouth :nth-child(1) {
        /* color: #006bca */
        color: #8c0000
    }

    .mbody .items .item .r {
        width: 5.68rem;
        padding-bottom: .3rem;
        border-bottom: solid 1px #d0d7e1
    }

    .mbody .items .item .r .title {
        font-size: .3rem;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: .2rem
    }

    .mbody .items .item .r .des {
        font-size: .24rem;
        text-align: justify;
        line-height: .36rem;
        color: #888;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .mbody .more {
        width: 2.8rem;
        height: .69rem;
        margin: auto;
        background-color: #fff;
        border: solid 1px #005bac;
        text-align: center;
        line-height: .69rem;
        font-size: .26rem;
        margin-bottom: .6rem;
        color: #006bca
    }
}

/*# sourceMappingURL=bh-xsc-gzzd.min.css.map */
