@charset "utf-8";
/*样式参考*/
a {
    text-decoration: none;
}

#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: 34px;
}

.pagingUl li {
    float: left;
    width: 34px;
    height: 34px;
    background: #fff;
    text-align: center;
    margin-right: 8px; 
}

.pagingUl li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 28px;
    color: #666;
    font-size: 12px; 
}

.prv,
.next {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    background: #fff;  
}

.prv {
    margin-right: 10px;
}

.first,
.last {
    width: 34px;
    height: 34px;
    font-size: 12px;
    text-align: center;
    line-height: 34px; 
    cursor: pointer;
    background: #fff;  
    margin-right: 10px;
}

.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    background-color: #ef3838!important;
    color: #ffffff!important;
}
