﻿@charset "utf-8";

body {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif
}

/* 通用样式 */
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;
}

.xian {
    width: 100%;
    border: 1px dashed #ccc;
    margin: 12px 0 12px;
}

.list li {
    font-size: 16px;
    padding: 5px 0px 5px 0px;
    position: relative;
    line-height: 26px;
}

.list li * {
    vertical-align: middle;
}

.list li a {
    color: #303238;
}

.list02 li {
    font-size: 16px;
    padding-left: 20px;
    padding: 8px 0px 8px 10px;
    position: relative;
    line-height: 24px;
}

.list02 li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #ed2f39;
    left: 0;
    top: 18px;
    z-index: 1;
    position: absolute;
}

.list02 li a {
    color: #303238;
}

.lmt {
    width: 1200px;
    height: 154px;
    margin: 0 auto;
}

.lmt a {
    width: 100%;
    height: 154px;
    display: block;
    text-indent: -99999em;
}

.lang {
    margin: 20px auto;
    text-align: center;
}

.lang li {
    padding: 0 20px;
    color: #ea272f;
    display: inline;
    font-size: 18px;
}

.lang li a {
    color: #ea272f;
}

.icon01 {
    background: #f2570b;
    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;
}

.container {
    width: 1500px;
    margin: 0 auto;
}

.isound {
    width: 27px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon1_v1.png") 0 0 no-repeat;
}


.isoundplay {
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon1_v2.gif") 0 0 no-repeat;
}

.iphoto {
    width: 21px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon2_v1.png") 0 0 no-repeat;
}

.ivideo {
    width: 23px;
    height: 14px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon3_v1.png") 0 0 no-repeat;
}

/* 判断ie版本太低 */
.G-judgeEdition {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #999;
}

.G-judgeEdition img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 901px;
    height: 526px;
    margin: -263px 0 0 -450px;
}

/* END */
/* 云 */
@-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);
    }
}

.cloud3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("//www.xinhuanet.com/politics/2020lh/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/2020lh/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;
}

/* 判断ie版本太低 */
.G-judgeEdition {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #999;
}

.G-judgeEdition img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 901px;
    height: 526px;
    margin: -263px 0 0 -450px;
}

/* 内容开始 */
.top {
    width: 100%;
    padding-top: 290px;
    padding-bottom: 30px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/sp_bj.png") no-repeat 50% 0;
    position: relative;
    z-index: 3;
}

/* banner */
.banner {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50%;
    z-index: 1;
    overflow: hidden;
}

.banner .container {
    position: relative;
    z-index: 10;
}

.banner .container .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 104px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/logo.png") no-repeat 0 0;
}

.banner .container .topic {
    width: 1019px;
    height: 245px;
    margin: 0 auto;
    background: url("//www.xinhuanet.com/politics/2020lh/images/banner.png") no-repeat center center;
}

.banner .container .mt {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 200px;
    height: 70px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/logo2.png") no-repeat 0 0;
}

/* 焦点部分 */
.focus {
    margin: 40px auto 20px;
    position: relative;
    z-index: 4;
}

/*大标题*/
.headline {
    text-align: center;
    margin-bottom: 30px;
}

.headline h1 {
    font-size: 40px;
    font-weight: bolder;
    color: #ed2f39;
    line-height: 1.5em;
}

.headline h1 a {
    color: #ed2f39;
}

.headline p {
    font-size: 18px;
    color: #515151;
    font-weight: normal;
    line-height: 2em;
}

.headline p a {
    color: #515151;
}

/*END*/
/*习专区大图*/
.contop_left {
    float: left;
    position: relative;
    width: 66%;
    height: 556px;
}

.contop_left .swiper-button-prev {
    background: url("//www.xinhuanet.com/politics/2020lh/images/arrows.png") no-repeat left top;
    position: absolute;
    left: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}

.contop_left .swiper-button-next {
    background: url("//www.xinhuanet.com/politics/2020lh/images/arrows.png") no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}

.contop_left .photoPart {
    width: 100%;
    height: 100%;
    position: relative;
}

.contop_left .swiper-container,
.contop_left .swiper-slide {
    width: 100%;
    height: 100%;
}

.contop_left .swiper-pagination {
    position: absolute;
    left: auto;
    right: 5px;
    text-align: right;
    bottom: 6px;
    width: auto;
    z-index: 2;
}

.contop_left .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
    margin: 0 5px;
}

.contop_left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    margin-top: -5px;
    background: #ffe400;
}

.contop_left .slide-cont {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contop_left .slide-cont .img img {
    width: 100%;
    height: auto;
    display: block;
}

.contop_left .slide-cont .name {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    width: 100%;
    /* height: 68px; */
    line-height: 32px;
    font-size: 22px;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
    z-index: 11;
    color: #fff;
    background-color: rgba(237, 47, 57, 0.3);
    background-image: url("//www.xinhuanet.com/politics/2020lh/images/xgd_bj.png");
    background-repeat: no-repeat;
    background-position: 0 0;

}

.contop_left .slide-cont .name a {
    color: #fff;
    text-decoration: none;
}

.contop_left .slide-cont .name a:hover {
    text-decoration: underline;
}

.contop_left .mul-play {
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 60px;
    left: 10px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.contop_left .mul-play img {
    width: 100%;
    height: 100%;
}

.contop_left .videoPart {
    width: 100%;
    height: 100%;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.contop_left .videoPart iframe {
    width: 100%;
    height: 100%;
}

.contop_left .videoPart .videoPart-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 50;
    background: url("//www.xinhuanet.com/politics/2020lh/images/s1014_icon_btn_close.png") no-repeat;
    cursor: pointer;
    background-size: 100% auto;
}

/*END*/
/*习专区列表*/
.contop_right {
    width: 34%;
    height: 556px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    float: right;
    position: relative;
    background-color: rgba(118, 184, 153, 0.2);
}

.contop_right_bg {
    width: 100%;
    height: 610px;
    background: #76b8fd;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.contop_right .top_wz {
    height: 100%;
    position: relative;
    z-index: 50;
}

.contop_right .top_wz .x_time {
    width: 100%;
    margin-top: 0px;
    box-sizing: border-box;
    padding: 0 7px;
}

.contop_right .top_wz .x_time img {
    width: 100%;
}

.contop_right .top_wz .x_hight {
    height: 320px;
    margin-top: 10px;
    overflow: hidden;
}

.contop_right .top_wz .x_hight h3 {
    font-size: 24px;
    font-weight: bold;
    color: #ed2f39;
    line-height: 40px;
}

.contop_right .top_wz .x_hight h3 a {
    color: #ed2f39;
}

.contop_right .top_wz .x_hight h3 * {
    vertical-align: top;
}

.contop_right .top_wz .x_hight ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.contop_right .top_wz .x_hight li {
    font-size: 16px;
    line-height: 39px;
    border-bottom: 1px dashed #c1c6ca;
    color: #333;
}

.contop_right .top_wz .x_hight li * {
    vertical-align: top;
}

.contop_right .top_wz .x_hight a {
    color: #333;
}

.contop_right .top_wz .isound {
    margin-top: 13px;
}

.contop_right .top_wz .iphoto {
    margin-top: 10px;
}

.contop_right .top_wz .ivideo {
    margin-top: 14px;
}

.contop_right .top_wz .pics {
    margin-top: 10px;
}

.contop_right .top_wz .pics li {
    float: left;
    width: 33%;
    height: 104px;
}

.contop_right .top_wz .pics li+li {
    margin-left: 0.5%;
}

.contop_right .top_wz .pics li img {
    width: 100%;
    height: 100%;
}

/*END*/
/* 文字列表 */
.txtList {
    position: relative;
    z-index: 5;
    margin-bottom: 15px;
}

.txtList .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.txtList .list {
    margin-right: 30px;
    width: 480px;
}

.txtList .list h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    /* font-weight: 400; */
    color: #eb0000;
}

.txtList .list h3 a {
    color: #eb0000;
}

.txtList .list li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 30px;
}

