body {
    background: url(../../images/zsk/bg_list_body.png) top center no-repeat;
    background-color: #d8f1ff;
}
.mod_content .mod_block.con_nav {
    width: 100%;
    height: 63px;
    line-height: 63px;
    background: url(../../images/zsk/bg_list_nav.png) left center repeat-x;
    border-radius: 32px;
}
.con_nav ul li {
    float: left;
    width: auto;
    color: #0c4777;
    font-size: 20px;
    font-weight: bold;
    margin-left: 60px;
}
.mod_content .mod_block.mod_list .mod_block_title {
    border-bottom: 1px solid #c7d9e5;
}
.mod_content .mod_block.mod_list .mod_block_title .item_tit_name {
    color: #2a76e5;
}
.mod_content .mod_block.mod_list .mod_block_title .item_tit_name::after {
    display: none;
}
.mod_list .mod_block_list ul {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #cbdde8;
    padding: 20px 0;
}
.mod_list .mod_block_list ul li {
    width: 100%;
    height: auto;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
}
.mod_list .mod_block_list li a {
    display: block;
    width: 1177px;
    height: 42px;
    color: #333333;
    background: url(../../images/zsk/icon_li.png) left center no-repeat;
    padding-left: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mod_list .mod_block_list li:hover a {
    color: #0477e6;
    background-image: url(../../images/zsk/icon_li_h.png);
}

/* 分页导航 */
.con_fynav {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 30px;
}
.con_fynav span,
.con_fynav a {
    color: #000000;
    font-size: 18px;
    margin: 0 8px;
}
.con_fynav input {
    width: 44px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #a9b7c0;
    background: none;
}
.con_fynav button {
    cursor: pointer;
    width: 44px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #a9b7c0;
    background-color: #c1d2dd;
}

@media screen and (max-width: 800px) {
    .mod_content .mod_block.con_nav {
        height: auto;
        line-height: 30px;
        background: none;
        background-image: linear-gradient(to bottom,#a1d9ff,#d8f1ff);
        box-sizing: border-box;
        padding: 15px;
    }
    .mod_content .mod_block.con_nav ul {
        display: block;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        grid-gap: 10px 60px;
    }
    .con_nav ul li {
        margin: 0;
    }
    .mod_list .mod_block_list li a {
        width: 94%;
    }
    .con_fynav span, .con_fynav a {
        display: inline-block;
        font-size: 16px;
        line-height: 50px;
    }
}