.page {
	margin: 20px 5px 15px;
	/*border-bottom: 1px solid #E2E2E2;*/
	background-color: #FFFFFF;
	font-family: "微软雅黑";
	clear: both;
}

.pageLeft {
	font-size: 12px;
	line-height: 38px;
	color: #848484;
	float: left;
	margin:0px 0px 0px 22px;
	padding:0px;
}

.pageRight {
	margin:0px 22px 0px 0px;
	padding:8px 0px 0px 0px;
	text-align: center;
}

.pageRight a,.pageRight span {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	min-width:36px;
	border: 1px solid #e4e4e4;
	border-radius:3px;
	padding:0 5px;
	font-size: 13px;
	line-height: 34px;
	color: #999 !important;
	margin-right: 5px;
	text-align: center;
	text-decoration:none;
}

.pageRight a:hover {
	border: 1px solid #d23433;
}

.pageRight input {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 36px;
	border: 1px solid #e4e4e4;
	border-radius:3px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	margin-right: 5px;
	padding: 0 3px;
	text-align: center;
	outline: none;
}

#jump {
	background-color: #d23433;
	border-color: #d23433;
	color: #FFFFFF !important;
	outline: none;
}
.pageRight a.disabled{
	border: 1px solid #d23433;
	background: #d23433;
	color:#fff !important;
}
.pageRight span.disabled,.pageRight a.disabled,.pageRight span.ellipsis{
	pointer-events: none;
}
.page-select{
	display:inline-block;
	position: relative;
	vertical-align: top;
	width: 80px;
}
.page-select .select-text {
	position: relative;
	font-size: 14px;
	border: 1px solid #e4e4e4;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 20px 0 0;
    cursor: pointer;
}
.page-select .select-text:after {
	content:'';
	position: absolute;
	top: 14px;
	right: 10px;
	border: 5px solid transparent;
	border-top-color: #999;
}
.page-select .select-lists {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	padding: 5px 0;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	border: 1px solid #e4e4e4;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	z-index: 100;
	background: #fff;
}
.page-select .select-lists li {
	cursor: pointer;
}
.page-select .select-lists li:hover {
	background: #f5f5f5;
}
.page-select .select-text {}


