@charset "utf-8";

* {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/*头部*/
.banner {
    width: 100%;
    height: 320px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/20190725/banner.png) no-repeat 50% 0;
    min-width: 1200px;
}

.nav ul li,
.nav ul li a {
    text-align: center;
    float: left;
}

.nav {
    width: 100%;
    height: 70px;
    min-width: 1200px;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
    z-index: 500
}

.nav ul li {
    line-height: 20px;
    padding: 10px;
    border: 1px solid #F03;
    border-radius: 20px;
    margin: 10px 4px;
}

.nav ul li,
.nav ul li a {
    float: left;
    font-size: 18px;
    color: #F03;
}

.nav ul li ul li,
.nav ul li ul li a {
    width: 100%;
    color: #fff;
}

.nav ul li a:hover {
    color: #fff;
    background-color: #fe3c4a;
}

.nav ul li span {
    padding-right: 3px;
    float: left;
}

.nav ul .home,
.nav ul .home a {
    line-height: 70px;
    height: 70px;
    margin-left: 25px;
}

.nav .m h3 {
    font-weight: normal;
}

.nav .m h3:before {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.nav .m {
    position: relative;
    float: left;
    width: 51px;
    display: inline;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 120px;
    position: absolute;
    left: 11px;
    top: 70px;
    background: #fff;
    float: left;
    line-height: 30px;
    border: 1px solid #f00b11;
    border-top: none;
}

.nav .sub li {
    text-align: center;
    font-size: 16px;
    color: #f00b11;
    width: 100%;
    float: none;
    padding: 4px 0;
    line-height: 20px;
}

.nav .sub li a {
    color: #fff;
    display: block;
    zoom: 1;
    line-height: 20px;
    float: none;
}

.nav .sub li a:hover {
    color: #fff;
}

.nav ul .ono:hover {
    background: #fe3c4a;
}

.nav ul .ono:hover a {
    display: block;
    background: #fe3c4a;
    color: #fff;
}

/*大头条*/
.dtt_box {
    min-width: 1200px;
    width: 1200px;
    margin: auto;
    margin-top: 0px;
}

.dtt_box .tittle {
    width: 850px;
    height: auto;
    font-size: 40px;
    color: #d70016;
    font-weight: bold;
    margin: 0 auto;
}

.dtt_box .tittle a {
    font-weight: bold;
    color: #d70016;
}

.dtt_swip {
    width: 1200px;
    height: auto;
    position: relative;
}

.dtt_swip .arrow-left {
    background: url(https://imgs.news.cn/global/img/iconBtn/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.dtt_swip .arrow-right {
    background: url(https://imgs.news.cn/global/img/iconBtn/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.dtt_swip .swiper-container {
    width: 1200px;
    height: auto;
}

.swiper-slide {
    position: relative;
}

.dtt_swip .swiper-container.swiper-wrapper .swiper-slide img {
    width: 1200px;
    height: 540px;
}

.dtt_swip .swiper-container .swiper-wrapper .swiper-slide .bg {
    position: absolute;
    width: 100%;
    height: 83px;
    z-index: 0;
    left: 0px;
    bottom: 0px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/ht.png);
}

.dtt_swip .swiper-container .swiper-wrapper .swiper-slide .title {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 24px;
    width: 96%;
    height: 83px;
    color: #fff;
    overflow: hidden;
    z-index: 5;
    padding-left: 2%;
    text-align: center;
    display: flex;
    align-items: center;
}

.dtt_swip .swiper-container .swiper-wrapper .swiper-slide .title a {
    color: #fff;
    text-align: left;
}

.dtt_swip .pagination {
    position: absolute;
    right: 10px;
    text-align: right;
    bottom: 35px;
    width: 15%;
    z-index: 2;
}

.dtt_swip .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    margin: 0 6px;
    cursor: pointer;
}

.dtt_swip .swiper-active-switch {
    background: #ff1000;
}

/*要闻*/
.yw {
    width: 1200px;
    margin: auto;
    height: 400px;
    margin-top: 58px;
}

.ywl {
    float: left;
    width: 337px;
    height: 400px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/20190718/Quotes.png);
    position: relative;
}

