@charset "utf-8";
/*
    * @time Fri Nov 13 2020 08:57:46 GMT+0800 (中国标准时间)
    */

.domPc {
    display: block
}

.domMob {
    display: none
}

.grid-1200 {
    width: 1160px;
    background: #fff;
    padding: 0 20px;
}

.grid-120 {
    width: 120px
}

.grid-700 {
    width: 740px
}

.grid-320 {
    width: 320px
}

.mr-30 {
    margin-right: 30px
}

.ml-30 {
    margin-left: 30px
}

.list {
    /*padding-top: 100px; margin-top: -100px;*/
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 5
}

.list .item {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #bfbfbf
}

.list .item .tit {
    font-size: 18px;
    line-height: 28px
}

.list .item .tit i {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-right: 10px;
    color: #fff;
    font-style: normal
}

.list .item .tit i.red {
    background: #e10e0e
}

.list .item .tit i.blue {
    background: #027bfb
}

.list .item .tit i.orange {
    background: #f60
}

.list .item:hover {
    background: #fdfdfd
}

.list .item:hover .share {
    width: 140px
}

.list .xpage-more-btn {
    display: block;
    text-align: center;
    line-height: 46px;
    width: 270px;
    margin: 50px auto 10px;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #2461c7;
    color: #fff;
    cursor: pointer
}

.list .xpage-more-btn img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px
}

.item-style1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-style1 .img {
    margin-right: 18px;
    width: 180px;
    /* height:101px;  */
    overflow: hidden;
    border-radius: 5px;
}

.item-style1 .img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.item-style1 .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.item-style1 .txt .tit {
    margin-top: 6px;
    height: 52px;
}

.item-style1 .txt .info {
    margin-top: 5px
}

.item-style2 .info {
    margin-top: 5px
}

.item-style3 .tit {
    margin-bottom: 10px
}

.item-style3 .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.item-style3 .img img {
    width: 100%;
    height: auto
}

.item-style4 .tit {
    margin-bottom: 10px
}

.item-style4 .img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-style4 .img a {
    border-radius: 5px;
    overflow: hidden;
    margin-right: 1%;
}

.item-style4 .img.img3 a {
    width: 32%;
    height: 126px;
    margin-right: 1.3%;
}

.item-style4 .img.img2 a {
    width: 48.5%;
    height: 192px;
}

.item-style4 .img a img {
    width: 100%;
    height: 100%;
}

.item-style6 .tit {
    margin-bottom: 10px
}

.item-style6 .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto
}

.item-style6 .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto
}

.item-style6 .img .play {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 3
}

.item-style6 .img video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    background: #000
}

.item-style6 .img .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer
}

.item-style6 .img .hide {
    display: none
}

.info {
    height: 30px;
    margin-top: 15px
}

.info .time {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #999
}

.info .share {
    float: right;
    width: 0;
    height: 30px;
    font-size: 0;
    white-space: nowrap;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    transition: width 1s;
}

.info .share .share-item {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 8px
}

.info .share .share-item img {
    width: 100%;
    height: 100%
}