.txtList .list li span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 5px;
    margin-right: 10px;
    background-image: -moz-linear-gradient(46deg, #eb0000 0%, #ff7e00 100%);
    background-image: -webkit-linear-gradient(46deg, #eb0000 0%, #ff7e00 100%);
    background-image: -ms-linear-gradient(46deg, #eb0000 0%, #ff7e00 100%);
    color: #fff;
    vertical-align: middle;
}

.txtList .list li span:after {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ff7e00;
}

.txtList .list li a {
    color: #333;
}

.txtList .list li * {
    vertical-align: top;
}

.txtList .list li .isound {
    margin-top: 5px;
}

.txtList .list li .iphoto {
    margin-top: 4px;
}

.txtList .list li .ivideo {
    margin-top: 7px;
}

.txtList .liveList {
    width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.txtList .liveList li {
    font-size: 18px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.txtList .liveList li a {
    color: #333333;
}

.txtList .liveList .live {
    /* margin-bottom: 20px; */
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon4.png") 0 center no-repeat;
    background-size: auto 100%;
    padding-left: 75px;
}

.txtList .liveList .talk {
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon5.png") 0 center no-repeat;
    background-size: auto 100%;
    padding-left: 75px;
}

/* 日历 */
.txtList .calendar {
    margin-left: 20px;
    width: 68px;
    height: 120px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon6.png") 0 center no-repeat;
    align-self: center;
}

/* 图片列表 */
.picList {
    position: relative;
    z-index: 5;
}

.picList ul {
    width: 1506px;
}

.picList li {
    margin-right: 6px;
    width: 245px;
    height: 130px;
    float: left;
}

.picList li img {
    width: 100%;
}

.navXX {
    height: 62px;
    display: none;
}

/* 聚焦区 */
.part01 {
    width: 100%;
    /* background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_part01Bg.png") 50% 0 no-repeat; */
    padding-top: 20px;
}

.part01_box {
    width: 1200px;
    margin: 0 auto;
}

.part01_left {
    width: 680px;
    float: left;
    height: auto;
    position: relative;
}

.part01_left .swiper-button-prev {
    background: url("//www.xinhuanet.com/politics/2020lh/images/arrows.png") no-repeat left top;
    position: absolute;
    left: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}

.part01_left .swiper-button-next {
    background: url("//www.xinhuanet.com/politics/2020lh/images/arrows.png") no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}

.part01_left .swiper-container {
    width: 680px;
    height: 420px;
}

.part01_left .swiper-slide {
    position: relative;
}

.part01_left .photoPart {
    width: 680px;
    position: relative;
}

.part01_left .swiper-pagination {
    position: absolute;
    left: auto;
    right: 5px;
    text-align: right;
    bottom: 12px;
    width: auto;
    z-index: 2;
    display: none;
}

.part01_left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    margin: 0 5px;
}

.part01_left .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffeb11;
}

.part01_left .picTitle {
    position: relative;
    width: 682px;
    height: 420px;
    overflow: hidden;
}

.part01_left .picTitle .img {
    width: 100%;
    height: 100%;
}

.part01_left .picTitle .img img {
    width: 680px;
    height: 420px;
    display: block;
}

.part01_left .picTitle .bg {
    /* background: url("//www.xinhuanet.com/politics/2019lh/images/part02_right_heng.png"); */
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    background: rgba(47, 38, 255, 0.6);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(81, 0, 4, 0)), to(rgba(81, 0, 4, 0.6)));
    background: -webkit-linear-gradient(top, rgba(81, 0, 4, 0) 0%, rgba(81, 0, 4, 0.6) 100%);
    background: -moz- oldlinear-gradient(top, rgba(81, 0, 4, 0) 0%, rgba(81, 0, 4, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(81, 0, 4, 0) 0%, rgba(81, 0, 4, 0.6) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); */
}

.part01_left .picTitle .name {
    bottom: 0;
    color: #fff;
    padding: 0px 20px 15px 20px;
    font-size: 18px;
    left: 0;
    line-height: 26px;
    overflow: hidden;
    position: absolute;
    /* text-indent: 1em; */
    text-align: center;
    width: 94%;
    z-index: 11;
}

.part01_left .picTitle .name a {
    color: #fff;
    text-decoration: none;
}

.part01_left .picTitle .name a:hover {
    text-decoration: underline;
}

.part01_left .mul-play {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 50px;
    left: 5px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.part01_left .mul-play img {
    width: 100%;
    height: 100%;
}

.part01_left .videoPart {
    width: 680px;
    height: 420px;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.part01_left .videoPart iframe {
    width: 680px;
    height: 420px;
}

.part01_left .videoPart .videoPart-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 50;
    background: url("//www.xinhuanet.com/politics/2020lh/images/s1014_icon_btn_close.png") no-repeat;
    cursor: pointer;
    background-size: 100% auto;
}

.part01_left .smallPic {
    padding-top: 12px;
    width: 680px;
    height: 125px;
}

.part01_left .smallPic .swiper-container {
    width: 680px;
    height: 125px;
}

.part01_left .smallPic img {
    padding-right: 4.5px;
    width: 220px;
    height: 125px;
}

.part01_left .smallPic .swiper-button-next {
    width: 20px;
    height: 36px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/smallAn_right.png") 0 0 no-repeat;
    right: 0;
    opacity: 1;
}

.part01_left .smallPic .swiper-button-prev {
    width: 20px;
    height: 36px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/smallAn_left.png") 0 0 no-repeat;
    left: 0;
    opacity: 1;
}

.part01_right {
    width: 480px;
    float: right;
}

.part01_right h3 {
    font-size: 22px;
    color: #ed2f39;
    line-height: 32px;
    margin-bottom: 4px;
}

.part01_right h3 a {
    color: #ed2f39;
}

.part01_right p {
    font-size: 16px;
    color: #999;
    line-height: 32px;
    margin-bottom: 4px;
}

.part01_right p a {
    color: #df0303;
}

.part01_right .list li .icon-cff9900 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 22px;
    padding: 0 5px;
    margin-right: 10px;
    background-image: -moz-linear-gradient(46deg, #eb0000 0%, #ff7e00 100%);
    background-image: -webkit-linear-gradient(46deg, #eb0000 0%, #ff7e00 100%);
    background-image: -ms-linear-gradient(46deg, #eb0000 0%, #ff7e00 100%);
    color: #fff;
}

.part01_right .list li .icon-cff9900:after {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ff7e00;
}

.part01_bottom {
    width: 1200px;
    margin-top: 20px;
}

/* 最新报道 */
.part01_bottom_gd {
    width: 1200px;
    margin: 0px auto 20px;
}

.part01_bottom_gd .scroll {
    padding-top: 4px;
}

.part01_bottom_gd .scroll .page-scrollNews {
    position: relative;
    height: 36px;
    padding: 5px 0;
}

.part01_bottom_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;
}

.part01_bottom_gd .scroll .scroll-news-tit a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #000;
}

.part01_bottom_gd .scroll .scroll-news-txt {
    position: relative;
    float: right;
    width: 1080px;
    height: 100%;
    margin: 0 6px;
    overflow: hidden;
}

.part01_bottom_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;
}

.part01_bottom_gd .scroll .scroll-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 100%;
}

.part01_bottom_gd .scroll .scroll-items {
    float: left;
    height: 100%;
    line-height: 30px;
    position: relative;
}

.part01_bottom_gd .scroll .scroll-items:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 14px;
    width: 3px;
    height: 3px;
    font-size: 16px;
    background: #cd383a;
}

.part01_bottom_gd .scroll .scroll-items a {
    position: relative;
    padding-left: 12px;
    padding-right: 28px;
    font-size: 14px;
    color: #333;
}

.part01_bottom_gd .scroll .scroll-items a:hover {
    text-decoration: underline;
}

.part01_bottom_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%;
}

.part01_bottom_gd .scroll .bk {
    display: block;
}

.part01_bottom_l {
    width: 580px;
    float: left;
}