.ywl h2 {
    font-size: 16px;
    color: #FFF;
    line-height: 24px;
    width: 57px;
    float: right;
    position: absolute;
    right: 43px;
    top: 25px;
    text-align: center;
}

.ywl p {
    margin-top: 100px;
    line-height: 32px;
    color: #FFF;
    padding: 0 25px;
    font-size: 18px;
    height: 276px;
    overflow: hidden;
    margin-bottom: 25px;
}

.ywl p a {
    color: #FFF;
}

.ywr {
    float: right;
    width: 810px;
}

.ywr p {
    font-size: 24px;
    color: #000;
    line-height: 30px;
    padding: 27px 29px;
}

.yd {
    background: #fff3e1;
    border-left-width: 9px;
    border-left-style: solid;
    border-left-color: #fcae36;
}

.ld {
    background: #cdecff;
    margin-top: 19px;
    border-left-width: 9px;
    border-left-style: solid;
    border-left-color: #45b9ff;
}

.cd {
    background: #ffebe4;
    margin-top: 19px;
    border-left-width: 9px;
    border-left-style: solid;
    border-left-color: #ff8d53;
}



/*exclusive*/
.exclusive_box {
    width: 100%;
    height: 579px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/3dbg.png) no-repeat 50% 0;
    margin-top: 75px;
    min-width: 1200px;
}

.exclusive_dh {
    width: 100%;
    height: 60px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/20190718/tit_special.png) no-repeat 50% 0;
    margin-bottom: 10px;
    min-width: 1200px;
}

.exclusive_dh_a {
    width: 195px;
    height: 60px;
    margin: 0 auto;
}

.blocktit {
    display: block;
    height: 90px;
    margin: 30px 0 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.exclusive-box {
    position: relative;
    height: 500px;
}

.carousel {
    position: relative;
    height: 450px;
    margin: 0 auto;
}

.carousel li {
    float: left;
    width: 332px;
    height: 258px;
}

.carousel a,
.carousel img,
.carousel span {
    display: inline-block;
}

.carousel img {
    width: 100%;
    height: 100%;
}

.carousel a {
    position: relative;
}

.carousel span {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: left;
    background-color: #c30000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.carousel a {
    -webkit-box-reflect: below -4px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 30%, rgba(250, 250, 250, 0.3));
}

.carousel {
    position: relative;
    margin: 0px;
    padding: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.carousel .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    position: absolute;
    cursor: pointer;
}

.carousel .out {
    border: #DDD 2px solid;
}

.carousel .over {
    border: #DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
}

.carousel .click {
    border: #DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
}

.carousel .select {
    border: #DDD 2px solid;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#000000')";
}

.carousel .tooltip {
    position: absolute;
    z-index: 9999;
    background-color: #DDD;
    margin-bottom: 20px;
    border: #EEE solid 4px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.carousel .tooltip p {
    color: #999;
    padding: 10px;
    margin: 0px;
}

.carousel .scrollbar {
    width: 340px;
    position: absolute;
    margin-top: 100px;
}

.carousel .scrollbar .track {
    width: 300px;
    height: 20px;
    position: absolute;
    left: 20px;
}

.carousel .scrollbar .thumb {
    width: 70px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}

.carousel .scrollbar .left {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    left: 0px;
}

.carousel .scrollbar .right {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    right: 0px;
}

.ex-btn {
    position: relative;
    z-index: 20;
    width: 200px;
    margin: 0 auto;
}

.ex-arr {
    width: 72px;
    height: 40px;
    background-repeat: no-repeat;
    background-position-y: center;
    cursor: pointer;
}

.ex-left {
    float: left;
    background-position-x: left;
}

.ex-right {
    float: right;
    background-position-x: right;
}

/*about cpc*/
.about_dh {
    width: 100%;
    height: 60px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/20190718/tit_speeches.png) no-repeat 50% 0;
    margin-top: 50px;
    margin-bottom: 15px;
    min-width: 1200px;
}

