.pages a{ color: #666;font-size: 12px; }
.pages{/*height:28px;*/padding:30px 0 20px;text-align:center;}
.pages a:hover{color:#ed6d00;border-color:#ed6d00;}
.pages a,.pages label{display:inline-block;min-width:6px;height:28px;line-height:26px;padding:0 10px; text-align:center;margin-right:8px;border:1px solid #ccc; }
.pages a.absolutepage,.pages a.page-num-current{color:#fff;background:#ed6d00;border-color:#ed6d00;}
.pages .topage{border:1px solid #ccc;border-radius:1px; min-width:6px;height:28px;line-height:26px;margin-left:5px;}

@media screen and (max-width: 480px) {
.pages a, .pages label{
	padding: 0 8px;
	margin-right: 5px;
}
}