.part01_bottom_l dt {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_jj_dbwylzj_bg.png") 0 0 no-repeat;
    padding-left: 110px;
    height: 143px;
    padding-top: 15px;
    color: #fff;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}

.part01_bottom_l dt .swiper-container {
    width: 420px;
    height: 130px;
}

.part01_bottom_l dt .swiper-slide {
    overflow: hidden;
}

.part01_bottom_l dt .swiper-button-prev {
    width: 13px;
    height: 11px;
    background: url("../images/LHR_jj_antop_v1.png") 0 0 no-repeat;
    left: auto;
    top: auto;
    bottom: 30px;
    right: 10px;
}

.part01_bottom_l dt .swiper-button-next {
    width: 13px;
    height: 11px;
    background: url("../images/LHR_jj_anbot_v1.png") 0 0 no-repeat;
    left: auto;
    top: auto;
    bottom: 15px;
    right: 10px;
}

.part01_bottom_l dt span {
    position: absolute;
    width: 90px;
    height: 130px;
    display: block;
    z-index: 2;
    /* background: #000; */
    left: 4px;
    top: 14px;
}

.part01_bottom_l dt span a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -99999em;
}

.part01_bottom_l dt a {
    color: #fff;
}

.part01_bottom_l li {
    margin-top: 5px;
}

.part01_bottom_l li+li {
    margin-top: 10px;
}

.part01_bottom_l dt h3 {
    font-size: 18px;
    line-height: 26px;
}

.part01_bottom_l dt p {
    font-size: 14px;
    line-height: 28px;
}

.part01_bottom_l dd {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_jj_jjmfd_bg.png") 0 0 no-repeat;
    padding-left: 110px;
    height: 133px;
    padding-top: 25px;
    padding-right: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.part01_bottom_l dd .swiper-container {
    width: 420px;
    height: 130px;
}

.part01_bottom_l dd .swiper-slide {
    overflow: hidden;
}

.part01_bottom_l dd .swiper-button-prev {
    width: 13px;
    height: 11px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_jj_antop_v1.png") 0 0 no-repeat;
    left: auto;
    top: auto;
    bottom: 30px;
    right: 10px;
}

.part01_bottom_l dd .swiper-button-next {
    width: 13px;
    height: 11px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_jj_anbot_v1.png") 0 0 no-repeat;
    left: auto;
    top: auto;
    bottom: 15px;
    right: 10px;
}

.part01_bottom_l dd span {
    position: absolute;
    width: 90px;
    height: 130px;
    display: block;
    z-index: 2;
    /* background: #000; */
    left: 4px;
    top: 14px;
}

.part01_bottom_l dd span a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -99999em;
}

.part01_bottom_l dd a {
    color: #fff;
}

.part01_bottom_l dt a {
    color: #fff;
}

.part01_bottom_l dd h3 {
    font-size: 18px;
    line-height: 26px;
}

.part01_bottom_l dd p {
    font-size: 14px;
    line-height: 28px;
    padding-top: 5px;
}

.part01_bottom_r {
    overflow: hidden;
    margin-top: 10px;
    width: 590px;
    float: right;
}

.part01_bottom_r .tab_title {
    height: 26px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/part02_tabbg02.png") 0 10px repeat-x;
}

.part01_bottom_r .tab_title .tab01 {
    background: #fff url("//www.xinhuanet.com/politics/2020lh/images/LHR_jj_lhtg.png") 50% 0 no-repeat;
}

.part01_bottom_r .tab_title .tab01.active {
    background: #fff url("//www.xinhuanet.com/politics/2020lh/images/LHR_jj_lhtgOn.png") 50% 0 no-repeat;
}

.part01_bottom_r .tab_title .tab02 {
    background: #fff url("//www.xinhuanet.com/politics/2020lh/images/LHR_jj_sqfb.png") 50% 0 no-repeat;
}

.part01_bottom_r .tab_title .tab02.active {
    background: #fff url("//www.xinhuanet.com/politics/2020lh/images/LHR_jj_sqfbOn.png") 50% 0 no-repeat;
}

.part01_bottom_r .tab_title .tab03 {
    background: #fff url("//www.xinhuanet.com/politics/2020lh/images/LHR_jj_qwjd.png") 50% 0 no-repeat;
}

.part01_bottom_r .tab_title .tab03.active {
    background: #fff url("//www.xinhuanet.com/politics/2020lh/images/LHR_jj_qwjdOn.png") 50% 0 no-repeat;
}

.part01_bottom_r .tab_title ul {
    width: 350px;
    background: #fff;
    height: 30px;
}

.part01_bottom_r .tab_title li {
    float: left;
    width: 92px;
    height: 26px;
    position: relative;
    text-indent: -99999em;
    cursor: pointer;
}

.part01_bottom_r .tab_title li a {
    display: block;
}

.part01_bottom_r .tab_title li+li {
    margin-left: 30px;
}

.part01_bottom_r .tab_title li+li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #e9252c;
    left: -15px;
    top: 9px;
    z-index: 2;
    border-radius: 100%;
}

.part01_bottom_r .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: 90px;
    height: 10px;
}

.part01_bottom_r .tab_box {
    overflow: hidden;
    margin-top: 20px;
}

.part01_bottom_r .tab_box .tab_box_content4 {
    display: none;
}

/* 汇聚好声音 */
.part_hjhsy {
    width: 100%;
    /* background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partHjhsy_bg.png") 50% 0 no-repeat; */
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding-top: 34px; */
}

.part_hjhsy_box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.part_hjhsy_box .adv {
    position: absolute;
    right: 0;
    top: 46px;
    background: #fff;
    padding-left: 10px;
    width: 200px;
    height: 70px;
}

.part_hjhsy .lmt {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partHjhsy_lmt01.png") 50% 0 no-repeat;
}

.part_hjhsy_tab {
    margin-top: 15px;
}

.part_hjhsy_tab .tab_name {
    text-align: center;
    position: relative;
}

.part_hjhsy_tab .tab_name:before {
    content: "";
    display: block;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: 5px;
    width: 90%;
    height: 1px;
    background: #ed2f39;
}

.part_hjhsy_tab .tab_name_item {
    position: relative;
    display: inline-block;
    margin-left: 75px;
    cursor: pointer;
}

.part_hjhsy_tab .tab_name_item:before {
    content: "";
    display: block;
    position: absolute;
    left: -46.5px;
    top: 50%;
    margin-top: -0.5px;
    width: 10px;
    height: 10px;
    border: 1px solid #ed2f39;
    border-radius: 50%;
    background: none;
}

.part_hjhsy_tab .tab_name_item:after {
    content: "";
    display: block;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: 1.5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ed2f39;
}

.part_hjhsy_tab .tab_name_item:first-child {
    margin-left: 0px;
}

.part_hjhsy_tab .tab_name_item:nth-child(3):before {
    left: -47.5px;
}

.part_hjhsy_tab .tab_name_item:first-child:before,
.part_hjhsy_tab .tab_name_item:first-child:after {
    display: none;
}

.part_hjhsy_tab .tab_name_item span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.part_hjhsy_tab .tab_name_item span.name1 {
    z-index: 4;
    line-height: 42px;
    height: 42px;
    padding-left: 16px;
    background: #dcdcdc;
}

.part_hjhsy_tab .tab_name_item span.name1:after {
    position: absolute;
    right: -42px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 42px 0 0;
    border-color: #dcdcdc transparent transparent transparent;
}

.part_hjhsy_tab .tab_name_item span.name2 {
    z-index: 1;
    margin-left: -25px;
    padding: 0 5px 0 45px;
    line-height: 37px;
    height: 37px;
    box-sizing: border-box;
}

.part_hjhsy_tab .tab_name_item span.name2 img {
    z-index: 3;
    position: relative;
    margin-top: 18px;
}

.part_hjhsy_tab .tab_name_item span.name2:before {
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 10px;
    content: "";
    width: calc(100% - 37px);
    height: 100%;
    background-image: -moz-linear-gradient(270deg,
            rgb(237, 47, 57) 0%,
            rgb(255, 108, 52) 100%);
    background-image: -webkit-linear-gradient(270deg,
            rgb(237, 47, 57) 0%,
            rgb(255, 108, 52) 100%);
    background-image: -ms-linear-gradient(270deg,
            rgb(237, 47, 57) 0%,
            rgb(255, 108, 52) 100%);
    background-image: linear-gradient(270deg,
            rgb(237, 47, 57) 0%,
            rgb(255, 108, 52) 100%);
}