.about_dh_a {
    width: 230px;
    height: 60px;
    margin: 0 auto;
}

.about_box {
    width: 100%;
    height: 785px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/book.jpg) no-repeat 50% 0;
    overflow: hidden;
    min-width: 1200px;
}

.about_nr {
    width: 1079px;
    height: 610px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/booknr.png) no-repeat;
    margin: 0 auto;
    margin-top: 43px;
    position: relative;
}

.tab1 {
    width: auto;
    height: auto;
}

.tableft_box {
    position: absolute;
    left: 20px;
    top: 46px;
    width: 330px;
    height: 462px;
}

.tab1 .tab_menu {
    width: 330px;
    height: 462px;
    z-index: 1;
}

.tab1 .tab_menu li {
    cursor: pointer;
    font-size: 16px;
    background: url(https://english.news.cn/cnleaders/xistime/20211216/images/star.png) no-repeat left 7px;
    padding-left: 20px;
    line-height: 25px;
    margin-bottom: 23px;
    color: #000;
    padding-right: 12px;
}

.tab1 .tab_box {
    width: 570px;
    height: 526px;
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.tab1 .tab_menu .selected {
    cursor: pointer;
    color: #bf0009;
}

.tab1 .hide {
    display: none;
}

.slimScrollBar {
    opacity: 1 !important;
    width: 6px !important;
    right: 2px !important;
    background: url(https://english.news.cn/cnleaders/xistime/20211216/images/scoll_bj.jpg) no-repeat center center #fff !important;
}

.tabright_box {
    width: 570px;
    height: 526px;
    position: absolute;
    right: 50px;
    top: 40px;
}

.tabright_box .tab_box p {
    padding-right: 15px;
}

.tabright_box .tab_box img {
    width: 100% !important;
    height: auto !important;
}


/*Photos*/
.footprint_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footprint_box .dh {
    width: 1020px;
    height: 88px;
    margin: 0 auto;
}

.footprint_bg {
    width: 1075px;
    margin: 0 auto;
    overflow: hidden;
    padding: 35px;
    background: #d4ceeb;
    background: -moz-linear-gradient(-45deg, #d4ceeb 0%, #bad2ee 100%);
    background: -webkit-linear-gradient(-45deg, #d4ceeb 0%, #bad2ee 100%);
    background: linear-gradient(135deg, #d4ceeb 0%, #bad2ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4ceeb', endColorstr='#bad2ee', GradientType=1);
}

.footprint_list {
    list-style: none;
}

.footprint_list li {
    float: left;
    width: 348px;
}

.footprint_list li img {
    width: 348px;
    height: 223px;
}

.footprint_list li p {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-top: 15px;
}

.footprint_list li p a {
    color: #000;
}

.footprint_list li+li {
    margin-left: 15px;
}

.photo_box {
    width: 100%;
    height: 660px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/exclusive_bg.jpg) no-repeat 50% 0;
    overflow: hidden;
    min-width: 1200px;
}

.photo_dh {
    width: 100%;
    height: 60px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/tit_video.jpg) no-repeat 50% 0;
    margin-top: 38px;
    margin-bottom: 38px;
    min-width: 1200px;
}

.photo_dh_a {
    width: 215px;
    height: 60px;
    margin: 0 auto;
}

.focusBox4 {
    width: 1200px;
    height: 664px;
    position: relative;
    margin-top: 29px;
}

.focusBox4 .arrow-left {
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/left.png) no-repeat left top;
    position: absolute;
    left: -67px;
    top: 43%;
    margin-top: -15px;
    width: 40px;
    height: 90px;
    z-index: 2
}

.focusBox4 .arrow-right {
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/right.png) no-repeat left bottom;
    position: absolute;
    right: -67px;
    top: 43%;
    margin-top: -15px;
    width: 40px;
    height: 90px;
    z-index: 2
}

.focusBox4 .swiper-container {
    width: 1200px;
    height: 664px;
}

.focusBox4 .swiper-slide {
    position: relative;
}

.focusBox4 .swiper-container.swiper-wrapper .swiper-slide img {
    width: 1200px;
    height: 664px;
}

.focusBox4 .swiper-container .swiper-wrapper .swiper-slide .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 83px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/ht.png) repeat-x;
    z-index: 0
}

