/*分页*/

.pageBox {
    margin: 0 4.5% 80px;
    overflow: hidden;
}

.page_div a#prePage.grey {
    color: #989898;
    opacity: .6;
    cursor: no-drop;
    border-color: #989898 !important;
}

.page_div a#nextPage.grey {
    color: #989898;
    opacity: .6;
    cursor: no-drop;
    border-color: #989898 !important;
}

.page_div {
    margin-top: 80px;
    width: 100%;
    font-size: 15px;
    color: #666666;
    text-align: center;
}


/*
 * 页数按钮样式
 */

.page_div a {
    min-width: 30px;
    height: 28px;
    border: 1px solid #1459F4 !important;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #1459F4;
    font-size: 13px;
    display: inline-block;
}

#firstPage,
#lastPage {
    width: 50px;
    color: #1459F4;
    border: 1px solid #1459F4 !important;
}

#prePage,
#nextPage {
    width: 70px;
    color: #1459F4;
    border: 1px solid #1459F4 !important;
}

.page_div .current {
    background-color: #1459F4;
    border-color: #1459F4;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #1459F4;
    margin: 0 5px;
}