@charset "utf-8";

/*样式参考*/

a {
	text-decoration: none;
}

#page {
	height: 50px;
	display: table;
	float: right;
	margin-top: 20px;
}

.page {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

.pagingUl li {
	float: left;
	width: 26px;
	height: 36px;
	background: #fff;
	text-align: center;
	margin-right: 5px;
	border-radius: 5px
}

.pagingUl li a {
	display: inline-block;
	width: 26px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	border-radius: 5px;
	color: #000000 !important;
	border: solid 1px #ddd;
}

.prv,
.next {
	width: 26px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	border-radius: 5px;
	border: solid 1px #ddd;
	border-radius: 4px;
}

.prv {
	margin-right: 3px;
}

.first,
.last {
	border: solid 1px #ddd;
	width: 50px;
	height: 36px;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	/*border: 1px solid #ddd;*/
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	margin-right: 3px;
}

.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
	background-color: #f0f0f0 !important;
	color: #0e90d2 !important;
}
.activPA {
	background-color: #f0f0f0 !important;
	color: #0e90d2 !important;
}
.activPB {
	background-color: #f0f0f0 !important;
	color: #0e90d2 !important;
}