@charset "utf-8";
/*专题正文样式*/

.domPC {
    display: block;
}

.domMobile {
    display: none;
}

body {
    font-family: "微软雅黑";
    min-width: 1200px;
    background-size: 100% auto;
    color: #333;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

a {
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    color: #ff9724 !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.full-screen,
.full-screen body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ea272f;
    background-size: 100% auto;
    z-index: 12;
    top: 0;
    /* left: 0; */
}

.cover .ant01 {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* vertical-align:middle; */
    line-height: 100%;
    /* background: url("//www.xinhuanet.com/politics/2019lh/images/beginVideo.mp4") 50% 0 no-repeat; */
    /* background-size: cover; */

    /* top: 50%; */
}

.cover .ant01 video {
    height: auto;
    /* position: absolute;
    top: 50%;
    margin-top: calc(100vh/2);
    left: 0; */
}

.conBox {
    width: 100%;
    position: absolute;
    z-index: 12;
    top: 0;
    background: #fff;
}

@-webkit-keyframes bannerCloud {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }

    10%,
    80% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(3);
    }
}

@keyframes bannerCloud {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    10%,
    80% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        transform: scale(3);
    }
}

.toppart {
    background: url("//www.xinhuanet.com/politics/2019lh/images/BgBanner_v2.jpg") 50% 0 no-repeat;
    position: relative;
    overflow: hidden;
    height: 1125px;
    z-index: 11;
}

.cloud3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("//www.xinhuanet.com/politics/ggkf40/images/cloud.png") 50% -50px no-repeat;
    background-size: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: bannerCloud 40s linear 0s infinite normal;
    animation: bannerCloud 40s linear 0s infinite normal;
}

.cloud4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("//www.xinhuanet.com/politics/ggkf40/images/cloud.png") 50% -50px no-repeat;
    background-size: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: bannerCloud 40s linear 20s infinite normal;
    animation: bannerCloud 40s linear 20s infinite normal;
}

.contop {
    position: relative;
    z-index: 4;
    width: 1600px;
    margin: 0 auto 100px;
}

.contop_top {
    text-align: center;
    margin-bottom: 30px;
}

.contop_top h1 {
    font-size: 44px;
    font-weight: bolder;
    color: #f61919;
    line-height: 1.5em;
}

.contop_top h1 a {
    color: #f61919;
}

.contop_top p {
    font-size: 18px;
    color: #f61919;
    font-weight: normal;
    line-height: 2em;
}

.contop_top p a {
    color: #f61919;
}

.topbanner {
    width: 100%;
    height: 320px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/BgCon_v1.png") 45% 55px no-repeat;
    position: relative;
    z-index: 3;
}

.topbanner .xhw {
    width: 125px;
    height: 85px;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 85px;
    margin-left: -480px;
    display: block;
    text-indent: -9999em;
}

.dom1200 {
    display: none;
}

.dom1600 {
    display: block;
}

.contop_left {
    width: 560px;
    float: left;
    position: relative;
}

.contop_right {
    width: 1000px;
    float: right;
    height: auto;
    position: relative;
}

.contop_left .top_wz {
    height: 100%;
}

.contop_left .top_wz .top_wzbox {}

.contop_left .top_wz h3 {
    font-size: 24px;
    color: #e0191f;
    line-height: 32px;
    padding: 10px 0 10px 10px;
}

.contop_left .top_wz h3 a {
    color: #e0191f;
}

.contop_left .top_wz h3 * {
    vertical-align: middle;
}

.contop_left .top_wz ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.contop_left .top_wz li {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px dashed #c1c6ca;
    color: #333;
}

.contop_left .top_wz li * {
    vertical-align: middle;
}

.contop_left .top_wz li a {
    color: #333;
}

.contop_left .top_wz dl {
    padding: 10px 0 0 10px;
    overflow: hidden;
}

.contop_left .top_wz dt {
    float: left;
    width: 180px;
    height: 110px;
}

.contop_left .top_wz dt+dt {
    margin-left: 3px;
}

.contop_left .top_wz dt img {
    width: 180px;
    height: 110px;
}

.contop_right .swiper-button-prev {
    background: url(//www.xinhuanet.com/global/img/iconBtn/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.contop_right .swiper-button-next {
    background: url(//www.xinhuanet.com/global/img/iconBtn/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.contop_right .swiper-container {
    width: 1000px;
    height: 631px;
}

.contop_right .swiper-slide {
    position: relative;
}

.contop_right .photoPart {
    width: 100%;
    height: auto;
    position: relative;
}

.contop_right .swiper-pagination {
    position: absolute;
    left: auto;
    right: 5px;
    text-align: right;
    bottom: 22px;
    width: auto;
    z-index: 2;
}

.contop_right .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #d2d2d2;
    opacity: .5;
    margin: 0 5px;
}

.contop_right .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f6b55a;
}

.contop_right .picTitle {
    position: relative;
    width: 1000px;
    height: 631px;
    overflow: hidden;
}

.contop_right .picTitle .img img {
    width: 1000px;
    height: 563px;
    display: block;
}

