/*翻页*/
.pages{
    height:40px;
    margin:auto;
    margin-top: 20px;
}
.pages li{
    cursor:pointer;
    float:left;
    padding:7px 15px;
    border:1px solid #eee;
    margin-left:5px;
}
.pages li:hover{
    border:1px solid #208eda;
    color:#fff;
    background:#208eda;
}
.pages li:hover a{color: #ffffff}
.pages .active{
    border:1px solid #208eda;
    color:#fff;
    background:#208eda;
}
.pages .active span{color: #ffffff}

#aboutus {
    position: relative;
    padding: 12px 0;
    text-align: center;
    background: #f8f8f8;
    font-size: 12px;
    line-height: 24px;
    color: #9a9a9a;
}