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;
}
.details {
    padding: 25px 45px 0;
    background: #fff;
}
.sukf {
    text-align: center;
    padding-bottom: 70px;
    font-size: 16px;
}
.sukf-lists {
    border-bottom: 1px dashed #d8d6d6;
}
.sukf-lists li {
    float: left;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 15px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.sukf-lists li a {
    color: #fff;
    display: block;
    background: #469cd4;
}
.sukf-lists .nomgrt {
    margin-right: 0;
}
.sukf-nav {
    height: 47px;
    line-height: 47px;
    background: #ebebeb;
    margin: 15px 0px;
}
.sukf-nav span {
    display: block;
    padding: 0 50px;
    color: #fff;
    font-size: 18px;
    background: #0072bc;
    text-align: center;
    float: left;
    height: 45px;
}
.list-li li {
    margin: 15px 0;
    padding-left: 14px;
    background: url(../images/icon/dian.png) no-repeat 2px 10px;
}
.list-li li p {
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-li li span {
    float: right;
    color: #999;
}
/* 分页 */
#page_div{width: 80%;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;
    }
    .details {
        padding: 10px;
    }
    .sukf-lists li,
    .sukf-lists .nomgrt {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .sukf-lists li:nth-child(2n) {
        margin-right: 0;
    }
    .list-li li p {
        width: 60%;
    }
    #page_div {
        width: 100%;
    }
    .pagination-last {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
    .sukf-nav span {
        height: 40px;
    }
    .sukf-nav {
        height: 40px;
        line-height: 40px;
    }
    .load-nav {
        margin: 0;
    }
}