﻿/*通用*/
html, body {
    font-size: 18px;
    font-family: "微软雅黑";
    -webkit-text-size-adjust: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0;
}

body {
    background-position: center top;
    background-repeat: no-repeat;
}
pre {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    margin: 0px;
    display: inherit;
    height: 100%;
    overflow: visible;
    white-space: pre-wrap;
}
ul, ol {
    list-style: none;
    margin:0px;
    padding:0px;
}
a {
    color:#fff;
}
a:hover {
    color: #feefaa;
}
.redtitle {
    color: #a51411;
}
.main {
    width: 100%;
    height: auto;
    /*overflow-y:hidden;*/
}
.container {
    width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
    padding:0px;
    /*background-color: #FFFFFF;*/
}
.cut4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: inherit;
}
.cut3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: inherit;
}
.cut2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: inherit;
}
.font9{
    font-size:0.9rem;
}
.font8 {
    font-size: 0.8rem;
}
.font14 {
    font-size: 1.4rem;
}
.font12 {
    font-size: 1.2rem;
}
.font11 {
    font-size: 1.1rem;
}
.dn {
    display: none;
}

.db {
    display: block;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.w775 {
    width: 775px;
}

.w600 {
    width: 600px;
}

.w550 {
    width: 550px;
}

.w385 {
    width: 385px;
}
.w-30 {
    width: 30% !important;
}
.w-60 {
    width: 60% !important;
}
.w-100 {
    width: 100% !important;
}
.mt-6 {
    margin-top: 2.5rem !important;
}
.tx-small {
    font-size:0.8em;
}
.overhide {
    overflow: hidden;
}
input,
select {
    outline: none;
}

.ub-img {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ub-imgb {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ub-img1 {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.ub-img1c {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ub-img1b {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ub-img2 {
    background-repeat: repeat-x;
    background-size: auto 100%
}

.ub-img3 {
    background-repeat: repeat-y;
    background-size: 100% auto
}

.ub-img4 {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img5 {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img6 {
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img7 {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
}

.ub-img8 {
    background-repeat: repeat-x;
    background-position: center center;
}

.ub-img9 {
    background-repeat: repeat;
}

.ub-img10 {
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-attachment: fixed
}
.border-5 {
    border-width: 5px;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.btn-link:hover {
    color: inherit;
    text-decoration: underline;
}
.btn-link:focus {
    text-decoration: inherit;
}
.accordion .card-header {
    padding: 0.25rem 0.5rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.margintop500{
    margin-top:500px;
}
.padding10 {
    padding: 10px;
}
.padding20 {
    padding:20px;
}
.margintop30{
    margin-top:30px;
}
.margintop50 {
    margin-top: 50px;
}
.morelink {
    position: absolute;
    right: 0px;
    bottom: 28px;
}
.dashedTitle .morelink {
    bottom:0px;
}
.morelink a {
color: #eb5010;
}
.newslist {
    padding-left: 0;
    margin-bottom: 0;
}
.newslist li {
    padding: 11px 0;
    border-bottom-style: dashed !important;
    color:#fff;
}
.newslist a:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #fff;
    float: left;
    margin: 10px 10px 0 0;
    border-radius: 50%;
}
.body{
    padding-top:490px;
}
.top-padding {
    padding-top: 300px;
}
/*幻灯片*/
#indexswiper {
    height: 434px;
}
/*头条*/
.toutiao {
    margin-bottom: 50px;
    text-align: center;
    line-height: 56px;
    font-size: 48px;
}
.toutiao a, .t_nav a {
    color: #ffca76;
}
.toutiao a:hover, .t_nav a:hover {
    color: #feefaa;
}
.swiper {
    height: 552px;
    background: url(../images/sliderbg.png) no-repeat top center;
    padding: 49px 46px 0 46px;
}
.swiper .sliderimg {
    width:772px;
    height:100%;
}
.swiper .slidertitle {
    padding: 0 20px 0 0;
    font-size: 22px;
    line-height: 1.5em;
    position: initial;
    text-align: justify;
}
.swiper .carousel-item a .carousel-caption {
    color: #fff;
}
.swiper .carousel-item a:hover .carousel-caption {
    color: #ffd458;
}

.swiper .carousel-indicators {
    left: initial;
    bottom:-40px;
    margin:0px;
    width:772px;
}
.swiper .carousel-control-prev, .swiper .carousel-control-next{
    width:5%;
}
.swiper .carousel-control-prev {
    left:336px;
}
/*要闻&视频新闻*/
.hotnews {
    height: 374px;
    position: relative;
    background-image: url(../images/hotbg.png);
    padding: 30px 30px 30px 200px;
}
.video{
    height:314px;
    width:558px;
}

#videoswiper .carousel-caption {
    right: 0%;
    left: 0%;
    bottom: 0;
    text-align: left;
    padding: 10px 10px;
    /*background-color: rgba(0,0,0,0.6);*/
    background: linear-gradient(rgba(165,20,17,0),rgba(165,20,17,0.9));
}
#videoswiper .carousel-caption .text {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAEO0lEQVRogc2aX4jVRRTHP2vbrsKWZbu2WZsV1AbrUoKyEkXQH6KHHt1MhCiJDIJIFEF8qIcgwQdfRN/yz/pSoNuTQRAYsgtB1lKKBUKkSVLEbiuoW+6Rs5xZzk73yu/3m7nd+4Vhhju/Oec75ze/M2fO3DYRoQFoA+4CbgB/N0JBewYZK4AXgGeBAeAx4G7Xr+T/As4B3wFngRPArylKq1q8A9gIvAE8YxYugwngyRTiZS2uz78F7AQeqNGvVvwJuARccUvmHuAJoNeeuxSN08n3A0eBq4WYqMULliER+V4WYkZERkVko4jcV0DOUhF5XEQ63G9PicisSR0pyqfIQ7qcthrJgCkR+VBElpeYeL2yyckdz0W8XUQ+iax8RETuzUA4lMUiclhEvjHrJxNX0sciKw9nJJxUbrU8RhzpiyKyqlVI34r4Nkf6goisbCXSWmr58SHga/PVuus9DfxQ0m02HIsiBeqnDxhpzGe3HGlqEH/b7Wi6GXzaBE4eS4CDwBjQt6DHrZsO+wiDB+ltgbW8yn1rp/3G5S2+Cbjf2vuA3ytYSLf3nhymNpwBRqy9Ghie73GzO2kzuy4iPRUttF9E/hSRVzJa/UER+ce4nYrdYZ+LF44nKDlqMlTWXhHpzER+1Mnt80vlZReafpbhFaus94Bxi89TcdzJfQnnVdaFlQN8mUFRgK7Lb4HXE+V84dprccQHrP4F+CNRSYwuc2lHgDsqyrgM/GbtQRzxfqvPZaW8EOq11PprKo4/Y/UcVyV+G7DUfoxPJrnxKHAK2FJB7mWrl+laXxS9visNJq7oBN6tMG7Kte+Mt/z/Az8u2EiK41/35JzFp90PXQ0mfsC8wtkKY/3KmG63vMe0dazISNJjEtgMHEuQEbhpqH0jLJXzVvfXGZSCMUtNpJDGbWRzXAPxCasfzhgkzQIfWYYrKWtlnB6x9hzXQHzMat1Sn09UgrnVF4Fd0UdVFc+5kGTcEz9h273i1QQFp4FRO4x8lYFwwAarxbjWDWu7W+AQEUqPcRLj+J+DxCGr9by5NaO1UvG+OwMfmpflZtbpjm6TLXJ06zUuIbdT8+h2HfjY2hq77GkBa+9xcZRym5nviWbYHmVkm5lyG3Y8JozbfH+tAUMuM6uvabAJpAfdElEu6+Jn6g3c3sQU3ErTGbC91nP1Bjcr6TngHIQYh7YyxLEv+PMozby+gaTXm46A0ejmojBxLbdb0t3jYOYNqttkehw23XXHFRGsr2pHdJWiH84HiRPoNhmTTu6M6aq5PMoSD2XI3JLHNbu12FDwekWfec2STtciWROmoxCfsvecevB4B9jh8owemt74Gbjozq9ddrWo8fRDNcZo2mE3sL9UJFnxNWt48KYFPbNSHrM2dnPVNF2Ou/w+i5fDlXi/26YDpuziVnMjJy3kvZCitFF/QtAYKJBX0noaygfgJsI00YX19pVQAAAAAElFTkSuQmCC);
    background-size:28px 28px;
    background-repeat:no-repeat;
    padding-left:32px;
}

#videoswiper .carousel-indicators {
    left: auto;
    padding-right: 20px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
}

#videoswiper .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#videoswiper .carousel-indicators .active {
    background-color: #cc3333;
}
.yaowenlist {
    padding: 60px 20px 0 0;
    color:#fff;
    width:410px;
}
/*会议日程*/
.calender {
    height: 104px;
    position: relative;
    background: url(../images/title_hyrc.png) no-repeat 50% 0;
    box-sizing: border-box;
    padding: 42px 0 0 189px;
}
.calender::before {
    content: "";
    width: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    background: url(../images/hyrcleft.png) no-repeat 0 0;
}
.calender .calswiper {
    width: 975px;
    height: 64px;
    overflow: hidden;
}
.calswiper .swiper-wrapper::before {
    top: 0;
    transform-origin: 0 0;
    transform: rotate(-25deg);
}
.calswiper .swiper-wrapper::after {
    bottom: 0;
    transform-origin: 0 100%;
    transform: rotate(25deg);
}
.calswiper .swiper-wrapper::before, .calswiper .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 36px;
    background: #fff;
}
.calswiper .swiper-slide {
    box-sizing: border-box;
    padding: 0 0 15px 15px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.calswiper .swiper-slide::before {
    top: 0;
    transform-origin: 0 0;
    transform: rotate(-25deg);
}
.calswiper .swiper-slide::after {
    bottom: 0;
    transform-origin: 0 100%;
    transform: rotate(25deg);
}
.calswiper .swiper-slide::before, .calswiper .swiper-slide::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 36px;
    background: #fff;
}
.calswiper .swiper-slide a {
    position: relative;
    z-index: 5;
    text-decoration: none;
}
.calswiper .swiper-slide span {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    padding-left: 3px;
}
.calswiper .swiper-slide .topBox {
    top: 2px;
    bottom: 50%;
    background: #db0302;
    transform: skewX(25deg);
    transform-origin: 50% 100%;
}
.calswiper .swiper-slide .bottomBox {
    top: 50%;
    bottom: 2px;
    background: #bf0202;
    transform: skewX(-25deg);
    transform-origin: 50% 0;
}
.calswiper .swiper-slide .topBox, .calswiper .swiper-slide .bottomBox {
    position: absolute;
    left: 15px;
    right: -14px;
    z-index: 3;
    opacity: 0;
    transition: .3s;
}
.calswiper .swiper-slide.show .topBox {
    top: 0;
}
.calswiper .swiper-slide.show .bottomBox {
    bottom: 0;
}
.calswiper .swiper-slide.show .topBox, .calswiper .swiper-slide.show .bottomBox {
    opacity: 1;
    left: 13px;
    right: -16px;
    color: #fff0c0;
}
/*.calswiper .swiper-slide.disHover {
    color: #fc9e83;
}

.calswiper .swiper-slide:last-child {
    width: 20px !important;
    padding: 0;
}*/
.t_calender--left {
    left: 162px;
}
.t_calender--right {
    right: 10px;
}
.t_calender--left, .t_calender--right {
    width: 26px;
    height: 60px;
    position: absolute;
    top: 44px;
    cursor: pointer;
}
.t_calender--left::before {
    left: 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.t_calender--right::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.t_calender--left::before, .t_calender--right::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    transform: rotate(45deg);
}
.eventmonth {
    color: #cc3333;
    font-size: 40px;
    position: absolute;
    top: -10px;
    left: 150px;
}
.eventmonth span {
    font-size:20px;
}
.hyrc {
    background-image: url(../images/zhibobg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 416px;
}

.hyrc .container {
    padding: 20px;
}

.hyrc .fixedheight {
    height: 330px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow-y:auto;
    background-color:#fff;
}
.hyrc .cover {
    width:587px;    
}
.chongqing {
    height: 430px;
    box-sizing: border-box;
    padding: 0 15px 0 20px;
    background: url(../images/chongqingbg.png) no-repeat 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chongqing .tucover {
    width: 600px;
    height: 345px;
    position: relative;
}
.chongqing .covertitle{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 35px 15px 6px;
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
}
.chongqing .news{
    width: 485px;
}
.chongqing .news .first h2 {
    font-size: 20px;
    /*padding: 0 10px;*/
    line-height:1.5;
}
.chongqing .news .first .abstract {
    border-bottom: 1px solid #b30f0e;
    padding: 10px 0px;
    margin-bottom: 10px;
}
/*代表声音*/
.daibiao {
    height:400px;
}
.daibiao .dblist .news {
    width: 239px;
    height: 352px;
    background: url(../images/daibiaobg.jpg) top center no-repeat;
    padding: 13px;
    box-sizing: border-box;
    transition: all 0.6s;
    z-index: 50;
    position: relative;
    top: 0;
    left: 0;
}
.daibiao .way_mouse a {
    color: #fff!important;
}
.daibiao .way_mouse .news {
    background: url(../images/daibiaobg2.jpg) top center no-repeat;
    height: 366px;
    margin-top: -16px;
    transform: scale(1.02);
    transform-origin: center;
    width: 249px;
    position: relative;
    top: 10px;
    left: -5px;
    z-index: 150;
}
.daibiao .way_ove {
    display: inline-block;
    overflow: hidden;
}
.daibiao .way_ove {
    width: 82px;
    height: 82px;
    transition: all 0.6s;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color:#fff;
}
.daibiao .way_mouse img {
    transform: scale(1.05);
}

    .daibiao .dblist .li {
        width: 239px;
        height: 352px;
        float: left;
        margin-right: 1px;
        box-sizing: border-box;
        transition: all 0.6s;
        text-align: center;
    }
    .daibiao .dblist .li p {
        width: 200px;
        margin: 25px auto 0;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 20px;
        height: 123px;
    }

    .daibiao .dblist .li a {
        color: #000;
    }
    .daibiao .dblist .li h2 {
        width: 200px;
        font-size: 18px;
        line-height: 150%;
        margin: 0 auto;
        color: #fff;
        margin-bottom: 5px;
    }

    .daibiao .dblist .li h3 {
        width: 200px;
        font-size: 14px;
        line-height: 150%;
        color: #fff;
        margin: 0 auto;
        text-align: center;
    }

/*大会影像*/
#photosswiper {
    position: relative;
    margin: 0 auto
}

    #photosswiper .swiper-container {
        padding-bottom: 60px;
    }

    #photosswiper .swiper-slide {
        width: 800px;
        height: 450px;
        background: #fff;
        box-shadow: 0 8px 30px #ddd;
    }

        #photosswiper .swiper-slide img {
            display: block;
        }

        #photosswiper .swiper-slide p {
            line-height: 98px;
            padding-top: 0;
            text-align: center;
            color: #636363;
            font-size: 1.1em;
            margin: 0;
        }

    #photosswiper .swiper-pagination {
        width: 100%;
        bottom: 20px;
    }

    #photosswiper .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #fff;
        background-color: #d5d5d5;
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    #photosswiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #00aadc;
        background-color: #fff;
    }

    #photosswiper .swiper-button-next {
        right: -40px;
        color: #cc3333;
    }

    #photosswiper .swiper-button-prev {
        left: -40px;
        color: #cc3333;
    }

    #photosswiper .content {
        position: relative;
    }

    #photosswiper .phototext {
        position: absolute;
        right: 0%;
        left: 0%;
        bottom: 0;
        text-align: center;
        padding: 10px 20px;
        color: #fff;
        background: linear-gradient(rgba(165,20,17,0),rgba(165,20,17,0.9));
    }
/*权威发布*/
.guandian a {
    color:#000;
}
.guandian a:hover {
    color: #cc3333;
}
.guandian .colornews {
    width: 638px;
    height: 140px;
    padding: 27px 70px 27px 50px;
}

.guandian .first {
    background: url(../images/m1.jpg) top left no-repeat;
    background-size: 100% 100%;
}

.guandian .sec {
    background: url(../images/m2.jpg) top left no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}

.guandian .abstrace {
    line-height: 25px;
}

.guandian .newslist li {
    background: url(../images/chaticon.jpg) no-repeat left center;
    padding-left: 30px;
}

.t_nav {
    width: 100%;
    max-width:1920px;
    margin-left:auto;
    margin-right:auto;
    height: 70px;
    font-size: 24px;
    line-height: 120%;
    color: #fff1c8;
    font-weight: bold;
    background-color:rgba(0,0,0,0.1);
}

.fixed-top {
    position: fixed;
    top: 0;
    background-image: url(../images/navBg.jpg);
    background-size: cover;
}

.heightnav {
    height: 70px;
}