.fan-ye {
    padding: 15px 135px;
}

.fan-ye ul {
    display: inline-block;
}

.fan-ye ul li {
    float: left;
    margin: 0 2px;
}

.fan-ye ul li a {
    background: url(../images/fy.png) no-repeat;
    width: 18px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: bold;
}

.fan-ye ul li.total a{
    width: 60px;
}

.fan-ye ul li.on a {
    background: url(../images/fyon.png) no-repeat;
    color: #4879a6;
}

.fan-ye ul li:hover a {
    background: url(../images/fyon.png) no-repeat;
    color: #4879a6;
}

.fan-ye ul li.yemian a {
    background: url(../images/fyon.png) no-repeat;
    padding: 0 10px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background-size: 100% 100%;
    width: 100%;
}

