@charset "utf-8";

.domPc {
    display: block;
}

.domMobile {
    display: none;
}

/* CSS Document */
/* 头部 */
.header {
    width: 100%;
    margin: 0 auto;
}

.header .mod-warp {
    width: 1200px;
    margin: 0 auto;
}

.m-icon {
    display: inline-block;
    background: url("https://spanish.news.cn/2021new/images//icon.png") no-repeat;
    background-size: 156px 130px;
}

/* logo+图片 */
.header .mod-top {
    position: relative;
    width: 100%;
    height: 130px;
    background: url("https://spanish.news.cn/2021new/images//top_bg.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}

.header .mod-top .mod-warp {
    position: relative;
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
}

.header .mod-top .m-left {
    margin-top: 24px;
    float: left;
    width: 366px;
    height: 63px;
}

.header .mod-top .m-right .mod-search {
    position: absolute;
    top: 80px;
    right: 345px;
    width: 200px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #0156d6;
    background: #1d36ca;
    overflow: hidden;
}

.header .mod-top .m-right .mod-search input {
    width: 82%;
    height: 32px;
    padding-left: 7px;
    color: #0090ff;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: none;
}

.header .mod-top .m-right .mod-search input::-webkit-input-placeholder {
    color: #0090ff;
}

.header .mod-top .m-right .mod-search input::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #0090ff;
}

.header .mod-top .m-right .mod-search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #0090ff;
}

.header .mod-top .m-right .mod-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11*/
    color: #0090ff;
}

.header .mod-top .m-right .mod-search i {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
    display: block;
    width: 28px;
    height: 20px;
    background-position: 0 0;
    cursor: pointer;
}

.header .mod-top .m-right .mod-img {
    position: absolute;
    top: 14px;
    right: 0;
    width: 300px;
    height: 98px;
    overflow: hidden;
}

/* 导航 */
.header .navFixed {
    position: fixed;
    top: 0;
    z-index: 21;
}

