
/* news&&page start */.page_section .page_content {
    background-color: #fff;
    line-height: 2.5em;
    font-size: 20px;
}

.page_section .page_content #qzone,
.page_section .page_content #weibo,
.page_section .page_content #wechatmoment {
    margin-left: 0;
}

@media screen and(max-width:768px) {
    .page_section {
        font-size: 18px;
    }
}

.header .remainDay {
    margin-top: 2.7em;
    padding: 0 0.7vw;
    float: left;
}

.header .remainDay i {
    display: inline-block;
    width: 1.8em;
    margin: -1.2em 0.2em;
    height: 1.4em;
    line-height: 1.6em;
    font-size: 2.2vw;
    font-style: normal;
    color: #fff;
    background-color: #7db657;
    border-radius: 10px;
    margin-top: -1.2em;
}

.page_section .page_content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
    .page_section .page_content {
        max-width: 80vw;
    }
}

.page_section .page_content>.clearfix {
    padding-top: 60px;
}

.news_section .news_list li {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
    border-bottom: none;
    padding: 0 0 20px 0;
    color: #484848;
}

.news_section .section_title {
    font-size: 30px;
    line-height: 2em;
    text-align: left;
}

.news_section .section_title .cn {
    display: inline-block;
    padding: 0 20px;
}

/* news&&page end */
.news_area {    background-color: none;
    width: 100vw;
    padding: 50px 0;
}