.info .share .share-item .qrcode {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -94px;
    z-index: 88;
    width: 150px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.info .share .share-item .qrcode img {
    width: 150px;
    height: 150px
}

.info .share .share-item .qrcode.show {
    height: 150px
}

.fixed {
    position: fixed !important;
    top: 0;
    z-index: 99
}


.main .box {
    margin: 0 auto
}

.nav {
    float: left;
    background: #fff;
    min-height: 250px
}

.nav .nav-cont {
    top: 70px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

.nav .nav-cont.fixed {
    top: 0
}

.nav .nav-cont a {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.nav .nav-cont a:first-child {
    background: #0a72ec;
    border: 0
}

.nav .nav-cont a:first-child img {
    vertical-align: middle
}

.nav .nav-cont a.active {
    position: relative;
    color: #0a72ec;
    background: #f3f6f8
}

.nav .nav-cont a.active:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #0a72ec
}

.box-cont {
    float: left
}

.hot {
    float: right
}

.card {
    position: relative;
    border-top: 1px solid #bfbfbf;
    padding-bottom: 10px
}

.card .title {
    padding: 5px 0;
    line-height: 36px;
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.card .title a {
    display: inline-block;
    position: relative;
    color: #000
}

.card .title a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 4px;
    background: #0a72ec
}

.list-style0 li {
    position: relative;
    margin-bottom: 5px
}

.list-style0 li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #bfbfbf
}

.list-style0 li a {
    padding-left: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #666
}

.list-style2 li {
    position: relative;
    margin-bottom: 15px
}

.list-style2 li .img {
    float: left;
    margin-right: 10px;
    width: 130px;
    height: 85px;
    overflow: hidden;
    border-radius: 5px;
}

.list-style2 li .img img {
    width: 100%;
    height: 100%
}

.list-style2 li .tit {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding: 5px 10px 10px 0;
    max-height: 85px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.list-style3 {
    overflow: hidden
}

.list-style3 ul {
    width: 100%
}

.list-style3 li {
    position: relative;
    margin-bottom: 17px
}

.list-style3 li .img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
}

.list-style3 li .img img {
    width: 100%;
    height: auto
}

.list-style3 li .tit {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.list-style3 li .tit a {
    color: #333;
}

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

.observe .swiper-container .img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px
}

.observe .swiper-container .img img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 5px;
}

.observe .swiper-container .tit {
    text-align: center;
    padding: 0 6px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px
}

.observe .swiper-container .swiper-slide {
    padding-top: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.observe .swiper-container .swiper-slide.swiper-slide-active {
    padding-top: 0
}

.observe .swiper-container .pagination {
    bottom: 0
}

.special {
    margin-top: 10px;
    background: #fff
}

.special.fixed {
    margin-top: 0
}

@media screen and (max-width:768px) {
    .domPc {
        display: none
    }

    .domMob {
        display: block
    }

    a {
        color: #333;
    }

    .grid-120,
    .grid-1200,
    .grid-320,
    .grid-700 {
        width: 100%
    }

    .main {
        margin-top: 0
    }

    .focus {
        height: auto
    }

    .focus .swiper-pagination-fraction {
        font-size: 14px;
        bottom: 0.2rem !important;
        right: 0.2rem !important;
    }

    .focus .swiper-pagination-current {
        font-size: 20px;
    }

    .focus .swiper-pagination-total {
        font-size: 18px;
    }

    .focus .swiper-container .tit {
        padding: 10px 50px 10px 10px;
    }

    .list {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px
    }

    .list .item {
        padding: 10px 0;
    }

    .list .xpage-more-btn {
        color: #999;
        font-size: 14px;
        background: 0 0;
        margin-top: 10px
    }

    .item-style1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .item-style1 .img {
        margin-right: 10px;
        width: 140px;
        height: auto
    }

    .item-style1 .txt .tit {
        margin-top: 0;
        height: auto;
        font-size: 18px;
    }

    .item-style1 .txt .tit a {
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    /* .item-style4 .img { height: 100%; overflow: hidden; }
.item-style4 .img a { display: block; width: 100%; height: 107px; } */
    .item-style4 .img.img3 a {
        height: 68px;
    }

    .item-style4 .img.img2 a {
        height: 107px;
    }

    .item-style5 .img {
        height: 100%;
        overflow: hidden;
    }

    .item-style5 .img a {
        /*display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between*/
        display: block;
        width: 100%;
        height: 68px;
    }
}

< !--右栏新样式-->.newList01 {
    margin-bottom: 20px;
}

.newList01 li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    height: 20px;
    overflow: hidden;
}

.newList01 li a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-family: "微软雅黑";
    font-size: 16px;
}

