@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 45px;

	
}
.fy a {
	padding: 5px 10px;
	margin: 0 2px;
	font-size: 12px;
	background-color: #fff;
    border: 1px solid #dee2e6;
	color: #666;
	border-radius: 3px;
	
}
.fy span {
	padding: 5px 10px;
	margin: 0 2px;
	font-size: 12px;
	text-decoration: none;
	
	background-color: #fff;
    border: 1px solid #dee2e6;
	color: #666666;
	border-radius: 3px;
}
.fy a:hover {
	background-color: #943c90;
	color: #fff;
}
.fy a.page-num-current {
	padding: 5px 10px;
	background-color: #943c90;
	border: 1px solid #943c90;
	color: #fff!important;
}

