@charset "utf-8";
@import url(/zt/css/enterprise/animate.css);

/* CSS Document */

body {
    font-family: "Î¢ÈíÑÅºÚ" !important;
}

a {
    font-family: "Î¢ÈíÑÅºÚ";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.location {
    line-height: 56px !important;
    font-size: 13px !important;
    color: #868686 !important;
}

.location a {
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #868686 !important;
    line-height: 56px !important;
    font-size: 13px !important;
    margin-right: 0 !important;
    padding: 0 4px;
}

.sec-dh hr {
    margin: 0;
    height: 2px;
    width: 100%;
    background: url(/images/first/sec_hr.png);
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .layui-container {
        width: 1230px;
    }
}

.news-list {
    border-bottom: 1px #ededed solid;
    box-sizing: border-box;
    font-size: 0;
}

.news-list a {
    font-size: 16px;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 48px;
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
    line-height: 48px;
}

.news-list a:hover {
    color: #1b4e91
}

.news-list span {
    color: #c4c4c4;
    font-size: 14px;
    line-height: 48px;
    display: inline-block;
    text-align: right;
    width: 50px;
    vertical-align: top;
}


/* ´íÎóÌáÊ¾ */

.mail-wrong-tip {
    width: 300px !important;
    height: 240px !important;
}

.mail-wrong-tip .layui-layer-content i {
    color: #db7175;
    font-size: 2.1rem;
    border: 2px #db7175 solid;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    margin: 12px auto 15px;
}

.mail-wrong-tip .layui-layer-content {
    text-align: center;
    overflow: hidden !important;
    height: 100px !important;
}

.mail-wrong-tip .layui-layer-btn {
    margin-top: 10px;
    text-align: center;
}

.mail-loading {
    width: 258px !important;
    border-radius: 2px !important;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%) !important;
    background-color: #FFF !important;
    height: 45px;
}

.layui-layer-shade {
    opacity: 0.2 !important;
}

.mail-loading .layui-layer-loading0 {
    background-position: 3px 10.5px !important;
    width: 188px !important;
    padding-left: 70px;
    line-height: 45px;
    font-size: 18px;
    height: 45px !important;
}

@media screen and (max-width: 768px) {
    .layui-container {
        padding: 0 10px;
    }
    .mobile-more {
        display: block !important;
    }
    .mobile-more a {
        width: 100%;
        background-color: #fff6e6;
        border: 1px #dabc85 solid;
        box-sizing: border-box;
        padding: 0 !important;
        line-height: 35px !important;
        min-height: auto !important;
        text-align: center;
        color: #000;
        font-size: 1rem !important;
        margin-bottom: 0;
        display: block;
        height: auto !important;
    }
    .news-list-box {
        overflow: hidden;
        background-color: #FFF;
        padding: 0 10px;
    }
    .news-list a {
        width: 100%;
        padding-top: 4px;
        height: auto;
        line-height: normal;
        padding: 15px 0;
        display: block;
        font-size: 1.02rem;
    }
    .index_title {
        border: 0 !important;
        background-color: #FFF;
        line-height: 35px;
        color: #000;
        font-size: 1.125rem;
        display: inline-block;
        padding: 15px 0 0;
        text-align: left;
        font-weight: bold;
        margin: 0 8px 0 0;
        word-break: keep-all;
        height: 35px;
        min-width: 80px;
    }
    .index_title span {
        line-height: 35px;
        color: #000;
        font-size: 1.125rem;
        display: inline-block;
        padding: 15px 10px 0;
        text-align: left;
        font-weight: bold;
        margin: 0 8px 0 0;
        word-break: keep-all;
        height: 35px;
        min-width: 80px;
    }
    .index_title a.more {
        display: none;
    }
    .backtop {
        position: fixed;
        right: 15px;
        bottom: 45px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        border-radius: 50px;
        z-index: 100;
    }
    .location {
        line-height: 150% !important;
        padding: 15px 0;
    }
    .location a {
        line-height: 24px !important;
    }
    .sec-dh hr {
        margin-bottom: 5px;
    }
}

.bf-mobile-larger .location a {
    font-size: 20px !important;
}

.bf-mobile-bigger .location a {
    font-size: 22px !important;
}

.bf-mobile-bigger .layui-container,
.bf-mobile-larger .layui-container,
.bf-mobile-bigger.layui-container,
.bf-mobile-larger.layui-container {
    padding: 0 5px;
}