@charset "utf-8";

.swiper-slide{
    font-size: 14px !important;
    display: block;
    background: unset;
}

.index_banner
{
    overflow: hidden;
}

.pic_box
{
    overflow: hidden;
}

.swiper-pagination{
    text-align: right;
}
.swiper-button-next, .swiper-button-prev{
    color: #FFFFFF;
}

.swiper-pagination-bullet{
    color: #FFFFFF;
    background: #FFFFFF;
}

.page_two_pic .pic_box .swiper-button-prev, .page_two_pic .pic_box .swiper-button-next{
    width: inherit;
    height: inherit;
    margin-top: unset;
    top: 50%;
}

.page_two_pic .pic_box .swiper-button-prev{
    left: 10px;
    background: inherit;
}

.page_two_pic .pic_box .swiper-button-next {
    right: 10px;
    background: inherit;
}


@media (max-width: 750px){
    .page_two_pic .pic_box .swiper-button-prev, .page_two_pic .pic_box .swiper-button-next {
        margin-top: -25px;
    }
}


/* CSS Document index */
html {
    background: #fafafa;
    font-size: 62.5%;}

body {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    font-family:'Microsoft Yahei', '微软雅黑',SimSun,SimHei,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0px;
    padding: 0px;}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;}

fieldset, img {
    border: 0;}

img, object {
    max-width: 100%;}

a {
    outline: none;
    text-decoration: none;
    color: #1f1f1f;
}

a:hover {
    color: #9a0000;
    text-decoration: none;}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;}

ul, ol, li {
    list-style: none outside none;}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;}

q:before, q:after {
    content: '';
    content: none;}

input, textarea, select {
    font-weight: inherit;}

input, select, textarea, button {
    vertical-align: middle
;}



.articleList03 .slider {
    position: relative;}

.articleList03 .slider .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);}

.articleList03 .slider .swiper-slide .imgResponsive {
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
    /* background: #f1f1f1;*/
    background:#f2efea;}

.articleList03 .slider .swiper-slide .imgResponsive img {
    max-height: 100%;
    width: auto;}

.articleList03 .slider .swiper-slide.swiper-slide-active {
    transform: scale(1);}

.articleList03 .slider .swiper-slide .slider-text {
    transition: 300ms;
    opacity: 0;
    margin: 10px 0;
    font-size: 1.4rem;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: block;
    text-align: center;}

.articleList03 .slider .swiper-slide.swiper-slide-active .slider-text {
    opacity: 1;}

.articleList03 .slider-nav {
    overflow: hidden;
    position: relative;}

.articleList03 .slider-nav2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 35px;}

.articleList03 .slider-nav1:after
{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 30px;
}


.articleList03 .slider-nav .swiper-slide {
    padding-top: 25px;
    text-align: center;}

.articleList03 .slider-nav .swiper-slide span {
    display: block;
    text-align: center;
    height: 35px;
}


.articleList03 .slider-nav2 .swiper-slide .icon-shijian1 {
    display: block;
    width: 20px;
    height: 20px;
    background: #fff url(../images/icon_time.png) no-repeat center;
    background-size: 16px;
    border-radius: 50%;
    margin: 0 auto 12px auto;
}

.articleList03 .slider-nav1 .swiper-slide .icon-shijian1 {
    display: block;
    width: 20px;
    height: 20px;
    background: #fff url(../images/icon_time.png) no-repeat center;
    background-size: 16px;
    border-radius: 50%;
    margin: 12px auto 0px auto;
}


.articleList03 .slider-nav .swiper-slide.swiper-slide-active .icon-shijian1 {
    background-color: #9f0d0d;
    background-image: url(/resources/images/icon_time1.png);
    z-index: 99;
    position: relative;}








/* CSS Document */
/* Browser Resets
*********************************/

/*校史回眸*/
.wrap_mode03 {
    background-size:100%;
    overflow: hidden;
}

.articleList03 {
    margin: 15px auto 15px auto;}

.slick-list {
    padding-top: 25px !important;
    padding-bottom: 25px !important
;}

.slick-list .imgResponsive {
    padding-bottom: 56.5%;}

.center li {
    transition: all 0.4s ease-in-out;}

.center li > a {
    padding: 0;
    transform: scale(0.9);
    position: relative;
    transition: all 0.4s ease-in-out;}

.center li.slick-center > a {
    transform: scale(1.15);
    margin: 0 22px;}

.cur1 {
    transform: translate(-24px);}

.cur3 {
    transform: translate(24px);}

.center > li {
    border: none;
    position: relative;}

.center li > a {
    display: block;
    padding: 0 20px;}

.slick-dots {
    display: none !important;}

.slick-arrow {
    display: block;
    width: 58px;
    height: 16px;
    text-indent: 999em;
    border: none;
    cursor: pointer;
    outline: none;}

.slick-prev {
    background: url(/resources/images/prev.jpg) no-repeat;
    position: absolute;
    left: -58px;
    top: -243px;}

.slick-next {
    background: url(/resources/images/next.jpg) no-repeat;
    position: absolute;
    right: -58px;
    top: -243px;}


.articleList03 .slider-history {
    position: relative;}

.articleList03 .slider-history .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);}

.articleList03 .slider-history .swiper-slide .imgResponsive {
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
    /* background: #f1f1f1;*/
    background:#f2efea;}

.articleList03 .slider-history .swiper-slide .imgResponsive img {
    max-height: 100%;
    width: auto;
}

.articleList03 .slider-history .swiper-slide.swiper-slide-active {
    transform: scale(1);}

.articleList03 .slider-history .swiper-slide .slider-text {
    transition: 300ms;
    opacity: 0;
    margin: 10px 0;
    font-size: 1.4rem;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: block;
    text-align: center;}

.articleList03 .slider-history .swiper-slide.swiper-slide-active .slider-text {
    opacity: 1;}

.articleList03 .slider-history-nav {
    overflow: hidden;
    position: relative;}

.articleList03 .slider-history-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 35px;}



.articleList03 .slider-history-nav .swiper-slide {
    padding-top: 25px;
    text-align: center;}

.articleList03 .slider-history-nav .swiper-slide span {
    display: block;
    text-align: center;}

.articleList03 .slider-history-nav .swiper-slide .icon-shijian1 {
    display: block;
    width: 20px;
    height: 20px;
    background: #fff url(../images/icon_time.png) no-repeat center;
    background-size: 16px;
    border-radius: 50%;
    margin: 0 auto 12px auto;}

.articleList03 .slider-history-nav .swiper-slide.swiper-slide-active .icon-shijian1 {
    background-color: #9f0d0d;
    background-image: url(/resources/images/icon_time1.png);
    z-index: 99;
    position: relative;}

