﻿/*分页样式*/
/*.page-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}*/
.fenye {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.fenye a ,  .fenye span {
    font-size: 14px;
    padding: 10px 18px;
    background: #fff;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}
.fenye .current{
    color: #ffffff;
    background-color: #2a663a;
    border-color: #2a663a;
    cursor: default;
}
.fenye a:hover {
    color: #ffffff;
    background-color: #2a663a;
    border-color: #2a663a;
    text-decoration: none;
}
/*分页样式 end*/