@charset "utf-8";

/* CSS Document */
html {
    min-width: 1300px
}

body {
    background: url("top.jpg") 50% 0 no-repeat;
    min-width: 1300px;
}

.banner {
    height: 670px;
}

.nav {
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    background:#02107B;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.nav ul li {
    padding: 0 70px;
    float: left;
    color: #fff;
}

.nav ul li a {
    color: #ffedd9;
}

.nav ul li:hover {
    background:#0080FF;
   
}

.nav ul li:last-child {
    border-right: 0;
}

.title {
    height: 116px;
    margin-bottom:10px; margin-top: 30px;
}

.title img {
    display: block;
       margin: 0 auto;
}

.hedaline {
    width: 1200px;
    margin: 0 auto;
    border-bottom: #CBCBCB dotted 1px;
}

.hedaline h1 {
    font-size: 36px;
    font-weight: bold;
    color: #a70000;
    padding-top: 40px;
    line-height: 42px;
    text-align: center;
}

.hedaline h1 a {
    color:#054ECE;
}

.hedaline p {
    font-size: 16px;
    color: #666;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: normal;
    text-align: center
}

.hedaline p a {
    color: #666;
}

/* photo */
.photo {
    width: 1200px;
    margin:0px auto 0;
    position: relative;
}

.photo .swiper-container {
    padding: 0px 0;
    width: 1200px;
    margin: 0 auto;
    /* height: 500px; */
}

.photo .swiper-slide {
    width: 940px !important;
    height: auto;
    overflow: hidden;
}

.photo .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(67, 35, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    font-weight: bolder;
}

.photo .swiper-slide .tit a {
    color: #fff;
}

.photo .swiper-slide .tit h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.photo .swiper-slide .tit p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.photo .swiper-slide-active:after {
    display: none;
}