ul.exhibition_news {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

ul.exhibition_news .news_item {
    width: 560px;
    position: relative;
}

ul.exhibition_news .news_img {
    max-width: 560px;
    height: 290px;
    margin: 0 auto;
    display: flex;
}

ul.exhibition_news .news_img img {
    max-width: 560px;
    height: 290px;
    margin: 0 auto;
}

ul.exhibition_news3 .news_item {
    width: 1000px;
    position: relative;
    clear: both;
    padding: 0 0 20px 0;
}

ul.exhibition_news .news_title {
    line-height: 3em;
    font-size: 18px;
    font-weight: 800;
}

ul.exhibition_news .news_content {
    line-height: 2em;
    font-size: 16px;
    font-weight: 300;
    height: 6em;
    /* margin-bottom: 40px; */
}

.pagination {
    width: 100%;
    text-align: center;
}

ul.exhibition_news .pagination {
    margin: 30px auto 0;
    float: right;
}

ul.exhibition_news .pagination span {
    margin: 0 5px;
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    color: #336633;
    text-align: center;
}

ul.exhibition_news .pagination span.on {
    color: #fff;
    background-color: #336633;
}

ul.exhibition_news3 .news_img {
    float: left;
    width: 352px;
    padding: 0 30px 0 0;
    max-width: 352px;
    max-height: 222px;
}

ul.exhibition_news3 .news_img img {
    width: 352px;
    height: 222px;
    margin: 0 auto;
}

ul.exhibition_news3 .news_txt {
    float: left;
    width: 930px;
    position: relative;
    padding: 25px 0;
    margin-bottom: 20px;
}

ul.exhibition_news3 .news_title {
    line-height: 50px;
    font-size: 30px;
    font-weight: 100;
    overflow: hidden;
    height: 50px;
}

ul.exhibition_news3 .news_date {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
}

ul.exhibition_news3 .news_content {
    line-height: 2em;
    font-size: 14px;
    font-weight: 300;
    height: 6em;
    /* margin-bottom: 40px; */
}

ul.exhibition_news3 .news_more {
    line-height: 27px;
    font-size: 16px;
    font-weight: 100;
    overflow: hidden;
}

.hidden {
    display: none;
}

ul.exhibition_news2 {
    max-width: 1600px;
}

ul.exhibition_news2 .news_item {
    width: 400px;
    position: relative;
    padding: 0;
}

ul.exhibition_news2 .news_img {
    max-width: 400px;
    max-height: 420px;
    height: 420px;
}

ul.exhibition_news2 .news_img img {
    max-width: 275px;
    height: 420px;
    margin: 0 auto;
}

ul.exhibition_news2 .news_txt {
    text-align: center;
    margin: 20px 0 140px;
}

ul.exhibition_news2 .news_title {
    line-height: 2em;
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

ul.exhibition_news2 .news_content {
    line-height: 2em;
    font-size: 20px;
    font-weight: 100;
    height: 2em;
    margin: 0;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 570px;
}

.banner .interbg {
    position: absolute;
    margin-left: 0;
    left: 0;
    height: auto;
}

.banner .interbg_mob {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 40vw;
    width: 100vw;

}

.banner .interbg img {
    height: 580px
}

.banner .interbg_mob img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .banner .interbg {
        display: none;
    }

    .banner .interbg_mob {
        display: block;
    }

    ul.exhibition_news .news_item {
        width: 100vw;
        position: relative;
    }
    ul.exhibition_news .news_title,
    ul.exhibition_news .news_date,
    ul.exhibition_news .news_content {
        padding: 0 20px;
        width: 100vw;
        box-sizing: border-box;
    }

    ul.exhibition_news3 .news_content {
        height: 10em;
    }

    ul.exhibition_news3 .news_txt {
        padding: 20px 0 0px;
    }

    ul.exhibition_news .news_img {
        max-width: 100vw;
        max-height: none;
        width: 100vw;
        height: auto;
    }

    ul.exhibition_news2 .news_img {
        max-width: 1045vw;

        width: 45vw;
        padding: 2.4vw;
        height: auto;
    }

    ul.exhibition_news .news_img img {
        width: 100%;
        height: 100%;
    }

    ul.exhibition_news3 .news_title {
        line-height: 2em;
        font-size: 22px;
        font-weight: 400;
        height: 4.5em;
    }
.news_section div.section_title{
font-size:22px;
    max-width: 90vw;
}
.news_section .section_title div.cn{
font-size:18px;
    padding: 0 .7em;
}
ul.exhibition_news3 div.news_txt{
    left: 0;
}
ul.exhibition_news3 div.news_content{
padding: 0 20px;
height:9.5em;
}
}

.news_section {
    max-width: 1730px;
    margin: 0 auto;
    height: 520px;
    position: relative;
}

.news_section .section_title .on {
    color: #3366cc;
    font-weight: 500;
    transition: all 1s ease;

}

.news_section .news_left {
    max-width: 1000px;
    display: inline-block;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 520px;
}

.news_section .news_right {
    max-width: 730px;
    width: 100%;
    position: absolute;
    display: inline-block;
    height: 520px;
    left: 1000px;
}

.news_section .more {
    position: absolute;
    display: inline-block;
    top: 0;
    height: 2em;
    line-height: 2em;
    font-size: 24px;
    color: #3366cc;
    right: 4em;

}

.news_section ul.exhibition_news {
    display: none
}

.news_section ul.exhibition_news.on {
    display: block
}

ul.exhibition_news3 .news_item {
    padding: 0 0 20px 0;
}

ul.exhibition_news3 .news_date {
    float: right;
    font-size: 16px;
    color: #000;
    line-height: 50px;
}



ul.exhibition_news .news_txt .news_title>a {
    line-height: 50px;
    float: left;
}

ul.exhibition_news3 .news_content {
    float: left;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    padding: .6em 0;
    height: 3em;
}

ul.exhibition_news3 .news_txt {
    padding: 0;
    margin: 0;
    left: 30px;
}

/* news end */
    @media screen and (max-width:768px) {
        .banner {
            height: 40vw;
        }

        .page_section,
        .news_area {
            min-height: auto;
        }

        .contain .leftnav .qrcode img {
            display: none;
        }

        .contain .news_area,
        .page_section {
            padding: 20px;
        }

        .contain .rightside {
            display: none;
        }

        .contain .leftnav .navleft1,
        .contain .leftnav .navbg {
            display: none;
        }

        .contain.leftnav img {
            display: none;
        }

        .router-section span {
            display: none;
        }

        .router-section {
            margin-top: 20px;
        }

        .contain .leftnav .content {
            width: 100vw;
            min-height: 4em;
        }



        .page_content .router_section {
            margin-top: 20px;
        }

        .contain .leftnav .navleft2 {
            background: #015daa;
            height: 4em;
            width: 100vw;
            position: relative;
            flex-wrap: nowrap;
            justify-content: space-around;
            align-items: center;
        }

        .contain .leftnav .link1,
        .contain .leftnav .link2,
        .contain .leftnav .link3 {
            width: 25vw;
            margin: 10px;
        }

        .connect_section .box,
        .connect_section .box1 {
            width: 80vw;
            border: 0;
            padding: 3vw 10vw;
            height: auto;
        }

        .connect_section {
            background: #015daa;

        }

        .connect_section .list {
            flex-wrap: wrap;
            height: auto;
            padding-top: 30px;
        }

        .connect_section .interbg {
            display: none;
        }

        .news_section1 {
            zoom: 1;
        }

       
       .news_section .news_left{
     height:auto;
}
.news_section .more{
    top: -2em;
    font-size: 12px;
    right: 0.5em;
}


        .channel_item {
            flex-basis: auto;
        }

        .section .channel_interbg img .section_title {
            min-height: 800px;

        }
    }