.body {
    /*padding-top: 20px;*/
    min-height: 68vh;
     /*background-image: url(../img/back-body.jpg);*/
    background-size: 100%;
    /*background-repeat: no-repeat;*/
    overflow-x: hidden
}

.body .banner {
    border-radius: 6px;
    margin: auto;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.body .banner .player {
    position: absolute;
    left: calc(50% - 49px);
    top: calc(50% - 49px)
}

.body .xwdt1 {
    width: 1200px;
    height: 313px;
    margin: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(74, 103, 150, .32);
    box-shadow: 0 0 9px 0 rgba(74, 103, 150, .32);
    border-radius: 6px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.body .xwdt1 .name {
    width: 122px;
    height: 273px;
    background-image: url("../img/bh-xsc/main/news.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0 6px 6px 0;
    position: relative
}

.body .xwdt1 .name span {
    position: absolute;
    left: calc(50% - 37px);
    bottom: 30px;
    color: #fff
}

.body .xwdt1 .wxdyitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
}

.body .xwdt1 .wxdyitem .left {
    width: 460px;
    height: 274px;
    margin-left: 45px;
    margin-right: 15px
}

.body .xwdt1 .wxdyitem .left #mswiper {
    width: 100%;
    height: 100%
}

.body .xwdt1 .wxdyitem .left #mswiper .swiper-pagination {
    text-align: end;
    padding-right: 10px
}

.body .xwdt1 .wxdyitem .left #mswiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .5
}

.body .xwdt1 .wxdyitem .left #mswiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1
}

.body .xwdt1 .wxdyitem .left .swiper-slide {
    width: 100%;
    height: 100%
}

.body .xwdt1 .wxdyitem .left .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    /*object-fit: cover;*/
    cursor: pointer !important;
}

.body .xwdt1 .wxdyitem .right {
    width: 550px
}

.body .xwdt1 .wxdyitem .right .item {
    width: 100%;
    border-bottom: solid 1px #d2def0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
    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 .xwdt1 .wxdyitem .right .item .title {
    color: #666;
    display: inline-block;
    width: 370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    cursor: pointer
}

.body .xwdt1 .wxdyitem .right .item img {
    height: 70%;
    margin-top: 2px
}

.body .xwdt1 .wxdyitem .right .item .date {
    color: #959eb2;
    font-size: 14px
}

.body .xwdt1 .wxdyitem .right .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    /* background-color: #0d56cb */
    background-color: #8c0000
}

.body .xwdt1 .wxdyitem .right .active .title {
    color: #0d56cb
}

.body .xwdt1 .wxdyitem .right .item:hover .title {
    /* color: #0d56cb */
    color: #8c0000
}


