.ui-pagination-container {
	height: 30px;
	line-height: 30px;
}

.ui-pagination-container .ui-pagination-page-item {
	font-size: 20px;
	padding: 8px 10px;
	background: #fff;
	/*border: 1px solid rgb(229, 229, 229);*/
	color: rgb(32,32,32);
	margin: 0 3px;
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
	border-color: rgb(2,96,192);
	color: rgb(2,96,192);
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
	background: rgb(2,96,192);
	color: rgb(255,255,255);
	cursor: default;
	border-radius: 6px;
}
.page{
	display: flex;
}
.page>a:last-child,.page>a:nth-child(1){
	width: 60px;
	height: 35px;

}
.page>a,.page>span{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	border: 1px solid rgb(229, 229, 229);
	margin-right: 10px;
	color: rgb(116, 116, 116);
	border-radius: 5px;

}
.page>a:not(:nth-child(1),:last-child):hover{
	background: rgb(2,96,192);
	color: rgb(255,255,255);
	border-color: rgb(2,96,192);
}
.page>.active{
	background: rgb(2,96,192);
	color: rgb(255,255,255);
	border-color: rgb(2,96,192);
}