﻿.page {
    display:none;
}
.page_div {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    margin-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
}
/*
 * 页数按钮样式
 */

.page_div a {
    min-width: 35px;
    height: 35px;
    border: 1px solid #dce0e0!important;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 35px;
    color: #666666;
    font-size: 16px;
    display: inline-block;
    color:#67aa2f;
}

#firstPage,
#lastPage {
    width: 50px;
    height: 35px;
    line-height: 35px;
    color: #333;
}

#prePage,
#nextPage {
    width:60px;
    height: 35px;
    /*background-color: #67aa2f;*/
    line-height: 35px;
    color: #333;
    border: 1px solid #e1e1e1!important;
}

.page_div .current {
    background: #2260cc;
    width: 35px;
    height: 35px;
    /* line-height: 31px;*/
    color: #fff;
    border: 1px solid #2260cc!important;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #2260cc;
}