@charset "utf-8";

/* CSS Document */
body {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif
}

.domPc {
    display: block;
}

.domMobile {
    display: none;
}

.domMb {
    display: none;
}
.left {
    float: left;
}

.row-banner {
    width: 100%;
    max-width: 1920px;
    height: 365px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/LHR_ejxl_pcBanner_bg.png") no-repeat 50% 0;
    position: relative;
    overflow: hidden;
    margin-left: auto !important;
    margin-right: auto !important;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: 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;
    height: auto;
    margin: 0 auto;
}

.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;
}

.slogan {
    width: 196px;
    height: 71px;
    background: url("//www.xinhuanet.com/politics/2020lh/images/lh_logo.png") 0 8px no-repeat;
    margin-left: 20px;
    box-sizing: border-box;
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.language-more {
    background: url("//www.xinhuanet.com/politics/19cpcnc/images/arrow-down-white.png") no-repeat right 50px;
    position: relative;
    height: 80px;
    padding-right: 15px;
}

.sub {
    position: absolute;
    left: -17px;
    top: 75px;
    width: 90px;
    transition: all 0.5s;
    overflow: hidden;
    height: 0px;
    background: #b21415;
    z-index: 99;
    background: linear-gradient(to top, #b21415 0%, #eb100e 100%);
}

.sub a {
    display: block;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.language-more:hover .sub {
    height: 300px;
    padding: 15px 0 10px;
}

.row-erji h2 {
    color: #333;
    font-size: 24px;
    line-height: 2;
    border-bottom: 3px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}

.row-erji h2 span {
    display: inline-block;
    border-bottom: 3px solid #f00;
    margin-bottom: -3px;
}

.row-erji ul li {
    clear: left;
    line-height: 2;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    overflow: hidden;
}

.row-erji ul li h3 {
    float: left;
    width: 80%;
}

.row-erji ul li a {
    color: #333;
}

.row-erji ul li span {
    float: right;
    color: #999;
}

.row-erji .img-container {
    list-style: none;
    overflow: hidden;
}

.row-erji .img-container li {
    width: 278px;
    height: 220px;
    float: left;
    margin: 0 11px 30px 11px;
    overflow: hidden;
    clear: none;
    border: none;
}

.row-erji .img-container li img {
    width: 100%;
    height: 164px;
}

.row-erji .img-container li p {
    color: #272727;
    font-size: 16px;
    font-weight: normal;
    height: 56px;
    line-height: 27px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
}

.row-erji .img-container li p a {
    color: #272727;
}

.xl-main .container {
    padding: 20px;
}

#conTit {
    text-align: center;
    padding-top: 30px;
}

#conTit h1 {
    font-size: 2em;
    line-height: 1.5em;
    padding: 0px 0 20px 0px;
    color: #000;
    font-weight: bold;
}

#conTit .info {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
}

#conTit .info .h-time {
    margin-right: 20px;
}

#conTit .info .source em {
    font-style: normal;
}

#content {
    font-size: 1em;
    line-height: 2em;
    padding: 0 20px;
}

#content p {
    margin-bottom: 15px;
    color: #000;
}

#content img {
    max-width: 100%;
    height: auto !important;
	display:block;
	margin:0 auto;
}

.video-frame {
    width: 800px;
    height: 600px;
    margin: 0 auto 15px;
    display: none;
    border: 0;
}

.edit {
    color: #999;
    float: right;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 14px;
}

#div_currpage {
    margin-top: 20px;
    margin-bottom: 20px;
}

#div_currpage a {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    font-size: 12px;
    color: #818181;
    text-align: center;
    line-height: 26px;
    background-color: #F1F3F5;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

#div_currpage span {
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    line-height: 26px;
    background-color: #348CEC;
}

.slogan {
    width: 155px;
    height: 75px;
    background: url("//www.xinhuanet.com/politics/2019lh/images/logo_v2.png") 0 8px no-repeat;
    margin-left: 20px;
}

.xpage-more-btn {
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    line-height: 2;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    background: #efefef;
    border-radius: 20px;
    height: auto;
    overflow: hidden;
}

.footer {
    background: url("//www.xinhuanet.com/politics/2020lh/images/footer.png");
    font-size: 14px;
    padding-top: 40px;
    margin-top: 40px;
    width: 100%;
    height: 98px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.domMb .banner img {
    display: block;
    width: 100%;
}

/* .domMb .nav-wrapper {
    overflow-x: scroll;
} */

.nav {
    line-height: 2;
    font-size: 14px;
    height: 40px;
    margin-top: 6px;
    /* width: 670px; */
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.nav a {
    margin-left: 5px;
    padding: 0 24px;
    color: #333;
    display: inline-block;
    /* float: left; */
}

.nav a:first-child {
    background-color: #bf0009;
    color: #fff;
    border-radius: 4px;
}

.pageVideo {
	display:block;
	margin:0 auto;
}

/* .isMb .container {
    width: 100%;
}

.isMb .row-erji h2 span {
    margin-left: 10px;
}

.isMb .row-erji ul li {
    padding: 10px;
}

.isMb .row-erji ul li h3 {
    float: none;
    width: 100%;
}

.isMb .row-footer {
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
} */

@media screen and (max-width: 768px) {

    .domPc {
        display: none;
    }

    .domMobile {
        display: block;
    }
    .domMb {
        display: block;
    }
    .nav_box {
        display: none;
    }

    .nav {
        background: #fff;
        padding-top: 5px;
    }
    /* xxxxxxx */
    .container {
        width: 100%;
    }
    
    .row-erji h2 span {
        margin-left: 10px;
    }
    
    .row-erji ul li {
        padding: 10px;
    }
    
    .row-erji ul li h3 {
        float: none;
        width: 100%;
    }
    
    .row-footer {
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
    }
    /* dddddddd */
    .row-footer.domMb {
        padding: 10px 0;
        line-height: 1.5;
        font-size: 9px;
    }
    
    .row-footer.domMb .container {
        width: auto;
        font-size: 14px;
    }

    .row-erji h2 {
        margin-top: 0;
    }

    .row-erji .img-container {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }

    .row-erji .img-container li h3 {
        float: left;
        margin-bottom: 0;
        width: 100%;
    }

    .row-erji .img-container li {
        width: 46%;
        height: auto;
        float: left;
        margin: 0 2% 0 2%;
        overflow: hidden;
    }

    .row-erji .img-container li img {
        width: 100%;
        height: 5.2rem;
    }

    .row-erji .img-container li p {
        width: 100%;
        height: 65px;
        line-height: 18px;
        font-size: 0.75em;
        padding: 0 0 10px 0;
    }

    .row-erji ul.img-container li {
        padding: 0;
    }

    .widthMain {
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }

    #conTit {
        width: 94%;
        margin: 0 auto;
        padding-top: 15px;
    }

    #conTit h1 {
        font-size: 22px;
    }

    #conTit .info .h-time {
        font-size: 12px;
    }

    #conTit .info .source {
        font-size: 12px;
    }

    /* #content {
        font-size: 1rem;
    } */
    #content p {
        font-size: 16px;
        line-height: 32px;
    }

    .xl-main .container {
        padding: 0px;
    }

    .pageVideo {
        width: 100% !important;
        height: 260px !important;
    }

    .video-frame {
        width: 100%;
        height: 190px !important;
        margin: 0 auto;
        border: 0;
    }
}