.articleList03 .slider-history-nav .swiper-slide.swiper-slide-active strong {
    width: 20px;
    height: 40px;
    background: -webkit-linear-gradient(bottom,rgba(154,0,0,0.2),rgba(154,0,0,0)); /* safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(154,0,0,0.2),rgba(154,0,0,0)); /* opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top,rgba(154,0,0,0.2),rgba(154,0,0,0)); /* firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(154,0,0,0.2),rgba(154,0,0,0)); /* 标准的语法 */
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;}






/*newshead*/
.newshead {
    margin: 16px 0 30px 0;
    width: 100%;
    border-bottom: #c7161e solid 5px;
}
.square {
    width: 21px;
    height: 21px;
    margin: 25px 25px 0 25px;
    background-color: #c7161e;
    float: left;
}
.newshead h5 {
    float: left;
    font-size: 32px;
    line-height: 64px;
    color: #c7161e;
}

.more {
    color: #c7161e;
    font-size: 18px;
    float: right;
    margin: 24px 30px 0 0;
}



/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

:root {
    --white: #fff;
    --black: #323135;
    --crystal: #a8dadd;
    --columbia-blue: #cee9e4;
    --midnight-green: #01565b;
    --yellow: #e5f33d;
    --timeline-gradient: rgba(206, 233, 228, 1) 0%, rgba(206, 233, 228, 1) 50%,
    rgba(206, 233, 228, 0) 100%;
}

.timeline_box {
    border-radius: 5px;
    background: rgb(206, 233, 228);
}
.timeline {
    position: relative;
    white-space: nowrap;
    max-width: 1200px;
    padding: 1px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px auto;
    grid-gap: 20px;
}

.timeline::before,
.timeline::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 18px;
    width: 100px;
    z-index: 2;
}

.timeline::after {
    right: 0;
    background: linear-gradient(270deg, var(--timeline-gradient));
}

.timeline::before {
    left: 335px;
    background: linear-gradient(90deg, var(--timeline-gradient));
}

.timeline .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    color: var(--white);
    background: var(--midnight-green);
    white-space: normal;
    border-radius: 5px;
}

.timeline .info h2 {
    font-size: 3rem;
}

.timeline .info p {
    font-size: 1.5rem;
    margin-top: 10px;
    color: var(--crystal);
}

.timeline .info a {
    text-decoration: none;
}

.timeline ol::-webkit-scrollbar {
    height: 12px;
}

.timeline ol::-webkit-scrollbar-thumb,
.timeline ol::-webkit-scrollbar-track {
    border-radius: 92px;
}

.timeline ol::-webkit-scrollbar-thumb {
    background: var(--midnight-green);
}

.timeline ol::-webkit-scrollbar-track {
    background: var(--white);
}

.timeline ol {
    font-size: 0;
    padding: 250px 0;
    transition: all 1s;
    overflow-x: scroll;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: x mandatory;
}

.timeline ol::-webkit-scrollbar {
    display: block !important;
}


.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 5px;
    background: var(--white);
    scroll-snap-align: start;
}

.timeline ol li:last-child {
    width: 340px;
}

.timeline ol li:not(:first-child) {
    margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--midnight-green);
    z-index: 1;
}

.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 280px;
    padding: 15px;
    font-size: 1.4rem;
    white-space: normal;
    color: var(--black);
    background: var(--white);
    border-radius: 0 10px 10px 10px;
}

.timeline ol li div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
    border-radius: 10px 10px 10px 0;
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: var(--white) transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent var(--white);
}

.timeline time {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: var(--midnight-green);
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 750px) {
    .timeline {
        display: block;
    }

    .timeline::before,
    .timeline::after {
        width: 50px;
    }

    .timeline::before {
        left: 0;
    }

    .timeline .info {
        display: none;
    }
}




.box_l, .box_r {
    float: left;
    width: 50%;
    height: auto;
    background: none;
    overflow: hidden;
}

.txtlist {
    width: 100%;
    height: 310px;
    overflow: hidden;
    margin-bottom: 20px;
}
.txtlist li {
    margin-bottom: 20px;
}
.txtlist h2 {
    margin-bottom: 10px;
}
.txtlist h2 a {
    font-size: 20px;
    color: #305798;
    font-weight: bold;
}
.txtlist p {
    color: #333;
    line-height: 28px;
    text-indent: 2em;
}

.box_r {
    box-sizing: border-box;
    padding-left: 50px;
}

.box_l, .box_r {
    float: left;
    width: 50%;
    height: auto;
    background: none;
    overflow: hidden;
}
.box_r .picNews2 {
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.box_r .picNews2 .picImg img {
    overflow: hidden;
    width: 100%;
}

.box_r .picNews2 .picImg a {
    display: block;
    line-height: 0;
}
.box_r .picNews2 .picTit {
    bottom: 0;
    color: #ffffff;
    font-weight: bold;
    height: auto;
    left: 0;
    line-height: 28px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 11;
    background: #0a51af;
    background: linear-gradient(to bottom, rgba(16, 89, 185, 0) 0, rgba(16, 89, 185, 0.7) 100%);
    font-size: 16px;
    padding: 5px 3%;
}
.box_r .picNews2 .picTit a {
    color: #ffffff;
}



@media (max-width: 750px){
    .box_l, .box_r {
        float: none;
        clear: both;

        width: 100%;
        height: auto;
        background: none;
        overflow: hidden;
    }

    .box_r {
        padding-left: 0px;
    }

}





/* word&img new slide */
.bk-tuijin {
    position: relative;
    overflow: hidden;
}
.bk-tuijin .content-cehua {
    position: relative;
    z-index: 2;
}
.g-w1200, .w1200, .g-container-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.bk-tuijin .top-wrap {
    position: relative;
    width: 100%;
    height: 408px;
    background-color: #fff;
    margin-bottom: 10px;
}
.bk-tuijin .top-wrap .left-swiper-wrap {
    position: absolute;
    right: 0px;
    top: 0;
    width: 478px;
    height: 100%;
}
.bk-tuijin .top-wrap .left-swiper-wrap .swiper-container {
    position: relative;
    z-index: 2;
}
.bk-tuijin .top-wrap .left-swiper-wrap .swiper-container {
    height: 100%;
    overflow: hidden;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left!important;
}

.bk-tuijin .top-wrap .left-swiper-wrap h3 {
    padding-left: 23px;
    margin-left: -8px;
    width: 478px;
    height: 56px;
    line-height: 46px;
    font-size: 20px;
    color: #fff !important;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #024873;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.bk-tuijin .top-wrap .left-swiper-wrap h3 a {
    color: #fff !important;
}

.bk-tuijin .top-wrap .left-swiper-wrap .swiper-slide .inner-wrap {
    margin-left: 8px;
    width: 470px;
    height: 408px;
    background-color: #f8f8f8;
}
.bk-tuijin .top-wrap .left-swiper-wrap .swiper-slide .desc {
    margin-left: 38px;
    margin-right: 30px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
}
.bk-tuijin .top-wrap .left-swiper-wrap .swiper-slide .desc a{
    color: #666666;
}
.bk-tuijin .top-wrap .left-swiper-wrap .swiper-slide p {
    margin-left: 38px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #060606;
}
.bk-tuijin .pagi {
    left: unset !important;
    top: unset !important;
    transform: unset !important;

    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    width: 20px !important;
}

.bk-tuijin .pagi .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    margin-bottom: 6px;
}
.bk-tuijin .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #024873;
    opacity: 1;
}