.newList01 li.first a {
    font-weight: bold;
    color: #0079dc
}

.bdhide {
    border: none;
}

.tylist {
    clear: both;
}

.tylist li {
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    background: url(//www.xinhuanet.com/world/world2020/images/common.png) -560px -43px no-repeat;
    overflow: hidden
}

.tylist li a {
    font-size: 14px;
    color: #535353;
}

.lxwm {
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 6px solid #0179dc;
    padding-left: 10px;
}

.lxwm h2 {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 17px;
}

.lxwm ul {
    padding-top: 11px;
}

.lxwm li {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.ajlogo {
    width: 373px;
    height: 124px;
    margin-bottom: 20px;
}

.ajlogo1 {
    height: 140px;
}

.combox {}

.combox h2 {
    height: 36px;
    margin-bottom: 15px;
}

.combox h2 a {
    height: 36px;
    line-height: 36px;
    float: left;
    font-size: 20px;
    font-family: "微软雅黑";
    color: #aeaeae;
    text-decoration: none;
    border-top: 4px solid #ffffff;
    margin-right: 20px;
}


.tabCitem {
    display: none;
}

.numlist {
    width: 318px;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.numlist li {
    height: 48px;
    _height: 45px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 11px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.numlist li a {
    color: #585858;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
    font-weight: normal;
    float: left;
    width: 220px;
    line-height: 28px;
    margin-top: 9px;
    display: inline-block;
}

.numlist li span {
    background: url(//www.xinhuanet.com/world/world2020/images/common.png) no-repeat -558px 5px;
    font-size: 20px;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    width: 23px;
    margin-right: 20px;
    padding-left: 15px;
    float: left;
    display: inline-block;
}

.numlist .cur {
    border: none;
    font-weight: bold;
    padding: 0px;
    height: 75px;
    line-height: 75px;
    text-overflow: inherit;
    white-space: normal;
}

.numlist .cur a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 220px;
    line-height: 28px;
    margin-top: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.numlist .cur span {
    height: 75px;
    width: 75px;
    background-color: #0079dc;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 75px;
    text-align: center;
    background-image: none;
    display: block;
    padding: 0;
    float: left
}

.numlist-img {
    width: 320px;
    height: 160px;
}

.numlist-img img {
    width: 320px;
    height: 160px;
}

.picText {
    height: 75px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.picText img {
    float: left;
    width: 135px;
    height: 75px;
    display: block;
    margin-right: 15px;
    border-radius: 5px;
}

.picText h3 {
    line-height: 28px;
    margin-top: -5px;
}

.picText h3 a {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
}

.guessLike {
    overflow: hidden;
}

.guessLike li {
    font-size: 16px;
    line-height: 48px;
    display: block;
    padding-left: 0px;
    position: relative;
    height: 48px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}

.guessLike li .ys1 {
    background-color: #005ce7;
    color: #fff;
}

.guessLike li span {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #efefef;
    color: #0f66e8;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    display: block;
    float: left;
    margin-top: 12px;
    font-weight: 700;
    margin-right: 10px;
}

.guessLike li .ys2 {
    background-color: #1170ff;
    color: #fff;
}

.guessLike li .ys3 {
    background-color: #3a88ff;
    color: #fff;
}

.comPicText {
    position: relative;
    margin-top: 10px;
}

.comPicText h3 {
    position: absolute;
    bottom: 1px;
    left: 6px;
    padding-right: 6px;
    line-height: 24px;
    z-index: 11;
}

.comPicText .bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    height: 40px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    border-radius: 5px;
}

.comPicText img {
    width: 320px;
    height: 135px;
    float: none;
    border-radius: 5px;
}

.con_list li {
    background: none;
    position: relative;
    padding-left: 10px;
    line-height: 30px;
    font-family: "微软雅黑";
}

.con_list li a {
    font-size: 16px;
    color: #333333;
}

.con_list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    background: #333333;
    width: 2px;
    height: 2px;
}

.comPicText h3 a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.con_list {
    margin-top: 10px;
}

.title.title-style2:before {
    background: url(//www.news.cn/worldpro/images/tit_gjyw.png) no-repeat;
    width: 39px;
    height: 33px;
}

.title {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.title a {
    font-weight: normal;
    color: #0d74dc;
}

.title:before {
    content: '';
    display: block;
    float: left;
    margin-right: 5px
}

.title .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.title .txt .cn {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #0d74dc
}

.title .txt .en {
    width: 100%;
    margin-top: 3px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    color: #999
}

.title-style2 span {
    font-size: 14px;
    line-height: 33px;
    color: #999;
}

body {
    font-family: "微软雅黑";
    background: #e9f3f9;
}

.banner {
    width: 100%;
    height: 284px;
    background: url(//www.xinhuanet.com/world/world2020/images/jzbanner.jpg) top center no-repeat;
}

.combox {
    margin-bottom: 20px;
    clear: both;
    background-color: #fff;
    border: 0px solid #ccc;
}

.widthMain {
    background: #fff;
}

.thirdPart {
    margin-top: 0;
    margin-bottom: 0;
}

.thirdPart .partL {
    margin-left: 20px;
}

.mbbanner,
.mbbanner img {
    width: 100%;
}

.combox li {
    margin-top: 20px;
    float: left;
}

.imgbox {
    width: 105px;
    height: 134px;
    background: url(//www.news.cn/world/world2020/images/jzimg.jpg) no-repeat;
    overflow: hidden;
    text-align: center;
    margin: auto
}

.imgbox img {
    width: 100px;
    height: 130px;
}

.rttext {
    width: 158px;
    margin-top: 10px;
    text-align: center;
    padding: 0 5px;
}

.rttext h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}

.rttext p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    height: 48px;
    overflow: hidden;
}

@media screen and (min-width:0px) and (max-width:480px) {
    .thirdPart .partL {
        margin-left: 0px;
    }
}

.combox h2 {
    height: 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0079dc;
}

.combox h2 a.on {
    font-size: 22px;
    line-height: 30px;
    height: 32px;
    font-weight: bold;
    color: #0d65b2;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#21c6ef), to(#1578d1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 3px solid #0079dc;
}

.partR {
    width: 374px;
    float: right;
    margin-top: 10px;
}

.tabTitHeight {
    height: 47px;
    position: relative;
}

.tabTit {
    width: 100%;
    border: 0px solid #c9c9c9;
    border-bottom: 1px solid #0079dc;
    height: 46px;
    line-height: 46px;
    background: #fff;
}

.tabTit .swiper-container-tab {
    margin-right: 48px;
}

.tabTit .swiper-container-tab>.swiper-wrapper {
    float: left;
    height: 43px !important;
}

.tabTit .swiper-slide {
    float: left;
}

.tabTit .tabLi {
    float: left;
    font-size: 22px;
    color: #007db9;
    width: auto;
    text-align: center;
    float: left;
    height: 45px;
    line-height: 45px;
    font-family: "微软雅黑";
    cursor: pointer;
    padding: 0 10px;
}

.tabTit .tabLi {
    font-weight: bold;
    font-size: 22px;
    color: #0d65b2;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#21c6ef), to(#1578d1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 3px solid #0079dc;
}

#topHeader {
    height: 32px;
    text-align: center;
    border-bottom: 1px solid #c9c9ca;
    background: #f9f7f4;
}
#topHeader .top {
    width: 1000px;
    margin: 0 auto;
    height: inherit;
}
#topHeader a {
    float: left;
    height: 32px;
    line-height: 32px;
    color: #000;
    margin: 0 10px;
    font-size: 12px;
}
.footer {
    padding: 30px 0 30px 0;
    background: #f9f7f4;
    text-align: center;
}
.footer p {
    line-height: 20px;
    font-size: 12px;
}