@charset "utf-8";
@import url(/jz/css/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;
}

.top-dh {
    box-shadow: 0px 8px 20px #0d3482;
}

.top-dh-listbox {
    display: none;
}

@media screen and (min-width: 992px) {
    .layui-container {
        width: 1230px;
    }
}

.t-center {
    text-align: center !important;
}

.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}

.p-indent {
    text-indent: 2em;
}

.p-position-r {
    position: relative;
}

.over_hidden {
    overflow: hidden !important;
}

.index_gray {
    background-color: #f6f6f6;
    overflow: hidden;
    display: block;
    width: 100%;
}

.leave {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none
}

.leave-con {
    width: 750px;
    height: 340px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
}

.leave-close {
    text-align: right;
    font-size: 22px;
    color: #929292
}

.leave-close i {
    cursor: pointer
}

.leave-con h1 {
    font-size: 26px;
    line-height: 42px;
    margin-top: 28px
}

.leave-con hr {
    margin-top: 50px
}

.leave-con a {
    margin-top: 15px;
    width: 110px;
    font-size: 18px;
    color: #ad150f
}

.leave-con a:hover {
    color: #ad150f
}

.news-list {
    border-bottom: 1px #ededed solid;
    box-sizing: border-box;
}

.news-list a {
    font-size: 16px;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 50px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
    display: block;
    line-height: 50px;
}

.news-list a:hover {
    color: #2f5db8
}

.news-list a div {
    color: #2f5db8;
    display: inline-block;
    cursor: pointer
}

.news-list a font {
    cursor: pointer
}

.news-list span {
    color: #9d9d9d;
    font-size: 14px;
    line-height: 50px;
    display: block;
    text-align: right;
}

.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(/jz/css/../images/first/sec_hr.png);
    margin-bottom: 20px;
}

.mobile-more {
    display: none !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: 15px;
        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;
        border-bottom: 1px #d6d6d6 solid;
        box-sizing: border-box;
        display: block;
        font-size: 1.02rem;
    }
    .index_title {
        border: 0 !important;
        box-sizing: border-box;
        padding-bottom: 0;
        height: auto;
        margin-top: 0;
        background-color: #FFF;
    }
    .index_title span {
        line-height: 35px;
        color: #000;
        font-size: 1.125rem;
        display: inline-block;
        padding: 15px 10px;
        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;
    }
}