body {
    font-size: 14px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    background-color: #fefefe;
}

/* 导航 */

.top_bg {
    background: #fff;
}

.top_fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
    box-shadow: 5px 5px 20px #eee;
}

.nav_box {
    padding: 20px 0 10px 0;

}

.nav_box .nav_logo img {
    max-width: 100%;
    height: 50px;
    vertical-align: middle;
}

.nav_box .nav_logo span {

    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #f37b87;

    vertical-align: middle;
}

.nav_box .nav_lists {
    background: #fff;
    color: #333;
}

.nav_lists .layui-nav-item a {
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

.nav_lists .layui-nav-item a:hover {
    color: #3498db;
}


.nav_lists .layui-this a,
.layui-nav-itemed a {
    color: #3498db;
}

.layui-nav-bar {
    background-color: #3498db;
}


.nav_lists .layui-nav-child a {
    font-size: 16px;
    font-weight: normal;
}


/* .nav_lists .layui-nav-child {
    padding: 20px;
    max-width: 800px;
}

.nav_lists .layui-nav-child a {
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;
    font-weight: normal;
}



.nav_lists .layui-nav-itemed>a {
    color: #3498db !important;
}


.sub_lists {
    display: flex;
}

.sub_lists dt {
    font-weight: bold;
}

.sub_lists dd {
    width: 500px;
    white-space: normal;
}
*/


.nav_box .nav_login {
    font-size: 16px;

    color: #bbb;
    text-align: right;
}

.nav_box .nav_login a {
    display: inline-block;
    padding: 20px 5px;
    font-weight: bold;
    color: #3498db;
}



/* 通用效果 */
a:hover {
    color: #3498db;
}


.no-data {
    text-align: center;
    color: #ccc;
    font-size: 16px;
}





/* 底部 */

.footer_box {
    margin-top: 50px;
    padding-top: 30px;
    background-color: #0e1c3f;
    color: #eee;
    line-height: 1.6;
    position: relative;
    z-index: 999;
}

.footer_box a {
    color: #eee;
}

.footer_info {
    padding-bottom: 30px;
}

.footer_box h3 {
    padding: 15px 0;
    font-size: 20px;
}

.footer_box .c {
    text-align: center;
}

.footer_box img {
    max-width: 100%;
    max-height: 130px;
}

.footer_box .copyright {
    text-align: center;
    background-color: #091229;
    padding: 20px 0;
    color: #999;
}

.footer_box .copyright a {
    color: #999;
}



.footer_service {
    padding: 30px;
    color: #666;
}

.footer_service span {
    font-size: 16px;
    color: #000;
}

.footer_service img {
    width: 200px;
}


.serach_box {
    height: 150px;
    background-color: #f2f3f5;
}



.serach_form {
    width: 50%;
    padding-top: 30px;
}


.serach_fx {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/search_bg.jpg) left bottom no-repeat;
}

.hot_search {
    padding: 10px 0;
    color: #999;
}

.hot_search a {
    color: #3498db
}

.serach_box h2.t {
    text-align: center;
    color: #3498db
}



.article_content {
    line-height: 1.8;
}

.article_content img {
    max-width: 100%;
    object-fit: contain;
}






/* 分页 */

.laypage_box {
    margin-top: 80px;
    clear: both;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    /* border-radius: 50%; */
    font-size: 14px;
    padding: 4px 8px;
    margin: 0 6px;
    font-weight: bold;
    /* background-color: #fff; */
    border: 1px solid #dee2e6;
}

.page-link:hover {
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}


.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0d273b;
    border-color: #0d273b;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    border-color: #dee2e6;
}




/* 手机端 */
@media screen and (max-width: 768px) {

    .nav_box {
        padding-top: 10px;
    }

    .nav_box .nav_logo img {
        height: 40px;
        margin-left: 30px;
    }

    .nav_box .nav_lists {
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        background: #5b42ee;
    }

    .nav_box .nav_lists li {
        float: none;
        display: block;
    }

    .nav_box .nav_lists li a {
        display: block;
        /* padding: 15px 30px; */
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }

    .nav_box .nav_lists li.hover a {
        color: #ffa87e;
    }


    .nav_lists li .layui-nav-child {
        display: block;
        position: static;
        padding-left: 20px;
        border: none;
        background: none;
        box-shadow: none;
    }

    .nav_box .nav_login {
        display: none;
    }

    .nav_menu .layui-icon {
        font-size: 28px;
        color: #5b42ee;
    }




}