.focusBox4 .swiper-container .swiper-wrapper .swiper-slide .title {
    position: absolute;
    font-size: 22px;
    left: 0;
    bottom: 17px;
    width: 96%;
    height: 49px;
    line-height: 49px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    padding-left: 80px;
    margin-left: 33px;
    text-align: left;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/play.png) 0 0 no-repeat;
}

.focusBox4 .swiper-container .swiper-wrapper .swiper-slide .title a {
    color: #fff;
}

.focusBox4 .pagination {
    position: absolute;
    right: 10px;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 2;
    display: none;
}

.focusBox4 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 8px;
    cursor: pointer;
}

.focusBox4 .swiper-active-switch {
    background: #bf0009;
}

/*comments*/
.comments_box {
    width: 100%;
    height: 629px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/Comments.png) no-repeat 50% 0;
    overflow: hidden;
    min-width: 1200px;
}

.comments_dh {
    width: 100%;
    height: 35px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/Comments1.png) no-repeat 50% 0;
    margin-top: 38px;
    margin-bottom: 38px;
    min-width: 1200px;
}

.comments_dh_a {
    width: 215px;
    height: 34px;
    margin: 0 auto;
}

#heroList {
    width: 1200px;
    height: 552px;
    overflow: hidden;
    margin: auto;
}

#heroList .bigPer {
    float: left;
    width: 617px;
    position: relative;
    margin-top: 28px;
}

#heroList .bigPer .perInfo {
    position: absolute;
    left: 0;
    top: 0;
    width: 617px;
}

#heroList .bigPer .perInfo img {
    width: 264px;
    height: 268px;
    position: absolute;
    left: 6px;
    top: 33px;
}

#heroList .bigPer .perInfo h2 {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    padding-left: 279px;
    padding-top: 99px;

    width: 352px;
    height: 35px;
    overflow: hidden;
    font-weight: normal;
}

#heroList .bigPer .perInfo h2 a {
    color: #fff;
}

#heroList .bigPer .perInfo h3 {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    padding-left: 279px;
    padding-top: 25px;

    width: 352px;
    height: 70px;
    overflow: hidden;
    font-weight: normal;
}

#heroList .bigPer .perInfo h3 a {
    color: #fff;
}

#heroList .bigPer .perInfo p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-indent: 2em;
    padding-top: 15px;
    font-weight: normal;
    width: 488px;
    height: 183px;
    overflow: hidden;
    padding: 0 20px;
    margin-top: 153px;
}

#heroList .bigPer .perInfo p a {
    color: #fff;
}

#heroList .bigPer .perInfo p span a {
    color: #fff;
}

#heroList .smallPer {
    float: right;
    width: 542px;
    overflow: hidden;
}

#heroList .smallPer .smallList {
    width: 542px;
    height: 552px;
}

#heroList .smallPer li {
    width: 138px;
    height: 170px;
    position: relative;
}

.wz1 {
    position: absolute;
    left: 143px;
    top: 145px;
}

.wz2 {
    position: absolute;
    left: 32px;
    top: 87px;
}

.wz3 {
    position: absolute;
    left: 256px;
    top: -82px;
}

.wz4 {
    position: absolute;
    left: 145px;
    top: -140px;
}

.yt {
    width: 485px;
    height: 11px;
    background: #ffc11a;
}

#heroList .smallPer li img {
    width: 138px;
    height: 170px;
}


/*Writings*/
.Writings_box {
    width: 100%;
    height: 492px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/tsbg.jpg) no-repeat 50% 0;
    overflow: hidden;
    min-width: 1200px;
}

.Writings_dh {
    width: 100%;
    height: 45px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/Writings.png) no-repeat 50% 0;
    margin-top: 38px;
    margin-bottom: 38px;
    min-width: 1200px;
}

.Writings_dh_a {
    width: 215px;
    height: 45px;
    margin: 0 auto;
}

