.luotuoPageBox{
    text-align: center;
    margin: 20px auto;
    color: #999;
    font-size: 14px;
}
.luotuoPageBox a{
    float: none;
    border: 1px solid #d5d5d5;
    height: 28px;
    line-height: 28px;
    padding: 0 9px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #333;
    margin-right: 5px;
}
.luotuoPageBox a:hover{
    border-color: #999999;
}
.luotuoPageBox .colorRed{
    color: red;
}
.luotuoPageBox .gopage{
    width: 36px;
    height: 28px;
    line-height: 22px;
    color: #999;
    text-align: center;
    /*margin-left: 1px;*/
    margin-right: 5px;
    border: 1px solid #c3c3c3;
    position: relative;
    left: 0px;
    top: 0px;
    outline: none;
}
.luotuoPageBox .curr{
    background: none repeat scroll 0 0 #c3c3c3;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    z-index: 999;
    margin-right: 5px;
    display: inline-block;
}
.luotuoPageBox .disabled{
    float: none;
    display: inline-block;
    padding: 0 9px;
    margin-right: 5px;
    border: 1px solid #d5d5d5;
    background-color: #FFF;
    color: #DFDFDF;
    line-height: 28px;
}