﻿.clearfix {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pager {
	max-width: 800px;
	text-align: center;
	/* margin-bottom: 30px; */
}

.pager a {
	cursor: pointer;
	float: left;
}

.txt:first-of-type {
	margin-left: 50px;
}

.pager a, .pager a, .pager .pub_page2 {
	/* 按钮内数字 */
	width: 32px;
	height: 32px;
	border: 1px solid #EBEBEB;
	margin-left: -1px;
	color: #8a8a8a;
	display: inline-block;
	line-height: 32px;
	font-size: 15px;
	text-decoration: none;
	margin: 0 5px;
	border-radius: 50%;
	text-align: center;
}

.pager .pub_page2 {
	float: none;
}

.pager a:hover, .pager a:hover {
	border-color: #f41c3b;
	color: #f41c3b;
	position: relative;
	z-index: 1;
}

.pager a.active {
	background-color: #222A35;
	color: #fff;
	border-color: #EBEBEB;
	position: relative;
	z-index: 1;
}

.pager .first, .pager .prev, .pager .next, .pager .last {
	background: white url(../images/page_bg.jpg) 0px 2px no-repeat;
}

.pager .first:hover, .pager .prev:hover, .pager .next:hover, .pager .last:hover {
	background: white url(../images/page_bg_hover.jpg) 0px 2px no-repeat;
}

.pager .prev, .pager .prev:hover {
	background-position: 0px -25px;
}

.pager .next, .pager .next:hover {
	background-position: -29px -25px;
}

.pager .last, .pager .last:hover {
	background-position: -30px 3px;
}

.pager .prev[disabled='true'], .pager .prev[disabled='true']:hover {
	cursor: default;
	background-image: url(../images/page_bg.jpg);
}

.pager .next[disabled='true'], .pager .next[disabled='true']:hover {
	cursor: default;
	background-image: url(../images/page_bg.jpg);
}

.pager .prev[disabled='true'], .pager .next[disabled='true'] {
	border-color: #eeeeee;
}

.pager a.els {
	border-color: transparent;
}

.pagerHtmlWrap {
	width: 800px;
	margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
	width: 100%;
	height: 35px;
	padding: 5px 0;
	border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
	color: #454545;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
}

.pagerHtmlWrap .cc_cells a a {
	display: inline-block;
	width: 25%;
	text-align: left;
	margin: 0;
}

.pager .btn {
	width: 64px;
	height: 32px;
	border: 1px solid #EBEBEB;
	margin-left: -1px;
	display: inline-block;
	line-height: 32px;
	font-size: 15px;
	text-decoration: none;
	margin: 0 5px;
	border-radius: 20px;
	color: #606060;
	cursor: pointer;
	background-color: white;
}

.pager .btn:hover {
	border-color: #f41c3b;
	color: #f41c3b;
}

.txt {
	height: 32px;
	line-height: 32px;
	display: inline-block;
}

.txt:last-of-type {
	margin-left: 10px;
}

input {
	outline: none;
}