body {
    background: url(../images/sjkfpt/bg.png) no-repeat left 30px;
    background-size: 100% auto;
}
.header {
    background: none;
    min-height: auto;
}
.nrbg > .container {
    display: none;
}
.lg {
    padding: 30px 0 25px 20px;
}
.sukf {
    text-align: center;
    padding-bottom: 70px;
}
.ztfl,
.tgjg,
.download {
    background: #fff;
    padding: 25px 45px 0;
}
.nav {
    padding-left: 40px;
    font-size: 22px;
    margin-bottom: 35px;
}
.ztfl-nav {
    background: url(../images/sjkfpt/ztfl.png) no-repeat 4px 6px;
}
.ztfl-lists {
    font-size: 16px;
    overflow: hidden;
}
.ztfl-lists li {
    float: left;
    width: 16.6666%;
    text-align: center;
    margin-bottom: 30px;
}
.ztfl-lists li img {
    display: block;
    margin: 0 auto 21px;
    width: 106px;
    height: 78px;
}
/* 提供机构 */
.tgjg-nav {
    background: url(../images/sjkfpt/tgjg.png) no-repeat 4px 6px;
}
.tgjg-lists {
    font-size: 16px;
    overflow: hidden;
}
.tgjg-lists li {
    width: 23%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 25px;
    float: left;
    margin-right: 2.6666%;
}
.tgjg-lists li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #2564d0;
    border-radius: 8px;
}
/* 下载中心 */
.download-nav {
    background: url(../images/sjkfpt/download.png) no-repeat 4px 6px;
}
.download-lists {
    padding: 20px 30px;
    border: 1px dotted #c2c2c2;
    border-radius: 50px;
}
.download-lists li {
    width: 600px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #c3c3c3;
}
.download-lists li span {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    margin-top: 15px;
    margin-right: 15px;
}
.download-lists li a {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download-lists li:hover span {
    background: #3b99d8;
}
.download-lists li:hover a {
    color: #3b99d8;
}
/* 分页 */
#page_div{width: 90%;margin:1em auto;text-align: center;}
.pagination-index,.pagination-num{border: 1px solid #bfbfbf;margin: 0 .2em;padding:0 .7em;display: inline-block;border-radius: 3px;color: #000;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #0068b7;color: white;}
.pagination-last{margin-left:100px;}
.pagination-last>span{margin: 0 .5em;}
.pagination-last>input{height: 1.3em;width: 2em;text-align: center;}
.page_num {
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    body {
        background-size: 100% 180px;
    }
    .lg {
        padding: 10px;
    }
    .nrbg {
        padding-bottom: 0;
    }
    .sukf {
        padding: 10px 60px 20px;
    }
    .ztfl, 
    .tgjg, 
    .download {
        width: 100%;
        padding: 0;
    }
    .nav {
        margin-bottom: 15px;
    }
    .ztfl-lists li {
        width: 30%;
        margin-bottom: 15px;
    }
    .tgjg-lists li {
        width: 49%;
        margin-bottom: 15px;
    }
    .download-lists {
        padding: 0 15px;
        border: 0;
    }
    .download-lists li {
        width: 100%;
    }
    #page_div {
        width: 100%;
    }
    .pagination-last {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
}