.part_hjhsy_tab .tab_name_item span.name2:after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 37px 37px;
    border-color: transparent transparent rgb(255, 108, 52) transparent;
}

.part_hjhsy_tab .tab_name_item.on span.name2:before {
    background-image: -moz-linear-gradient(90deg,
            rgb(248, 144, 255) 0%,
            rgb(111, 52, 150) 100%);
    background-image: -webkit-linear-gradient(90deg,
            rgb(248, 144, 255) 0%,
            rgb(111, 52, 150) 100%);
    background-image: -ms-linear-gradient(90deg,
            rgb(248, 144, 255) 0%,
            rgb(111, 52, 150) 100%);
    background-image: linear-gradient(90deg,
            rgb(248, 144, 255) 0%,
            rgb(111, 52, 150) 100%);
}

.part_hjhsy_tab .tab_name_item.on span.name2:after {
    border-color: transparent transparent rgb(248, 144, 255) transparent;
}

.part_hjhsy_tab .tab_cont {
    margin-top: 20px;
    position: relative;

    width: 100%;
    height: 492px;
}

.part_hjhsy_tab .tab_cont .tab_cont_item {
    /* display: none; */
    /* z-index: 0; */
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 1s;
}

.part_hjhsy_tab .tab_cont .tab_cont_item.on {
    /* display: block; */
    /* z-index: 10; */
    opacity: 1;
    visibility: visible;
}

.part_hjhsy_tab .tab_cont .tab_cont_item .swiper-button-prev {
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -27px;
    width: 55px;
    height: 53px;
    z-index: 2;
    cursor: pointer;
    background-image: -moz-linear-gradient(121deg,
            rgb(237, 47, 57) 0%,
            rgb(255, 108, 52) 100%);
    background-image: -webkit-linear-gradient(121deg,
            rgb(237, 47, 57) 0%,
            rgb(255, 108, 52) 100%);
    background-image: -ms-linear-gradient(121deg,
            rgb(237, 47, 57) 0%,
            rgb(255, 108, 52) 100%);
    background-size: 100% 100%;
}

.part_hjhsy_tab .tab_cont .tab_cont_item .swiper-button-next {
    position: absolute;
    right: -27px;
    top: 50%;
    margin-top: -27px;
    width: 55px;
    height: 53px;
    z-index: 2;
    cursor: pointer;
    background-image: -moz-linear-gradient(121deg,
            rgb(237, 47, 57) 0%,
            rgb(255, 108, 52) 100%);
    background-image: -webkit-linear-gradient(121deg,
            rgb(237, 47, 57) 0%,
            rgb(255, 108, 52) 100%);
    background-image: -ms-linear-gradient(121deg,
            rgb(237, 47, 57) 0%,
            rgb(255, 108, 52) 100%);
    background-size: 100% 100%;
}

.part_hjhsy_tab .tab_cont .tab_cont_item .swiper-button-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -8.6px;
    content: "";
    background: url("//www.xinhuanet.com/politics/2020lh/images/arrows.png") no-repeat center top;
    width: 17px;
    height: 30px;
    display: block;
}

.part_hjhsy_tab .tab_cont .tab_cont_item .swiper-button-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -8.6px;
    content: "";
    background: url("//www.xinhuanet.com/politics/2020lh/images/arrows.png") no-repeat center bottom;
    width: 17px;
    height: 30px;
    display: block;
}

.part_hjhsy_tab .tab_cont .swiper-container {
    width: 100%;
    height: 100%;
}

.part_hjhsy_tab .tab_cont .swiper-slide {
    position: relative;
    width: 25%;
    height: 100%;
}

.part_hjhsy_tab .tab_cont .swiper-slide .img {
    overflow: hidden;
}

.part_hjhsy_tab .tab_cont .swiper-slide .img img {
    transition: all 1s;
}

.part_hjhsy_tab .tab_cont .swiper-slide .img,
.part_hjhsy_tab .tab_cont .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.part_hjhsy_tab .tab_cont .swiper-slide:hover img {
    transform: scale(1.2);
}

.part_hjhsy_tab .tab_cont .swiper-slide .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 30px 20px;
    box-sizing: border-box;
}

.part_hjhsy_tab .tab_cont .swiper-slide:nth-child(odd) .txt {
    background: -moz-linear-gradient(bottom,
            rgb(55, 18, 1) 0%,
            rgba(237, 47, 57, 0) 100%);
    background: -webkit-linear-gradient(bottom,
            rgb(55, 18, 1) 0%,
            rgba(237, 47, 57, 0) 100%);
    background: linear-gradient(to top,
            rgb(55, 18, 1) 0%,
            rgba(237, 47, 57, 0) 100%);
}

.part_hjhsy_tab .tab_cont .swiper-slide:nth-child(even) .txt {
    background: -moz-linear-gradient(bottom,
            #2e0061 0%,
            rgba(237, 47, 57, 0) 100%);
    background: -webkit-linear-gradient(bottom,
            #2e0061 0%,
            rgba(237, 47, 57, 0) 100%);
    background: linear-gradient(to top, #2e0061 0%, rgba(237, 47, 57, 0) 100%);
}

.part_hjhsy_tab .tab_cont .swiper-slide .tit {
    font-size: 34px;
    line-height: 48px;
    color: #fff;
}

.part_hjhsy_tab .tab_cont .swiper-slide .tit a {
    color: #fff;
}

.part_hjhsy_tab .tab_cont .swiper-slide .job {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
}

.part_hjhsy_tab .tab_cont .swiper-slide .job a {
    color: #fff;
}

.part_hjhsy_tab .tab_cont .swiper-slide .abs {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1.375;
}

.part_hjhsy_tab .tab_cont .swiper-slide .abs a {
    color: #fff;
}

/* 报告一起读 */
.part_bgyqd {
    width: 100%;
    /* background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_bg.png") 50% 0 no-repeat; */
}

.part_bgyqd_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
}

.part_bgyqd_box .adv {
    position: absolute;
    right: 0;
    top: 46px;
    background: #fff;
    padding-left: 10px;
    width: 200px;
    height: 70px;
}

.part_bgyqd .lmt {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_lmt01.png") 50% 0 no-repeat;
}

.meeting-report {
    overflow: hidden;
    /* padding-top: 56px; */
    /* padding-bottom: 50px; */
}

.meeting-report .box {
    position: relative;
}

.meeting-report .report-wrap,
.meeting-report .report-cont {
    height: 100%;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_bg02.png") 0 0 repeat;
}

.meeting-report .meeting-report-cont {
    height: 100%;
    margin-top: 20px;
    margin-bottom: 52px;
}

