.page1-number{
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background: #cbcbcb;
    line-height: 28px;
}
.page1-first{
    border-radius: 15px;
    background: url(first.png) no-repeat #cbcbcb 7px;
    width: 30px;
    height: 30px;
}
.page1-prew {
    background: url(prew.png) no-repeat #cbcbcb 9px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
}
.page1-next{
    background: url(next.png) no-repeat #cbcbcb 13px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
}
.page1-last{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: url(last.png) no-repeat #cbcbcb 9px;
}
.page{
    width: 100%;
    text-align:center;
    margin: 20px 0;
}
.page1{
    display: inline-block;
}
.page1 div{
    float:left;
    margin-right: 15px;
    color: #000;
}
.page1 a:hover div{
    background-color: #f2af00;
}
.page1 a .active{
    background-color: #f2af00;
}