.pages{
	width: 100%;
	height: 40px;
	/*background-color: #aaa;*/
	margin-top: 40px;
	display: flex;
	justify-content: center;
	line-height: 40px;
}
.pages .page_a{
	list-style:none;
	margin:0;
	padding: 0; 
	align-self: center;
	display: flex;
	align-items: center;
}
.pages a{
	text-decoration: none;
	color: #666666;
}

.pages .page_a{
	/*align-self: center;*/
	display: block;
	width: 36px;
	height: 36px;
	background-color: #ffffff;
	margin: 0 4px 0 0;
	text-align: center;
	line-height: 36px;
}
.pages .active{
	background-color: #2283f6;
	color: #ffffff;
}
.pages .buttons{
	min-width: 36px;
	margin-right: 4px;
	display: block;
	align-self: center;
	height: 36px;
	width: auto;
	background-color: #ffffff;
	line-height: 36px;
	text-decoration: none;
	padding: 0 12px 0;
	/*border-radius: 30px;*/
	font-size: 12px;
	color: #666666;
}