
/* 分页 */
.pageshow{
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-size: 0;
	margin-top: 10px;
}
 
.pageshow a{
	width: 45px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	border: #d5d5d5 1px solid;
	display: inline-block;
	color: #66666a;
	margin: 0 2px;
}

.pageshow span{ 
	width: 45px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	border: #d5d5d5 1px solid;
	display: inline-block;
	color: #66666a;
	margin: 0 2px;
}
/*.pageshow2 a.on{
	background-color: #d5d5d5;
	color: #665;
}
.pageshow2 a:hover{
	background-color: #d5d5d5 !important;
	color: #665 !important;	
}
*/