.contop_right .picTitle .bg {
    background: url("//www.xinhuanet.com/politics/2019lh/images/BgName_v1.png") 0 0 no-repeat;
    bottom: 0;
    height: 68px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.contop_right .picTitle .name {
    bottom: 0;
    color: #fff;
    height: 68px;
    font-size: 22px;
    left: 20px;
    line-height: 68px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.contop_right .picTitle .name a {
    color: #fff;
    text-decoration: none;
}

.contop_right .picTitle .name a:hover {
    text-decoration: underline;
}

.contop_right .mul-play {
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 90px;
    left: 20px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.contop_right .mul-play img {
    width: 100%;
    height: 100%;
}

.contop_right .videoPart {
    width: 1000px;
    height: 563px;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.contop_right .videoPart iframe {
    width: 100%;
    height: 631px;
}

.contop_right .videoPart .videoPart-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 50;
    background: url(//www.news.cn/res/xhwres/bigbig201710101700/bundle/s1014_icon_btn_close.png) no-repeat;
    cursor: pointer;
    background-size: 100% auto;
}

.contop_right dl {
    padding: 10px 0 0 0px;
    overflow: hidden;
}

.contop_right dl dt {
    float: left;
    width: 200px;
    height: 122px;
}

.contop_right dl dt+dt {
    margin-left: 10px;
}

.contop_right dl dt img {
    width: 200px;
    height: 122px;
}

@media screen and (max-width: 1600px) {
    .dom1200 {
        display: block;
    }

    .dom1600 {
        display: none;
    }

    .toppart {
        height: 1040px;
    }

    .contop {
        width: 1200px;
    }

    /* .contop_left {
        width: 430px;
    } */
    .contop_top h1 {
        font-size: 33px;
    }

    .contop_top p {
        font-size: 16px;
    }

    /* .contop_left .top_wz h3 {
        font-size: 19px;
        color: #e0191f;
        line-height: 32px;
        padding: 5px 0 5px 5px;
    } */

    /* .contop_left .top_wz ul {
        overflow: hidden;
        margin-bottom: 10px;
    } */

    /* .contop_left .top_wz li {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 0 5px 5px;
        border-bottom: 1px dashed #c1c6ca;
        color: #333;
    } */

    /* .contop_left .top_wz dl {
        padding: 10px 0 0 5px;
    } */

    /* .contop_left .top_wz dt {
        width: 138px;
        height: 84px;
    } */

    /* .contop_left .top_wz dt img {
        width: 138px;
        height: 84px;
    } */

    .contop_right {
        width: 620px;
    }

    .contop_right .swiper-container {
        width: 620px;
        height: 399px;
    }

    .contop_right .picTitle {
        width: 620px;
        height: 399px;
    }

    .contop_right .picTitle .img img {
        width: 620px;
        height: 349px;
    }

    .contop_right .picTitle .bg {
        height: 50px;
    }

    .contop_right .picTitle .name {
        height: 50px;
        font-size: 18px;
        line-height: 50px;
		left:10px;
    }

    .contop_right .swiper-pagination {
        bottom: 12px;
    }

    .contop_right .mul-play {
        bottom: 65px;
        left: 15px;
		width:70px;
		height:70px;
    }

    .contop_right .videoPart {
        width: 620px;
        height: 349px;
        background: #333;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
    }

    .contop_right .videoPart iframe {
        width: 100%;
        height: 399px;
    }
}

@media screen and (max-width: 1400px) {}

.list li {
    font-size: 18px;
    padding-left: 20px;
    padding: 10px 0px 10px 10px;
    position: relative;
    line-height: 26px;
}

.list li * {
    vertical-align: middle;
}

.list li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #e9252c;
    left: 0;
    top: 22px;
    z-index: 1;
    position: absolute;
}

.backtotop {
    position: absolute;
    position: fixed;
    right: 41px;
    bottom: 40px;
    z-index: 10;
    width: 40px;
    height: 30px;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f6f6f6;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

.backtotop:after {
    content: "";
    display: block;
    width: 0;
    margin: 2px auto 0;
    border-left: 6px solid #f6f6f6;
    border-right: 6px solid #f6f6f6;
    border-top: 8px solid #f6f6f6;
    border-bottom: 8px solid #ed2326;
}

.nav {
    background: #ea272f;
    height: 70px;
    width: 100%;
    position: relative;
    z-index: 20;
}

.nav .nav_box {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

.nav .logo {
    width: 155px;
    height: 70px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/logo_v2.png") 0 8px no-repeat;
    float: left;
}

.nav ul {
    float: left;
}

.nav li {
    float: left;
    font-size: 20px;
    padding: 0 35px;
    color: #fff;
    line-height: 70px;
}

.nav li a {
    color: #fff;

}

.nav li:hover a {
    color: #ffff33 !important;
}

/* .nav li a:hover{color: #ffff33;} */
.nav .on {
    color: #ffff33;
    font-weight: bolder;
}

.nav .on a {
    color: #ffff33
}

.navkong {
    height: 70px;
    width: 100%;
    display: none;
}

.navfix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.content1 {
    width: 100%;
    overflow: hidden;
}

.part01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.part01::after {
    content: "";
    width: 100%;
    height: 185px;
    background: #f7f7f7;
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 0;
}

/*两会报道*/
.tab1 {
    width: 1200px;
    position: relative;
    margin: 25px auto 20px;
    overflow: hidden;
    z-index: 2;
}

.tab1 .tab_menu {
    width: 247px;
    height: 220px;
    float: left;
    background: url("//www.xinhuanet.com/politics/2019lh/images/calendar.png") 0 0 no-repeat;
    padding-left: 3px;
}

.tab1 .tab_menu div {
    float: left;
    width: 35px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    opacity: 0.3;
}

.tab1 .tab_menu .day {
    opacity: 1;
}

.tab1 .tab_menu .flr {
    float: right;
}

.tab1 .tab_box {
    width: 920px;
    position: relative;
    float: right;
}

.tab1 .tab_menu .selected {
    cursor: pointer;
    color: #e9262d;
    position: relative;
    z-index: 2;
}

.tab1 .tab_menu .selected span {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    display: block;
}

.tab1 .tab_menu .selected::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 0;
    margin-left: -12px;
    border-radius: 24px;
    background: #fff;
    z-index: 1;
}

.tab1 .tab_box .toptabcon {
    overflow: hidden;
    padding: 40px 0 0 0;
}

.tab1 .tab_box .toptabcon_left {
    width: 510px;
    float: left;
}

.tab1 .tab_box .toptabcon_left h2 {
    line-height: 50px;
    color: #e9252c;
    font-size: 22px
}

.tab1 .tab_box .toptabcon_left h2 a {
    color: #e9252c;
}

.tab1 .tab_box .toptabcon_left p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-indent: 2em;
}

.tab1 .tab_box .toptabcon_left p a {
    color: #e9252c;
    padding-left: 5px;
}

.tab1 .tab_box .toptabcon_right {
    width: 385px;
    float: right;
    margin-top: -14px;
}

.tab1 .tab_box .toptabcon_right dl {
    overflow: hidden;
}

.tab1 .tab_box .toptabcon_right dl+dl {
    padding-top: 22px;
}

.tab1 .tab_box .toptabcon_right dt {
    float: left;
    width: 62px;
}

.tab1 .tab_box .toptabcon_right dd {
    width: 300px;
    float: right;
    margin-top: 11px;
}

.tab1 .tab_box .toptabcon_right dd li {
    line-height: 24px;
}

.tab1 .hide {
    display: none;
}

.daytime {
    font-size: 65px;
    text-align: right;
    padding-right: 10px;
    color: #fff;
    line-height: 65px;
    margin-bottom: 8px;
}

/* 头条 */
.part02 {
    width: 1200px;
    margin: 0 auto;
}

.part02 .part02_top {
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.part02 .part02_top h1 {
    position: relative;
    font-size: 46px;
    color: #e9252c;
    /* padding-left: 60px; */
    line-height: 72px;
    text-align: center;
    transition: none;
    display: none;
}

.part02 .part02_top h1 a {
    color: #e9252c;
    transition: none;
}

.part02 .part02_top h1::before {
    content: "";
    width: 52px;
    height: 71px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part02_tou.png") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.part02 .part02_top p {
    line-height: 32px;
    text-align: center;
    color: #f61919;
}

.part02 .part02_top p a {
    color: #f61919;
}

/* 最新报道 */
.part02_gd {
    width: 1200px;
    margin: 10px auto 0;
}

.part02_gd .scroll {
    padding-top: 4px;
}

.part02_gd .scroll .page-scrollNews {
    position: relative;
    height: 36px;
    padding: 5px 0;
}

.part02_gd .scroll .scroll-news-tit {
    position: relative;
    float: left;
    width: 99px;
    height: 32px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part02_zxbd.png") 50% 0 no-repeat;
    font-size: 18px;
    line-height: 36px;
    text-indent: -9999em;
}

.part02_gd .scroll .scroll-news-tit a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #000;
}

.part02_gd .scroll .scroll-news-txt {
    position: relative;
    float: right;
    width: 1080px;
    height: 100%;
    margin: 0 6px;
    overflow: hidden;
}

.part02_gd .scroll .scroll-news-txt:after {
    content: "";
    display: block;
    width: 61px;
    height: 46px;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 4;
    background: url("//www.xinhuanet.com/politics/ggkf40/images/part2Bg02.png") 100% 0 no-repeat;
}

.part02_gd .scroll .scroll-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 100%;
}

.part02_gd .scroll .scroll-items {
    float: left;
    height: 100%;
    line-height: 30px;
    position: relative;
}

.part02_gd .scroll .scroll-items:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 14px;
    width: 3px;
    height: 3px;
    font-size: 16px;
    background: #cd383a;
}

.part02_gd .scroll .scroll-items a {
    position: relative;
    padding-left: 12px;
    padding-right: 28px;
    font-size: 14px;
    color: #333;
}

.part02_gd .scroll .scroll-items a:hover {
    text-decoration: underline;
}

.part02_gd .scroll .scroll-items a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.part02_gd .scroll .bk {
    display: block;
}

.part02_bot {
    width: 1200px;
    margin: 0 auto;
}

.part02_left {
    width: 570px;
    float: left;
    padding-top: 10px;
}

.part02_left h3 {
    font-size: 24px;
    color: #e9252c;
    line-height: 34px;
    margin-bottom: 4px;
}

.part02_left h3 a {
    color: #e9252c;
}

.part02_left .xian {
    width: 100%;
    border: 1px dashed #ccc;
    margin: 10px 0 16px;
}

.part2sp {
    margin: 10px 0 15px;
}

.part2sp .swiper-container {
    width: 100%;
    height: 100%;
}

.part2sp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 200px;
    float: left;
}

