﻿
.page {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.page > li {
	float: left;
	cursor: pointer;
}
	.page .pageItemDisable {
		padding: 0 10px;
		height: 34px;
		line-height: 34px;
	}
	.page .pageItem {
		border: solid thin #999999;
		margin: 5px;
		border-radius: 0;
		min-width: 34px;
		height: 34px;
		box-sizing: border-box;
		line-height: 34px;
		text-align: center;
		font-size: 14px;
		color: #999;
		padding-right: 0;
		font-weight: normal;
		padding: 0 10px;
	}

		.page .pageItem:hover {
			border-radius: 0;
			background-color: #00357c;
			color: white;
			height: 34px;
			box-sizing: border-box;
			line-height: 34px;
			font-size: 14px;
		}


		.page .pageItemActive {
			border: solid thin #00357c;
			margin: 5px;
			border-radius: 0;
			background-color: #00357c;
			color: white;
			min-width: 34px;
			height: 34px;
			box-sizing: border-box;
			line-height: 34px;
			text-align: center;
			font-size: 14px;
			padding-right: 0;
		}



	.page .pageItemDisable {
		border: solid thin #999999;
		margin: 5px;
		/*background-color: #DDDDDD;*/
	}

.pagebox{
	position: relative;
}
.pagectr{
	position: absolute;
	top: 15px;
	right: 0px;
	width: 160px;
	border: 1px solid #d6d6d6;
	height: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.pagebox .prev{
	float: left;
	width: 79px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.pagebox .prev i{
	background-position: -150px -75px;
	width: 30px;
	height: 6px;
}
.pagebox .next{
	float: left;
	width: 79px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.pagebox .next i{
	background-position: -150px -50px;
	width: 30px;
	height: 6px;
}
.pagebox .next.pageItemActive,.pagebox .next:hover{
	background: #1ca246;
}
.pagebox .prev:hover,.pagebox .prev:hover{
	background: #1ca246;
}