.listLeft ul.pagingUl {
	padding: 0;
	margin: 0;
	list-style: none;
}

.listLeft ul.pagingUl li:hover a {
	padding: 0;
}

.pagingUl li {
	float: left;
	width: 30px;
	height: 30px;
	list-style: 30px;
	text-align: center;
}

.pagingUl li a {
	text-decoration: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	padding: 0;
	background: #fafafa;
	color: #666;
	font-size: 12px;
	border: 1px solid #ddd;
}

.prv,
.next {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.Myfirst,
.last {
	width: 30px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.activP {
	background-color: #F93567!important;
	color: #fff!important;
}

.pageTest {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 80px;
	position: absolute;
	bottom: 20px;
}