@charset "utf-8";
/* CSS Document */
.page{

	padding-top: 50px;
	text-align: center;
	width: 100%;
}
.page ul li {
	float: left;
}
.page li{
	font-size: 14px;
	color: #333;
	display: inline-block;
	_display:inline;
	padding: 0 7px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;
	min-width: 12px;
}
.page a.prev,.page a.next{
	padding: 0 15px;
}
.page a:hover,
.page a.cur,
.page a.active,
.page li.active a,
.page li.active a:hover {
	background: #de001f;
	font-weight: bold;
	color: #fff;
	border: 1px solid #de001f;
}