.meeting-report .report-sfq {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.meeting-report .report-item {
    position: absolute;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

.meeting-report .report-item-on {
    width: 910px;
}

.meeting-report .report-tit {
    float: left;
    width: 71px;
    height: 100%;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_bg02.png") 0 0 repeat;
}

.meeting-report .report-tit-box {
    width: 100%;
    height: 100%;
}

.meeting-report .report-item-on .report-tit {
    overflow: hidden;
}

.meeting-report .report-tit-wrap:before {
    content: "";
    top: 55px;
    left: 4px;
    width: 17px;
    height: 17px;
    position: absolute;
    background-image: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_dian.png");
    background-position: center top;
    background-repeat: no-repeat;
}

.meeting-report .report-item-on .report-tit-wrap:before {
    top: 55px;
    left: 4px;
    width: 17px;
    height: 17px;
    background-image: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_dianOn.png");
}

.meeting-report .report-tit-wrap {
    position: relative;
    width: 1em;
    font-size: 24px;
    padding-top: 86px;
    margin: 0 auto;
    line-height: 100%;
    color: #fff;
    font-weight: bolder;

}

.meeting01 .report-tit-box {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_lmt02.png") 0 0 no-repeat;
}

.meeting02 .report-tit-box {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_lmt03.png") 0 0 no-repeat;
}

.meeting03 .report-tit-box {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_lmt04.png") 0 0 no-repeat;
}

.meeting04 .report-tit-box {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_lmt05.png") 0 0 no-repeat;
}

.meeting05 .report-tit-box {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partBgyqd_lmt06.png") 0 0 no-repeat;
}

.meeting-report .report-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    /* border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6; */
    overflow: hidden;
}

.meeting-report .report-cont {
    width: 830px;
}

.report-cont-left {
    width: 400px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    background: #fff;
}

.report-cont-left img {
    width: 400px;
    height: 225px;
}

.report-cont-left h3 {
    padding: 13px 10px 0px 10px;
    font-size: 18px;
}

.report-cont-left p {
    padding: 5px 15px 0px 15px;
    color: #606060;
    font-size: 14px;
    line-height: 24px;
    display: none;
}

.report-cont-left p a {
    color: #df0303;
}

.report-cont-left .xianbox {
    padding: 0 10px;
}

.report-cont-left .list02 {
    margin-top: -7px;
    padding: 0 10px 8px 10px;
}

.report-cont-left .list02 li {
    padding: 4px 0px 4px 8px;
}

.report-cont-left .list02 li::before {
    top: 13px;
}

.report-cont-right {
    width: 400px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.report-cont-right ul {
    overflow: hidden;
}

.report-cont-right ul+ul {
    margin-top: 20px;
}

.report-cont-right ul li {
    width: 195px;
    border: 1px solid #dcdcdc;
    float: left;
    background: #fff;
}

.report-cont-right ul li+li {
    float: right;
}

.report-cont-right ul li h3 {
    font-size: 16px;
    padding: 8px 10px 8px 10px;
    font-weight: normal;
    line-height: 24px;
    height: 54px;
}

.report-cont-right ul li img {
    width: 195px;
    height: 110px;
}

.report-cont-right .report-cont-right-bot {
    border: 1px solid #dcdcdc;
    margin-top: 5px;
}

.report-cont-right .report-cont-right-bot img {
    width: 397px;
    height: 111px;
}

/* 两会热数据 */
.part_lhrsj {
    width: 100%;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_bg.png") 50% 0 no-repeat;
    margin-top: 100px;
    padding-bottom: 60px;
}

.part_lhrsj_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.part_lhrsj .lmt {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_lmt01.png") 50% 0 no-repeat;
    margin-bottom: 20px;
}

.part_lhrsj_left {
    width: 241px;
    float: left;
    position: relative;
}

.part_lhrsj_certer {
    width: 577px;
    height: 577px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_bg04.png") 0 0 no-repeat;
    float: left;
    position: relative;
}

.ant02 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_bg07.png") 50% 0 no-repeat;
    width: 209px;
    height: 209px;
    top: 178px;
    left: 50%;
    position: absolute;
    margin-left: -104px;
    z-index: 3;
}

.ant03 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_bg06.png") 50% 0 no-repeat;
    width: 374px;
    height: 374px;
    top: 92px;
    left: 50%;
    position: absolute;
    margin-left: -188px;
    z-index: 3;
}

.ant04 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_bg05.png") 50% 0 no-repeat;
    width: 159px;
    height: 159px;
    top: 200px;
    left: 50%;
    position: absolute;
    margin-left: -80px;
    z-index: 3;
}

.ant05 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an01.png") 50% 0 no-repeat;
    width: 65px;
    height: 65px;
    top: 50px;
    left: 50%;
    position: absolute;
    margin-left: -160px;
    z-index: 3;
}

.ant06 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an02.png") 50% 0 no-repeat;
    width: 60px;
    height: 64px;
    top: 120px;
    left: 50%;
    position: absolute;
    margin-left: -235px;
    z-index: 3;
}

.ant07 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an03.png") 50% 0 no-repeat;
    width: 64px;
    height: 64px;
    top: 150px;
    left: 50%;
    position: absolute;
    margin-left: -130px;
    z-index: 3;
}

.ant08 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an04.png") 50% 0 no-repeat;
    width: 83px;
    height: 83px;
    top: 230px;
    left: 50%;
    position: absolute;
    margin-left: -230px;
    z-index: 3;
}

.ant09 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an05.png") 50% 0 no-repeat;
    width: 71px;
    height: 69px;
    top: 340px;
    left: 50%;
    position: absolute;
    margin-left: -240px;
    z-index: 3;
}

.ant10 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an06.png") 50% 0 no-repeat;
    width: 80px;
    height: 80px;
    top: 380px;
    left: 50%;
    position: absolute;
    margin-left: -110px;
    z-index: 3;
}

.ant11 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an07.png") 50% 0 no-repeat;
    width: 84px;
    height: 84px;
    top: 60px;
    left: 50%;
    position: absolute;
    margin-left: 5px;
    z-index: 3;
}

.ant12 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an08.png") 50% 0 no-repeat;
    width: 66px;
    height: 66px;
    top: 90px;
    left: 50%;
    position: absolute;
    margin-left: 160px;
    z-index: 3;
}

.ant13 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an09.png") 50% 0 no-repeat;
    width: 69px;
    height: 69px;
    top: 200px;
    left: 50%;
    position: absolute;
    margin-left: 130px;
    z-index: 3;
}

.ant14 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an10.png") 50% 0 no-repeat;
    width: 80px;
    height: 80px;
    top: 330px;
    left: 50%;
    position: absolute;
    margin-left: 90px;
    z-index: 3;
}

.ant15 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_an11.png") 50% 0 no-repeat;
    width: 64px;
    height: 64px;
    top: 420px;
    left: 50%;
    position: absolute;
    margin-left: 50px;
    z-index: 3;
}

.ant16 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/part09_tp12.png") 50% 0 no-repeat;
    width: 96px;
    height: 96px;
    top: 460px;
    left: 50%;
    position: absolute;
    margin-left: 265px;
    z-index: 3;
}

.part_lhrsj_bottom {
    width: 382px;
    height: 578px;
    float: right;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_rlbBg.png") 0 0 no-repeat;
    position: relative;
}

.part_lhrsj_bottom .isound {
    width: 16px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon1_v2.png") 0 0 no-repeat;
    vertical-align: middle;
}

.part_lhrsj_bottom .isoundplay {
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon1_v3.gif") 0 0 no-repeat;
}

.part_lhrsj_bottom .part_lhrsj_lmt {
    width: 257px;
    height: 155px;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: -38px;
}

.part_lhrsj_bottom .swiper-container {
    width: 342px;
    height: 402px;
    margin: 107px auto 0;
}

.part_lhrsj_bottom .swiper-container .swiper-slide {
    height: auto;
    cursor: pointer;
}

.part_lhrsj_bottom ul {
    padding: 0 10px 0 10px;
}

.part_lhrsj_bottom li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0px;
    width: 100%;
    height: 67px;
    z-index: 4;
    font-size: 16px;
}

.part_lhrsj_bottom li span {
    font-family: Arial, Helvetica, sans-serif;
    width: 40px;
    height: 57px;
    margin-right: 15px;
    text-align: right;
    /* background: rgba(245, 201, 168, 0.6); */
    color: #fff;
    font-size: 28px;
    line-height: 57px;
    font-weight: normal;
}

.part_lhrsj_bottom .t1 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_Rbg01.png") 50% 0 no-repeat;
}

.part_lhrsj_bottom .t2 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_Rbg02.png") 50% 0 no-repeat;
}

.part_lhrsj_bottom .t3 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_Rbg03.png") 50% 0 no-repeat;
}

.part_lhrsj_bottom .t4 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_Rbg04.png") 50% 0 no-repeat;
}

.part_lhrsj_bottom .t5 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_Rbg05.png") 50% 0 no-repeat;
}

.part_lhrsj_bottom .t6 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partLhrsj_Rbg06.png") 50% 0 no-repeat;
}

.part_lhrsj_bottom li a {
    flex: 1;
    color: #fff;
}

.part_lhrsj_bottom li:hover span {
    /* background: url("../images/LHR_partLhrsj_rlbBgon.png") 0 0 no-repeat; */
    color: #fff;
}

