.list-page{
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}
.list-page .am-pagination{
	display: block;
	float: left;
	overflow: hidden;
}
.list-page .am-pagination li{
	border: 1px solid #e0e0e0;
	text-align: center;
	height: 28px;
	line-height: 28px;
	min-width: 28px;
	text-align: center;
	display: inline-block;
	color: #aaa;
	font-size: 14px;
}
.list-page .am-pagination li:first-child{
	min-width: 60px;
}
.list-page .am-pagination li:last-child{
	min-width: 60px;
}
.list-page .am-pagination li a{
	text-align: center;
	height: 28px;
	line-height: 28px;
	min-width: 28px;
	text-align: center;
	display: inline-block;
	color: #aaa;
}
.list-page .am-pagination li:hover{
	border: 1px solid #a0a0a0;
}
.list-page .am-pagination li:hover a{
	color: #aaa;
}
.list-page .am-disabled{
	height: 30px;
	line-height: 30px;
	min-width: 60px;
	text-align: center;
	background: #f0f0f0;
	color: #ccc;
	display: inline-block;
}
.list-page .am-disabled:hover{
	border: 1px solid #e0e0e0 !important;
}
.list-page .am-active{
	font-weight: bold;
	background: #f0f0f0;
	color: #aaa;
}
.list-page .am-active:hover{
	border: 1px solid #e0e0e0 !important;
}
.list-page .page-box{
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.list-page .turn-box{
	display: inline-block;
	float: left;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	font-size: 14px;
}
.list-page .turn-box p{
	display: inline-block;
	float: left;
	overflow: hidden;
}
.list-page .turn-box .turn-input{
	display: inline-block;
	float: left;
	overflow: hidden;
	margin-left: 4px;
	width: 20px;
	padding: 6px 5px 5px;
	text-align: center;
	border: 1px solid #e0e0e0;
	color: #aaa;
}
.list-page .turn-box .turn-button{
	min-width: 40px;
	padding: 6px 0;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e0e0e0;
	color: #aaa;
	font-size: 14px;
	line-height: 14px;
	margin-left: 4px;
}
