.pages > div {
	display: flex;
	justify-content: center;
	margin:50px 0;
}

.pages .first,.pages .end {
	color: #aaa;
	width: 50px;
	height: 38px;
	overflow: hidden;
}

.pages span, .pages a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #edeff1;
	margin: 0 5px;
	transition: 0.3s;
}

.pages .prev, .pages .num, .pages .next, .current {
	color: #aaa;
	width: 38px;
	height: 38px;
	overflow: hidden;
}

.pages .current, .pages a:hover {
	background: #0168b7;
	border: 1px solid #0168b7;
	color: #fff;
}