@charset "utf-8";
/* 你自己的样式 */
.select{
    height: 31px;
    line-height: 31px;
    position: relative;
    top:2px;
}

.page{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float:right;
    white-space: nowrap;
    margin:10px auto;
}
.page>div{
    float: right;
}
.page>div:after{
    content:'';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.page>div>a.cur{
    background:#5a98de;
    color:#fff;
    cursor: default;
    border:1px solid #bbb;
}
.page>div>a.cur:hover{
    background:#bbb;
    border:1px solid #bbb;
    color:#fff;
}

.page>div>a{
    line-height: 30px;
    border:1px solid #00a0e9;
    padding:0 8px;
    font-size: 14px;
    color:#666;
    margin:0 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    cursor: pointer;
}
.page>div>a:hover{
    background:#00a0e9;
    border:1px solid #00a0e9;
    color:#fff;
}
.page>div>p{
    line-height:30px;
    color:#999;
    font-size: 14px;
    float: left;
    border:1px solid #bbb;
    cursor: default;
    margin:0 4px;
    padding:0 8px;
}
.page>div>p.pageRemark{
    border:0px solid #000000;
}