@CHARSET "UTF-8";

/* 翻页导航 */
.pager:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.pager {
	*+height: 1%;
}

.pager {
	width: 100%;
	color: #333;
	line-height: 40px;
	text-align: center;
	clear: both;
	margin-top: 2rem;
}

.pager li {
	clear: both;
	display: inline;
}

.pager a {
	font-size: 14px;
	border: #cccccc 1px solid;
	padding: 0px 8px;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	height: 26px;
	width: 40px;
	line-height: 26px;
	display: inline-block;
	border-radius: 5px;
}

.pager a:hover {
	border: #ccc 1px solid;
	color: #fff;
	background-color: #c11920;
	text-decoration: none;
}

.pager a:active {
	color: #fff;
	border: #ccc 1px solid;
	background-color: #c11920;
	text-decoration: none;
}

.pager .current {
	float: none;
	font-weight: bold;
	color: #fff;
	background-color: #c11920;
	display: inline-block;
	margin: 0px 5px;
	padding: 0px 8px;
	line-height: 26px;
	height: 26px;
	width: 40px;

	border-radius: 5px;
}
