@CHARSET "UTF-8";

/*jquery分页*/
.holder{
	margin-top:60px;
	padding-right:10px;color:#505050;padding-left:15px;background:url(../images/page.jpg) repeat-x;
	height: 33px;line-height: 33px;text-align: center;
}
.holder a{
	background-color:#f6f6f6;
	vertical-align:middle; 
	border:#cfcece 1px solid; 
	color:#000;padding:5px 8px; 
	margin-right:3px;
	line-height:33px;cursor:pointer;
}
.holder a:hover {background-color:#d4a95b;color:#fff; text-decoration:none;border:#d4a95b 1px solid;}
.holder a.jp-previous{margin-right:5px;}
.holder a.jp-next {margin-left:5px;}
.holder span {margin: 0 5px;}
.holder a.jp-current,.holder a.jp-disabled{
	color: #666;
/*	font-weight: bold;*/
} 
a.jp-current:hover {
	color: #fff;
}
.holder a.jp-current, .holder a.jp-disabled,{
	cursor: default; 
}
a.jp-current:hover,a.jp-disabled:hover {
	cursor: default; 
	background:#d4a95b;
	color: #fff;
}
.holder span {margin:0 5px;}

@media(max-width: 1600px){
	.holder{
		margin-top:40px;
	}
}
@media(max-width: 768px){
	.holder{
		margin-top:30px;
	}
}