@charset "utf-8";


#page {
    height: 50px;
    display: table;
    margin: 0 auto;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 25px;
}

.pagingUl li {
    float: left;
    width: 30px;
    height: 25px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px #cccccc solid;
}

.pagingUl li a {
    display: inline-block;
    width: 30px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #666;
    font-size: 12px;
    border-radius: 5px;
  
}

.prv,
.nextpage {
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px #cccccc solid;
    color: #666!important;
}

.prv {
    margin-right: 10px;
}

.firstpage,
.lastpage {
    width: 30px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border: 1px #cccccc solid;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px;
    color: #666!important;
}

.prv:hover,
.nextpage:hover,
.firstpage:hover,
.lastpage:hover,
.pagingUl li a:hover,
.activP {
    border: 1px #60a1f4 solid;
    background-color: #60a1f4!important;
    color: #fff!important;
    margin-top: -1px;
}