.part2sp .swiper-slide img {
    width: 200px;
    height: 110px;
    display: block;
}

.part2sp .swiper-slide h4 {
    font-size: 16px;
    text-align: center;
    display: block;
}

.part02_right {
    width: 610px;
    float: right;
    height: auto;
    position: relative;
}

.part02_right .swiper-button-prev {
    background: url(//www.xinhuanet.com/global/img/iconBtn/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.part02_right .swiper-button-next {
    background: url(//www.xinhuanet.com/global/img/iconBtn/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.part02_right .swiper-container {
    width: 610px;
    height: 388px;
}

.part02_right .swiper-slide {
    position: relative;
}

.part02_right .photoPart {
    width: 610px;
    height: 388px;
    position: relative;
}

.part02_right .swiper-pagination {
    position: absolute;
    left: auto;
    right: 5px;
    text-align: right;
    bottom: 12px;
    width: auto;
    z-index: 2;
    display: none;
}

.part02_right .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    margin: 0 5px;
}

.part02_right .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffeb11;
}

.part02_right .picTitle {
    position: relative;
    width: 610px;
    height: 388px;
    overflow: hidden;
}

.part02_right .picTitle .img img {
    width: 610px;
    height: 343px;
    display: block;
}

.part02_right .picTitle .bg {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part02_right_heng.png");
    bottom: 0;
    height: 45px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.part02_right .picTitle .name {
    bottom: 0;
    color: #fff;
    height: 45px;
    font-size: 18px;
    left: 0;
    line-height: 45px;
    overflow: hidden;
    position: absolute;
    /* text-indent: 1em; */
    text-align: center;
    width: 100%;
    z-index: 11;
}

.part02_right .picTitle .name a {
    color: #fff;
    text-decoration: none;
}

.part02_right .picTitle .name a:hover {
    text-decoration: underline;
}

.part02_right .mul-play {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 50px;
    left: 5px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.part02_right .mul-play img {
    width: 100%;
    height: 100%;
}

.part02_right .videoPart {
    width: 610px;
    height: 343px;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.part02_right .videoPart iframe {
    width: 610px;
    height: 343px;
}

.part02_right .videoPart .videoPart-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 50;
    background: url(//www.news.cn/res/xhwres/bigbig201710101700/bundle/s1014_icon_btn_close.png) no-repeat;
    cursor: pointer;
    background-size: 100% auto;
}

.part02_right .pic002 {
    list-style: none;
    margin-top: 18px;
    overflow: hidden;
}

.part02_right .pic002 li {
    float: left;
    width: 300px;
    height: 120px;
}

.part02_right .pic002 li+li {
    margin-left: 10px;
}

.part02_right .pic002 li img {
    width: 300px;
    height: 120px;
}

.part02_center {
    overflow: hidden;
    margin-top: 20px;
}

.part02_center li {
    width: 290px;
    height: 160px;
    float: left;
}

.part02_center li+li {
    margin-left: 13px;
}

.part02_center li .picTitle {
    width: 290px;
    height: 160px;
    position: relative;
}

.part02_center li .picTitle img {
    width: 290px;
    height: 160px;
}

.part02_center li .picTitle .bg {
    background: #000;
    bottom: 0;
    height: 30px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}

.part02_center li .picTitle .name {
    bottom: 0;
    color: #fff;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
}

.part02_center li .picTitle .name a {
    color: #fff;
    text-decoration: none;
}

.part02_bottom {
    overflow: hidden;
    margin-top: 10px;
}

/*页签样式*/
.part2_tab {
    overflow: hidden;
    margin-top: 20px;
    float: left;
    width: 570px;
}

.part2_tab .tab_title {
    height: 26px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part02_tabbg02.png") 0 10px repeat-x;
}

.part2_tab .tab_title .tab01 {
    background: #fff url("//www.xinhuanet.com/politics/2019lh/images/part02_tab03.png") 50% 0 no-repeat;
}

.part2_tab .tab_title .tab02 {
    background: #fff url("//www.xinhuanet.com/politics/2019lh/images/part02_tab04.png") 50% 0 no-repeat;
}

.part2_tab .tab_title .tab03 {
    background: #fff url("//www.xinhuanet.com/politics/2019lh/images/part02_tab03.png") 50% 0 no-repeat;
}

.part2_tab .tab_title ul {
    width: 330px;
    background: #fff;
    height: 30px;
}

.part2_tab .tab_title li {
    float: left;
    width: 110px;
    height: 26px;
    position: relative;
    text-indent: -99999em;
    cursor: pointer;
}
.part2_tab .tab_title li a {
    display: block;
}

.part2_tab .tab_title li+li {
    margin-left: 30px;
    width: 170px;
}

.part2_tab .tab_title li+li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #e9252c;
    left: -18px;
    ;
    top: 9px;
    z-index: 2;
    border-radius: 100%;
}

.part2_tab .tab_title li.active::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part02_tabbg01.png") 50% 0 no-repeat;
    width: 110px;
    height: 10px;
    margin-left: -55px;
}

.part2_tab .tab_box {
    overflow: hidden;
    margin-top: 20px;
}

.part2_tab .tab_box .tab_box_content {
    display: none;
}

/* 11111 */
.part2_tab2 {
    overflow: hidden;
    margin-top: 20px;
    width: 610px;
    float: right;
}

.part2_tab2 .tab_title {
    height: 26px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part02_tabbg02.png") 0 10px repeat-x;
}

.part2_tab2 .tab_title .tab01 {
    background: #fff url("//www.xinhuanet.com/politics/2019lh/images/part02_tab01.png") 50% 0 no-repeat;
}

.part2_tab2 .tab_title .tab02 {
    background: #fff url("//www.xinhuanet.com/politics/2019lh/images/part02_tab02.png") 50% 0 no-repeat;
}

.part2_tab2 .tab_title .tab03 {
    background: #fff url("//www.xinhuanet.com/politics/2019lh/images/part02_tab03.png") 50% 0 no-repeat;
}

.part2_tab2 .tab_title ul {
    width: 270px;
    background: #fff;
    height: 30px;
}

.part2_tab2 .tab_title li {
    float: left;
    width: 110px;
    height: 26px;
    position: relative;
    text-indent: -99999em;
    cursor: pointer;
}
.part2_tab2 .tab_title li a{
    display: block;
}
.part2_tab2 .tab_title li+li {
    margin-left: 30px;
}

.part2_tab2 .tab_title li+li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #e9252c;
    left: -18px;
    ;
    top: 9px;
    z-index: 2;
    border-radius: 100%;
}

