.page_div {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    margin-right: 10px;
    box-sizing: border-box;
    text-align: center;
}
/*
 * 页数按钮样式
 */

.page_div a {
    min-width: 28px;
    height: 34px;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 3px;
    cursor: pointer;
    line-height: 34px;
    color: #666666;
    font-size: 14px;
    display: inline-block;
}

#firstPage,
#lastPage {
    width: 50px;
    color: #888;
    border: 1px solid #dce0e0;
}

#prePage,
#nextPage {
    width: 70px;
    color: #888;
    border: 1px solid #dce0e0;
}

.page_div .current,.page_div a:hover {
    background-color: #f2f2f2;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px;
}