@charset "UTF-8";
.Pagination a{
    float: left;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    margin-right: 4px;
    border-radius: 3px;
    background: #dddddd;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.Pagination a.active {
    float: left;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    margin-right: 4px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #2e7a3b;
}

.fyW .fy .next{
    margin-top: 0;
    margin-left: 0;
}