ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination{
	display:inline-block;
	padding-left:0;
	margin:0;
}
.pagination li{display:inline;float:left;border:#e3e3e3 1px solid;margin:0 3px;overflow:hidden;}  
.pagination li a,.pagination li span{
	position:relative;
	float:left;
	padding:4px 10px;
	margin-left:-1px;
	line-height:1.4;
	color:#444;
	text-decoration:none;
	background-color:#fff;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pagination li:first-child a,.pagination li:first-child span{
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}  
.pagination li:last-child a,.pagination li:last-child span{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}  
.pagination li a:focus,.pagination li a:hover,.pagination li span:focus,.pagination li span:hover{
	z-index:2;
	color:#2583c6;
}  
.pagination .active a,.pagination .active a:focus,.pagination .active a:hover,.pagination .active span,.pagination .active span:focus,.pagination .active span:hover{
	z-index:3;color:#fff;
	cursor:default;
	background-color:#2583c6;
}  
.pagination .disabled a,.pagination .disabled a:focus,.pagination .disabled a:hover,.pagination .disabled span,.pagination .disabled span:focus,.pagination .disabled span:hover{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
}  
.pagination-lg li a,.pagination-lg li span{
	padding:10px 16px;
	font-size:0.88rem;
	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:15px 10px 0 10px;
	border-radius:4px;
	vertical-align:top;
}
.pageJump .button,.pageJump input{text-align:center;
	font-size:12px;
	padding:6px 0;
	margin-left:-1px;
	line-height:1.42857143;
	color:#4d4d4d;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pageJump .button{	background-color:#033888;
	border:none;
	color:#fff;width:40px;margin-left:10px;display:inline;
}
.pageJump input{
	width:30px;
}
.pageJump-lg .button,.pageJump-lg input{
	padding:10px 0;
	font-size:12px;
	line-height:1.3333333;
}
.pageJump-sm .button,.pageJump-sm input{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
}
.total_page{font-weight:normal;padding:4px 10px;}
.appoint_page{font-weight:normal;font-size: 1.1em;height: 29px;padding-top:4px ;}