.bk-tuijin .top-wrap .right-swiper-wrap {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 704px;
    height: 100%;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bk-tuijin .top-wrap .right-swiper-wrap .swiper-container, .bk-tuijin .top-wrap .right-swiper-wrap .swiper-slide {
    height: 394px;
}

.bk-tuijin .bottom-wrap .left-imgs {
    float: left;
    width: 705px;
}
.bk-tuijin .bottom-wrap .right-news {
    margin-left: 730px;
    min-height: 257px;
    background-color: #f8f8f8;
    padding: 30px 20px 0;
    overflow: hidden;
}

.bk-tuijin .bottom-wrap .left-imgs li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 0;
    line-height: 0;
    background-color: #f8f8f8;
    overflow: hidden;
    padding: 6px 6px 20px 6px;
}
.bk-tuijin .bottom-wrap .left-imgs li img {
    width: 100%;
}

.bk-tuijin .bottom-wrap .left-imgs li p {
    font-size: 18px;
    padding: 15px 5px 0;
    line-height: 1.4;
}

.bk-tuijin .bottom-wrap .right-news li {
    position: relative;
    font-size: 18px;
    color: #060606;
    line-height: 2;
    padding-left: 20px;
    margin-bottom: 5px;
}

.bk-tuijin .bottom-wrap .right-news li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #000000;
}