.part2_tab2 .tab_title li.active::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part02_tabbg01.png") 50% 0 no-repeat;
    width: 110px;
    height: 10px;
}

.part2_tab2 .tab_box {
    overflow: hidden;
    margin-top: 20px;
}

.part2_tab2 .tab_box .tab_box_content4 {
    display: none;
}

.part03 {
    width: 1200px;
    margin: 0 auto;
}

.part03 .lmt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/lmt_bgyqd.png") 50% 0 no-repeat;
    height: 102px;
    margin: 30px 0;
}

.part03 .lmt a {
    height: 100%;
    display: block;
    text-indent: -99999em;
}

.part03 .pc-slide {
    width: 1200px;
    margin: 0 auto;
}

.part03 .view .swiper-container {
    width: 1200px;
}

.part03 .preview {
    padding: 0 40px;
    margin: 10px auto 30px;
    position: relative;
}

.part03 .preview .swiper-container {
    height: 50px;
}

.part03 .preview .swiper-slide {
    height: 50px;
    background: #ffe7e5;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bolder;
    color: #ea272f;
    cursor: pointer;
}

.part03 .preview .swiper-slide a {
    color: #ea272f;
}

.part03 .preview .swiper-slide a:hover {
    color: #ea272f;
}

.part03 .preview .active-nav {
    background: #e92519;
    color: #fff;
}

.part03 .preview .active-nav a {
    color: #fff;
}

.part03 .preview .arrow-left {
    background: #ed1f33 url("//www.xinhuanet.com/politics/2019lh/images/part03_anleft.png") 11px 14px no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    width: 39px;
    height: 50px;
    z-index: 2;
}

.part03 .preview .arrow-right {
    background: #ed1f33 url("//www.xinhuanet.com/politics/2019lh/images/part03_anright.png") 14px 14px no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
    width: 39px;
    height: 50px;
    z-index: 2;
}

.part03 .preview .arrow-left:hover {
    background: #ff5a42 url("//www.xinhuanet.com/politics/2019lh/images/part03_anleft.png") 11px 14px no-repeat;
}

.part03 .preview .arrow-right:hover {
    background: #ff5a42 url("//www.xinhuanet.com/politics/2019lh/images/part03_anright.png") 14px 14px no-repeat;
}

.part03 .preview img {
    padding: 1px;
}

.part3_conL {
    width: 400px;
    float: left;
}

.part3_conL img {
    width: 400px;
    height: 230px;
    display: block;
    margin-bottom: 20px;
}

.part3_conL .time {
    width: 66px;
    height: 66px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part03_data.png") 100% 100% no-repeat;
    border: 1px solid #ccc;
    color: #ea272f;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.part3_conL .time .year {
    font-size: 12px;
    padding: 5px 0;
    display: block;
    font-weight: bolder;
}

.part3_conL .time .day {
    font-size: 30px;
    display: block;
    font-weight: bolder;
}

.part3_conL h3 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 28px;
}

.part3_conL p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.part3_conC {
    width: 410px;
    float: left;
    margin-left: 28px;
}

.part3_conC .lmt01 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part03_lmt01.png") 0 0 no-repeat;
    width: 397px;
    height: 30px;
    margin-bottom: 5px;
}

.part3_conC .lmt01 a {
    text-indent: -9999em;
    display: block;
}

.part3_conR {
    width: 340px;
    height: 340px;
    float: right;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part03_dabing.png") 50% 10px no-repeat;
    position: relative;
    margin-right: 10px;
}

.part3_conR li {
    font-size: 18px;
    color: #fff;
    position: absolute;
    text-align: center;
}

.part3_conR li a {
    color: #fff;
    font-weight: bolder;
}

.part3_conR .tt01 {
    top: 60px;
    right: 74px;
}

.part3_conR .tt02 {
    top: 154px;
    right: 20px;
}

.part3_conR .tt03 {
    top: 250px;
    right: 74px;
}

.part3_conR .tt04 {
    top: 250px;
    right: 190px;
}

.part3_conR .tt05 {
    top: 154px;
    right: 243px;
}

.part3_conR .tt06 {
    top: 60px;
    right: 194px;
}

.part04 {
    width: 1200px;
    margin: 0 auto;
}

