.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;
    color: #fff;
    font-size: 28px
}

.body .moudle .left .nav {
    width: 240px;
    height: 516px;
    background-color: #eff6fb;
    background-image: url(../img/bh-xsc/jgjs/build.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 50px
}

.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
}

.body .moudle .left .nav .active {
    background-color: #fff;
    font-size: 16px;
    color: #005bac
}

.body .moudle .left .nav .active::before {
    content: "";
    position: absolute;
    left: -3px;
    top: calc(50% - 6px);
    width: 4px;
    height: 12px;
    background-color: #005bac
}

.body .moudle .left .tzgg {
    width: 240px;
    background-color: #e9f0f4;
    opacity: .7;
    margin-top: 40px;
    padding: 20px
}

.body .moudle .left .tzgg .name {
    margin-bottom: 20px;
    margin-left: 10px;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.body .moudle .left .tzgg .name span:nth-child(1) {
    font-size: 20px;
    color: #333
}

.body .moudle .left .tzgg .name span:nth-child(2) {
    font-size: 14px;
    color: #005bac
}

.body .moudle .left .tzgg .items .item {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer
}

.body .moudle .left .tzgg .items .item .subname {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 10px;
    text-align: justify
}

.body .moudle .left .tzgg .items .item .date {
    font-size: 12px;
    color: #999;
    padding-left: 10px
}

.body .moudle .left .tzgg .items .item:hover .subname {
    color: #005bac
}

.body .moudle .left .tzgg .items .item::before {
    position: absolute;
    left: -6px;
    top: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../img/bh-xsc/jgjs/r.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.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 {
    margin-top: 30px;
    margin-bottom: 40px
}

.body .moudle .right .items .title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    font-weight: 700
}

.body .moudle .right .items .item:hover .l img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.body .moudle .right .items .item {
    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;
    border: solid 1px #e5e5e5;
    margin-bottom: 20px;
    cursor: pointer
}

.body .moudle .right .items .item .l {
    width: 286px;
    height: 180px;
    overflow: hidden
}

.body .moudle .right .items .item .l img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.body .moudle .right .items .item .l .pic {
    width: 180px;
    height: 180px
}

.body .moudle .right .items .item .r {
    width: 624px;
    height: 180px;
    padding-left: 40px;
    padding-right: 40px
}

.body .moudle .right .items .item .r .year {
    font-size: 18px;
    line-height: 24px;
    color: #999;
    margin-top: 24px
}

.body .moudle .right .items .item .r .date {
    font-size: 28px;
    line-height: 24px;
    color: #006bca;
    margin-top: 12px;
    font-weight: 700
}

.body .moudle .right .items .item .r .des {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 16px
}

.body .moudle .right .items .item .r .gzdes {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 16px
}

@media screen and (max-width: 1023px) {
    .mbody {
        /* 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;
        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;
        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 {
        margin-top: .6rem;
        margin-bottom: .6rem
    }

    .mbody .items .item {
        width: 6.87rem;
        margin: auto;
        margin-bottom: .34rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .mbody .items .item .left {
        width: 2.38rem;
        height: 1.57rem;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: .3rem
    }

    .mbody .items .item .left img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .mbody .items .item .left .pic {
        width: auto !important
    }

    .mbody .items .item .right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mbody .items .item .right .des {
        font-size: .3rem;
        color: #333;
        line-height: .36rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .mbody .items .item .right .date {
        font-size: .22rem;
        color: #bfbfbf
    }

    .mbody .more {
        width: 2.8rem;
        height: .69rem;
        margin: auto;
        margin-top: .7rem;
        margin-bottom: .6rem;
        line-height: .69rem;
        text-align: center;
        background-color: #fff;
        border: solid 1px #005bac;
        color: #006bca
    }

    .mbody .tzgg {
        background-color: #e9f0f4;
        margin-top: .4rem;
        padding: .3rem
    }

    .mbody .tzgg .name {
        margin-bottom: .2rem;
        margin-left: .1rem;
        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;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mbody .tzgg .name span:nth-child(1) {
        font-size: .32rem;
        color: #333
    }

    .mbody .tzgg .name span:nth-child(2) {
        font-size: .24rem;
        color: #005bac
    }

    .mbody .tzgg .itms .itm {
        position: relative;
        margin-bottom: .3rem;
        cursor: pointer
    }

    .mbody .tzgg .itms .itm .subname {
        font-size: .28rem;
        color: #333;
        line-height: .4rem;
        margin-bottom: .1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding-left: .6rem;
        text-align: justify
    }

    .mbody .tzgg .itms .itm .date {
        font-size: .24rem;
        color: #999;
        padding-left: .6rem
    }

    .mbody .tzgg .itms .itm:hover .subname {
        color: #005bac
    }

    .mbody .tzgg .itms .itm::before {
        position: absolute;
        left: .2rem;
        top: .08rem;
        content: "";
        width: .24rem;
        height: .24rem;
        background-image: url(../img/bh-xsc/jgjs/r.png);
        background-repeat: no-repeat;
        background-size: 100% 100%
    }
}

/*# sourceMappingURL=bh-xsc-ttfd.min.css.map */