@media (max-width: 750px){
    .top-wrap{
        display: none;
    }
    .bk-tuijin .bottom-wrap .left-imgs li img{
        width: 100%;
    }
    .bk-tuijin .bottom-wrap .left-imgs li {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .bk-tuijin .bottom-wrap .right-news{
        clear: both;
        margin-left: 0;
        padding: 36px 10px 0;
        width: 100%;

    }
    .g-w1200, .w1200, .g-container-1200 {
        width: 100%!important;
    }
    .bk-tuijin .bottom-wrap .left-imgs {
        width: 100%;
        float: none;
    }

}




.section
{
    margin: 50px auto;
    width: 1200px;
}
.section-3 .title
{
    width: 98.5%;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 40px;
    font-weight: 700;
    color: #333;
    text-align: center;
    letter-spacing: -1.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-3 .title a
{
    color: #333;
    box-sizing: border-box;
    padding: 0 15px 5px;
}
.section-3 .note
{
    color: #999;
    font-size: 16px;
    line-height: 1.6;
    padding: 10px 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}

.section-3 .title:hover a {
    color: #fff;
    background-color: #b50512;
}






/* section-11-1 begin */
.section-11-1 {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    font-size: 0;
+word-spacing: -1px;
}

.section-11-1 .focus {
    position: absolute;
    top: 60px;
    right: -43px;
    z-index: 2;
    display: none;
}

.section-11-1 .swiper-container-xctj {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section-11-1 .col-1 .pic img {
    width: 100%;
    height: auto;
}

.section-11-1 .col-1 .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* background:rgba(0,0,0,.7);*/
    /* padding:10px 120px 10px 20px;*/
    color: #fff;
    line-height: 1.6;
    background: url("http://www.newsimg.cn/fortune/boaoforum20181203/img/yinying.png") repeat-x;
    padding: 60px 125px 20px 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-11-1 .col-1 .title .b-title {
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.section-11-1 .col-1 .title .b-txt {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
}

.section-11-1 .col-1 .title a {
    color: #fff;
}

.section-11-1 .swiper-pagination-fraction {
    bottom: 8px;
    right: 30px;
    left: auto;
    width: auto;
    color: #fff;
    font-size: 30px;
    opacity: 0;
}

.section-11-1 .swiper-pagination-fraction .swiper-pagination-current {
    color: #ff8a00;
}

.section-11-1 .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 18px;
}

.section-11-1 .swiper-button-prev,
.section-11-1 .swiper-button-next {
    width: 40px;
    height: 80px;
    background-color: rgba(51, 51, 51, .7);
    padding: 20px 5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 15px 30px;
    top: 0;
    margin-top: 300px;
}

.section-11-1 .swiper-button-prev {
    left: 0;
}

.section-11-1 .swiper-button-next {
    right: 0;
}

.section-11-1 .swiper-button-prev:hover,
.section-11-1 .swiper-button-next:hover {
    background-color: rgba(76, 126, 237, .7);
    height: 200px;
    margin-top: 240px;
}

.section-11-1 .swiper-pagination-fraction,
.section-11-1 .swiper-button-prev,
.section-11-1 .swiper-button-next {
    opacity: 0;
}

.section-11-1 .swiper-container-xctj:hover .swiper-pagination-fraction,
.section-11-1 .swiper-container-xctj:hover .swiper-button-next,
.section-11-1 .swiper-container-xctj:hover .swiper-button-prev {
    opacity: 1;
}

.section-11-1 .col-2,
.section-11-1 .col-3 {
    margin-top: 40px;
    width: calc(50% - 30px);
    display: inline-block;
+display: inline;
+zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.section-11-1 .col-2 {
    margin-right: 30px;
}

.section-11-1 .col-2 .mod-topics {
    border-bottom: dotted 1px #d9d9d9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.section-11-1 .col-2 .mod-topics:last-child {
    margin-bottom: 0;
}

.section-11-1 .col-2 .topic {
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 1.6;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-11-1 .col-2 .topic a {
    color: #555;
}

.section-11-1 .col-2 .abstract {
    color: #888;
    margin-top: 5px;
    text-align: justify;
    -webkit-line-clamp: 2;
}

.section-11-1 .col-3 {
    margin-left: 30px;
}

.section-11-1 .col-3 .Collapsing {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 46px;
    cursor: pointer;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 65px;
    border-top: 2px solid #f6f5f8;
    background: linear-gradient(to right, #f6f5f8 0%, #f6f5f8 100%);
    color: #555;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-11-1 .col-3 .Collapsing .u_num {
    font-style: italic;
    font-weight: bold;
    color: #b50512;
    font-size: 22px;
    padding-right: 10px;
}

.section-11-1 .col-3 .Collapsing a {
    color: #555;
}

.section-11-1 .col-3 .Collapsing .m_spanImg {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 2px;
    width: 45px;
    font-size: 16px;
    color: #8c8c8c;
    cursor: pointer;
    background: url("http://www.newsimg.cn/enterprise/boaozgqyj2020/img/icon3.png") no-repeat center right;
    background-size: 20%;
}

.section-11-1 .col-3 .Collapsing.on {
    border-top: 2px solid #e74167;
    background: linear-gradient(to right, #2d4cbb 0%, #b50512 100%);
    color: #fff;
}

.section-11-1 .col-3 .Collapsing.on .m_spanImg {
    display: none;
}

.section-11-1 .col-3 .Collapsing.on .u_num {
    color: #fff;
}

.section-11-1 .col-3 .Collapsing.on a {
    color: #fff;
}

.section-11-1 .col-3 .coll_body {
    padding: 15px 25px 30px 25px;
    background: #fff;
    display: none;
}

.section-11-1 .col-3 .coll_body span {
    font-size: 14px;
    line-height: 2;
    color: #888;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section-11-1 .col-3 .coll_body:last-child {
    padding-bottom: 0;
}

.section-11-1 .col-4 {
    margin-top: 30px;
}

.section-11-1 .col-4 .item {
    width: calc(50% - 30px);
    position: relative;
    margin-right: 30px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-11-1 .col-4 .item:nth-child(even) {
    margin-right: 0;
    margin-left: 30px;
}

.section-11-1 .col-4 .item:nth-last-child(2) {
    margin-bottom: 0;
}

.section-11-1 .col-4 .item::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #b50512;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 3px;
    top: 40%;
    margin-top: -2px;
}

.section-11-1 .col-4 .item a {
    color: #333;
}

.section-11-1 .col-4 .item a:hover {
    color: #b50512;
    transition: all .4s ease-in-out;
}

/* section-11-1 end */



/* section-23 高清图集 begin */
.section-23 .section-title>img {
    vertical-align: middle;
    display: inline-block;
}

.section-23 .section-title .abs {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #2c2c2c;
    font-size: 16px;
    display: none;
}

.section-23 .section-title .abs img {
    display: inline-block;
}

.section-23 .sec_main {
    position: relative;
}

.section-23 .imgabs {
    position: absolute;
    bottom: 20px;
    left: -25px;
    z-index: 2;
    display: none;
}

.section-23 .swiper-container-zjft {
    position: relative;
}

.section-23 .sec_main .sec_mleft {
    width: 584px;
    height: 445px;
    background: url(http://www.newsimg.cn/fortune/boaoforum20181203/img/fangkuang.png) no-repeat right center;
    box-sizing: border-box;
    padding-top: 30px;
}

.section-23 .sec_main .sec_mleft img {
    width: 540px;
    height: 380px;
}

.section-23 .sec_main .sec_mright {
    width: 580px;
    height: 445px;
    background: url(http://www.news.cn/tech/zt/2021gjkxjsjl/img/fangkuang2.png) no-repeat left top;
}

.section-23 .sec_main .sec_mright .tit {
    color: #333333;
    font-size: 26px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.section-23 .sec_main .sec_mright .tit a {
    color: #333333;
}

.section-23 .sec_main .sec_mright .note {
    color: #666666;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-23 .sec_main .sec_mright .sec_top {
    padding-top: 35px;
    padding-left: 35px;
}

.section-23 .sec_main .sec_mright .sec_bot {
    margin-top: 80px;
    line-height: 1.8;
    color: #666666;
    font-size: 14px;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.section-23 .scroll {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 580px;
    overflow: hidden;
}

.section-23 .scroll .swiper-slide {
    width: 130px;
    height: auto;
    cursor: pointer;
}

.section-23 .scroll .swiper-slide img {
    width: 100%;
    height: auto;
    border: solid 4px #e0e5ed;
    box-sizing: border-box;
}

.section-23 .scroll .swiper-slide.on img {
    border-color: #a90500;
}

.section-23 .unitBox {
    display: none;
}

/* section-23 高清图集 end */

.fix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}


/*jj_box*/
/*聚焦区*/
.jj_box {
    width: 1200px;
    height: auto;
    margin: 20px auto 0;
    background: rgb(244, 184, 211, 0.2);
    clear: both;
}

.jj_left {
    float: left;
    width: 275px;
    /*height: 540px;*/
    padding: 0 10px;
    overflow: hidden;
    border-right: 1px solid #e2e2e2;
    margin: 35px 0 0 10px;
}

.jj_wz_list li {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

.jj_wz_list li+li {
    margin-top: 20px;
}

.jj_wz_list li a {
    color: #333;
}

.jj_mid {
    float: left;
    width: 590px;
    margin-top: 35px;
    position: relative;
}

.focusBox2 {
    width: 590px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.focusBox2 .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.focusBox2 .swiper-wrapper .swiper-slide .title {
    width: 96%;
    height: auto;
    margin: 0 auto;
    font-size: 24px;
    color: #b40500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.focusBox2 .swiper-wrapper .swiper-slide .title a {
    color: #b40500;
}

.focusBox2 .swiper-wrapper .swiper-slide .text {
    width: 96%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 10px;
    text-indent: 2em;
    /* display: none; */
}

.jj_mid .swiper-button-next, .jj_mid .swiper-button-prev
{
    top: 40%;
}

.jj_mid .swiper-pagination {
    width: 96%;
    position: inherit;
    text-align: center;
    margin: 0 auto;
    position: relative;
    /* margin-top: 30px; */
}

.jj_mid .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #f4bf73;
    margin: 0 6px;
    opacity: 1;
}

.jj_mid .swiper-pagination-bullet-active {
    width: 50px;
    height: 10px;
    background: #cd2d18;
    border-radius: 10px;
}

.jj_mid:hover .swiper-button-next,
.jj_mid:hover .swiper-button-prev {
    display: block;
}

.jj_right {
    float: left;
    width: 292px;
    /*height: 540px;*/
    height: auto;
    overflow: hidden;
    border-left: 1px solid #e2e2e2;
    margin-top: 35px;
}

.jj_pic_list {
    width: 269px;
    margin: 0 auto;
}

.jj_pic_list li {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    position: relative;
}

.jj_pic_list li+li {
    margin-top: 10px;
}

.jj_pic_list li:last-child {
    border-bottom: 0;
}

.jj_pic_list li .img {
    width: 269px;
    height: 149px;
}

.jj_pic_list li .img img {
    width: 269px;
    height: 149px;
}

.jj_pic_list li .player {
    width: 69px;
    height: 69px;
    position: absolute;
    left: 0;
    top: 85px;
}

/*侧边导航*/
/* 导航 */
.frNav {
    width: 180px;
    height: auto;
    position: fixed;
    right: 50%;
    margin-right: -790px;
    bottom: 50%;
    margin-bottom: -220px;
    z-index: 999;
    display: none;
}

.frNav ul i {
    display: block;
    width: 100%;
    height: 120px;
    border-bottom: 5px #2b86bf solid;
}

.frNav ul li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background:rgba(50, 191, 118, 0.9);
    color: #fff;
}
.frNav ul li a:hover{
    color: #fff;
}
.frNav ul li::after {
    display: block;
    content: "";
    width: 80%;
    height: 5px;
    margin: 0 10%;
    background-color: #68561b;
    transform: skewX(70deg);
}

/* 定义动画 */
@keyframes slideIn {
    from {
        transform: scaleX(0);
        transform-origin: center;
    }
    to {
        transform: scaleX(1);
        transform-origin: center;
    }
}

@keyframes slideOut {
    from {
        transform: scaleX(1);
        transform-origin: center;
    }
    to {
        transform: scaleX(0);
        transform-origin: center;
    }
}

/* 定义动画 */
@keyframes expandMiddle {
    from {
        transform: scaleY(0);
        transform-origin: center;
    }
    to {
        transform: scaleY(1);
        transform-origin: center;
    }
}

@keyframes collapseMiddle {
    from {
        transform: scaleY(1);
        transform-origin: center;
    }
    to {
        transform: scaleY(0);
        transform-origin: center;
    }
}

/* 应用动画到侧边栏 */
.frNav {
    transform-origin: center;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.frNav.expand-middle {
    animation: expandMiddle 0.5s forwards;
}

.frNav.collapse-middle {
    animation: collapseMiddle 0.5s forwards;
}


/* 左4小右2大 */
.column_wrapper_1200qk {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    text-align: left;
}
.column_wrapper_1200qk .col_w664 {
    width: 664px;
    height: auto;
    float: left;
}
.column_wrapper_1200qk .col_w476 {
    width: 476px;
    height: auto;
    float: right;
}
.ELMThTbKB6TOugpdJcVX4STK240719 .vspace_jj {
    height: 35px;
}
.vspace_jj {
    height: 10px;
    font-size: 0px;
    line-height: 0px;
    width: 99%;
    clear: both;
}
.ELMTHgZIaIJtfC0apHHTThwB240719 .mhd_16950_170804 .md_bd {
    padding-top: 28px;
}
.mhd_16950_170804 .md_bd {
    background-color: transparent;
    padding: 28px 0 0;
    overflow: visible;
}
.xwpdztmb16950_con04 {
    width: 100%;
    height: auto;
}
.vspace {
    height: 10px;
    font-size: 0px;
    line-height: 0px;
    width: 99%;
    clear: both;
}
.xwpdztmb16950_con04 .tw {
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}
.xwpdztmb16950_con04 .tw h4 {
    font-size: 23px;
    color: #024985;
    line-height: 28px;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
.xwpdztmb16950_con04 .tw h4 a {
    color: #024985;
}
.xwpdztmb16950_con04 .tw .box {
    padding-top: 10px;
    min-height: 120px;
}
.xwpdztmb16950_con04 .tw .box .img {
    width: 190px;
    position: relative;
    z-index: 9;
    float: left;
    margin-right: 20px;
}
.xwpdztmb16950_con04 .tw .box p {
    overflow: hidden;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    text-indent: 2em;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
.column_wrapper_1200qk .col_w476 {
    width: 476px;
    height: auto;
    float: right;
}
.mhd_16950_170804 .md_bd {
    background-color: transparent;
    padding: 28px 0 0;
    overflow: visible;
}
.xwpdztmb16950_con08 .img {
    width: 100%;
    height: auto;
    position: relative;
}
.xwpdztmb16950_con08 .img img {
    width: 476px;
    height: auto;
}
.xwpdztmb16950_con08 .tit {
    padding: 10px 20px 16px;
    background-color: #fff;
}
.xwpdztmb16950_con08 .tit h4 {
    font-size: 17px;
    line-height: 44px;
    color: #024985;
}


/* 上2大图下8条 */
.con1200 {
    width: 1200px;
    height: auto;
    margin: 0px auto;
    font-size: 18px;
}
.dbwy .con_top {
    border-bottom: 1px #999 dashed;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.dbwy .con_top>:first-child {
    margin-right: 40px;
}
.dbwy .con_top .con_top_fl {
    width: 580px;
    height: 350px;
    position: relative;
}
.dbwy .con_bottom>:first-child {
    margin-right: 40px;
}
.dbwy .con_bottom .con_bottom_fl {
    width: 580px;
    text-align: left;
}
.fl {
    float: left;
}
.dbwy .con_top .con_top_fl img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.dbwy .con_top .con_top_fl p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-left: 0 !important;
}
.dbwy .con_top .con_top_fl p a {
    color: #fff;
}
.dbwy .con_bottom ul li {
    color: #2b86bf;
    list-style: disc inside;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #999 dashed;
    overflow: hidden;
}
.fp_subtitle {
    display: inline;
}


/* tuji */
.w1200 {
    width: 1200px;
}
.pic02 {
    width: 1200px;
    height: auto;
    position: relative;
    overflow: hidden;
}
.pic02 .left01 {
    position: absolute;
    top: 300px;
    left: 20px;
    z-index: 10;
    cursor: pointer;
}
.pic02 .right01 {
    position: absolute;
    top: 300px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.video-wrap {
    width: 100%;
    height: 100%;
}
.video-wrap .desc-yuebing, .video-yuebing {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    color: #fff;
    font: normal 20px / 70px 'SimSun';
    background: rgba(0, 0, 0, .5);
    text-align: center;
}
.white, .white a:link, .white a:visited, .white a:hover {
    color: white;
}
.video-wrap .swiper-slide .img-slide {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.swiper333 {
    width: 1000px;
    height: 460px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.swiper-yuebing {
    width: 1200px;
    height: 168px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.swiper-container-yuebing {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper333 .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.swiper333 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-yuebing .swiper-slide {
    width: 298px;
    height: auto;
    padding-left: 2px;
}
.swiper-yuebing .swiper-slide .img-slide {
    width: 296px;
    height: auto;
}
.swiper-yuebing .swiper-slide .desc-yuebing {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    display: none;
}





/* 数博正前方 */
.part2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.sbzqf_swiper {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
    position: relative;
}

.sbzqf_swiper .arrow-left01 {
    background: url("http://finance.people.com.cn/img/MAIN/2024/05/122240/images/prev.png") no-repeat left top;
    position: absolute;
    top: 135px;
    width: 33px;
    height: 62px;
    cursor: pointer;
    z-index: 2
}

.sbzqf_swiper .arrow-right01 {
    background: url("http://finance.people.com.cn/img/MAIN/2024/05/122240/images/next.png") no-repeat left bottom;
    position: absolute;
    right: 0px;
    top: 135px;
    width: 33px;
    height: 62px;
    cursor: pointer;
    z-index: 2
}

.sbzqf_swiper .swiper-container {
    width: 1200px;
    position: relative;
}

.sbzqf_swiper .sbzqfC ul {
    width: 1200px;
    overflow: hidden;
    cursor: pointer;
}

.sbzqf_swiper .sbzqfC ul li {
    width: 600px;
    height: 168px;
    padding: 5px;
    position: relative;
    border-bottom: 5px solid #2789f5;
    float: left;
    background: url("http://gz.news.cn/ztpd/zggjdsjcyblh_2024/image/sgzx_bg.png") no-repeat top center;
    overflow: hidden;
}

.sbzqf_swiper .sbzqfC ul li img {
    height: 168px;
}

.sbzqf_swiper .sbzqfC ul li span {
    width: 21px;
    height: 33px;
    position: absolute;
    left: 279px;
    top: 115px;
    background: url("http://gz.news.cn/ztpd/zggjdsjcyblh_2024/image/sgzx_jt.png") no-repeat top center;
    z-index: 3
}

.sbzqf_swiper .sbzqfC ul li h1 {
    width: 250px;
    height: 70px;
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px dotted #e5e5e5;
    color: #fff;
    position: absolute;
    left: 325px;
    top: 33px;
}

.sbzqf_swiper .sbzqfC ul li h1 a {
    color: #fff;
}

.sbzqf_swiper .sbzqfC ul li p {
    width: 250px;
    height: 110px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    left: 325px;
    top: 116px;
}

.sbzqf_swiper .sbzqfC ul li p a {
    color: #ff9724;
}

.sbzqf_swiper .sbzqfC ul li:nth-child(3) img {
    height: 170px;
    position: absolute;
    left: 300px;
    top: 0;
}

.sbzqf_swiper .sbzqfC ul li:nth-child(3) h1 {
    width: 250px;
    height: 70px;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px dotted #e5e5e5;
    color: #fff;
    position: absolute;
    left: 25px;
    top: 33px;
}

.sbzqf_swiper .sbzqfC ul li:nth-child(3) p {
    width: 250px;
    height: 110px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    left: 25px;
    top: 116px;
}

.sbzqf_swiper .sbzqfC ul li:nth-child(3) span {
    width: 21px;
    height: 33px;
    position: absolute;
    left: 300px;
    top: 102px;
    background: url("http://gz.news.cn/ztpd/zggjdsjcyblh_2024/image/sgzx_jt01.png") no-repeat top center;
    z-index: 3
}

.sbzqf_swiper .sbzqfC ul li:nth-child(4) img {
    width: 300px;
    height: 255px;
    position: absolute;
    left: 300px;
    top: 0;
}

.sbzqf_swiper .sbzqfC ul li:nth-child(4) h1 {
    width: 250px;
    height: 70px;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px dotted #e5e5e5;
; color: #fff;
    position: absolute;
    left: 25px;
    top: 33px;
}

.sbzqf_swiper .sbzqfC ul li:nth-child(4) p {
    width: 250px;
    height: 110px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    left: 25px;
    top: 116px;
}

.sbzqf_swiper .sbzqfC ul li:nth-child(4) span {
    width: 21px;
    height: 33px;
    position: absolute;
    left: 300px;
    top: 102px;
    background: url("http://gz.news.cn/ztpd/zggjdsjcyblh_2024/image/sgzx_jt01.png") no-repeat top center;
    z-index: 3
}








.home-s{
    padding: .5rem 0;
}
.home-s.bg2{
    background: #efefef;
}
.home-s .it-box{
    width: 38%;
}
.home-s .it-box.bg{
    background: #fff;
}
.home-s .it-box .newslist{
    padding: 0 .26rem;
}
.home-s .it-box .newslist li{
    font-size: .16rem;
    border-bottom: 1px dashed  hsla(0,0%,50%,.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .14rem 0;
}
.home-s .it-box .newslist li a{
    display: block;
    font-size: .18rem;
    width: calc(100% - .9rem);
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: .26rem;
    text-align: justify;
}
.home-s .it-box .newslist  .datetime{
    text-align: center;
    height: .68rem;
    width:.82rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: rgba(213, 213, 213, 0.49) solid 1px;
    padding: .1rem .05rem;

}
.home-s .it-box .newslist  .datetime h5{
    margin: 0;
    font-size: .2rem;
    color: #333;
    line-height: 1.2;
    font-weight: bold;
    width: .5rem;
    height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100% !important;

}
.home-s .it-box .newslist  .datetime span{
    font-size: .14rem;
    display: block;
    color: #333;
    margin-top: .1rem;
}
.home-s .it-box .newslist li:hover .datetime{
    background: #93080b;
}
.home-s .it-box .newslist li:hover .datetime *{
    color: #fff;
}
.newsinformation{
    width: 100%;
}
.newsinformation .ct-box{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.newsinformation .left{
    width: 52%;
    position: relative;
}
.newsinformation .right{
    width: 45%;
}
.newsinformation .left .ct{
    justify-content: space-between;
    background: #fff;/*
 border-bottom: 3px solid #d19920;*/
}
.newsinformation .left .picnewsbanner .swiper-pagination-bullets{
    display: block;
    width: auto;
    position: absolute;
    left: 0rem;
    bottom: 2rem;
    z-index: 3;
    width: 100%;
    text-align: right;
    padding-right: 4rem;
}
.newsinformation .left .picnewsbanner .picnewsbanner_dots span.swiper-pagination-bullet-active{
    font-weight: bolder;
    background: #93080b;
}
.newsinformation .left .picnewsbanner .picnewsbanner_dots span{
    width: 1.5rem;
    height: 1.5rem;
    opacity: 1 !important;
    border-radius: 0;
    outline: none;
    background: #eee;
    display: inline-block;
    margin: 0 1.4rem;
    cursor: pointer;
}
.newsinformation .left .picnewsbanner{
    position: relative;
    width: 100%;
}
.newsinformation .picnewsbanner a{
    display: block;
    position: relative;
}
.newsinformation .picnewsbanner .cover {
    width:100%;
    margin-top:0px;
    overflow:hidden;
    position: relative;
}
.newsinformation .picnewsbanner  .dt .title{
    line-height: 2.2rem;
    height: 4.4rem;
    margin-bottom: 2.6rem;
    color: #fff;
    font-size: 2.2rem;
}
.newsinformation .picnewsbanner  .dt .info{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-indent: 20em;
    text-align: justify;
}
.newsinformation .picnewsbanner .dt {
    z-index: 10000;
    left:  0rem;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
    height: 10rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 5rem;
    padding: 2.6rem  3rem;
}
.newsinformation  .news-word-list li{
    font-size: 1.6rem;
    border-bottom: 1px dashed  hsla(0,0%,50%,.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.1rem 0;
}

.newsinformation .news-word-list li:first-child{
    padding-top: 0;
}
.newsinformation  .news-word-list li a{
    display: block;
    font-size: 1.8rem;
    width: calc(100% - 8rem);
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 2.6rem;
    text-align: justify;
}
.newsinformation  .news-word-list  .datetime{
    text-align: center;
    height: 4.8rem;
    width:6.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: rgba(213, 213, 213, 0.49) solid 1px;

}
.newsinformation  .news-word-list  .datetime h5{
    margin: 0;
    font-size: 2rem;
    color: #93080b;
    line-height: 1.2;
    font-weight: bold;
    width: 5rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100% !important;

}
.newsinformation  .news-word-list  .datetime span{
    font-size: 1.4rem;
    display: block;
    color: #223356;
    margin-top: 1rem;
}




/*竖图轮播样式*/
.dks {
    position: relative;
    z-index: 10;
    height: 650px;
    margin-top: 0px;


}
.dks .cont {
    position: relative;

    background: url(/resources/css/bg2.png) 16px 107px no-repeat;
    background-size: 99% auto;
    height: 650px;
}
.dks .bigImg {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #333;
    width: 450px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dks .bigImg .img {
    width: 450px;
    position: relative;
    z-index: 1;
}
.dks .bigImg .img img {
    width: 450px;
}
.dks .bigImg .txt {
    padding: 40px 50px 20px 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(125,185,232,0)), color-stop(51%, #4b99e4), color-stop(99%, #4b99e4), to(#4b99e4));
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%, #4b99e4 51%, #4b99e4 99%, #4b99e4 100%);
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, #4b99e4 51%, #4b99e4 99%, #4b99e4 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%, #4b99e4 51%, #4b99e4 99%, #4b99e4 100%);
}
.dks .bigImg .name {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1.25;
}
.dks .bigImg .name a {
    color: #fff;
}
.dks .bigImg .job {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 1.714;
}
.dks .bigImg .job a {
    color: #fff;
}
.dks .bigImg .tit {
    font-size: 28px;
    color: #fff;
    line-height: 1.667;
}
.dks .bigImg .tit a {
    color: #fff;
}
/* .dks .bigImg .tit:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 44px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 5px;
} */
.dks .scroll {
    background-image: url(/resources/images/yddks_bg01.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 53px 30px;
    width: 740px;
    height: 400px;
    position: absolute;
    right:20px;
    top: 80px;
    z-index: 5;
    border-radius: 30px;
}
.dks .scroll .img {
    width: 100%;
    overflow: hidden;  border-radius: 10px 10px 0 0;
}
.dks .scroll .img img {
    width: 220px;
}
.dks .scroll .name,
.dks .scroll .job {
    display: none;
}
.dks .scroll .tit {
    background-color: #3896f1;
    font-size: 18px;
    color: #fff;
    line-height: 1.333;
    padding: 5px; padding: 10px 10px; border-radius: 0 0 10px 10px; height: 91px;
}
.dks .scroll .tit a {
    color: #fff;
}
.dks .scroll .swiper-slide-active .tit {
    background: rgb(18, 97, 235);
    background: linear-gradient(to right, rgba(18, 97, 235, 1) 50%, rgba(28, 66, 133, 1) 100%);
}
.dks .scroll .swiper-button-prev {
    display: block;
    -webkit-background-size: 8px 15px;
    -moz-background-size: 8px 15px;
    background-size: 8px 15px;
    background-color: #174fce;
    background-position: center center;
    width: 30px;
    height: 60px; left:0;
}
.dks .scroll .swiper-button-next {
    display: block;
    -webkit-background-size: 8px 15px;
    -moz-background-size: 8px 15px;
    background-size: 8px 15px;
    background-color: #174fce;
    background-position: center center;
    width: 30px;
    height: 60px; right:0;
}



































@media screen and (max-width:768px) {

    .section {
        width: 100%;
        margin: 3.3rem auto;
        padding: 0 .2rem;
        box-sizing: border-box;
    }

    /* section-3 begin */
    .section-3 {
        margin-top: 3.2rem;
    }

    .section-3 .title {
        color: #333;
        font-size: 3.48rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.4;
        white-space: inherit;
    }

    .section-3 .title a {
        color: #333;
        padding: 0;
    }

    .section-3 .note {
        color: #999;
        font-size: 1.8rem;
        line-height: 1.6;
        padding: 2.1rem 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        text-align: justify;
    }

    .section-3 .note a {
        color: #999;
    }

    /* section-3 end */


    /* section-11-1 begin */
    .section-11-1 {
        margin-top: 0;
        position: relative;
        overflow: hidden;
        font-size: 0;
    +word-spacing: -1px;
    }

    .section-11-1 .focus {
        position: absolute;
        top: 60px;
        right: -43px;
        z-index: 2;
        display: none;
    }

    .section-11-1 .swiper-container-xctj {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .section-11-1 .col-1 .pic img {
        width: 100%;
        height: auto;
    }

    .section-11-1 .col-1 .title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .7);
        color: #fff;
        padding: .1rem 5.2rem .1rem .2rem;
        box-sizing: border-box;
        line-height: 1.6;
    }

    .section-11-1 .col-1 .title a {
        color: #fff;
    }

    .section-11-1 .col-1 .title .b-title {
        font-size: 2.32rem;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

    .section-11-1 .col-1 .title .b-txt {
        font-size: .28rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: none;
    }

    .section-11-1 .swiper-pagination-fraction {
        bottom: 0.5rem;
        right: 1.5rem;
        left: auto;
        width: auto;
        color: #fff;
        font-size: 2.36rem;
        opacity: 1;
    }

    .section-11-1 .swiper-pagination-fraction .swiper-pagination-current {
        color: #ff8a00;
    }

    .section-11-1 .swiper-pagination-fraction .swiper-pagination-total {
        font-size: 1.28rem;
    }

    .section-11-1 .swiper-button-prev,
    .section-11-1 .swiper-button-next {
        width: 3.6rem;
        height: 7.2rem;
        background-color: rgba(51, 51, 51, .7);
        padding: .2rem 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background-size: .2rem .36rem;
        top: 30%;
        margin-top: 0;
    }

    .section-11-1 .swiper-button-prev {
        left: 0;
    }

    .section-11-1 .swiper-button-next {
        right: 0;
    }

    .section-11-1 .swiper-pagination-fraction,
    .section-11-1 .swiper-button-prev,
    .section-11-1 .swiper-button-next {
        opacity: 1;
    }

    .section-11-1 .swiper-button-prev:hover,
    .section-11-1 .swiper-button-next:hover {
        background-color: rgba(76, 126, 237, .7);
        height: 8.8rem;
        margin-top: -.4rem;
    }

    .section-11-1 .col-2,
    .section-11-1 .col-3 {
        display: inline-block;
    +display: inline;
    +zoom: 1;
        font-size: .28rem;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        width: 100%;
        margin-top: .4rem;
    }

    .section-11-1 .col-2 {
        margin-right: 0;
    }

    .section-11-1 .col-2 .mod-topics {
        border-bottom: dotted 1px #d9d9d9;
        margin-bottom: .2rem;
        padding-bottom: .2rem;
    }

    .section-11-1 .col-2 .mod-topics:last-child {
        margin-bottom: 0;
    }

    .section-11-1 .col-2 .topic {
        font-size: .36rem;
        font-weight: 700;
        height: auto;
        line-height: 1.4;
        color: #555;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .section-11-1 .col-2 .topic a {
        color: #555;
    }

    .section-11-1 .col-2 .abstract {
        color: #888;
        margin-top: .1rem;
        -webkit-line-clamp: 5;
    }

    .section-11-1 .col-3 {
        margin-left: 0;
    }

    .section-11-1 .col-3 .Collapsing {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        height: 1rem;
        line-height: .92rem;
        cursor: pointer;
        margin-bottom: .2rem;
        padding-left: .1rem;
        padding-right: 1.2rem;
        border-top: 2px solid #f6f5f8;
        background: linear-gradient(to right, #f6f5f8 0%, #f6f5f8 100%);
        color: #555;
        font-size: .32rem;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .section-11-1 .col-3 .Collapsing .u_num {
        font-style: italic;
        font-weight: bold;
        color: #b50512;
        font-size: .4rem;
        padding-right: .1rem;
    }

    .section-11-1 .col-3 .Collapsing a {
        color: #555;
    }

    .section-11-1 .col-3 .Collapsing .m_spanImg {
        position: absolute;
        z-index: 2;
        right: .2rem;
        bottom: 0;
        width: .8rem;
        font-size: .28rem;
        color: #8c8c8c;
        cursor: pointer;
        background: url("http://www.newsimg.cn/enterprise/boaozgqyj2020/img/icon3.png") no-repeat center right;
        background-size: 20%;
    }

    .section-11-1 .col-3 .Collapsing.on {
        border-top: 2px solid #e74167;
        background: linear-gradient(to right, #2d4cbb 0%, #b50512 100%);
        color: #fff;
    }

    .section-11-1 .col-3 .Collapsing.on .m_spanImg {
        display: none;
    }

    .section-11-1 .col-3 .Collapsing.on .u_num {
        color: #fff;
    }

    .section-11-1 .col-3 .Collapsing.on a {
        color: #fff;
    }

    .section-11-1 .col-3 .coll_body {
        padding: .2rem .3rem .4rem .3rem;
        background: #fff;
        display: none;
    }

    .section-11-1 .col-3 .coll_body span {
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
        color: #888;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
    }

    .section-11-1 .col-3 .coll_body:last-child {
        padding-bottom: 0;
    }

    .section-11-1 .col-4 {
        margin-top: .4rem;
    }

    .section-11-1 .col-4 .item {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        margin-right: 0;
        color: #333;
        font-size: .32rem;
        line-height: 1.6;
        padding-left: 20px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .section-11-1 .col-4 .item:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
    }

    .section-11-1 .col-4 .item:nth-last-child(2) {
        /*margin-bottom:0;*/
    }

    .section-11-1 .col-4 .item::before {
        content: "";
        width: .1rem;
        height: .1rem;
        background-color: #b50512;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        left: 3px;
        top: 23%;
        margin-top: -2px;
    }

    .section-11-1 .col-4 .item a {
        color: #333;
    }

    .section-11-1 .col-4 .item a:hover {
        color: #b50512;
        transition: all .4s ease-in-out;
    }

    /* section-11-1 end */



    /* section-23 高清图集 begin */
    .section-23 .section-title>img {
        vertical-align: middle;
        display: inline-block;
        width: 140px;
    }

    .section-23 .section-title .abs {
        right: 0;
        bottom: 15px;
        color: #2c2c2c;
        font-size: 12px;
        margin-top: -30px;
        display: none;
    }

    .section-23 .section-title .abs img {
        display: inline-block;
        height: 10px;
    }

    .section-23 .sec_main {
        position: relative;
    }

    .section-23 .swiper-container-zjft {
        position: relative;
    }

    .section-23 .imgabs {
        position: absolute;
        top: 330px;
        left: 0px;
        z-index: 2;
        display: none;
    }

    .section-23 .imgabs img {
        width: 100px;
    }

    .section-23 .sec_main .sec_mleft {
        width: 100%;
        height: inherit;
        margin-top: .2rem;
        float: none;
        background: none;
        position: inherit;
        padding-top: 0;
    }

    .section-23 .sec_main .sec_mleft img {
        width: 100%;
        height: auto;
    }

    .section-23 .sec_main .sec_mright {
        width: 100%;
        height: 25rem;
        float: none;
        background: none;
    }

    .section-23 .sec_main .sec_mright .tit {
        color: #333;
        font-size: 3.36rem;
        line-height: 1.4;
        margin-top: .1rem;
    }

    .section-23 .sec_main .sec_mright .tit a {
        color: #333;
    }

    .section-23 .sec_main .sec_mright .note {
        color: #666;
        font-size: .32rem;
        line-height: 1.6;
        margin-top: .1rem;
    }

    .section-23 .sec_main .sec_mright .sec_top {
        padding-top: 0;
        padding-left: 0;
        margin-top: 0;
    }

    .section-23 .sec_main .sec_mright .sec_bot {
        margin-top: .1rem;
        line-height: 1.6;
        color: #666666;
        font-size: 14px;
        height: auto;
    }

    .section-23 .scroll {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .section-23 .scroll .swiper-slide {
        width: 13rem !important;
        height: auto;
        cursor: pointer;
    }

    .section-23 .scroll .swiper-slide img {
        width: 100%;
        height: auto;
        border: solid .5rem #e0e5ed;
        box-sizing: border-box;
    }

    .section-23 .scroll .swiper-slide.on img {
        border-color: #a90500;
    }
    /* section-23 高清图集 end */


    /* jjmid */
    .jj_mid,.jj_box,.focusBox2 {
        width: 100%;
    }
    .jj_left {
        width: 100%;
    }
    .jj_right {
        display: none;
    }

    .dbwy .con_top .con_top_fl
    {
        margin-bottom: 10px;
    }
    .con1200,.dbwy .con_top .con_top_fl,.dbwy .con_bottom .con_bottom_fl {
        width: 100%;
        height: auto;
    }
    .dbwy .con_bottom ul li
    {
        line-height: 28px;
    }

    .xwpdztmb16950_con04 .tw .box .img
    {
        display: none;
    }
    .column_wrapper_1200qk .col_w664, .column_wrapper_1200qk, .swiper-yuebing, .pic02
    {
        width: 100%;
        height: auto;
    }
    .column_wrapper_1200qk .col_w476
    {
        clear: both;
        width: 100%;
    }
    .xwpdztmb16950_con08 .tit h4
    {
        line-height: 22px;
    }

    .video-wrap .desc-yuebing, .video-yuebing
    {
        font: normal 15px / 40px 'SimSun';
    }
    .pic02 .left01
    {
        top: 30%;
        width: 20px;
    }
    .pic02 .right01
    {
        top: 30%;
        width: 20px;
    }

    .sbzqf_swiper {
        width: 100%;
    }

    .newsinformation .ct-box
    {
        display: unset;
    }
    .newsinformation .left, .newsinformation .right
    {
        width: 100%;
    }



    /* 图集 */
    .dks, .dks .cont,.dks .scroll{
        position: unset;
        height: auto;
        width: 100%;
    }
    .dks .scroll{
        padding: 30px 10px;
    }

    .dks .bigImg{
        display: none;
    }

}