/* 多语看两会 */
.part_dyklh {
    width: 100%;
    /* background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDyklh_Bg.png") 50% 0 no-repeat; */
    margin-bottom: 50px;
}

.part_dyklh_box {
    width: 1200px;
    margin: 0 auto;
    /* padding-top: 30px; */
}

.part_dyklh .lmt {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDyklh_lmt01.png") 50% 0 no-repeat;
    margin-bottom: 20px;
}

.part_dyklh .tab-nav {
    width: 15%;
    float: left;
}

.part_dyklh .tab-nav-item {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #d5d5d5;
    margin-bottom: 2px;
    cursor: pointer;
}

.part_dyklh .tab-nav-item.active {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDyklh_on.png") 50% 0 no-repeat;
    color: #fff;
    margin-left: -5px;
    margin-right: -5px;
}

.part_dyklh .tab-nav-item.active a {
    color: #fff;
}

.part_dyklh .tab-content {
    width: 82%;
    float: right;
}

.part_dyklh .tab-content a {
    color: #333;
}

.part_dyklh .tab-content-item {
    display: none;
}

.part_dyklh .tab-content-item.active {
    display: block;
}

.part_dyklh .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;
}

.part_dyklh .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;
}

.part_dyklh .tab-content .newslist li:before {
    content: "";
    width: 5px;
    height: 20px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDyklh_dian.png") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 22px;
}

.part_dyklh .tab-content .newslist .lang-video {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDyklh_video.png") 0 20px no-repeat;
    padding-left: 60px;
}

.part_dyklh .tab-content .newslist .lang-video:before {
    display: none;
}

.part_dyklh .tab-content .newspic {
    display: block;
    width: 95%;
    height: 196px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-right: 0px;
    margin-bottom: 10px;
}

.part_dyklh .tab-content .newspic img {
    width: 100%;
}

.part_dyklh .col-6 {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

/* 图片视频 */
.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_con {
    width: 900px;
    height: 507px;
    background: #000;
    position: absolute;
    padding: 0;
    left: 50%;
    top: 50%;
    margin-top: -256px;
    margin-left: -450px;
}

.videopart0_close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 50;
    background: url("//www.xinhuanet.com/politics/2020lh/images/s1014_icon_btn_close.png") no-repeat;
    cursor: pointer;
    background-size: 100% auto;
}

.videopart0_box .shu {
    width: 338px;
    height: 664px;
    background: url("//www.xinhuanet.com/politics/2020lh/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/2020lh/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%;
}

/* 高清影像集 */
.part_gqyxj {
    width: 100%;
    /* background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partGqyxj_bg.png") 50% 0 no-repeat; */
    /* margin-top: 40px; */
    margin-top: 10px;
    padding-top: 15px;
    height: auto;
    position: relative;
}

.part_gqyxj_box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.part_gqyxj .lmt {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partGqyxj_lmt01.png") 50% 0 no-repeat;
}

.part_gqyxj .adv {
    position: absolute;
    right: 0;
    top: 44px;
    background: #fff;
    padding-left: 10px;
    width: 200px;
    height: 70px;
}


.part_gqyxj_con {
    margin-top: 20px;
    /* width: 1200px; */
    position: relative;
}

.part_gqyxj .swiper-container {
    background: #eaeaea;
}

.part_gqyxj .swiper-slide {
    cursor: pointer;
    overflow: hidden;
}

.part_gqyxj .swiper-slide .img img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    animation: slowMotion 20s infinite ease-in-out;
}

@keyframes slowMotion {

    from,
    to {
        transform: scale(1) translate(0, 0);
    }

    50% {
        transform: scale(1.3);
    }
}

.part_gqyxj .swiper-slide .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 130px 20px 40px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.part_gqyxj .swiper-slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.6) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.6) 100%);
    z-index: 10;
}

.part_gqyxj .swiper-slide .name {
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-indent: 0;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    width: 100%;
    z-index: 11;
}

.part_gqyxj .swiper-slide .name a {
    color: #fff;
}

.part_gqyxj .swiper-pagination {
    left: auto;
    bottom: 10px;
    width: auto;
    right: 20px;
    color: #e8e8e8;
    font-weight: normal;
    font-size: 20px;
}

.part_gqyxj .swiper-pagination .swiper-pagination-current {
    font-size: 60px;
    color: #fff;
    font-style: italic;
    font-weight: normal;
}

.part_gqyxj .swiper-pagination .swiper-pagination-total {
    font-size: 32px;
    color: #e8e8e8;
    font-style: italic;
    font-weight: normal;
}

.part_gqyxj .swiper-button-prev,
.part_gqyxj .swiper-button-next {
    top: 40%;
    width: 48px;
    height: 136px;
}

.part_gqyxj .swiper-button-prev {
    left: -70px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partGqyxj_anleft.png") 0 0 no-repeat;
}

.part_gqyxj .swiper-button-next {
    right: -70px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partGqyxj_anright.png") 0 0 no-repeat;
}

/* 独家视角 */
.part_djsj {
    width: 100%;
    /* background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_bg.png") 50% 0 no-repeat; */
    /* margin-top: 40px;
    padding-top: 45px; */
}

.part_djsj_box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.part_djsj_box .adv {
    position: absolute;
    right: 0;
    top: 46px;
    background: #fff;
    padding-left: 10px;
    width: 200px;
    height: 70px;
}


.part_djsj .lmt {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_lmt01.png") 50% 0 no-repeat;
}

.part_djsj_left {
    width: 775px;
    float: left;
}

.part_djsj_left .lmt_v2 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_lmt02.png") 0 0 no-repeat;
}

.part_djsj_left .lmt_v2 a {
    display: block;
    width: 49px;
    height: 21px;
    float: right;
    color: #ec3358;
    font-size: 12px;
    border: 1px solid #929292;
    text-align: center;
}

.part_djsj_left dl {
    overflow: hidden;
    margin-top: 20px;
}

.part_djsj_left dt {
    width: 315px;
    height: 518px;
    float: left;
}

.part_djsj_left dd {
    width: 450px;
    height: 518px;
    float: right;
}

.part_djsj_left ul {
    margin-top: 10px;
    overflow: hidden;
}

.part_djsj_left li {
    width: 220px;
    float: left;
}

.part_djsj_left li+li {
    float: right;
}

.part_djsj_left .djPic01 {
    width: 315px;
    height: 518px;
}

.part_djsj_left .djPic01 img {
    width: 315px;
    height: 518px;
}

.part_djsj_left .djPic02 {
    width: 450px;
    height: 255px;
}

.part_djsj_left .djPic02 img {
    width: 450px;
    height: 255px;
}

.part_djsj_left .djPic03 {
    width: 220px;
    height: 255px;
}

.part_djsj_left .djPic03 img {
    width: 220px;
    height: 255px;
}

.part_djsj_left .djPic04 {
    width: 220px;
    height: 255px;
}

.part_djsj_left .djPic04 img {
    width: 220px;
    height: 255px;
}

.part_djsj_left .djPic {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

/* .part_djsj_left .djPic .img img {
    width: 100%;
    height: auto;
    display: block;
} */
.part_djsj_left .djPic .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 10px 10px 10px;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.part_djsj_left .djPic .title a {
    color: #fff;
}

.part_djsj_left .djPic .name {
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    text-indent: 0;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    z-index: 11;
}

.part_djsj_left .djPic .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 10;
}

.part_djsj_right {
    width: 385px;
    float: right;
    position: relative;
}

.part_djsj_right .preview {
    position: absolute;
    width: 385px;
    height: 72px;
    z-index: 9;
    top: 240px;
}

.part_djsj_right .preview .swiper-slide {
    width: 96px;
    height: 72px;
    float: left;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    cursor: pointer;
}

.part_djsj_right .preview .swiper-slide a {
    color: #fff;
}

.part_djsj_right .preview .an01 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_an01.png") 0 0 no-repeat;
}

.part_djsj_right .preview .an01.active-nav {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_an01On.png") 0 0 no-repeat;
}

.part_djsj_right .preview .an02 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_an02.png") 0 0 no-repeat;
}

