@charset "utf-8";

body {
    margin-bottom: 4rem;
}

.dw.hide {
    display: none;
}

.focus {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
}

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

.focus .swiper-container .img {
    position: relative;
    z-index: 1
}

.focus .swiper-container .img img {
    width: 100%;
    height: auto
}

.focus .swiper-container .tit {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.2rem 1rem 0.2rem 0.2rem;
    font-size: 0.48rem;
    line-height: 0.64rem;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
}

.focus .swiper-container .pagination {
    width: auto;
    left: auto;
    right: 0.1rem;
    bottom: 0.1rem;
    padding: 0 0.1rem;
}

.focus .swiper-container .pagination .swiper-pagination-bullet {
    background: #0051a4;
    opacity: 1
}

.focus .swiper-container .pagination .swiper-pagination-bullet-active {
    background: #fff
}

.focus .swiper-container .swiper-button-prev {
    left: 0;
    width: 34px;
    height: 73px;
    background: url(http://www.xinhuanet.com/politics/newpage2020/images/icon-arrow.png) left 0 no-repeat
}

.focus .swiper-container .swiper-button-next {
    right: 0;
    width: 34px;
    height: 73px;
    background: url(http://www.xinhuanet.com/politics/newpage2020/images/icon-arrow.png) right 0 no-repeat
}

.focus .swiper-pagination-fraction {
    position: absolute;
    bottom: 0.2rem !important;
    right: 0.2rem !important;
    left: auto;
    width: auto;
    font-size: 0.4rem;
    color: #fff;
    font-style: italic;
}

.focus .swiper-pagination-current {
    color: #2D8BDE;
    font-style: italic;
    font-size: 0.5rem;
}

.focus .swiper-pagination-total {
    font-size: 0.45rem;
}

.topNews {
    padding: 0.4rem 0.2rem 0;
}

.topNews li {
    font-size: 0.46rem;
    line-height: 0.64rem;
    color: #474747;
    overflow: hidden;
    padding: 0.2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topNews li i {
    font-size: 0.5rem;
    font-weight: bolder;
    display: block;
    float: left;
    padding-right: 0.4rem;
    font-style: italic;
}

.topNews .no01 {
    color: #f22525;
    /* font-size: 0.5rem;
    line-height: 0.7rem; */
    padding: 0;
}

.topNews .no01 i {
    font-size: 0.62rem;
}


.topNews .no02 {
    color: #ff8b3d;
}

.topNews .no03 {
    color: #256cb9;
}

.xpage-content-list {
    width: 96%;
    margin: 0 auto;
}

.xpage-content-list .zxsh {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 0.1rem 0.1rem #e2e2e2;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

.xpage-content-list .zxsh img {
    width: 100%;
    height: 5.35rem;
}

.xpage-content-list .zxsh.jmk {
    width: 48%;
    float: left;
}

.xpage-content-list .zxsh.jmk img {
    width: 100%;
    height: auto;
}

.xpage-content-list .zxsh.jmk .title {
    display: none;
}

.xpage-content-list .zxsh span {
    position: absolute;
    right: 0;
    top: 0.2rem;
    background: #4faaff;
    color: #fff;
    line-height: 0.5rem;
    font-size: 0.4rem;
    padding: 0 0.2rem;
    border-radius: 0.1rem 0 0 0.1rem;
    display: none;
}

.xpage-content-list .zxsh .title {
    min-height: 1.5rem;
    font-size: 0.46rem;
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
    color: #3d3d3d;
    line-height: 0.64rem;
    display: flex;
    align-items: center;
}

.xpage-content-list .zxsh .title i {
    position: absolute;
    right: 0;
    bottom: 0.1rem;
    color: #ccc;
    line-height: 0.3rem;
    font-size: 0.3rem;
    padding: 0 0.1rem;
}

.xpage-content-list .xhh {
    width: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 1px #e2e2e2;
    position: relative;
    /* margin-left: 13px; */
    margin-bottom: 20px;
}

.xpage-content-list .xhh .subTitle {
    position: absolute;
    right: 0;
    top: 3px;
    background: #4faaff;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 3px 0 0 3px;
}

.xpage-content-list .xhh .subTitle a {
    color: #fff;
}

.xpage-content-list .xhh img {
    width: 100%;
    height: auto;
}

.xpage-content-list .xhh .title {

    min-height: 1.5rem;
    font-size: 0.46rem;
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
    color: #3d3d3d;
    line-height: 0.64rem;
    align-items: center;
    position: relative;

    /* min-height: 60px;
            padding: 5px 10px 5px 10px;
            font-size: 18px;
            color: #3d3d3d;
            line-height: 20px;
            position: relative; */
}

.xpage-content-list .xhh .title a {
    color: #3d3d3d;
}

.xpage-content-list .xhh i img {
    width: 25%;
    height: auto;
    margin: 0.2rem 0.2rem 0rem 0.2rem;
    /* border-radius: 100%;
    border: 4px solid #fff;
    position: absolute;
    left: 0.2rem;
    top: -0.2rem; */
}

.xpage-content-list .xhh .introTitle {
    font-size: 0.4rem;
    font-weight: bolder;
    display: block;
    padding-left: 1rem;
}

.xpage-content-list .clearML {
    margin-right: 4%;
}

.videoXpage {
    margin: 0.3rem 0 1rem;
    display: none;
}

.videoXpage.on {
    display: block;
}

.videoXpage .xpage-more-btn01 {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    cursor: pointer;
    text-align: center;
    color: #3073c7;
    font-size: 0.4rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(248, 248, 248, 0)), color-stop(20%, rgba(248, 248, 248, .4)), color-stop(30%, rgba(248, 248, 248, .6)), color-stop(40%, rgba(248, 248, 248, .8)), color-stop(50%, #f8f8f8), color-stop(60%, rgba(248, 248, 248, .8)), color-stop(70%, rgba(248, 248, 248, .6)), color-stop(80%, rgba(248, 248, 248, .4)), color-stop(90%, rgba(248, 248, 248, 0)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(248, 248, 248, 0) 10%, rgba(248, 248, 248, .4) 20%, rgba(248, 248, 248, .6) 30%, rgba(248, 248, 248, .8) 40%, #f8f8f8 50%, rgba(248, 248, 248, .8) 60%, rgba(248, 248, 248, .6) 70%, rgba(248, 248, 248, .4) 80%, rgba(248, 248, 248, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(248, 248, 248, 0) 10%, rgba(248, 248, 248, .4) 20%, rgba(248, 248, 248, .6) 30%, rgba(248, 248, 248, .8) 40%, #f8f8f8 50%, rgba(248, 248, 248, .8) 60%, rgba(248, 248, 248, .6) 70%, rgba(248, 248, 248, .4) 80%, rgba(248, 248, 248, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(248, 248, 248, 0) 10%, rgba(248, 248, 248, .4) 20%, rgba(248, 248, 248, .6) 30%, rgba(248, 248, 248, .8) 40%, #f8f8f8 50%, rgba(248, 248, 248, .8) 60%, rgba(248, 248, 248, .6) 70%, rgba(248, 248, 248, .4) 80%, rgba(248, 248, 248, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

.videoXpage .xpage-more-btn01:before {
    content: '';
    height: 0.02rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(172, 196, 214, 0)), color-stop(20%, rgba(172, 196, 214, .4)), color-stop(30%, rgba(172, 196, 214, .6)), color-stop(40%, rgba(172, 196, 214, .8)), color-stop(50%, #acc4d6), color-stop(60%, rgba(172, 196, 214, .8)), color-stop(70%, rgba(172, 196, 214, .6)), color-stop(80%, rgba(172, 196, 214, .4)), color-stop(90%, rgba(172, 196, 214, 0)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

.videoXpage .xpage-more-btn01:after {
    content: '';
    height: 0.02rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(172, 196, 214, 0)), color-stop(20%, rgba(172, 196, 214, .4)), color-stop(30%, rgba(172, 196, 214, .6)), color-stop(40%, rgba(172, 196, 214, .8)), color-stop(50%, #acc4d6), color-stop(60%, rgba(172, 196, 214, .8)), color-stop(70%, rgba(172, 196, 214, .6)), color-stop(80%, rgba(172, 196, 214, .4)), color-stop(90%, rgba(172, 196, 214, 0)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(172, 196, 214, 0) 10%, rgba(172, 196, 214, .4) 20%, rgba(172, 196, 214, .6) 30%, rgba(172, 196, 214, .8) 40%, #acc4d6 50%, rgba(172, 196, 214, .8) 60%, rgba(172, 196, 214, .6) 70%, rgba(172, 196, 214, .4) 80%, rgba(172, 196, 214, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

.videoFixNav {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
}

.videoFixNav ul {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    font-size: 0;
    padding-bottom: 0.4rem;
    -webkit-overflow-scrolling: touch;
}

.videoFixNav ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
    display: none;
}

.videoFixNav li {
    position: relative;
    display: inline-block;
    margin-left: 0.44444rem;
    margin-right: .444444rem;
    font-size: .426667rem;
    line-height: 1rem;
    color: #7b7b7b;
}

.videoFixNav li+li {
    margin-left: 0;
}

.videoFixNav li.triangle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.2rem 0.2rem 0.2rem;
    border-color: transparent transparent #080404 transparent;
    position: absolute;
    left: 50%;
    top: -0.01rem;
    margin-left: -0.2rem;
    /* background: red; */
    z-index: 2;
}

.videoFixNav li.triangle .tbs {
    color: #080404;
    font-weight: bolder;
}

.videoFixNav .tbs.active {
    color: #080404;
    font-weight: bolder;
}

.videoFixNav dl {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    background: #fff;
    width: 100%;
    height: 0rem;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
}

.videoFixNav dl::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
    display: none;
}

.videoFixNav dl dt {
    position: relative;
    display: inline-block;
    margin-left: 0.44444rem;
    margin-right: .444444rem;
    font-size: .426667rem;
    line-height: .977778rem;
    color: #7b7b7b;
}

.videoFixNav dl.showList {
    height: 1rem;
    transition: all 1s;
}

.mob-foot {
    padding-bottom: 2.2rem !important;
}