@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 0px;
}
.fy a {
	padding: 5px 10px;
	margin: 0 2px;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	color: #666;
	border-radius: 3px;
	background: #f0f0f0;
}
.fy span {
	padding: 5px 10px;
	margin: 0 2px;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	color: #666666;
	border-radius: 3px;
	background: #f0f0f0;
}
.fy a:hover {
	background-color:#0f1c84;
	color: #fff;
}
.fy a.page-num-current {
	padding: 5px 10px;
	background-color:#0f1c84;
	border: 1px solid#0f1c84;
	color: #fff!important;
}
.fym {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom:0px;
}
.fym a {
	display: inline-block;
	padding: 0px 9px;
	font-size: 12px;
	color: #666666;
}
.fym a.page-num-current {
	color:#0f1c84;
	font-weight:bold;
	background: unset;
	font-size: 13px;
}
.sjbdmap {
	display: none;
}
@media (max-width: 768px) {
.sjbdmap {
display: block !important;
}
.pcbdmap {
display: block;
}
@media (max-width: 768px) {
.pcbdmap {
display: none;
}

