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