.body .moudle1 {
    margin-top: 20px;
    /* background-color: rgba(200, 0, 21, .1); */
    /* background-image: url(../img/bh-xsc/main/BG1.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.body .moudle2 .bszn {
    width: 100%;
    height: 202px;
    background-color: rgba(206, 232, 255, .6);
    margin-top: 20px;
    position: relative;
}

.body .moudle2 .bszn .content {
    width: 1200px;
    height: 103px;
    margin: auto
}

.body .moudle2 .bszn .content .name {
    padding-top: 30px;
    margin-bottom: 25px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.body .moudle2 .bszn .content .name .names {
    font-size: 24px;
    color: #8c0000
}

.body .moudle2 .bszn .content .name .more {
    font-size: 14px;
    color: #8c0000
}

.body .moudle2 .bszn .content .items {
    width: 100%;
    height: 103px;
    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 .moudle2 .bszn .content .items .item {
    width: 285px;
    height: 77px;
    background-color: #9dcdf8;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer
}

.body .moudle2 .bszn .content .items .item .left {
    width: 244px;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #76acdd;
    font-size: 18px;
    color: #005bac;
    padding-left: 20px;
    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
}

.body .moudle2 .bszn .content .items .item .right {
    width: 41px;
    height: 100%;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.body .moudle2 .bszn .content .items .item:hover {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px)
}

.body .moudle1 .xydtcontent {
    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 .moudle1 .xydtcontent .xydt {
    width: calc(100% - 422px)
}

.body .moudle1 .xydtcontent .xydt .name {
    padding-top: 30px;
    margin-bottom: 25px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.body .moudle1 .xydtcontent .xydt .name .names {
    font-size: 24px;
    color: #8c0000
}

.body .moudle1 .xydtcontent .xydt .name .more {
    font-size: 14px;
    color: #8c0000
}

.body .moudle1 .xydtcontent .xydt .box {
    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 .moudle1 .xydtcontent .xydt .box .left {
    width: 360px;
    height: 515px;
    background-color: #0056b7;
    border-radius: 6px
}

.body .moudle1 .xydtcontent .xydt .box .left .title {
    font-size: 18px;
    color: #fff;
    height: 122px;
    position: relative;
    padding-top: 25px;
    padding-left: 30px
}

.body .moudle1 .xydtcontent .xydt .box .left .title span {
    width: 206px;
    display: block;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.body .moudle1 .xydtcontent .xydt .box .left .title img {
    position: absolute;
    right: 50px;
    top: 30px
}

.body .moudle1 .xydtcontent .xydt .box .left .card {
    width: 360px;
    height: 393px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #0056b7;
    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;
    padding: 30px
}

.body .moudle1 .xydtcontent .xydt .box .left .card .img {
    width: 282px;
    height: 189px;
    border-radius: 6px;
    overflow: hidden;
    margin: auto
}

.body .moudle1 .xydtcontent .xydt .box .left .card .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.body .moudle1 .xydtcontent .xydt .box .left .card .img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.body .moudle1 .xydtcontent .xydt .box .left .card .des {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.body .moudle1 .xydtcontent .xydt .box .left .card .date {
    font-size: 14px;
    color: #999;
    text-align: end;
    position: relative
}

.body .moudle1 .xydtcontent .xydt .box .left .card .date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 50px;
    height: 1px;
    background-color: #a3b6d6
}

.body .moudle1 .xydtcontent .xydt .box .right {
    width: 401px;
    height: 515px;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #c7d9e9;
    padding-top: 10px
}

.body .moudle1 .xydtcontent .xydt .box .right .item {
    width: 315px;
    margin: auto;
    border-bottom: dashed 1px #a3b6d6;
    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;
    margin-top: 20px;
    padding-bottom: 20px
}

.body .moudle1 .xydtcontent .xydt .box .right .item .date {
    width: 56px;
    height: 56px;
    text-align: center;
    background-color: #9dcdf8;
    border-radius: 6px;
    border: solid 1px #76acdd
}

.body .moudle1 .xydtcontent .xydt .box .right .item .date > div:nth-child(1) {
    font-size: 24px;
    color: #fff;
    font-weight: 700
}

.body .moudle1 .xydtcontent .xydt .box .right .item .date > div:nth-child(2) {
    font-size: 12px;
    color: #fff
}

.body .moudle1 .xydtcontent .xydt .box .right .item .des {
    font-size: 16px;
    line-height: 26px;
    width: 237px;
    line-height: 26px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    cursor: pointer
}

.body .moudle1 .xydtcontent .xydt .box .right .item .des:hover {
    color: #0d56cb
}

.body .moudle1 .xydtcontent .xydt .box .right .item:last-child {
    border-bottom: dashed 1px #fff
}

.body .moudle1 .xydtcontent .ksrk {
    width: 580px
}

.body .moudle1 .xydtcontent .ksrk .name {
    padding-top: 30px;
    margin-bottom: 25px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.body .moudle1 .xydtcontent .ksrk .name .names {
    font-size: 24px;
    color: #8c0000;
    /* color: #0d56cb; */
}

.body .moudle1 .xydtcontent .ksrk .name .more {
    font-size: 14px;
    color: #8c0000;
    font-weight: bold;
    /* color: #0d56cb; */
}

