/*///////分页////////*/
.page{
	/*text-align:center; 
	width:1200px;*/
	width:900px;
	text-align:right;
	height:38px;
	margin:60px auto;
}
.page a{
	display:inline-block; 
	padding:0 15px; 
	height:40px;
	margin:0 2px;
	border-radius: 2px; 
	background: #fff; 
	line-height:42px;
	font-size:14px;
	color:#666;
	transition:all .2s; 
	background-color: #f4f4f4;
	cursor: pointer;
}
.page a:hover,.page a.current{
	background: #10c55b;
	color:#fff;
}
.page span{
	color:#666; 
	font-size:16px;
	padding:0 5px;
}