@charset "utf-8";
.pagination a {
    width:40px;
    height:20px;
    font-size: 5px;
    border-radius:4px;
    text-decoration: none;
    border: 1px solid #B1B5BA;
    color: #666;

}

.pagination a, .pagination span {
    display: inline-block;
    line-height:20px;

    text-align:center;
    margin-right: 15px;
    margin-bottom: 2px;

}

.pagination .current {
    width:40px;
    height:20px;
    border-radius:5px;
    color: #fff;
    background-color:#3DBB2B;
    border: 1px solid #AAE;



}

.pagination .current.prev, .pagination .current.next{
    width:40px;
    height:20px;
    font-size: 5px;
    border-radius:4px;
    color:#999;
    border-color:#999;
    background:#fff;

}