.photo .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.photo .swiper-button-prev {
    background: url(https://imgs.news.cn/zt/cf0119/static/imgs/bigarrows.png) no-repeat left top;
    position: absolute;
    left: -45px;
    top: 40%;
    margin-top: 16px;
    width: 85px;
    height: 49px;
    z-index: 2;
    background-size: 33% auto;
}

.photo .swiper-button-prev:hover {
    opacity: 0.6;
}

.photo .swiper-button-next {
    background: url(https://imgs.news.cn/zt/cf0119/static/imgs/bigarrows.png) no-repeat right bottom;
    position: absolute;
    right: -45px;
    top: 40%;
    margin-top: 16px;
    width: 85px;
    height: 49px;
    z-index: 2;
    background-size: 33% auto;
}

.photo .swiper-button-next:hover {
    opacity: 0.6;
}

.photo .swiper-pagination-bullet {
    margin-right: 10px;
    margin-top: 20px;
}

.photo .pagination {
    text-align: center;
}


/* part1 */
.part1 {
    width: 1200px;
    margin: auto;
    padding-top: 40px;
}

.part1-left {
    width: 785px;
    height: 443px;
    position: relative;
    float: left;
}

.part1-left .part1-left-button-prev {
    background: url(http://www.news.cn/world/cop15/index/images/left.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 194px;
    width: 16px;
    height: 28px;
    z-index: 2;
}

.part1-left .part1-left-button-next {
    background: url(http://www.news.cn/world/cop15/index/images/right.png)no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 194px;
    width: 16px;
    height: 28px;
    z-index: 2;
}

.part1-left .swiper-container {
    width: 785px;
    height: 443px;
    margin: 0 auto;
}

.swiper-slide {
    position: relative;
}

.part1-left .swiper-pagination {
    position: absolute;
    right: 10px;
    text-align: right;
    bottom: 15px;
    z-index: 2;
}

.part1-left .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 0 3px;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.part1-left .swiper-active-switch {
    background: #fb964c !important;
}

.part1-left .swiper-pagination-bullet {
    margin-left: 5px;
}

.part1-left .swiper-pagination-bullet-active {
    background: #fb964c !important;
}

.part1-left .picTitle {
    position: relative;
    width: 785px;
    height: 443px;
    overflow: hidden;
}

.part1-left .picTitle .img img {
    width: 785px;
    height: 443px;
    display: block;
}

.part1-left .picTitle .bg {
    background: rgba(51, 51, 51, 0.8);
    bottom: 0;
    height: 56px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.part1-left .picTitle .name {
    bottom: 0;
    color: #fff;
    height: 56px;
    left: 0;
    line-height: 58px;
    overflow: hidden;
    position: absolute;
    text-indent: 0.5em;
    text-align: left;
    font-size: 20px;
    width: 90%;
    z-index: 11;
}

.part1-left .picTitle .name a {
    color: #fff;
    text-decoration: none;
}

.mul-play {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 64px;
    left: 18px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.mul-play img {
    width: 100%;
    height: 100%;
    display: block;
}

.videoPart {
    width: 785px;
    height: 443px;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.videoPart iframe {
    width: 785px;
    height: 443px;
}

.videoPart .videoPart-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 50;
    background: url(http://www.newsres.cn/bigbig201710101700/bundle/s1014_icon_btn_close.png) no-repeat;
    cursor: pointer;
    background-size: 100% auto;
}

.part1-right {
    width: 410px;
    float: left;
    overflow: hidden;
    height: 443px;
}

.part1-right ul {
    overflow: hidden;
    margin: auto 0;
}

.part1-right li {
    height: 73px;
    position: relative;
    padding: 0 12px 0 12px;
    margin-top: 1px;
    background: #faf3e9;
}

.part1-right li h2 {
    font-size: 17px;
    color: #333;
    line-height: 24px;
    vertical-align: middle;
    display: table-cell;
    height: 73px;
}

.part1-right li h2 a {
    color: #333;
    font-size: 17px;
}

/* .part1-right li::before {
    content: "";
    width: 6px;
    height: 73px;
    background: #a70000;
    position: absolute;
    left: 0;
    z-index: 2;
} */
.part1-right li a {
    color: #005124;
}

.part1-right li:hover {
    background: #054ECE;
    color: #d90000;
}

.part1-right li:hover a {
    color: #fff;
}

/* part2 */
.jjbf {
    width: 1200px;
    margin: auto;
}

.jjbf li {
    width: 380px;
    height: 280px;
    float: left;
    background: #faf3e9;
    margin: 0 10px;
    margin-bottom: 20px;
}

/* .jjbf li+li {
    margin-left: 30px;
} */

.jjbf li img {
    width: 380px;
    height: 210px;
}

.jjbf li h2 {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
    padding: 0 10px;
}

.jjbf li h2 a {
    color: #333;
}

.jjbf li p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 10px;
    padding: 0 10px;
    height: 120px;
    overflow: hidden;
}

.jjbf li p a {
    color: #000;
}

/* part3 */
.part3 {
    margin-top: 40px;
}
.slider_box {
    margin: 0px auto;
    width: 1200px;
    height: 800px;
    overflow: hidden;
    position: relative;
}

.silder_tip {
    background: url("../images/tip-tt.gif") no-repeat;
    top: 0px;
    width: 92px;
    height: 92px;
    right: 0px;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

#movie_tip {
    background-position: -93px 0px;
}

.silder_con {
    height: 680px;
    overflow: hidden;
    position: absolute;
}

.silder_con li {
    width: 1200px;
    height: 680px;
    overflow: hidden;
    float: left;
    position: relative;
}

.silder_con li img {
    width: 1200px;
    height: 680px;
    overflow: hidden;
    display: block;
}

.silder_con li .picBg {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    height: 40px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.silder_con li .picTit {
    bottom: 0;
    color: #ffffff;
    font-weight: normal;
    height: 40px;
    left: 0;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 11;
    font-size: 18px;
    padding-left: 15px;
}

.silder_con li .picTit a {
    color: #ffffff;
    line-height: 35px;
}

.silder_intro {
    padding: 0px 40px 0px 0px;
    width: 210px;
    height: 296px;
    color: rgb(153, 153, 153);
    line-height: 20px;
    overflow: hidden;
}

.silder_intro h3 {
    padding: 10px 0px;
    height: 50px;
    color: rgb(122, 207, 57);
    line-height: 30px;
    overflow: hidden;
}

.silder_intro h3 strong {
    height: 30px;
    overflow: hidden;
    font-family: "ËÎÌå";
    font-size: 24px;
    font-weight: normal;
    display: block;
}

.silder_intro h3 strong a {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.silder_intro ul {
    height: 60px;
    overflow: hidden;
}

.silder_intro li {
    height: 20px;
    color: rgb(120, 120, 120);
    overflow: hidden;
}

.silder_intro li a {
    margin: 0px 6px;
    color: rgb(120, 120, 120);
}

.silder_intro span {
    margin: 0px 10px 0px 0px;
}

.silder_intro p {
    height: 72px;
    color: rgb(120, 120, 120);
    line-height: 18px;
    overflow: hidden;
    margin-top: 10px;
}

.silder_play {
    background: url("../images/silder-play.png") no-repeat 0px -30px;
    width: 136px;
    height: 30px;
    right: 45px;
    bottom: 13px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
}

.silder_nav {
    margin: 0px auto;
    width: 1200px;
    height: 120px;
    bottom: 0px;
    overflow: hidden;
    position: absolute;
}

.silder_nav li {
    margin: 3px;
    padding: 0px;
    border: 0;
    float: left;
}

.silder_nav li div {
    margin: 0;
    padding: 0px;
    border: 1px solid #fff;
    float: left;
    margin-top: 10px;
}

.silder_nav li.current div {
    border: 1px solid #bf0009;
}

.silder_nav li {
    width: 165px;
    height: 115px;
    overflow: hidden;
    display: block;
}

.silder_nav li div {
    width: 163px;
    height: 98px;
    overflow: hidden;
    display: block;
}

.silder_nav img {
    width: 165px;
    height: 98px;
    overflow: hidden;
    display: block;
}

.silder_nav li.current {
    background: url(../images/sj.png) top center no-repeat;
}

.slider_box a.prev {
    background: url(http://www.xinhuanet.com/gangao/2010610hkback/images/leftarrow.png) no-repeat;
    margin: 280px 0px 0px;
    width: 45px;
    height: 100px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
    cursor: pointer;
}

.slider_box a.next {
    background: url(http://www.xinhuanet.com/gangao/2010610hkback/images/rightarrow.png) no-repeat;
    margin: 280px 0px 0px;
    width: 45px;
    height: 100px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
    cursor: pointer;
}

.slider_box a.prev {
    left: 0px;
}

.slider_box a.next {
    background-position: right 0px;
    right: 0px;
}

.silderBox {
    height: 8px;
    line-height: 8px;
}

/* part4*/
.part4 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.djt_list li {
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 15px;
    margin-top: 9px;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    width: 45%;
    float: left;
    margin-right: 40px;
}

.djt_list li:before {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background:#054ECE;
}

.djt_list li .img {
    float: left;
    width: 190px;
    height: 109px;
    display: none;
}

.djt_list li .text {
    float: right;
    width: 100%;
    height: auto;
}

.djt_list li .text h2 {
    font-size: 17px;
    color: #333;
    line-height: 26px;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 420px;*/
}

.djt_list li .text h2 a {
    color: #333;
}

.djt_list li .text p {
    font-size: 14px;
    color: #808080;
    margin-top: 5px;
    line-height: 25px;
    display: none;
}

/*END*/
.footer {
    padding: 25px 0 25px 0;
    background:#02107B;
    text-align: center;
    margin-top: 50px;
}

.footer p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}