/* 分页 */
.fenye{
    height: 30px;
}
.fenye>li{
    width:40px;
    float: left;
    text-align: center;
    border: 1px solid #eee;
}
.fenye>li:nth-last-child(2){
    width:60px;
}
.fenye .active{
    background-color: #006bb7;
    color: #fff;
    cursor: pointer;
    padding: 3px;
}

.fenye li{
    border-right:none;
}
.fenye li:last-child{
    border-right: 1px solid #eee;
}