.part_djsj_right .preview .an02.active-nav {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_an02On.png") 0 0 no-repeat;
}

.part_djsj_right .preview .an03 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_an03.png") 0 0 no-repeat;
}

.part_djsj_right .preview .an03.active-nav {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_an03On.png") 0 0 no-repeat;
}

.part_djsj_right .preview .an04 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_an04.png") 0 0 no-repeat;
}

.part_djsj_right .preview .an04.active-nav {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partDjsj_an04On.png") 0 0 no-repeat;
}

.part_djsj_right .view {
    width: 385px;
    height: 562px;
    background: #fff;
}

.part_djsj_right .view img {
    width: 385px;
    height: 240px;
}

.part_djsj_right .view .pbox {
    padding: 85px 30px 20px 30px;
    line-height: 28px;
    font-size: 16px;
}

/* footer */
.footer {
    background: url("//www.xinhuanet.com/politics/2020lh/images/footer.png");
    font-size: 14px;
    padding-top: 40px;
    width: 100%;
    height: 98px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.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 #0069c2;
}

/*END*/
@media screen and (max-width: 1600px) {

    /* .contop {
    width: 1200px;
  } */
    .container {
        width: 1200px;
    }

    .headline p {
        font-size: 16px;
    }

    /*END*/
    /*习专区大图*/
    .contop_left {
        height: 445px;
    }

    .contop_left .slide-cont .name {
        font-size: 18px;
        /* line-height: 50px; */
    }

    .contop_left .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        margin-top: -2px;
    }

    .contop_left .mul-play {
        width: 60px;
        height: 60px;
        bottom: 60px;
        left: 10px;
    }

    /*END*/
    /*习专区列表*/
    .contop_right {
        height: 445px;
        padding-left: 15px;
        padding-right: 7px;
    }

    /* .contop_right .top_wz .x_time {
        margin-top: 3px;
    } */

    .contop_right .top_wz .x_hight {
        margin-top: 5px;
        height: 270px;
    }

    .contop_right .top_wz .x_hight h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .contop_right .top_wz .x_hight li {
        font-size: 14px;
        line-height: 29px;
    }

    .contop_right .top_wz .isound {
        margin-top: 5px;
    }

    .contop_right .top_wz .iphoto {
        margin-top: 4px;
        width: 18px;
        background-size: 100%;
    }

    .contop_right .top_wz .ivideo {
        margin-top: 8px;
        width: 18px;
        background-size: 100%;
    }

    .contop_right .top_wz .pics {
        margin-top: 4px;
    }

    .contop_right .top_wz .pics li {
        height: 74px;
    }

    /*END*/


}

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/*导航*/
.nav_box {
    width: 100%;
    height: 83px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/nav_bj.png") no-repeat 50% 0;
}

.nav_box .content {
    width: 1380px;
}

.lh_logo {
    width: 196px;
    height: 71px;
}

.nav_list {
    /* width: 980px; */
    list-style: none;
    margin-left: 20px;
}

.nav_list li {
    float: left;
    height: 55px;
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
    cursor: pointer;
}

.nav_list li a {
    color: #fff;
}

.nav_list li+li {
    margin-left: 35px;
}

.nav_list li i {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.nav_list li i.icon01 {
    display: block;
    width: 26px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_01.png") no-repeat 50% 0;
}

.nav_list li i.icon02 {
    display: block;
    width: 30px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_02.png") no-repeat 50% 0;
}

.nav_list li i.icon03 {
    display: block;
    width: 26px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_03.png") no-repeat 50% 0;
}

.nav_list li i.icon04 {
    display: block;
    width: 21px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_04.png") no-repeat 50% 0;
}

.nav_list li i.icon05 {
    display: block;
    width: 27px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_09.png") no-repeat 50% 0;
}

.nav_list li i.icon06 {
    display: block;
    width: 26px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_06.png") no-repeat 50% 0;
}

.nav_list li i.icon07 {
    display: block;
    width: 29px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_07.png") no-repeat 50% 0;
}

.nav_list li i.icon08 {
    display: block;
    width: 28px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_08.png") no-repeat 50% 0;
}

.nav_list li i.icon09 {
    display: block;
    width: 27px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_11.png") no-repeat 50% 0;
}

.nav_list li i.icon10 {
    display: block;
    width: 33px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_10.png") no-repeat 50% 0;
}

.navfix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

/*END*/
/*多语种*/
.lang {
    margin: 20px auto;
    text-align: center;
}

.lang li {
    padding: 0 20px;
    color: #ed2f39;
    display: inline;
    font-size: 18px;
}

.lang li a {
    color: #ed2f39;
}

/*END*/
body {
    height: 5000px;
}

/*决战脱贫攻坚*/
.part_jztpgj {
    margin-top: 10px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/jztpgj_bg.jpg") 50% 0 no-repeat;
}

.part_jztpgj .part_jztpgj_title {
    display: block;
    height: 200px;
    margin-bottom: 40px;
}

.part_jztpgj .part_jztpgj_content {
    height: 530px;
}

.part_jztpgj .part_jztpgj_box {
    width: 1200px;
    margin: 0 auto;
}

.part_jztpgj .jztpgj_title1 {
    font-size: 24px;
    display: inline-block;
    font-weight: normal;
    background: url("//www.xinhuanet.com/politics/2020lh/images/jztpgj_bg2.jpg") 0 0 no-repeat;
    padding-left: 15px;
    margin-bottom: 15px;
}

.part_jztpgj .part_jztpgj_left {
    float: left;
    width: 380px;
    margin-right: 20px;
}

.part_jztpgj .part_jztpgj_djs {
    float: left;
    width: 380px;
    margin-right: 20px;
}

.part_jztpgj .part_jztpgj_ydy {
    float: right;
    width: 380px;
}

.part_jztpgj .part_jztpgj_qsl {
    position: relative;
    width: 380px;
    height: 212px;
    margin-top: 22px;
}

.part_jztpgj .part_jztpgj_qsl .swiper-button-prev {
    background: url("//www.xinhuanet.com/politics/2020lh/images/arrows.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2222;
}

.part_jztpgj .part_jztpgj_qsl .swiper-button-next {
    background: url("//www.xinhuanet.com/politics/2020lh/images/arrows.png") no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
}

.part_jztpgj .part_jztpgj_qsl .swiper-container {
    width: 380px;
    height: 212px;
}

.part_jztpgj .part_jztpgj_qsl .swiper-slide {
    position: relative;
}

.part_jztpgj .part_jztpgj_qsl .photoPart {
    width: 380px;
    position: relative;
}

.part_jztpgj .part_jztpgj_qsl .swiper-pagination {
    position: absolute;
    right: 5px;
    text-align: right;
    top: -25px;
    width: auto;
    z-index: 2;
}

.part_jztpgj .part_jztpgj_qsl .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background: #999999;
    opacity: 0.5;
    margin: 0 3px;
}

.part_jztpgj .part_jztpgj_qsl .swiper-pagination-bullet-active {
    opacity: 1;
    background: #526dc8;
}

.part_jztpgj .part_jztpgj_qsl .picTitle {
    position: relative;
    width: 380px;
    height: 212px;
    overflow: hidden;
}

.part_jztpgj .part_jztpgj_qsl .picTitle .img img {
    width: 380px;
    height: 212px;
    display: block;
}

.part_jztpgj .part_jztpgj_qsl .picTitle .bg {
    bottom: 0;
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
}

.part_jztpgj .part_jztpgj_qsl .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;
}

.part_jztpgj .part_jztpgj_qsl .picTitle .name a {
    color: #fff;
    text-decoration: none;
}

.part_jztpgj .part_jztpgj_qsl .picTitle .name a:hover {
    text-decoration: underline;
}

.part_jztpgj .djs_title {
    font-size: 18px;
    margin-bottom: 10px;
}

.part_jztpgj .part_jztpgj_list1 li {
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 1.6em;
    border-bottom: 1px dashed #666;
}

.part_jztpgj .part_jztpgj_list1 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.part_jztpgj .djs_content {
    font-size: 14px;
    color: #666;
    height: 80px;
    overflow: hidden;
}