.body .moudle1 .xydtcontent .ksrk .box {
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #c7d9e9;
    height: 280px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.body .moudle1 .xydtcontent .ksrk .box .item {
    position: relative;
    width: 520px;
    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;
    margin-left: 40px;
    padding-top: 19px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(145, 173, 203, .4)
}

.body .moudle1 .xydtcontent .ksrk .box .item .title {
    color: #666;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 450px;
}

.body .moudle1 .xydtcontent .ksrk .box .item .date {
    /* color: #005bac; */
    color: #8c0000;
    font-size: 14px;
    margin-top: 2px;
    margin-right: -2px;
}

.body .moudle1 .xydtcontent .ksrk .box .item:last-child {
    border-bottom: solid 0 rgba(145, 173, 203, .4)
}

.body .moudle1 .xydtcontent .ksrk .box .item:hover .title {
    /* color: #0d56cb */
    color: #8c0000;
}

.body .moudle1 .xydtcontent .ksrk .box .item::before {
    content: "";
    position: absolute;
    left: -20px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    /* background-color: #0d56cb */
    background-color: #8c0000
}

.body .moudle1 .gg {
    width: 100%;
    height: 40px
}

.body .moudle1 .gg .content {
    width: 1200px;
    height: 100%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.body .moudle1 .gg .content .btn {
    width: 54px;
    height: 26px;
    background-color: #aad7ff;
    border-radius: 4px;
    font-size: 16px;
    line-height: 26px;
    color: #0056b7;
    text-align: center
}

.body .moudle1 .gg .content .hr {
    width: 1px;
    height: 10px;
    background-color: #d7eaff;
    display: inline-block
}

.body .moudle1 .gg .content .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;
    width: 440px
}

.body .moudle1 .gg .content .item .name {
    font-size: 16px;
    color: #fefefe;
    width: 327px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.body .moudle1 .gg .content .item .date {
    font-size: 16px;
    color: #fefefe;
    opacity: .5
}

.body .moudle1 .gg .content .more {
    width: 60px;
    height: 100%;
    background-color: #9dcdf8;
    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
}

.body .moudle2 {
    margin-bottom: 100px;
    background-image: url(../img/bh-xsc/main/BG3.jpg);
    background-size: 100%;
    background-repeat: no-repeat
}

.body .moudle2 .wlsz {
    width: 100%
}

.body .moudle2 .wlsz .content {
    width: 1200px;
    margin: auto
}

.body .moudle2 .wlsz .content .name {
    padding-top: 60px;
    margin-bottom: 40px;
    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 .moudle2 .wlsz .content .name .names {
    font-size: 24px;
    color: #8c0000
}

.body .moudle2 .wlsz .content .name .more {
    font-size: 14px;
    color: #8c0000
}

.body .moudle2 .wlsz .content .items {
    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 .moudle2 .wlsz .content .items .item {
    width: 386px;
    height: 401px;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 10px 0 rgba(67, 5, 0, .3);
    box-shadow: 0 14px 10px 0 rgba(67, 5, 0, .3);
    border-radius: 6px;
    overflow: hidden
}

.body .moudle2 .wlsz .content .items .item .img {
    width: 386px;
    height: 216px;
    overflow: hidden
}

.body .moudle2 .wlsz .content .items .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.body .moudle2 .wlsz .content .items .item .img img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.body .moudle2 .wlsz .content .items .item .title {
    margin: 30px;
    position: relative
}

.body .moudle2 .wlsz .content .items .item .title > div {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.body .moudle2 .wlsz .content .items .item .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 50px;
    height: 1px;
    background-color: #a3b6d6
}

.body .moudle2 .wlsz .content .items .item .des {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
    text-align: justify;
    cursor: pointer
}

.body .moudle2 .wlsz .content .items .item .des:hover {
    color: #0a8bff
}

.body .moudle2 .wlsz .content .items .item .detail {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    color: #005bac;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.body .moudle2 .wlsz .content .items .item .detail img {
    width: 18px;
    margin-bottom: -4px;
}

.body .moudle2 .szhd {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px
}

.body .moudle2 .szhd .s {
    width: 15.10417%
}

.body .moudle2 .szhd .content {
    width: 1620px;
    height: 395px;
    background-image: url(../img/bh-xsc/main/bar.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0 6px 6px 0
}

.body .moudle2 .szhd .content .contents {
    width: 1200px;
    position: absolute;
    left: calc(50% - 600px)
}

.body .moudle2 .szhd .content .name {
    margin-top: 60px;
    margin-bottom: 30px;
    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 .moudle2 .szhd .content .name .names {
    font-size: 24px;
    color: #fff
}

.body .moudle2 .szhd .content .name .more {
    font-size: 14px;
    color: #fff
}

.body .moudle2 .szhd .content .items {
    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 .moudle2 .szhd .content .items .item {
    width: 285px;
    background-color: #d9a86f;
    -webkit-box-shadow: 0 1px 6px 0 rgba(10, 45, 103, .35);
    box-shadow: 0 1px 6px 0 rgba(10, 45, 103, .35);
    border-radius: 6px;
    border: solid 1px #d3e0eb
}

.body .moudle2 .szhd .content .items .item .date {
    color: #fff;
    padding-top: 26px;
    padding-left: 34px;
    padding-bottom: 26px
}

.body .moudle2 .szhd .content .items .item .date .mouth {
    font-size: 24px
}

.body .moudle2 .szhd .content .items .item .date .year {
    font-size: 16px;
    padding-left: 20px;
    position: relative
}

.body .moudle2 .szhd .content .items .item .date .year::before {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 5px;
    width: 1px;
    height: 12px;
    background-color: #fff
}

.body .moudle2 .szhd .content .items .item .des {
    width: 100%;
    height: 132px;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #d3e0eb;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    padding: 25px 28px 0 28px;
    cursor: pointer
}

.body .moudle2 .szhd .content .items .item .des span {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.body .moudle2 .szhd .content .items .item .des img {
    margin-top: 12px;
    float: right
}

.body .moudle2 .szhd .content .items .item .des:hover {
    color: #0a8bff
}

.body .moudle2 .sxfc {
    width: 1200px;
    margin: auto;
    position: relative
}

.body .moudle2 .sxfc .more {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: -62px;
    top: 0;
    width: 63px;
    height: 660px;
    background-color: #0056b7;
    border-radius: 0 6px 6px 0
}

.body .moudle2 .sxfc .items {
    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
}

.body .moudle2 .sxfc .itembg {
    background-image: url(../img/bh-xsc/main/xsfc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.body .moudle2 .sxfc .item1 {
    width: 330px;
    height: 330px;
    overflow: hidden
}

.body .moudle2 .sxfc .item1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.body .moudle2 .sxfc .item1 span {
    padding-left: 32px;
    padding-top: 80px;
    font-size: 24px;
    color: #fff;
    display: inline-block
}

.body .moudle2 .sxfc .item1:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.body .moudle2 .sxfc .item2:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.body .moudle2 .sxfc .item2 {
    width: 539px;
    height: 330px;
    overflow: hidden
}

.body .moudle2 .sxfc .item2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media screen and (max-width: 1023px) {
    .mbody {
        min-height: 79vh;
        padding-top: 1.1rem;
        overflow-x: hidden
    }

    .mbody .banner {
        width: 100%;
        height: 3.7rem;
        overflow: hidden;
        position: relative;
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02)
    }

    .mbody .banner .player {
        width: .97rem;
        height: .97rem;
        position: absolute;
        left: calc(50% - .49rem);
        top: calc(50% - .49rem)
    }

    .mbody .xwdtbox {
        width: 100%;
        background-image: url(../img/bh-xsc/mobile/xwdtbg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: .7rem;
        padding-bottom: .7rem
    }

    .mbody .xwdt {
        width: 6.87rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(74, 103, 150, .32);
        box-shadow: 0 0 9px 0 rgba(74, 103, 150, .32);
        border-radius: 6px;
        margin: auto;
        padding-bottom: .38rem
    }

    .mbody .xwdt .title {
        padding-top: .38rem;
        margin-bottom: .38rem;
        text-align: center;
        position: relative
    }

    .mbody .xwdt .title .name {
        font-size: .36rem;
        color: #8c0000
    }

    .mbody .xwdt .title .more {
        font-size: .24rem;
        color: #333;
        position: absolute;
        right: .38rem;
        bottom: .05rem
    }

    .mbody .xwdt .swiper2 {
        width: 6.26rem;
        height: 3.49rem;
        margin: auto
    }

    .mbody .xwdt .swiper2 .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
        opacity: .5
    }

    .mbody .xwdt .swiper2 .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #fff;
        opacity: 1
    }

    .mbody .xwdt .swiper2 .swiper-container {
        width: 100%;
        height: 100%
    }

    .mbody .xwdt .swiper2 .swiper-slide {
        width: 100%;
        height: 100%
    }

    .mbody .xwdt .swiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .mbody .xwdt .sdes {
        width: 6.26rem;
        margin: auto
    }

    .mbody .xwdt .sdes .name {
        font-size: .32rem;
        line-height: .42rem;
        color: #333;
        margin-top: .17rem
    }

    .mbody .xwdt .sdes .date {
        font-size: .22rem;
        color: #959eb2;
        margin-top: .17rem;
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mbody .xwdt .sdes .date img {
        width: .39rem;
        height: .07rem
    }

    .mbody .bsbox {
        background-image: url(../img/bh-xsc/mobile/bsbg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat
    }

    .mbody .bszn {
        background-color: rgba(206, 232, 255, .5);
        padding-bottom: .5rem
    }

    .mbody .bszn .title {
        font-size: .36rem;
        color: #8c0000;
        padding-top: 0.38rem;
        margin-bottom: 0.38rem;
        text-align: center;
        position: relative;
    }

    .mbody .bszn .title .more {
        font-size: .24rem;
        color: #333;
        position: absolute;
        right: 0.45rem;
        bottom: 0.05rem;
    }

    .mbody .bszn .items {
        width: 6.88rem;
        margin: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 120, 255, .24);
        box-shadow: 0 0 9px 0 rgba(0, 120, 255, .24);
        border-radius: 6px;
        padding-left: .2rem;
        padding-right: .2rem
    }

    .mbody .bszn .items .item {
        width: 100%;
        border-bottom: solid 1px #d2def0;
        padding-top: .3rem;
        padding-bottom: .3rem;
        padding-left: .6rem;
        position: relative;
        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
    }

    .mbody .bszn .items .item .name {
        color: #666;
        display: inline-block;
        width: 4.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .mbody .bszn .items .item .date {
        color: #b3d4ff;
        font-size: .22rem
    }

    .mbody .bszn .items .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(50% - .03rem);
        width: .06rem;
        height: .06rem;
        border-radius: 50%;
        /* background-color: #0d56cb */
        background-color: #8c0000
    }

    .mbody .ksrk .title {
        font-size: .36rem;
        color: #8c0000;
        text-align: center;
        padding-top: .4rem;
        padding-bottom: .4rem;
        position: relative;
    }

    .mbody .ksrk .title .more {
        font-size: .24rem;
        color: #333;
        position: absolute;
        right: 0.45rem;
        bottom: 0.45rem;
    }

    .mbody .ksrk .items .item {
        width: 6.86rem;
        margin: auto;
        height: .87rem;
        background-color: #9dcdf8;
        border-radius: 6px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: .2rem
    }

    .mbody .ksrk .items .item .left {
        width: 5.96rem;
        height: 100%;
        background-color: #fff;
        border-radius: 6px;
        border: solid 1px #76acdd;
        font-size: .3rem;
        color: #005bac;
        padding-left: .26rem;
        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
    }

    .mbody .ksrk .items .item .right {
        width: calc(100% - 5.96rem);
        height: 100%;
        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: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mbody .ksrk .items .item:last-child {
        margin-bottom: 0
    }

    .mbody .ksrk .hx {
        height: .65rem
    }

    .mbody .xydttzgg {
        background-color: #eef4fa;
        padding-top: .6rem;
        padding-bottom: .6rem;
        border-bottom: 1px dashed lightblue;
    }

    .mbody .xydttzgg .title {
        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;
        position: relative
    }

    .mbody .xydttzgg .title .active {
        color: #8c0000
    }

    .mbody .xydttzgg .title .hr {
        width: 1px;
        height: .33rem;
        background-color: #7d7d7d;
        display: inline-block;
        margin-left: .2rem;
        margin-right: .2rem
    }

    .mbody .xydttzgg .title span {
        font-size: .34rem;
        color: #666
    }

    .mbody .xydttzgg .title .more {
        position: absolute;
        bottom: .05rem;
        right: .38rem;
        font-size: .24rem;
        color: #333
    }

    .mbody .xydttzgg .items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: .34rem;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mbody .xydttzgg .items .item {
        padding: .2rem;
        width: 3.33rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(74, 103, 150, .32);
        box-shadow: 0 0 9px 0 rgba(74, 103, 150, .32);
        border-radius: 6px
    }

    .mbody .xydttzgg .items .item .img {
        width: 2.94rem;
        height: 1.89rem
    }

    .mbody .xydttzgg .items .item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .mbody .xydttzgg .items .item .sdes {
        width: 2.92rem;
        margin: auto
    }

    .mbody .xydttzgg .items .item .sdes .name {
        width: 100%;
        font-size: .28rem;
        line-height: .42rem;
        color: #333;
        margin-top: .17rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .mbody .xydttzgg .items .item .sdes .date {
        font-size: .22rem;
        color: #959eb2;
        margin-top: .17rem;
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mbody .xydttzgg .items .item .sdes .date img {
        width: .39rem;
        height: .07rem
    }

    .mbody .wlsz {
        padding: .34rem
    }

    .mbody .wlsz .title {
        padding-top: .38rem;
        margin-bottom: .38rem;
        text-align: center;
        position: relative
    }

    .mbody .wlsz .title .name {
        font-size: .36rem;
        color: #8c0000
    }

    .mbody .wlsz .title .more {
        font-size: .24rem;
        color: #333;
        position: absolute;
        right: .38rem;
        bottom: .05rem
    }

    .mbody .wlsz .items {
        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
    }

    .mbody .wlsz .items .item {
        width: 3.33rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(74, 103, 150, .32);
        box-shadow: 0 0 9px 0 rgba(74, 103, 150, .32);
        border-radius: 6px;
        padding: .19rem
    }

    .mbody .wlsz .items .item .subname {
        font-size: .28rem;
        color: #333;
        line-height: .4rem;
        margin-bottom: .19rem
    }

    .mbody .wlsz .items .item .img {
        width: 2.94rem;
        height: 1.89rem
    }

    .mbody .wlsz .items .item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .mbody .wlsz .items .item .sdes {
        width: 2.92rem;
        margin: auto
    }

    .mbody .wlsz .items .item .sdes .name {
        width: 100%;
        font-size: .24rem;
        line-height: .42rem;
        color: #888;
        margin-top: .17rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .mbody .wlsz .items .item .sdes .date {
        font-size: .22rem;
        color: #959eb2;
        margin-top: .17rem;
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mbody .wlsz .items .item .sdes .date img {
        width: .39rem;
        height: .07rem
    }

    .mbody .szbox {
        background-image: url(../img/bh-xsc/mobile/sz.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #eef4fa
    }

    .mbody .szhd .title {
        padding-top: .38rem;
        margin-bottom: .38rem;
        text-align: center;
        position: relative
    }

    .mbody .szhd .title .name {
        font-size: .36rem;
        color: #8c0000
    }

    .mbody .szhd .title .more {
        font-size: .24rem;
        color: #333;
        position: absolute;
        right: .38rem;
        bottom: .05rem
    }

    .mbody .szhd .items {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-right: .34rem;
        padding-top: .7rem;
        padding-bottom: .5rem;
        background-image: url(../img/bh-xsc/mobile/zbg.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 90% 100%
    }

    .mbody .szhd .items .item {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 3.82rem;
        background-color: #d9a86f;
        -webkit-box-shadow: 0 1px 6px 0 rgba(10, 45, 103, .35);
        box-shadow: 0 1px 6px 0 rgba(10, 45, 103, .35);
        border-radius: 6px;
        border: solid 1px #d3e0eb;
        margin-left: .38rem
    }

    .mbody .szhd .items .item .date {
        color: #fff;
        padding-top: .2rem;
        padding-left: .3rem;
        padding-bottom: .2rem
    }

    .mbody .szhd .items .item .date .mouth {
        font-size: .24rem
    }

    .mbody .szhd .items .item .date .year {
        font-size: .16rem;
        padding-left: .2rem;
        position: relative
    }

    .mbody .szhd .items .item .date .year::before {
        content: "";
        position: absolute;
        left: .07rem;
        bottom: .05rem;
        width: 1px;
        height: .12rem;
        background-color: #fff
    }

    .mbody .szhd .items .item .des {
        width: 100%;
        height: 1.92rem;
        background-color: #fff;
        border-radius: 6px;
        border: solid 1px #d3e0eb;
        font-size: .28rem;
        line-height: .4rem;
        color: #333;
        padding: .25rem .28rem 0 .28rem
    }

    .mbody .szhd .items .item .des span {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .mbody .szhd .items .item .des img {
        margin-top: .12rem;
        float: right
    }

    .mbody .xsfc {
        padding: .7rem .34rem;
        background-color: #eef4fa
    }

    .mbody .xsfc .item1 {
        background-image: url(../img/bh-xsc/main/xsfc.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        line-height: 2.65rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mbody .xsfc .item {
        height: 2.65rem;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: .4rem;
        color: #fff
    }

    .mbody .xsfc .item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .mbody .xsfc .item .itm1 {
        overflow: hidden;
        width: 4.38rem;
        height: 100%
    }

    .mbody .xsfc .item .itm2 {
        overflow: hidden;
        width: 2.49rem;
        height: 100%
    }

    .mbody .xsfc .item .itm3 {
        overflow: hidden;
        width: 3.43rem;
        height: 100%
    }

    .mbody .xsfc .item .itm4 {
        overflow: hidden;
        width: 3.43rem;
        height: 100%
    }

    .mbody .xsfc .more {
        width: 100%;
        height: .64rem;
        line-height: .64rem;
        background-color: #0056b7;
        border-radius: 0 0 6px 6px;
        font-size: .2rem;
        color: #fff;
        text-align: center
    }
}

/*# sourceMappingURL=bh-xsc-main.css.map */