.part04 .lmt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/lmt_lhqmh.png") 50% 0 no-repeat;
    height: 102px;
    margin: 30px 0;
}

.part04 .lmt a {
    height: 100%;
    display: block;
    text-indent: -99999em;
}

.part04 {
    width: 100%;
}

.part04_box {
    height: 724px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_bg_v1.jpg") 50% 0 no-repeat;
}

.part04_con {
    width: 1200px;
    margin: 0 auto;
}

.part04_left {
    width: 430px;
    float: left;
    margin-left: 20px;
    margin-top: 50px;
}

.part04_left .tab_title {
    width: 86px;
    height: 590px;
    float: left;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_anBG_v1.png") 0 0 no-repeat;
}

.part04_left .tab_title ul {
    width: 86px;
    margin-top: 25px;
}

.part04_left .tab_title li {
    width: 80px;
    height: 78px;
    text-indent: -9999em;
    position: relative;
    cursor: pointer;
}

.part04_left .tab_title li+li {
    border-top: 3px solid #ca141f;
}

.part04_left .tab_title .ta01 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an01_v1.png") 0 0 no-repeat;
}

.part04_left .tab_title .ta01.active {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an01on_v1.png") 0 0 no-repeat;
}

.part04_left .tab_title .ta02 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an02_v1.png") 0 0 no-repeat;
}

.part04_left .tab_title .ta02.active {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an02on_v1.png") 0 0 no-repeat;
}

.part04_left .tab_title .ta03 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an03_v1.png") 0 0 no-repeat;
}

.part04_left .tab_title .ta03.active {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an03on_v1.png") 0 0 no-repeat;
}

.part04_left .tab_title .ta04 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an04_v1.png") 0 0 no-repeat;
}

.part04_left .tab_title .ta04.active {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an04on_v1.png") 0 0 no-repeat;
}

.part04_left .tab_title .ta05 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an05_v1.png") 0 0 no-repeat;
    width: 80px;
    height: 93px;
}

.part04_left .tab_title .ta05.active {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an05on_v1.png") 0 0 no-repeat;
    height: 93px;
}

.part04_left .tab_title .active::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_anBG_v2.png") 0 0 no-repeat;
    position: absolute;
    right: -10px;
    top: 34px;
    z-index: 2;
}

.part04_left .tab_title .ta05.active::after {
    top: 41px;
}

.part04_left .tab_box {
    width: 290px;
    height: 605px;
    padding: 10px 23px 12px 24px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_anBG_v3.png") 50% 0 no-repeat;
    float: right;
    overflow: hidden;
}

.part04_left .tab_box_content2 {
    display: none;
}

.part04_right {
    width: 720px;
    float: right;
    margin-top: 25px;
}

.part04_right .tab_title {
    overflow: hidden;
    margin-bottom: 5px;
}

.part04_right .tab_title li {
    float: left;
    width: 111px;
    height: 40px;
    font-size: 18px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_an_v1.png") 50% 0 no-repeat;
    line-height: 34px;
    text-align: center;
    color: #b98a4e;
}

.part04_right .tab_title li+li {
    margin-left: 20px;
}

.part04_right .tab_title li a {
    color: #b98a4e;
}

.part04_right .tab_title .active {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_anon_v1.png") 50% 0 no-repeat;
    color: #fff;
}

.part04_right .tab_title .active a {
    color: #fff;
}

.part04_right .tab_title .active a:hover {
    color: #fff !important;
}

.part04_right .tab_box_content3 {
    display: none;
}

.part04_right .picTitle {
    position: relative;
    cursor: pointer;
}

.part04_right dl {
    overflow: hidden;
    margin-bottom: 10px;
}

.part04_right dt {
    float: left;
}

.part04_right dd {
    float: right;
}

.part04_right dt .picTitle {
    width: 450px;
}

.part04_right dt .picTitle img {
    width: 450px;
    height: 300px;
}

.part04_right dd .picTitle {
    width: 260px;
}

.part04_right dd .picTitle+.picTitle {
    width: 260px;
    margin-top: 9px;
}

.part04_right dd .picTitle img {
    width: 260px;
}

.part04_right .picTitle .bg {
    background: #000;
    bottom: 0;
    height: 30px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}

.part04_right .picTitle .name {
    bottom: 0;
    color: #FFFFFF;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
}

.part04_right .picTitle .name a {
    color: #FFFFFF;
    text-decoration: none;
}

.part04_right .picTitle .name a:hover {
    text-decoration: underline;
}

.part04_gundong {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_bg_v2.png") 100% 100% no-repeat;
    padding: 20px;
}

.part04_gundong .swiper-container {
    width: 680px;
    height: 260px;
}

.part04_gundong .swiper-slide {
    height: auto;
	min-height:120px;
    cursor: pointer;
}

.part04_gundong .swiper-slide+.swiper-slide {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #bfbfbf;
}

.part04_gundong .swiper-slide img {
    width: 170px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.part04_gundong .swiper-slide h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

.part04_gundong .swiper-slide h3 a {
    color: #fff;
}

.part04_gundong .swiper-slide p {
    font-size: 16px;
    color: #e7e7e7;
    line-height: 26px;
}

.part04_gundong2 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_bg_v2.png") 100% 100% no-repeat;
    padding: 12px;
}

.part04_gundong2 .swiper-container {
    width: 696px;
    height: 580px;
}

.part04_gundong2 .swiper-slide {
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
}

.part04_gundong2 .swiper-slide dl {
    margin-bottom: 0;
}

.part04_gundong2 .swiper-slide dt {
    width: 460px;
    height: 264px;
    position: relative;
}

.part04_gundong2 .swiper-slide dt img {
    width: 460px;
    height: 264px;
}

.part04_gundong2 .swiper-slide dt .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65px;
    background: url("//www.news.cn/res/xhwimg/drone/20170210/images/jczp-wzbj.png") repeat-x;
    z-index: 0;
}

.part04_gundong2 .swiper-slide dt .name {
    bottom: 0;
    color: #fff;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
}

.part04_gundong2 .swiper-slide dt .name a {
    color: #fff;
}

.part04_gundong2 .swiper-slide .picTitle2 {
    width: 225px;
    height: 127px;
    float: left;
    position: relative;
}

.part04_gundong2 .swiper-slide .picTitle2+.picTitle2 {
    margin-left: 10px;
}

.part04_gundong2 .swiper-slide .picTitle2 img {
    width: 225px;
    height: 127px;
}

.part04_gundong2 .swiper-slide .picTitle2 .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65px;
    background: url("//www.news.cn/res/xhwimg/drone/20170210/images/jczp-wzbj.png") repeat-x;
    z-index: 0;
}

