﻿.inner_box {
    background: #fff;
    border-radius: 6px;
    padding: 20px 25px 25px;
    box-shadow: 0 0 10px #eee;
    position: relative;
}

.dqwz {
    font: bold 16px / 1.8 '';
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    color: #414141;
}

ul,
li {
    list-style: none;
}

/*专题专栏*/
.ztzl_tab {
    text-align: center;
    border-bottom: 1px solid #e6eeff;
    margin: 20px 0;
}

    .ztzl_tab span {
        padding: 0 30px;
        font-weight: bold;
        line-height: 40px;
        height: 50px;
        position: relative;
        font-size: 24px;
        display: inline-block;
    }

        .ztzl_tab span.on {
            color: #156fee
        }

            .ztzl_tab span.on::after {
                position: absolute;
                width: 40px;
                height: 6px;
                border-radius: 3px;
                content: '';
                bottom: -3px;
                left: 50%;
                margin-left: -20px;
                background: #ea2b22
            }

.clearfix > li img {
    display: block;
    width: 100%;
    height: 78px;
    object-fit: cover;
}

.clearfix > li p {
    font: 16px/45px '';
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* ---------------------------------------------------------------- */

.text1_bg {
    background: url(/zt/jbgkml/img/text1.png);
    background-repeat: no-repeat;
    height: 435px;
    font-size: 18px;
    color: #fbf8cc;
    font-weight: bold;
    line-height: 36px;
    background-size: 100% 100%;
}

    .text1_bg p {
        padding: 5% 4.5% 0 9.5%;
        text-overflow: ellipsis;
        /* white-space: nowrap; */
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

.r_img {
    position: absolute;
    right: 9.5%;
    top: 50%;
}


.title {
    text-align: center;
}

.conts {
    background: #fff;
    border-radius: 10px;
    margin: 3% auto;
    padding: 3%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.title a {
    font-size: 36px;
    color: #e42218;
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
    font-weight: bold;
}

    .title a::after {
        content: "";
        display: block;
        clear: both;
        width: 70px;
        height: 5px;
        background: #E3902F;
        position: absolute;
        left: 0;
        left: 50%;
        bottom: 0;
        margin-left: -35px;
    }

.list_ul {
    margin: 3% 0;
}

    .list_ul li a {
    border-radius: 10px;
    width: 100%;
    display: block;
    margin-top: 6%;
    background: #fffefe;
    text-align: center;
    float: left;
    font-size: 18px;
    border: 1px solid #dc354530;
    height: 60px;
    line-height: 60px;
    }

    .list_ul li:nth-child(4n+1) {
        margin-left: 0;
    }
