* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: font-family:Arial,'Microsoft YaHei',sans-seri;
    color: #333;
    font-size: 14px;
    background-color: #fff;
}

b, i {
    font-weight: 400;
    font-style: normal;
}

a, a:active, a:hover, a:link, a:visited {
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

button, input, select, textarea {
    border: 0;
    background: none;
}

.header {
    width: 1170px;
    margin: auto;
    /*height: 182px;
    background-image: url(../images/header_bg.jpg);
    position: relative;*/
}

.header-date {
    position: absolute;
    font-size: 16px;
    color: #5a504c;
    left: 109px;
    top: 140px;
}

.header-language {
    position: absolute;
    font-size: 14px;
    top: 38px;
    right: 18px;
    width: 112px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #e5e5e5;
}

    .header-language a {
        display: block;
        width: 50%;
        color: #333;
        float: left;
    }

        .header-language a.active {
            background-color: #204e9c;
            color: #fff;
        }

.nav {
    min-width: 1170px;
    height: 53px;
    background-color: #204e9c;
}

.nav-list {
    overflow: hidden;
    height: 53px;
    width: 1170px;
    margin: auto;
}

    .nav-list li {
        float: left;
        padding: 15px 35px;
        font-size: 16px;
    }

        .nav-list li:first-child {
            padding-left: 20px;
        }

        .nav-list li:last-child {
            padding-right: 20px;
        }

        .nav-list li a {
            display: block;
            line-height: 23px;
            color: #fff;
        }

.menu {
    background: #204e9c;
    height: 53px;
}

.container {
    width: 1140px;
    padding: 0;
    margin: 0 auto;
}


.banner {
    height: 550px;
    min-width: 1170px;
    position: relative;
}


.content-right .subnav-list .subnav-list-con, .n-conetnt .subnav-list .subnav-list-con {
    color: #fff;
}

.banner-list {
}

    .banner-list li {
        background-size: cover;
        height: 550px;
        background-position: center center;
    }

.banner-page-box {
    width: 1170px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -585px;
    z-index: 9;
}

.banner-page-page {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    cursor: pointer;
    border: 2px solid #fff;
    text-align: center;
    line-height: 54px;
}

    .banner-page-page:hover {
        background-color: #204e9c;
        border-color: #204e9c;
    }

    .banner-page-page img {
        position: relative;
        top: -2px;
    }

.banner-page-left {
    /*left: -58px;*/
    left: 0px;
}

.banner-page-right {
    /*right: -58px;*/
    right: 0px;
}

.banner-line-box {
    width: 1170px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -585px;
    z-index: 9;
    text-align: center;
}

    .banner-line-box span {
        display: inline-block;
        width: 12px;
        height: 12px;
        cursor: pointer;
        background-color: #fff;
        border-radius: 6px;
    }

        .banner-line-box span.active {
            width: 36px;
        }

.partner {
    min-width: 1170px;
    
    background-color: #f5f5f5;
}

.partner-title {
    font-size: 24px;
    color: #1f4e9c;
    text-align: center;
    padding: 32px 0 10px 0;
}

.partner-line {
    text-align: center;
    height: 4px;
}

    .partner-line span {
        display: inline-block;
        width: 61px;
        height: 4px;
        background-color: #1f4e9c;
        vertical-align: top;
    }

.partner-content {
    
    width: 1170px;
    position: relative;
    margin: auto;
    margin-top: 40px;
}

.partner-content-list {
    overflow: hidden;
}

    .partner-content-list li {
        float: left;
        padding: 0 23px;
    }

        .partner-content-list li a {
        }

            .partner-content-list li a img {
                width: 100px;
            }

.partner-page {
    position: absolute;
    z-index: 9;
    width: 20px;
    height: 40px;
    top: 30px;
    cursor: pointer;
}

.partner-left {
    left: 0;
}

.partner-right {
    right: 0;
}
/*.nav-list li a:hover{
	text-decoration: underline;
}*/
.content {
    width: 1170px;
    margin: auto;
    padding: 34px 0;
    overflow: hidden;
}

.content-left {
    width: 270px;
    float: left;
    padding: 28px 0;
    text-align: center;
    background: #f6f6f6;
    background: linear-gradient(to bottom, #f6f6f6, #fdfdfd);
}

    .content-left dl {
    }

        .content-left dl dt {
            font-size: 18px;
            color: #1f4e9c;
            padding-bottom: 6px;
            line-height: 26px;
        }

            .content-left dl dt span {
                display: inline-block;
                width: 35px;
                height: 1px;
                vertical-align: 6px;
                background-color: #d8d8d8;
            }

.content-left-l {
    margin-right: 16px;
}

.content-left-r {
    margin-left: 16px;
}

.content-left-pt {
    padding-top: 30px;
}

.content-left dl dd {
    font-size: 14px;
    color: #757a83;
    line-height: 32px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}

    .content-left dl dd a {
        color: #757a83;
    }

        .content-left dl dd a:hover {
            color: #1f4e9c;
        }

.content-center {
    width: 600px;
    float: left;
    padding: 10px 40px 0 46px;
}

.content-center-title {
    font-size: 24px;
    color: #1f4e9c;
    border-left: 4px solid #1f4e9c;
    padding-left: 10px;
    line-height: 23px;
}

.content-center-list {
    padding-top: 22px;
    line-height: 27px;
}

    .content-center-list li {
        padding: 8px 0;
        overflow: hidden;
    }

.ccl-left {
    width: 62px;
    float: left;
    text-align: center;
}

.ccl-left-date {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    background-color: #1f4e9c;
}

.ccl-left-day {
    height: 48px;
    line-height: 48px;
    font-size: 26px;
    color: #000;
    background-color: #efefef;
}

.ccl-right {
    display: block;
    padding-left: 12px;
    width: 450px;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

    .ccl-right:hover {
        color: #1f4e9c;
    }




.content-right {
    width: 300px;
    float: left;
    padding: 15px 0;
}

.subnav-list {
}

    .subnav-list li {
        padding: 9px 0;
    }

.subnav-list-con {
    display: block;
    height: 54px;
    background-color: #1f4e9c;
    color: #fff;
    font-size: 22px;
   padding-left: 8px;
   text-align:left;
    line-height: 54px;
}

    .subnav-list-con:hover {
        background-color: #457dd8;
    }




    .subnav-list-con img {
        margin-right: 17px;
        vertical-align: top;
    }

.bottom {
    min-width: 1170px;
    background-color: #233656;
    padding: 35px 0 21px 0;
}

.bottom-con {
    width: 1170px;
    overflow: hidden;
    margin: auto;
    position: relative;
    min-height: 50px;
}

.bottom-con-qr {
    position: absolute;
    right: 3px;
    top: 23px;
}

.bottom-con-qr-text {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
}

.bottom-con-block1 {
    float: left;
    padding-right: 80px;
}

.bcb1-logo {
    padding-bottom: 16px;
}

.bcb1-xx {
    color: #757a83;
    line-height: 26px;
}

.bottom-con-line {
    float: left;
    height: 199px;
    width: 2px;
    border-left: 1px solid #020f25;
    border-right: 1px solid #5c687e;
    margin-top: 11px;
}

.bottom-con-block2 {
    padding: 19px 0 0 65px;
    float: left;
}

.bcb2-title {
    font-size: 18px;
    color: #fff;
    border-left: 2px solid #fff;
    padding-left: 6px;
    line-height: 18px;
}

.bcb2-xx {
    padding-top: 10px;
    padding-left: 8px;
    line-height: 26px;
    color: #757a83;
}

.litter-banner {
    min-width: 1170px;
    background-size: cover;
    height: 237px;
    background-position: center center;
    overflow: hidden;
}

.litter-banner-con {
    width: 1170px;
    height: 237px;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.litter-banner-con-add {
    position: absolute;
    right: 0;
    bottom: 20px;
    color: #fff;
}

    .litter-banner-con-add a {
        color: #fff;
    }

.litter-banner-con-name {
    width: 1170px;
    height: 237px;
    text-align: center;
    line-height: 237px;
    color: #fff;
    font-size: 28px;
}

    .litter-banner-con-name span {
        display: inline-block;
        width: 180px;
        height: 2px;
        vertical-align: 7px;
        background-color: #fff;
    }

.lbcn-l {
    margin-right: 30px;
}

.lbcn-r {
    margin-left: 30px;
}

.litter-banner-con-add img {
    margin-right: 7px;
    vertical-align: top;
}

.n-conetnt {
    width: 1170px;
    overflow: hidden;
    margin: auto;
    position: relative;
    padding: 40px 0 110px 0;
}

.n-conetnt-left {
    float: left;
    width: 240px;
}

    .n-conetnt-left .subnav-list .subnav-list-con {
        font-size: 18px;
    }

.left-nav {
    padding-bottom: 16px;
}

    .left-nav a {
        display: block;
        font-size: 20px;
        color: #777;
        height: 60px;
        border: 1px solid #ccc;
        line-height: 58px;
        padding-left: 32px;
        margin-bottom: 18px;
    }

.left-nav-icon {
    display: inline-block;
    width: 8px;
    height: 7px;
    vertical-align: 4px;
    background-image: url(../images/icon_1.png);
    margin-right: 12px;
}

.left-nav a:hover, .left-nav a.active {
    color: #204e9c;
    border-left: 4px solid #204e9c;
    padding-left: 29px;
}

    .left-nav a:hover .left-nav-icon, .left-nav a.active .left-nav-icon {
        background-image: url(../images/icon_1s.png);
    }

.n-conetnt-right {
    float: left;
    width: 930px;
    padding-left: 60px;
}

.n-conetnt-title {
    font-size: 24px;
    color: #204e9c;
    line-height: 32px;
    padding: 10px 0 10px 2px;
    border-bottom: 2px solid #70ade2;
    overflow: hidden;
}

.article-list {
}

    .article-list li {
        padding: 27px 0 36px 0;
        border-bottom: 1px dashed #b7b7b7;
    }

.article-list-name {
    font-size: 16px;
    color: #0c8ad7;
    line-height: 26px;
}

.article-list-date {
    font-size: 12px;
    color: #989898;
    line-height: 16px;
}

.article-list-text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 17px;
}

.article-list-go {
    font-size: 14px;
    color: #3890ea;
    line-height: 24px;
}

.n-conetnt-title-right {
    float: right;
    color: #777;
    font-size: 14px;
    line-height: 32px;
    padding-right: 12px;
}

    .n-conetnt-title-right:hover {
        color: #1f4e9c;
    }

.article-details-title {
    font-size: 20px;
    color: #333;
    line-height: 44px;
    padding: 20px 20px 0 20px;
    text-align: center;
}

.article-details-date {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.article-details-content {
    padding-top: 18px;
}

    .article-details-content p, .article-details-content div{
        line-height: 34px;
        color: #333;
        font-size: 16px;
    }

.page-list {
    text-align: center;
    padding-top: 49px;
}

    .page-list li {
        line-height: 38px;
        padding: 0 6px;
        border: 1px solid #aaabee;
        display: inline-block;
        font-size: 12px;
        color: #1154bc;
        cursor: pointer;
        background-color: #fff;
    }

        .page-list li:hover, .page-list li.active {
            background-color: #2266bb;
            color: #fff;
        }

        .page-list li.dis {
            border: 1px solid #999;
            color: #999;
            cursor: no-drop;
        }

            .page-list li.dis:hover, .page-list li.dis.active {
                background-color: #fff;
            }

        .page-list li.page-text {
            background: none;
            padding: 0;
            border: 1px solid #999;
        }

.page-text-input {
    line-height: 38px;
    width: 20px;
    padding: 0 2px;
    color: #999;
}



.lubo {
    width: 100%;
    min-width: 1000px;
    clear: both;
    position: relative;
    height: 368px;
}

.lubo_box {
    position: relative;
    width: 100%;
    height: 368px;
}

    .lubo_box li {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 368px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .lubo_box li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .lubo_box li img {
            width: 100%;
            height: 368px;
        }

/*Ô²µã*/
.cir_box {
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

    .cir_box li {
        float: left;
        width: 30px;
        height: 5px;
        margin: 0 5px;
        cursor: pointer;
        background: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.cir_on {
    background: #000 !important;
}

/*°´Å¥*/
.lubo_btn {
    position: absolute;
    width: 100%;
    top: 140px;
}

.left_btn, .right_btn {
    width: 30px;
    height: 80px;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
    color: #fff;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.left_btn {
    float: left;
}

.right_btn {
    float: right;
}

.banner .swiper-button-prev {
    background-image: url(../images/icon-left.png);
    left: 37px;
}

.banner .swiper-button-next {
    background-image: url(../images/icon-right.png);
    right: 37px;
}

.banner .swiper-slide-pic {
    display: block;
    height: 500px;
    background-size: cover;
    background-position: center center;
}


.litter-banner-con-add {
    position: absolute;
    right: 0;
    bottom: 20px;
    color: #fff;
}

    .litter-banner-con-add a {
        color: #fff;
    }
    
.page_box{  font-size:16px;}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}





.countdown, .times, .correspondence, .organizers{ background:#fff; border:solid 1px #ddd; padding:15px 0 15px 15px;}
.countdown .cont ul li{ display:inline-block; text-align:center; font-size:30px;  margin-right:5px;}
.countdown .cont ul li p{ font-size:12px; margin-top:5px;}
.correspondence .cont h3{ font-size:14px;}
.times{ margin-top:15px; border-top:solid 3px #ba000c;}
.correspondence{ margin-top:15px; border-top:solid 3px #ba000c; background: url(../images/bg.jpg) no-repeat bottom;}

.countdown .cont ul li .days{ background:#d7191a; color:#fff; width:60px; font-weight:bolder; height:70px; line-height:70px;}
.countdown .cont ul li .hours{ background:#414141; color:#fff; width:60px; font-weight:bolder; height:70px; line-height:70px;}
.countdown .cont ul li .min{ background:#414141; color:#fff; width:60px; font-weight:bolder; height:70px; line-height:70px;}
.countdown .cont ul li .sec{ background:#414141; color:#fff; width:60px; font-weight:bolder; height:70px; line-height:70px;}

.correspondence{ background:#fff url(../images/bg.jpg) no-repeat bottom; padding-bottom:50px;}

.times .cont ul li{ overflow:hidden;}
.times .cont ul li div{ float:left; border:solid 1px #ddd; text-align:center; padding:5px 8px; font-weight:normal; line-height:15px; margin-right:10px;}
.times .cont ul li{ font-size:12px;}
.times .cont ul li .tian{ font-size:16px;}

.organizers{ margin-top:15px; border-top:solid 3px #ba000c;}

.organizers .cont ul li{ display:inline-block; margin-right:20px;}
.organizers .cont{ padding:10px 0; text-align:center;}

.left_menu{ margin-bottom:20px; border:solid 1px #ddd;}


.correspondence .title,.times .title, .organizers .title, .about .title, .news .title, .countdown .title{  color:#d7191a; font-size:18px; margin-bottom:10px; padding-bottom:5px; font-weight:bold; text-transform:uppercase}
.correspondence .cont, .times .cont, .organizers .cont{ text-align:center;  margin-right:10px; text-align:left;}
.correspondence .cont ul li{ margin-bottom:15px; line-height:18px;}
.correspondence .cont a{ display:block; color:#333;}
.correspondence .cont a:hover{ color:#0b76cb;}
.correspondence .cont p{ color:#999; font-size:12px; font-family:Arial; margin-top:5px;}