.part04_gundong2 .swiper-slide .picTitle2 .name {
    bottom: 0;
    color: #fff;
    /* height: 30px; */
    left: 0;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 98%;
    z-index: 11;
    padding: 0px 0 7px;
    margin: 0 auto;
}

.part04_gundong2 .swiper-slide .picTitle2 .name a {
    color: #fff;
}

.part04_gundong2 .swiper-slide dd .picTitle2 {
    float: none;
}

.part04_gundong2 .swiper-slide dd .picTitle2+.picTitle2 {
    margin-left: 0px;
    margin-top: 10px;
}

.videopart0 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_videopartBg_v1.png") 50% 0 repeat;
    position: fixed;
    z-index: 999;
    display: none;
}

.videopart0_box {
    width: 1200px;
    margin: 0 auto;
}

.videopart0_box .shu {
    width: 338px;
    height: 664px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_phontShu_v2.png") 50% 0 no-repeat;
    position: absolute;
    padding: 50px 20px;
    left: 50%;
    top: 50%;
    margin-top: -382px;
    margin-left: -189px;
}

.videopart0_box .heng {
    width: 664px;
    height: 338px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_phontHeng_v2.png") 50% 0 no-repeat;
    position: absolute;
    padding: 20px 50px;
    left: 50%;
    top: 50%;
    margin-top: -189px;
    margin-left: -382px;
}

.videopart0_box iframe {
    width: 100%;
    height: 100%;
}

.part05 {
    width: 1200px;
    margin: 0 auto;
}

.part05 .lmt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/lmt_xcljl.png") 50% 0 no-repeat;
    height: 102px;
    margin: 30px 0;
}

.part05 .lmt a {
    height: 100%;
    display: block;
    text-indent: -99999em;
}

.part05_left {
    width: 610px;
    float: left;
}

.part05_left .lmt01 {
    width: 610px;
    height: 24px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_lmt01.png") 0 0 no-repeat;
    margin-bottom: 20px;
}

.part05_left .lmt01 a {
    display: block;
    text-indent: -9999em;
}

.part05_left {
    width: 610px;
    height: auto;
    position: relative;
}

.part05_left .swiper-button-prev {
    background: url(//www.xinhuanet.com/global/img/iconBtn/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.part05_left .swiper-button-next {
    background: url(//www.xinhuanet.com/global/img/iconBtn/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}

.part05_left .swiper-container {
    width: 610px;
    height: 390px;
}

.part05_left .swiper-slide {
    position: relative;
}

.part05_left .photoPart {
    width: 610px;
    height: 390px;
    position: relative;
}

.part05_left .swiper-pagination {
    position: absolute;
    left: auto;
    right: 5px;
    text-align: right;
    bottom: 12px;
    width: auto;
    z-index: 2;
}

.part05_left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    margin: 0 5px;
}

.part05_left .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.part05_left .picTitle {
    position: relative;
    width: 610px;
    height: 390px;
    overflow: hidden;
}

.part05_left .picTitle .img img {
    width: 610px;
    height: 390px;
    display: block;
}

.part05_left .picTitle .bg {
    background: #000;
    bottom: 0;
    height: 46px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}

.part05_left .picTitle .name {
    bottom: 0;
    color: #fff;
    height: 46px;
    font-size: 18px;
    left: 0;
    line-height: 46px;
    overflow: hidden;
    position: absolute;
    text-indent: 1em;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.part05_left .picTitle .name a {
    color: #fff;
    text-decoration: none;
}

.part05_left .picTitle .name a:hover {
    text-decoration: underline;
}

.part05_left .mul-play {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 50px;
    left: 5px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.part05_left .mul-play img {
    width: 100%;
    height: 100%;
}

.part05_left .videoPart {
    width: 610px;
    height: 390px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
}

.part05_left .videoPart iframe {
    width: 610px;
    height: 390px;
}

.part05_left .videoPart .videoPart-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 50;
    background: url(//www.news.cn/res/xhwres/bigbig201710101700/bundle/s1014_icon_btn_close.png) no-repeat;
    cursor: pointer;
    background-size: 100% auto;
}

.part05_cer {
    width: 220px;
    float: left;
    margin-left: 20px;
    padding-top: 44px;
}

.part05_cer .swiper-container {
    height: 390px;
}

.part05_cer li {
    margin-bottom: 10px;
}

.part05_cer li img {
    width: 220px;
    height: 120px;
    display: block;
}

.part05_cer li h3 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 24px;
}

.part05_cer .swiper-pagination {
    bottom: 0px;
}

.part05_cer .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.part05_cer .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #ea2e34;
}

.part05_right {
    width: 340px;
    float: right;
}

.part05_right .lmt01 {
    width: 340px;
    height: 24px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part04_lmt02.png") 0 0 no-repeat;
    margin-bottom: 20px;
}

.part05_right .lmt01 a {
    display: block;
    text-indent: -9999em;
}

.part05_rightCon {
    border: 1px solid #ccc;
    position: relative;
    padding: 10px;
}

.part05_rightCon::before {
    content: "";
    width: 13px;
    height: 13px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part03_data2.png") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.part05_rightCon::after {
    content: "";
    width: 13px;
    height: 13px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part03_data.png") 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.part05_rightCon li {
    overflow: hidden;
}

.part05_rightCon dt {
    width: 75px;
    height: 88px;
    float: left;
    color: #fff;
    padding-top: 5px;
}

.part05_rightCon dt .month {
    width: 50px;
    margin-left: 10px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px dashed #fff;
    text-align: center;
    display: block;
    text-align: center;
}

.part05_rightCon dt .day {
    width: 50px;
    margin-left: 10px;
    padding: 10px 0;
    font-size: 28px;
    font-weight: bolder;
    display: block;
    text-align: center;
}

.part05_rightCon dd {
    width: 230px;
    padding: 10px 5px;
    float: right;
}

.part05_rightCon dd h3 {
    font-size: 16px;
    line-height: 26px;
}

.part05_rightCon dd p {
    font-size: 14px;
    color: #333;
}

.part05_rightCon .dd01 {
    background: #fff9e7;
}

.part05_rightCon .dd01 dt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part05_bot01.png") 0 0 no-repeat;
}

.part05_rightCon .dd02 {
    background: #ddf7ff;
}

.part05_rightCon .dd02 dt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part05_bot02.png") 0 0 no-repeat;
}

.part05_rightCon .dd03 {
    background: #ffe7e5;
}

.part05_rightCon .dd03 dt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part05_bot03.png") 0 0 no-repeat;
}

.part05_rightCon .dd04 {
    background: #ddeffb;
}

.part05_rightCon .dd04 dt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part05_bot04.png") 0 0 no-repeat;
}

