@charset "utf-8";
/* CSS Document */
.zszy_xkl, .xkl_con, .zszy_list, .list_con {
    height: auto;
    overflow: hidden;
}

.zszy_xkl {
    background: #F2F2F2;
}

.xkl_tit {
    font-size: 16px;
    font-weight: bold;
    color: #d51716;
    float: left;
    line-height: 56px;
    padding-left: 10px;
    padding-right: 5px;
}

.xkl_con {
    float: left;
    padding: 10px 10px 10px 0;
}

    .xkl_con a {
        width: 72px;
        height: 36px;
        line-height: 36px;
        background: #fff;
        margin-right: 7px;
        text-align: center;
        color: #333;
        font-size: 16px;
        display: inline-block;
    }

        .xkl_con a:last-child {
            margin-right: 0;
        }

        .xkl_con a:hover {
            background: #D51716;
            color: #fff;
        }
.list_ul{
    padding: 10px;
}
.list_ul .list_li{
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    box-sizing: border-box;
    padding: 10px;
    height: 80px;
    border: 1px solid #eee;
    float: left;
}
.list_ul .list_li:hover{
    border: 1px solid #D51716;
}
.list_ul .list_li:nth-child(5n){
    margin-right: 0;
}
.list_ul::after{
    content: "";
    display: block;
    clear: both;
}
.list_li .list_liA{
    line-height: 30px;
    height: 36px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.list_li .con_A{
    color: #666;
    font-size: 14px;
    margin-right: 10px;
    line-height: 30px;
}
.list_li a:hover{
    color: #D51716;
}
.list_tit {
    height: 46px;
    padding-left: 15px;
    border-bottom: 1px solid #F2F1F1;
}

    .list_tit p {
        font-size: 18px;
        line-height: 44px;
        border-bottom: 2px solid #D51716;
        width: 80px;
        font-weight: bold;
    }

.list_tit1 p {
    width: 42px;
}

.list_con {
    padding: 0 10px 10px;
}

    .list_con a {
        float: left;
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
        background: #ececec;
        margin: 10px 7px 0 5px;
        color: #D51716;
        font-size: 16px;
    }

        .list_con a:hover {
            background: #ff9f01;
            color: #fff;
        }

        .list_con a.grey {
            background-color: #ececec;
            color: #D51716;
        }
