ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination{
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px;
	cursor: pointer;
} 
.pagination>a,.pagination>span{
	position:relative;
	float:left;
	width: 33px;
	cursor: pointer;
	height: 31px;
	/* display: inline-block; */
	float: left;
	text-align: center;
	line-height: 30px;
	margin-left: 8px;
	background: url('../image/pager-bg.png') no-repeat;
	background-size: 100% 100%;
	font-size: 15px;
	font-family: HelveticaNeue-Bold;
	color:rgba(68,68,68,.89);
	opacity: 0.89;
}
.pagination:first-child{
	width: 45px;
	height: 31px;
	display: inline-block;
	color: rgba(0,0,0,0);
	/* background: url('../head_for/img/anchor/prev.png') no-repeat; */
	background-size: 100% 100%;
	font-size: 0;
}  
.pagination:last-child{
	width: 45px;
	height: 31px;
	color: rgba(0,0,0,0);
	display: inline-block;
	/* background: url('../head_for/img/anchor/next.png') no-repeat; */
	background-size: 100% 100%;
	font-size: 0;
}  
.pagination>a:focus,
.pagination>span:focus{
	z-index:2;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd;
}  
.pagination>.current,.pagination>.current:focus,.pagination>.current:hover{
	z-index:3;
	color:rgba(70,128,230,.89);
	cursor: pointer;
	/*background-color:#337ab7;*/
	/*border-color:#337ab7;*/
}  
.pagination>.disabled,.pagination>.disabled:focus,.pagination>.disabled:hover{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd;
}  
.pagination-lg>li>a,.pagination-lg>li>span{
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
}  
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}  
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}  
.pagination-sm>li>a,.pagination-sm>li>span{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
}  
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}  
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}  
.pager{
	padding-left:0;
	margin:20px 0;
	text-align:center;
	list-style:none;
}  
.pager li{
	display:inline;
}  
.pager li>a,.pager li>span{
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px;
}  
.pager li>a:focus,.pager li>a:hover{
	text-decoration:none;
	background-color:#eee;
}  
.pager .next>a,.pager .next>span{
	float:right;
}  
.pager .previous>a,.pager .previous>span{
	float:left;
}  
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
}
.pageJump{
	display:inline-block;
	padding-left:0;
	margin:20px 10px;
	border-radius:4px;
	vertical-align:top;
}
.pageJump .button,.pageJump input{
	font-size:16px;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#337ab7;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pageJump input{
	width:20px;
}
.pageJump-lg .button,.pageJump-lg input{
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
}
.pageJump-sm .button,.pageJump-sm input{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
}