.part06 {
    width: 1200px;
    margin: 0 auto;
}

.part06 .lmt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/lmt_hjhsy.png") 50% 0 no-repeat;
    height: 102px;
    margin: 30px 0;
}

.part06 .lmt a {
    height: 100%;
    display: block;
    text-indent: -99999em;
}

.part06_con {
    padding-top: 10px;
    margin: 10px -15px 0 -15px;
}

.part06_con .col-12 {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.part06_con #talking .fthref {
    content: "";
    position: absolute;
    width: 92px;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 5;
}

.part06_con #talking .fthref a {
    display: block;
    text-indent: -9999em;
    width: 100%;
    height: 100%;
}

.part06_con .talking-tabs {
    text-align: center;
    padding-left: 100px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part06_fangtan.png") 0 0 no-repeat;
    height: 54px;
    padding-top: 30px;
    position: relative;
}

.part06_con .talking-tabs .talking_tabA {
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: #e8e8e8;
    color: #555555;
    line-height: 2;
    font-size: 18px;
    z-index: 3;
}

.part06_con .talking-tabs .talking_tabA+.talking_tabA {
    margin-left: 20px;
}

.part06_con .talking-tabs .talking_tabA i {
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: #e8e8e8;
    color: #555555;
    line-height: 2;
    padding: 0 20px;
    font-size: 18px;
    z-index: 3;
    font-style: normal;
}

.part06_con .talking-tabs .talking_tabA.active::after {
    content: "";
    width: 110%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -55%;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part06_bgdian.png") 50% 100% repeat-x;
    z-index: 1;
}

.part06_con .talking-tabs .talking_tabA.active::before {
    content: "";
    width: 20px;
    height: 11px;
    position: absolute;
    bottom: -10px;
    right: 35%;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part06_jian.png") 50% 100% repeat-x;
    z-index: 3;
}


.part06_con .talking-tabs .talking_tabA.active i {
    background-color: #ea2e34;
    color: #fff;
}

.part06_con .talking-cont {
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 25px;
}

.part06_con .talking-cont-item {
    position: absolute;
    width: 100%;
    height: 380px;
    visibility: hidden;
}

.part06_con .talking-cont-item.on {
    visibility: visible;
}

.part06_con .talking-swiper {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.part06_con .talking-arrow-left {
    background: url(//www.news.cn/res/xhwimg/politics/2018lh/0225/images/arrow-pre-grey-l.png) no-repeat left top;
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -80px;
    width: 48px;
    height: 136px;
}

.part06_con .talking-arrow-right {
    background: url(//www.news.cn/res/xhwimg/politics/2018lh/0225/images/arrow-next-grey-l.png) no-repeat right top;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -80px;
    width: 48px;
    height: 136px;
}

.part06_con .talking-swiper .swiper-container {
    width: 100%;
    height: 380px;
}

.part06_con .talking-swiper .swiper-text {
    margin-left: 10px;
    margin-right: 10px;
}

.part06_con .talking-swiper .swiper-container img {
    width: 220px;
    height: 268px;
    padding-left: 10px;
    padding-right: 10px;
}

.part06_con .talking-swiper .swiper-container h3 {
    height: 75px;
    overflow: hidden;
    color: #2b2b2b;
    line-height: 24px;
    padding-top: 15px;
    font-size: 18px;
    font-weight: normal;
}

.part06_con .talking-swiper .swiper-container h4 {
    height: 36px;
    overflow: hidden;
    font-weight: normal;
    color: #aaaaaa;
    line-height: 1.5;
    padding-bottom: 10px;
    font-size: 14px;
}

.part06_con .talking-swiper .swiper-container .swiper-slide a {
    transition: none
}

.part07 {
    width: 1200px;
    margin: 0 auto;
}

.part07 .lmt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/lmt_dyz.png") 50% 0 no-repeat;
    height: 102px;
    margin: 30px 0;
    position: relative;
}

.part07 .lmt a {
    height: 100%;
    display: block;
    text-indent: -99999em;
}

.part07 .lmt .ad_gm {
    width: 264px;
    height: 82px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    background: #fff;
}

.part07 .lmt .ad_gm a {
    text-indent: 0em;
}

.part07 .tab-nav {
    width: 15%;
    float: left;
}

.part07 .tab-nav-item {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #d5d5d5;
    margin-bottom: 2px;
    cursor: pointer;
}

.part07 .tab-nav-item.active {
    background-color: #bf0009;
    color: #fff;
    margin-left: -5px;
    margin-right: -5px;
}

.part07 .tab-nav-item.active a {
    color: #fff;
}

.part07 .tab-content {
    width: 82%;
    float: right;
}

.part07 .tab-content a {
    color: #333;
}

.part07 .tab-content-item {
    display: none;
}

.part07 .tab-content-item.active {
    display: block;
}

.part07 .tab-content .headline {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 0.5em;
    border-left: 5px solid #bf0009;
    height: 81px;
    overflow: hidden;
}

.part07 .tab-content .newslist li {
    font-size: 18px;
    line-height: 1.5;
    border-top: 1px dashed #ccc;
    margin-top: 16px;
    padding-top: 16px;
    box-sizing: content-box;
    height: 81px;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
}

.part07 .tab-content .newslist li:before {
    content: "";
    width: 5px;
    height: 20px;
    background: #bf0009;
    position: absolute;
    left: 0;
    top: 22px;
}

.part07 .tab-content .newslist .lang-video {
    background: url("//www.news.cn/res/xhwimg/politics/2018lh/0225/images/play-video.png") 0 20px no-repeat;
    padding-left: 60px;
}

.part07 .tab-content .newslist .lang-video:before {
    display: none;
}

.part07 .tab-content .newspic {
    display: block;
    width: 95%;
    height: 196px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-right: 0px;
    margin-bottom: 10px;
}

.part07 .tab-content .newspic img {
    width: 100%;
}

.part07 .col-6 {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.part08 {
    width: 1200px;
    margin: 0 auto;
}

.part08 .lmt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/lmt_yqlj.png") 50% 0 no-repeat;
    height: 102px;
    margin: 30px 0;
}

.part08 .lmt a {
    height: 100%;
    display: block;
    text-indent: -99999em;
}

.part08 .coop-cont {
    position: relative;
    left: -20px;
    width: 1240px;
    padding: 20px 0;
    overflow: hidden;
}

.part08 .coop-item {
    float: left;
    display: block;
    width: 165px;
    height: 45px;
    padding-bottom: 20px;
    margin: 0 20px;
    overflow: hidden;
}

.part08 .coop-item img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.part09 {
    /* width: 1200px; */
    margin: 0 auto;
}

.part09 .lmt {
    background: url("//www.xinhuanet.com/politics/2019lh/images/lmt_sjklh.png") 50% 0 no-repeat;
    height: 102px;
    margin: 30px 0;
}

.part09 .lmt a {
    height: 100%;
    display: block;
    text-indent: -99999em;
}

.part09_con {}

.part09_contop {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_bg01_v1.jpg") 50% 0 no-repeat;
    height: 645px;
    position: relative;
}

.part09_contop div {
    cursor: pointer;
}

.ant02 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_circular01.png") 50% 0 no-repeat;
    width: 548px;
    height: 548px;
    top: 45px;
    left: 50%;
    position: absolute;
    margin-left: -274px;
    z-index: 3;
}

.ant03 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_circular02.png") 50% 0 no-repeat;
    width: 599px;
    height: 599px;
    top: 18px;
    left: 50%;
    position: absolute;
    margin-left: -299.5px;
    z-index: 3;
}

