@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.fy a {
	display: inline-block;
	padding: 3px 13px;
	font-size: 14px!important;
	color: #666666;
	margin: 0 3px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;

}
.fy span {
	display: inline-block;
	padding: 3px 13px;
	font-size: 12px!important;
	color: #666666;
	margin: 0 3px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	
}
.fy a:hover, .fy a.page-num-current {
	background-color: #F26631;
	border: 1px solid #F26631;
	color: #fff!important;
}