.header .mod-navigation {
    width: 100%;
    height: 67px;
    font-size: 0;
    background: url("https://spanish.news.cn/2021new/images//nav_bg.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}

.header .mod-navigation .mod-warp {
    position: relative;
    width: 1200px;
    height: 67px;
    margin: 0 auto;
}

.header .mod-navigation ul li {
    position: relative;
    float: left;
    padding: 0 15px;
    line-height: 67px;
    font-size: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.header .mod-navigation ul li:hover,
.header .mod-navigation ul li.curr {
    background: #0058ff;
}

.header .mod-navigation ul li:hover .m-icon-arrow {
    background-position: -13px -28px;
}

.header .mod-navigation ul li:hover .layer-nav {
    display: block;
}

.header .mod-navigation ul li a {
    display: block;
    color: #fff;
}

.header .mod-navigation ul li a:hover {
    color: #fff !important;
}

.header .mod-navigation ul li span {
    position: absolute;
    top: 0;
    right: 1px;
    display: inline-block;
    width: 1px;
    color: #0058ff;
}

.header .mod-navigation ul li .m-icon-arrow {
    width: 9px;
    height: 8px;
    background-position: 0 -28px;
}

.header .mod-navigation ul li .layer-nav {
    display: none;
    position: absolute;
    z-index: 22;
    left: 0;
    top: 67px;
    width: 166px;
    font-size: 0;
    background: #002393;
}

.header .mod-navigation ul li .layer-nav dl dt {
    position: relative;
    padding: 10px 6px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    line-height: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .mod-navigation ul li .layer-nav dl dt:hover {
    background: #0058ff;
}

.header .mod-navigation ul li .layer-nav dl dt a {
    display: inline-block;
    color: #fff;
}

.header .mod-navigation ul li .layer-nav dl dt a:hover {
    color: #fff !important;
}

.header .mod-navigation ul li .layer-nav dl dt span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #0033b4;
}

/* banner图 */
.header .banner-box {
    width: 1200px;
    height: auto;
    margin: 20px auto 0;
    overflow: hidden;
}

.header .banner-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.sreach_box {
    float: right;
    width: 220px;
    height: auto;
    margin-right: 75px;
    margin-top: 45px;
}

.sreach {
    margin-top: 10px;
    float: left;
}

.sreach_v1 {
    width: 220px;
    height: 32px;
    border-right: none;
}

.username {
    width: 220px;
    height: 38px;
    border: none;
    outline: none;
    font-size: 16px;
    padding-left: 10px;
    background: #1d36ca;
    color: #0090ff;
}

.sreach_v2 {
    width: 30px;
    height: 32px;
    background: #1d36ca;
    border-left: none;
    padding: 5px 5px 0px 0px;
}

/* 底部 */
.footer {
    width: 100%;
    height: 130px;
    background: url("https://spanish.news.cn/2021new/images//footer_bg.jpg") no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.footer p {
    line-height: 130px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

/* CSS Document */
body {
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

/* 清除浮动*/
.clearfix {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 文字截取*/
.m-text-cut {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.contant {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.con_top {
    color: #407434;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
}

.con_top a {
    color: #407434;
}

.con_wzlist {
    width: 824px;
    float: left;
}

/*标题通用*/
.title {
    width: 100%;
    height: 43px;

    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url(https://spanish.news.cn/2021new/images/ej/bg.jpg) 0 0 no-repeat;
}

.title h3 {
    padding: 0px 15px 0 0px;
    background: #FFF;
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 30px;
    color: #11bae7;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 8px solid #002394;
    color: #002394;
}

.title h3 a {
    color: #002394;
}

.title span {
    display: inline-block;
    float: right;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    color: #8aa585;
}

.title span a {
    color: #8aa585;
}

/*左侧*/
.con_wzlist ul {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
}

.con_wzlist li {
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 28px;
}

.con_wzlist li i {
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #000;
    border-radius: 2px;
    position: absolute;
    top: 17px;
    left: 0;
}

.con_wzlist li span {
    display: inline-block;
    color: #b1b1b1;
    margin-left: 20px;
    font-size: 14px;
}

/*xpage list*/
.xpage-more-btn {
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bbb;
    background: #eee;
    line-height: 2em;
    border-radius: 0.5em;
    cursor: pointer;
}

.xpage-more-btn:hover {
    background: #ddd;
}

.xpage-more-btn:active {
    background: #ccc;
}

hr {
    width: 100%;
    height: 1px;
    border: none;
    background: #eee;
    margin: 10px 0 10px 0;
}

/*图片列表*/
.con_img {
    width: 100%;
}

.xpage-img-list li {
    width: 30%;
    height: auto;
    overflow: hidden;
    margin: 0 1.6% 20px 1.6%;
    float: left;
}

.xpage-img-list li img {
    width: 100%;
    height: 178px;
    margin-bottom: 8px;
}

.xpage-img-list li p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}


.con_tplist {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.listPic li {
    width: 240px;
    overflow: hidden;
    float: left;
    margin: 0 5px;
}

.listPic li a {
    display: block;
    line-height: 0
}

.listPic li img {
    width: 100%
}

.listPic li .picTit {
    padding: 5px 10px 10px;
    font-size: 14px;
    line-height: 25px;
    height: 90px;
    overflow: hidden;
}

.listPic li .picTit a {
    line-height: 25px;
}

.con_wzlist li {
    font-size: 20px;
}

.con_wzlist li img {
    width: 260px;
    margin-right: 15px;
    float: left;
}

.video-play {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 107px;
    left: 8px;
    background: url(https://imgs.news.cn/res/xhwimg/politics/2018lh/multimedia/mel_play.png)no-repeat;
    background-size: 54px 54px;
}

.play {
    position: relative;
}



.con_wzlist li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 6px;
    height: 6px;
    background: #333333;
    border-radius: 5px;
}

/* 默认豪华版 */
.xpage-pagination {
    text-align: center;
    margin: 20px auto;
}

.xpage-pagination span {
    display: inline-block;
    line-height: 2em;
    margin-left: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.xpage-pagination span a {
    display: block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    min-width: 1em;
    text-decoration: none;
    color: #333;
}

.xpage-pagination span:hover,
.xpage-pagination .xpage-pagination-pager-active {
    border-color: #333;
    font-weight: bold;
}

.xpage-pagination span:hover a,
.xpage-pagination .xpage-pagination-pager-active {
    color: #333;
}

.header .mod-top .m-right .mod-img {
    display: none;
}

/* CSS Document */
/* 右栏 */
.part02_right {
    width: 339px;
    float: right;
    margin-top: 11px;
}

.rightBox {
    margin-bottom: 30px;
}

.lmt04 {
    position: relative;
    overflow: hidden;
}

.bigPic01 {
    width: 339px;
    margin-top: 20px;
    position: relative;
}

.bigPic01 img {
    width: 339px;
    height: auto;
}

.bigPic01 .tit {
    padding-top: 8px;
    font-size: 20px;
    line-height: 28px;
}

.bigPic01 .tit a {
    color: #001c96;
}

.lmt04 h2 {
    font-size: 30px;
    line-height: 32px;
    color: #2880db;
    padding-left: 40px;

    background: #fff;
    float: left;
    position: relative;
    z-index: 9;
    padding-right: 20px;
    background: url(https://spanish.news.cn/2021new/images/ej/bg1.jpg) 0 0 no-repeat;
    height: 32px;
}

.lmt04 h2 a {
    color: #001c96;
}

.play {
    position: absolute;
    left: 19px;
    top: 138px;
    width: 46px !important;
    height: 46px !important;
    z-index: 100;
    background: url(https://imgs.news.cn/res/xhwimg/politics/2018lh/multimedia/mel_play.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.list-more {
    margin: 50px auto;
    font-size: 24px;
    line-height: 2;
    min-height: 48px;
    width: 300px;
    text-align: center;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #0083de;
    color: #fff;
    cursor: pointer;
}

@media screen and (min-width:0px) and (max-width: 767px) {
    .domPc {
        display: none;
    }

    .domMobile {
        display: block;
    }

    /* 顶部导航 */
    .topbox {
        padding: 0.5rem;
    }

    .topbox .eg-logo {
        width: 70%;
        height: auto;
    }

    .topbox .eg-logo img {
        width: 100%;
        height: auto;
    }

    .topbox .pc-logo {
        width: 15%;
        height: auto;
        margin-left: 8%;
    }

    .topbox .pc-logo img {
        width: 65%;
        height: auto;
        margin-top: 0.65rem;
    }

    .topbox .menu-logo {
        width: 15%;
        height: auto;
    }

    .topbox .menu-logo img {
        width: 65%;
        height: auto;
        margin-top: 1rem;
    }

    .topbox .menu-close {
        width: 15%;
        height: auto;
    }

    .topbox .menu-close img {
        width: 40%;
        height: auto;
        margin-top: 1rem;
    }

    .menubox {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 10%;
        z-index: 50;
        background: #f3f3f3;
    }

    .list01 {
        width: 45%;
        height: auto;
        margin: 0.75rem 0 0.75rem 0;
    }

    .list01 li {
        font-size: 1.2rem;
        color: #00b7ee;
        margin-bottom: 0.25rem;
        padding: 5px 4%;
        border-bottom: 1px solid #dbdada;
    }

    .list01 li a {
        color: #00b7ee;
    }

    .m-left {
        margin-left: 2%;
    }

    .m-right {
        margin-right: 2%;
    }

    .list01 .black {
        color: #000;
    }

    .list01 .red {
        color: #ee0016;
    }

    .list01 .red a {
        color: #ee0016;
    }

    .con_wzlist li img {
        width: 92%;
        height: auto;
        margin-right: 0;
    }

    .domMobile {
        display: block !important;
    }

    .left {
        float: left;
    }

    .hide {
        display: none;
    }

    .right {
        float: right;
    }

    .contant {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .con_wzlist {
        width: 100%;
    }

    /*标题*/
    #conTit {
        text-align: left;
        padding-bottom: 10px;
    }

    #conTit h1 {
        font-size: 20px;
        line-height: 1.5em;
        padding: 10px;
        text-align: left;
    }

    #conTit .info {
        color: #999;
    }

    #conTit .info span {
        margin-left: 10px;
    }

    #info {
        font-size: 16px;
        line-height: 1.8em;
        color: #999;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    #info span {
        color: #fff;
        background: #187fcc;
        padding: 2px 5px;
        margin-left: 10px;
    }

    #content {
        font-size: 18px;
        line-height: 1.8em;
        padding: 10px;
    }

    #content table {
        width: 100% !important;
    }

    #content p {
        margin-bottom: 15px;
    }

    #content p img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    #content img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    .edit {
        color: #999;
        text-align: right;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-top: 5px;
    }

    /* footer style */
    .footer {
        border-top: 1px solid #dbdada;
        padding: 10px 0;
        background: none;
        background-size: auto;
        height: auto;
    }

    .footer p {
        font-size: 12px;
        line-height: 1.8em;
        text-align: center;
        color: #000;
        padding: 0 10px;
    }

    .con_wzlist .title {
        width: 100%;
        height: 43px;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
        background: url(https://spanish.news.cn/2021new/images/ej/bg.jpg) 0 -5px no-repeat;
    }

    .con_wzlist .title h3 {
        padding: 0px 15px 0 10px;
        background: #FFF;
        font-size: 20px;
        position: absolute;
        top: 5px;
        left: 0;
        line-height: 30px;
        color: #002394;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 8px solid #002394;
    }

    .con_wzlist02 li {
        font-size: 20px;
        line-height: 35px;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #c9c9c9;
        width: 96%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .con_wzlist02 li i {
        width: 2px;
        height: 2px;
        display: inline-block;
        background: #000;
        border-radius: 2px;
        position: absolute;
        top: 17px;
        left: 0;
    }

    .con_wzlist02 li span {
        display: inline-block;
        color: #b1b1b1;
        margin-left: 20px;
        font-size: 14px;
    }

    /*xpage list*/
    .xpage-more-btn {
        width: 100px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #bbb;
        background: #eee;
        line-height: 2em;
        border-radius: 0.5em;
        cursor: pointer;
    }

    .xpage-more-btn:hover {
        background: #ddd;
    }

    .xpage-more-btn:active {
        background: #ccc;
    }

    .con_wzlist02 {
        width: 100%;
    }

    .con_wzlist02 li img {
        width: 100%;
        height: auto;
    }

    .xpage-pagination span {
        margin-top: 10px;
    }

    .xpage-pagination {
        margin: 5px auto;
    }

    .con_wzlist02 ul {
        margin-bottom: 25px;
    }

    .con_wzlist li {
        padding-left: 0;
    }

    .con_wzlist li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 0;
        height: 0;
        background: #333333;
        border-radius: 0;
    }

    .list-more {
        margin: 20px auto 10px;
        font-size: 16px;
        line-height: 32px;
        min-height: 32px;
        width: 150px;
        text-align: center;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        background: #0083de;
        color: #fff;
        cursor: pointer;
    }
}