.ant04 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_circular03.png") 50% 0 no-repeat;
    width: 478px;
    height: 478px;
    top: 80px;
    left: 50%;
    position: absolute;
    margin-left: -239px;
    z-index: 3;
}

.ant05 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp01.png") 50% 0 no-repeat;
    width: 119px;
    height: 119px;
    top: 85px;
    left: 50%;
    position: absolute;
    margin-left: -415px;
    z-index: 3;
}

.ant06 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp02.png") 50% 0 no-repeat;
    width: 151px;
    height: 152px;
    top: 195px;
    left: 50%;
    position: absolute;
    margin-left: -582px;
    z-index: 3;
}

.ant07 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp03.png") 50% 0 no-repeat;
    width: 110px;
    height: 109px;
    top: 220px;
    left: 50%;
    position: absolute;
    margin-left: -425px;
    z-index: 3;
}

.ant08 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp04.png") 50% 0 no-repeat;
    width: 110px;
    height: 110px;
    top: 350px;
    left: 50%;
    position: absolute;
    margin-left: -500px;
    z-index: 3;
}

.ant09 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp05.png") 50% 0 no-repeat;
    width: 119px;
    height: 117px;
    top: 380px;
    left: 50%;
    position: absolute;
    margin-left: -400px;
    z-index: 3;
}

.ant10 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp06.png") 50% 0 no-repeat;
    width: 136px;
    height: 136px;
    top: 490px;
    left: 50%;
    position: absolute;
    margin-left: -355px;
    z-index: 3;
}

.ant11 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp07.png") 50% 0 no-repeat;
    width: 126px;
    height: 126px;
    top: 58px;
    left: 50%;
    position: absolute;
    margin-left: 385px;
    z-index: 3;
}

.ant12 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp08.png") 50% 0 no-repeat;
    width: 119px;
    height: 120px;
    top: 180px;
    left: 50%;
    position: absolute;
    margin-left: 300px;
    z-index: 3;
}

.ant13 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp09.png") 50% 0 no-repeat;
    width: 151px;
    height: 174px;
    top: 225px;
    left: 50%;
    position: absolute;
    margin-left: 455px;
    z-index: 3;
}

.ant14 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp10.png") 50% 0 no-repeat;
    width: 151px;
    height: 174px;
    top: 300px;
    left: 50%;
    position: absolute;
    margin-left: 350px;
    z-index: 3;
}

.ant15 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp11.png") 50% 0 no-repeat;
    width: 134px;
    height: 134px;
    top: 480px;
    left: 50%;
    position: absolute;
    margin-left: 420px;
    z-index: 3;
}

.ant16 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/part09_tp12.png") 50% 0 no-repeat;
    width: 96px;
    height: 96px;
    top: 460px;
    left: 50%;
    position: absolute;
    margin-left: 265px;
    z-index: 3;
}

.part09_conbot {
    width: 1200px;
    margin: 20px auto 0;
}

.part09_conbot li {
    width: 235px;
    height: 100px;
    float: left;
}

.part09_conbot li+li {
    margin-left: 6px;
}

.part09_conbot li img {
    width: 235px;
    height: 100px;
}

.part10 {
    width: 1200px;
    margin: 20px auto 0;
}

.footer {
    background: #ed2326;
    font-size: 14px;
    padding-top: 40px;
    width: 100%;
    height: 98px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.lang {
    margin: 20px auto;
    text-align: center
}

.lang li {
    padding: 0 20px;
    color: #ea272f;
    display: inline;
    font-size: 18px;
}

.lang li a {
    color: #ea272f;
}

.isound {
    width: 18px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("//www.xinhuanet.com/politics/2019lh//images/icon1_v1.png") 0 0 no-repeat;
}

/* .isound::after{
    content: "";
    background: url("//www.xinhuanet.com/politics/2019lh//images/icon1_v1.png") 0 50% no-repeat;
    position: absolute;
    width: 24px;
    height: 22px;
    left: 0px;
    top:4px;
    z-index: 2;
} */
.iphoto {
    width: 18px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("//www.xinhuanet.com/politics/2019lh/images/icon2_v1.png") 0 0 no-repeat;
}

/* .iphoto::after{
    content: "";
    background: url("//www.xinhuanet.com/politics/2019lh/images/icon2_v1.png") 0 50% no-repeat;
    position: absolute;
    width: 24px;
    height: 22px;
    left: 0px;
    top:4px;
    z-index: 2;
} */
.ivideo {
    width: 18px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("//www.xinhuanet.com/politics/2019lh//images/icon3_v1.png") 0 0 no-repeat;
}

/* .ivideo::after{
    content: "";
    background: url("//www.xinhuanet.com/politics/2019lh//images/icon3_v1.png") 0 50% no-repeat;
    position: absolute;
    width: 24px;
    height: 22px;
    left: 0px;
    top:4px;
    z-index: 2;
} */
 /* .icon01 {
    background: url("//www.xinhuanet.com/politics/2019lh/images/icon_v1.png") 0 50% no-repeat;
    width: 57px;
    line-height: 24px;
    height: 22px;
    margin-right: 5px;
    padding-right: 6px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-style: normal;
    display: inline-block;
} */
 .icon01 {
    background: #e9252c;
    line-height: 20px;
    height: 22px;
    margin-right: 5px;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-style: normal;
    display: inline-block;
    border-radius: 6px;
}

.icon01 a {
    color: #fff !important;
}

.ad_tl {
    width: 1200px;
    margin: 0 auto;
}
.topbanner .zgm{
    width: 114px;
    height: 62px;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 135px;
    margin-left: 480px;
    display: block;
    text-indent: -9999em;
    cursor: pointer;
}
.topbanner .zgm img {
    width: 114px;
    height: 62px;
    display: block;
}
@media screen and (max-width: 767px) {
    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }
}
