/*
 * 页码开始
 */
.page_div {
    padding: 30px 0 30px 320px;
}
.page_div a {
    float: left;
    margin: 0 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    line-height: 32px;
    color: #000;
    font-size: 14px;
    display: inline-block;
    background: url(../images/bzqk/page.png) no-repeat;
    background-size: cover;
    text-align: center;
}
.page_div span {
    float: left;
    line-height: 24px;
    color: #c6995e;
}
#prePage {
    width: 58px;
    height: 32px;
    background: url(../images/bzqk/prev.png) no-repeat;
    background-size: cover;
}
#nextPage {
    width: 58px;
    height: 32px;
    background: url(../images/bzqk/next.png) no-repeat;
    background-size: cover;
}
/*#firstPage,
#lastPage {
    width: 50px;
    color: #666;
    border: 0px solid #1e70c4!important;
    background: #f5f5f5;
}*/
/*#prePage,
#nextPage {
    width: 70px;
    color: #666;
    border: 0px solid #1e70c4!important;
    background: #f5f5f5;
}*/
.page_div .current {
    background-image: url(../images/bzqk/page_current.png);
    color: #fff;
}
.page_div .disable{
    color:#666;
    background: #f2f2f2;
}
.totalPages {
    display: none;
    margin: 0 10px;
}
.totalSize{display: none}
.totalPages span,
.totalSize span {
    color: #666;
    margin: 0 5px;
}
.page-box {
    width: 100%;
    box-sizing: border-box;
}

.page-head {
    height: 39px;
    border-bottom: 1px dashed #f1f1f1;
    padding-left: 20px;
}
.page-head a{
    display: inline-block;
    color:#676767;
    line-height: 40px;
}
/**页码结束*/