.gdft_box {
    position: relative;
    width: 676px;
    margin: auto;
}

.gdft_box .swiper-container {
    height: 353px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.gdft_box .pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.gdft_box .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.gdft_box .swiper-visible-switch {
    background: #aaa;
}

.gdft_box .swiper-active-switch {
    background: #fff;
}

.gdft_box .arrow-left {
    background: url(https://imgs.news.cn/politics/2015/images/arrows.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 152px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.gdft_box .arrow-right {
    background: url(https://imgs.news.cn/politics/2015/images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 0px;
    top: 152px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.gdft_box .sjft_con {
    width: 252px;
    position: relative;
    margin: 0 auto;
}

.gdft_box .sjft_con .img {
    width: 252px;
    height: 353px;
    display: block;
}

.gdft_box .sjft_con .img img {
    width: 252px;
    height: 353px;
    display: block;
}

.gdft_box .sjft_con .text {
    position: absolute;
    width: 217px;
    height: auto;
    bottom: 10px;
    left: 0;
    z-index: 14;
    display: none;
}

.gdft_box .sjft_con .text p {
    display: block;
    line-height: 20px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px 0 10px;
}

.gdft_box .sjft_con .bg {
    width: 217px;
    height: 69px;
    position: absolute;
    background: url(https://english.news.cn/cnleaders/xistime/20211216/images/gdft_bj.png) repeat-x;
    bottom: 0px;
    left: 0;
    z-index: 13;
    display: none;
}

.gdft_box .tit {
    width: 200px;
    height: auto;
    font-size: 18px;
    color: #333;
    margin: 0 auto;
    margin-top: 18px;
    text-align: left;
}

/*footer*/
.footer {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #fff;
    padding-top: 245px;
    text-align: center;
    min-width: 1200px;
}

/*add*/
.leadership_box {
    padding-bottom: 20px;
}

.dtt {
    font-size: 26px;
    text-align: center;
    color: #000;
    line-height: 32px;
    margin-bottom: 15px;
    padding-right: 15px;
}

/*Photos*/
.WiththePeople_box {
    width: 100%;
    height: 721px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/sp.jpg) no-repeat 50% 0;
    overflow: hidden;
    min-width: 1200px;
}

.WiththePeople_dh {
    width: 100%;
    height: 60px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/20190725/tit_WiththePeople.png) no-repeat 50% 0;
    margin-top: 38px;
    margin-bottom: 38px;
    min-width: 1200px;
}

.WiththePeople_a {
    width: 215px;
    height: 60px;
    margin: 0 auto;
}

.focusBox5 {
    width: 1200px;
    height: 664px;
    position: relative;
    margin-top: 29px;
}

.focusBox5 .arrow-left {
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/left.png) no-repeat left top;
    position: absolute;
    left: -67px;
    top: 43%;
    margin-top: -15px;
    width: 40px;
    height: 90px;
    z-index: 2
}

.focusBox5 .arrow-right {
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/right.png) no-repeat left bottom;
    position: absolute;
    right: -67px;
    top: 43%;
    margin-top: -15px;
    width: 40px;
    height: 90px;
    z-index: 2
}

.focusBox5 .swiper-container {
    width: 1200px;
    height: 664px;
}

.focusBox5 .swiper-slide {
    position: relative;
}

.focusBox5 .swiper-container.swiper-wrapper .swiper-slide img {
    width: 1200px;
    height: 664px;
}

.focusBox5 .swiper-container .swiper-wrapper .swiper-slide .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 83px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/ht.png) repeat-x;
    z-index: 0
}

.focusBox5 .swiper-container .swiper-wrapper .swiper-slide .title {
    position: absolute;
    font-size: 22px;
    left: 0;
    bottom: 17px;
    width: 96%;
    height: 49px;
    line-height: 49px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    margin-left: 33px;
    text-align: left;
}

.focusBox5 .swiper-container .swiper-wrapper .swiper-slide .title a {
    color: #fff;
}

.focusBox5 .pagination {
    position: absolute;
    right: 10px;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 2;
    display: none;
}

.focusBox5 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 8px;
    cursor: pointer;
}

