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

#page {
    height: 50px;
    display: table;
    margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}

.pagingUl li {
    float: left;
    width: 25px;
    height: 25px;
    /* background: #fff; */
    text-align: center;
    margin-right: 8px;
    border-radius: 30px
}

.pagingUl li a {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #666;
    font-size: 16px;
    border-radius: 30px
}

#page .prv,
#page .next {
    width: 40px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    /* background: #fff; */
    padding: 0 5px;
    border-radius: 5px;
	color: #807e78;
	margin-top: 0;
	font-size: 14px;
	color: #d1b05d;
	font-weight: normal;
	border: 1px solid #d1b05d;
}

.prv {
    margin-right: 10px;
}

.first,
.last {
    width: 80px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    /* background: #fff; */
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px;
}

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