/*list*/
.list_page {
	text-align: center;
	margin: 50px 0 0 0;
	display: block;
}
.list_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.list_page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}
.list_page ul li .active {
	color: #fff;
}
.list_page ul li {
	display: inline-block;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	margin-left: 3px;
}
.list_page ul a {
	padding: 4px 8px;
	line-height: 18px;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
	color: #999;
}
.page_group ul {
	border-right: solid 1px #e5e5e5;
	border-radius: 4px;
}
.page_group ul li {
	border-radius: 0;
	float: left;
}
.page_group ul li:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.page_group ul li:first-child {
	border-radius: 4px 0 0 4px;
}
.page_group ul li:last-child {
	border-radius: 0 4px 4px 0;
}
.page_group ul .active a {
	background: #2199CB;
	border-radius: 0;
	color: #fff;
}
