@charset "utf-8";

/* CSS Document */
/* 头部 */
.domPc {
    display: block;
}

.domMobile {
    display: none;
}

.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;
}

.Xfall-container {
    margin-left: auto;
    margin-right: auto;
}

.Xfall-item {
    position: absolute;
    box-sizing: border-box;
    margin: 0 10px;
}

.Xfall-container.col-1 .Xfall-item {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    transform: translate(0, 0) !important;
    position: static;
    margin-top: 15px;
    opacity: 1;
    transition: none;
}

.Xfall-item img {
    display: block;
    border: 0;
    margin-left: auto;
    margin-right: auto;
}

.item_box {
    padding: 10px;
    border: 1px solid #c9dcef;
}

.cont_box {
    width: 1200px;
    margin: auto;
    position: relative;
}

.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 0px 0px 0px;
    background: #FFF;
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 25%;
    line-height: 30px;
    color: #001c96;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 8px solid #002394;
}

.title h3 a {
    color: #001c96;
}

.title span {
    display: inline-block;
    float: right;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    color: #8aa585;
}

.title span a {
    color: #8aa585;
}

.contant {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.header .mod-top .m-right .mod-img {
    display: none;
}

.tit-item h3 {
    font-size: 18px;
    color: #001c96;
    line-height: 24px;
    margin-top: 10px;
}

body,
td,
th {
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

.con_wzlist02 ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    margin-left: 10px;
}

.con_wzlist02 ul li {
    width: 342px;
    height: auto;
    border: 1px solid #c9dcef;
    padding: 1em;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 15px;
    color: #001c96;
    line-height: 24px;
}
.con_wzlist02 ul li a {
color: #001c96;
}
.con_wzlist02 ul li img {
    width: 342px;
    height: auto;
    margin-bottom: 10px;
}

.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;
}
.jjzk_list {
    list-style: none;
}
.jjzk_list li {
    overflow: hidden;
    border: 1px solid #c9dcef;
    padding: 8px;
    float: left;
    margin: 5px;
    width: 211px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.jjzk_list li img {
    width: 211px;
    height: 277px;
}

@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: 0 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;
    }

    .con_wzlist02 ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
        margin-left: 0;
    }

    .con_wzlist02 ul li {
        width: 96%;
        height: auto;
        border: none;
        padding: 0;
        -moz-page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 15px;
    }

    .con_wzlist02 ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .title h3 {
        padding: 0px 15px 0 10px;
        background: #FFF;
        font-size: 19px;
        position: absolute;
        top: 5px;
        left: 0;
        line-height: 30px;
        color: #002394;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 8px solid #002394;
    }
    .jjzk_list li {
        overflow: hidden;
        border: 1px solid #c9dcef;
        padding: 8px;
        float: left;
        margin: 5px;
        width: 42%;
        margin-bottom: 20px;
        margin-top: 0;
        height: 15.2rem;
    }
    .jjzk_list li img {
        width: 100%;
        height: auto;
    }
}