.part_jztpgj .djs_content img {
    float: left;
    width: 140px;
    height: 80px;
    margin-right: 15px;
}

.part_jztpgj .part_jztpgj_ydy dt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 7px;
    padding: 0 20px 0 5px;
    background: #f6f6f8 url("//www.xinhuanet.com/politics/2020lh/images/jztpgj_icon1.png") 360px 50% no-repeat;
    cursor: pointer;
}

/* .part_jztpgj .part_jztpgj_ydy dt a{
    color: #fff;
} */
.part_jztpgj .part_jztpgj_ydy dt.on {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 0 10px;
    background: #0057c3;
}

.part_jztpgj .part_jztpgj_ydy dt.on a {
    color: #fff;
}

.part_jztpgj .part_jztpgj_ydy dd {
    display: none;
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.part_jztpgj .part_jztpgj_ydy dd a {
    color: #ed2f39;
}

/*决战脱贫攻坚end*/

/* ai热力榜 */
.part_rlb {
    position: fixed;
    right: 10px;
    bottom: 40px;
    width: 287px;
    height: 217px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/rlb_bg.png") no-repeat;
    z-index: 999;
    opacity: 0;
}

.part_rlb .close {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    top: 50px;
    cursor: pointer;
}

.part_rlb .rlb_con {
    position: absolute;
    right: 18px;
    top: 57px;
    width: 181px;
    height: 60px;
}

.part_rlb .swiper-button-prev {
    background: url("//www.xinhuanet.com/politics/2020lh/images/arrows.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 47%;
    margin-top: -11px;
    width: 8px;
    height: 30px;
    z-index: 2222;
}

.part_rlb .swiper-button-next {
    background: url("//www.xinhuanet.com/politics/2020lh/images/arrows.png") no-repeat -9px -31px;
    position: absolute;
    right: 0;
    top: 47%;
    margin-top: -11px;
    width: 8px;
    height: 30px;
    z-index: 2;
}

.part_rlb .swiper-container .swiper-container {
    width: 100%;
    ;
}

.part_rlb .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    z-index: 4;
    text-align: left;
}

.part_rlb .swiper-container .swiper-slide a {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    margin: 3px 10px 0;
    vertical-align: middle;
    padding-left: 25px;
}

.part_rlb .swiper-container .swiper-slide a span {
    position: absolute;
    left: 12px;
    top: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    background-image: linear-gradient(#d42c33, #fc806a);
}


.part_rlb .swiper-pagination {
    display: none;
}

.part_rlb .isound {
    width: 16px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon1_v2.png") 0 0 no-repeat;
    vertical-align: middle;
}

.part_rlb .isoundplay {
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon1_v3.gif") 0 0 no-repeat;
}

.backTop {
    position: fixed;
    width: 75px;
    height: 24px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/icon_back.png") no-repeat;
    right: 120px;
    bottom: 60px;
    font-size: 12px;
    color: #f03838;
    text-indent: 20px;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

/* 现场零距离 */
.part_xcljl {
    width: 100%;
    /* background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partXcljl_bg.jpg") 50% 0 no-repeat; */
    /* margin-top: 40px; */
    /* padding-bottom: 40px; */
    padding-top: 45px;
    margin-top: 15px;
}

.part_xcljl_box {
    /* width: 1200px; */
    margin: 0 auto;
}

.part_xcljl .lmt {
    width: 1200px;
    margin: 0 auto;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partXcljl_lmt01.png") 50% 0 no-repeat;
}

.part_xcljl #xjljlTab {
    margin-top: 20px;
}

.part_xcljl #xjljlTab .tab_name {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partXcljl_bg02.png") 61% 0 no-repeat;
    height: 85px;
}

.tab_name_box {
    width: 1070px;
    margin: 0 auto;
    padding-left: 130px;
    height: 85px;
    position: relative;
}

.tab_name_box::before {
    content: "";
    position: absolute;
    width: 108px;
    height: 85px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partXcljl_bg05.png") 0 0 no-repeat;
    left: 0;
    top: 0;
    z-index: 3;
}

.tab_name_box .tab_name_item {
    float: left;
    width: 90px;
    height: 66px;
    text-align: center;
    padding-top: 40px;
    margin-left: 10px;
    margin-left: 25px;
    cursor: pointer;
    opacity: 0;
}

.tab_name_box .tab_name_item.kai {
    opacity: 1;
}

.tab_name_box .tab_name_item h3 {
    font-size: 30px;
    color: #fff;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.tab_name_box .tab_name_item p {
    display: none;
    color: #fff;
    padding-top: 2px;
}

.tab_name_box .tab_name_item.on {
    background: #a48f70;
    height: 55px;
    padding-top: 15px;
    margin-top: 17px;
    border-radius: 10px;
}

.tab_name_box .tab_name_item.on p {
    display: block;
}

.part_xcljl .tab_cont {
    margin: 50px auto 0;
    position: relative;
    width: 1200px;
    /* overflow: hidden; */
    height: 575px;
}

.part_xcljl .tab_cont .tab_cont_item {
    /* display: none; */
    /* z-index: 0; */
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 1s;
}

.part_xcljl .tab_cont .tab_cont_item.on {
    /* display: block; */
    /* z-index: 10; */
    opacity: 1;
    visibility: visible;
}

.part_xcljl .tab_cont .tab_cont_left {
    width: 790px;
    float: left;
}

.part_xcljl .tab_cont .tab_cont_left .swiper-container {
    padding-bottom: 30px;
}

.part_xcljl .tab_cont .tab_cont_left li {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.part_xcljl .tab_cont .tab_cont_left li+li {
    margin-top: 20px;
}

.part_xcljl .tab_cont .tab_cont_left img {
    width: 200px;
    height: 120px;
    float: left;
    margin-right: 20px;
}

.part_xcljl .tab_cont .tab_cont_left h3 {
    padding-bottom: 10px;
    line-height: 28px;
    font-size: 18px;
}

.part_xcljl .tab_cont .tab_cont_left p {
    font-size: 14px;
    line-height: 26px;
    color: #999;
}

.part_xcljl .tab_cont .tab_cont_left p a {
    color: #df0303;
}

.part_xcljl .tab_cont .tab_cont_left dd {
    width: 255px;
    float: left;
    text-align: center;
}

.part_xcljl .tab_cont .tab_cont_left dd img {
    width: 255px;
    height: 140px;
}

.part_xcljl .tab_cont .tab_cont_left dd h3 {
    font-size: 16px;
}

.part_xcljl .tab_cont .tab_cont_left dd+dd {
    margin-left: 10px;
}

.part_xcljl .tab_cont .tab_cont_right {
    width: 370px;
    float: right;
}

.tab_cont_right {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partXcljl_bg03.png") 0 0 no-repeat;
    padding-top: 94px;
}

.tab_cont_right .tab_cont_right_box {
    width: 370px;
    height: 390px;
    padding-top: 30px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partXcljl_bg04.png") 0 0 no-repeat;
}

.tab_cont_right .tab_cont_right_box .swiper-container {
    width: 365px;
    height: 310px;
    margin: 0px 0 0 -5px;
}

.tab_cont_right .tab_cont_right_box h3 {
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_partXcljl_lmt02.png") 0 0 no-repeat;
    width: 313px;
    height: 47px;
    padding-left: 33px;
    margin-bottom: 10px;
    line-height: 47px;
    color: #fff;
}

.tab_cont_right .tab_cont_right_box h3 a {
    color: #fff;
}

.tab_cont_right .tab_cont_right_box h4 {
    font-size: 16px;
    padding: 0px 20px 10px 33px;
    font-weight: normal;
    line-height: 26px;
}

.tab_cont_right .tab_cont_right_box h4 strong {
    font-size: 18px;
    /* padding: 10px 20px 0px 20px; */
    font-weight: bolder;
    line-height: 26px;
    display: block;
}

.tab_cont_right .swiper-slide {
    height: auto;
    min-height: 120px;
    cursor: pointer;
}

.tab_cont_right .swiper-slide+.swiper-slide {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #bfbfbf;
}