.focusBox5 .swiper-active-switch {
    background: #bf0009;
}

.footsteps_dh {
    width: 100%;
    height: 60px;
    background: url(https://english.news.cn/cnleaders/xistime/index/images/tit_footsteps.png) no-repeat 50% 0;
    margin-top: 38px;
    margin-bottom: 38px;
    min-width: 1200px;
}

.footsteps_a {
    width: 195px;
    height: 60px;
    margin: 0 auto;
}

.footsteps_box {
    width: 100%;
    height: 600px;
    background: url(https://english.news.cn/cnleaders/Xithought/index/images/sp.jpg) no-repeat 50% 0;
    overflow: hidden;
    min-width: 1200px;
}

.video_scoll {
    width: 1130px;
    margin: 0 auto;
    list-style: none;
    margin-top: 50px;
    overflow: hidden;
}

.video_scoll li {
    float: left;
    width: 350px;
    height: 225px;
    position: relative;
}

.video_scoll li+li {
    margin-left: 40px;
}

.video_scoll li img {
    width: 350px;
    height: 225px;
    display: block;
}

.video_scoll li .text {
    position: absolute;
    width: 350px;
    height: 225px;
    bottom: 0px;
    left: 0;
    z-index: 14;
    display: none;
}

.video_scoll .text p {
    display: block;
    line-height: 24px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 0 15px;
    margin-top: 35px;
}

.video_scoll .text p a {
    color: #fff;
}

.video_scoll li .bg {
    width: 350px;
    height: 225px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 13;
    display: none;
}

.photo_box_content {
    width: 1145px;
    height: auto;
    margin: 0 auto;
}

.stories {
    float: right;
    width: 366px;
    height: auto;
    margin-top: 10px;
}

.xi_focus {
    float: left;
    width: 366px;
    height: auto;
    margin-left: 23px;
    margin-top: 10px;
}

.the_point {
    float: left;
    width: 366px;
    height: auto;
    margin-top: 10px;
}

.stories_neirong {
    background-image: url(https://english.news.cn/cnleaders/Xithought/index/images/stories_bg.jpg);
    width: 365px;
    height: 570px;
}

.stories_neirong h3 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 10px;
}

.xi_focus_neirong ul li {
    font-size: 18px;
    color: #000;
    line-height: 34px;
    padding-left: 35px;
    padding-right: 10px;
    padding-top: 25px;
}

.xi_focus_neirong ul li+li {
    margin-top: 16px;
    padding-top: 16px;
}

.xi_focus_neirong {
    background-image: url(https://english.news.cn/cnleaders/Xithought/index/images/focus_bg.jpg);
    width: 365px;
    height: 570px;
}

.the_point_neirong {
    background-image: url(https://english.news.cn/cnleaders/Xithought/index/images/piont_bg.jpg);
    width: 366px;
    height: 570px;
}

.sp_pic {
    margin: 0 auto;
    width: 280px;
    height: 180px;
    position: relative;
    margin-top: -10px;
}

.the_point_neirong h3 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 10px;
}

select {
    float: left;
    border-radius: 0px;
    border-color: #F03;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    padding: 8px 0px;
    margin-top: 10px;
    margin-left: 3px;
    color: #F03;
}

select option {
    text-align: center;
}

.video_scoll h3 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 10px;
}

.footsteps_content {
    width: 1110px;
    margin: 0 auto;
}

.footsteps_content ul li {
    width: 350px;
    height: 225px;
    float: left;
    margin-top: 13px;
    margin-left: 20px;
    margin-bottom: 55px;
}

.footsteps_content ul li .tit {
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.footsteps_content ul li .tit a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.player {
    background-image: url(https://english.news.cn/cnleaders/Xithought/index/images/icon-play.png);
    width: 40px;
    height: 40px;
    position: relative;
    top: 155px;
    left: 60px;
    z-index: 1;
}

.the_point_neirong li+li {
    margin-top: -5px;
}

.stories_neirong li+li {
    margin-top: -5px;
}

.nav ul li {
    margin: 10px 2px;
}