.m_sub>a {
	display: inline-block;
	width: 120px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin: 10px 0 10px 10px;
}
.m_sub>a.on {
	color: #fff;
	background: #f54f50;
}
.m_sub>a:hover {
	text-decoration: underline;
}
.sparHd {
	height: 50px;
    margin: 0 auto 40px;
}
.sparHd>ul>li {
	float: left;
	line-height: 47px;
	padding: 0 13px;
	margin: 0 10px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	border: 1px solid #666;
}
.sparHd>ul>li:hover {
	background: #666;
	color: #fff;
}
.sparBd {
    width: 100%;
}
.sparBd ul {
	width: 100%;
}
.sparBd ul>li {
	width: 252px;
	border: 2px solid #bfbfbf;
	margin: 25px 15px 0;
	float: left;
}
.sparBd ul>li:nth-of-type(3), .sparBd ul>li:nth-of-type(6), .sparBd ul>li:nth-of-type(9) {
	margin-right: 0;
}
.sparBd .p_title {
	text-align: center;
}
.sparBd .p_title>a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #111;
	line-height: 32px;
}
.sparBd .p_title>a:hover {
	color: #666;
}
.slideBox .pic {
	width: 100%;
	height: 190px;
	text-align: center;
	line-height: 0;
	overflow: hidden;
}
.slideBox .pic img {
	width: 100%;
	min-height: 100%;
	transition: 0.4s;
}
.slideBox .pic img:hover {
	transform: scale(1.04);
}

.cl {
    clear: both;
}
.pagebar {
	margin:30px auto 0;
	font-size: 14px;
 	width: 810px;
	float: left;
}
.pagebar a, .pagebar span {
	position: relative;
	font-size: 14px;
	border-right: #ddd 1px solid;
	padding-right: 5px;
	border-top: #ddd 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #ddd 1px solid;
	color: #333333;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	min-width: 30px;
	min-height: 30px;
	display: inline-block;
    line-height: 30px;	
    text-align: center;
}
.pagebar .on {
	background: #666;
    color: #fff;
}
.pagebar a:hover {
	border: 1px solid #1f1f1f;
}

.list_con {
	margin-top: 30px;
}
.list_con .lc_son {
	padding: 20px;
	background-color: #dee1e4;
	border-bottom: 3px solid #898d92;
}
.list_con .lc_son:nth-of-type(even) {
	background-color: #fff;
	border-bottom: 3px solid #fff;
}
.list_con .lc_son:nth-of-type(even) .ls_pic {
	background-color: #bfbfbf;
}
.list_con .lc_son:nth-of-type(even) .ls_line {
	background-color: #898d92;
}
.list_con .ls_tit {
	font-size: 0;
	line-height: 0;
}
.list_con .ls_tit>img {
	float: left;
}
.list_con .ls_tit>a {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	line-height: 18px;
	float: left;
	margin-top: 12px;
	margin-left: 14px;
}
.list_con .ls_tit>a:hover {
	color: #137fdd;
}
.list_con .ls_words {
	margin-top: 6px;
	position: relative;
}
.list_con .ls_words>.ls_words_in {
	font-size: 14px;
	color: #fff;
	line-height: 33px;
	width: 269px;
	height: 33px;
	background-color: #898d92;
	text-align: center;
	position: relative;
	z-index: 2;
}
.list_con .ls_words>.ls_border {
	width: 267px;
	height: 31px;
	border: 1px solid #137fdd;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}
.list_con .ls_line {
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin-top: 24px;
}
.list_con .ls_pic {
	float: left;
	width: 260px;
	padding: 3px;
	background-color: #fff;
	margin-top: 20px;
	margin-right: 26px;
}
.list_con .ls_pic:nth-of-type(3) {
	margin-right: 0;
}
.list_con .ls_pic>div {
	width: 100%;
	height: 197px;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
.list_con .ls_pic>div>img {
	max-width: 100%;
	height: 100%;
	transition: 0.4s;
}
.list_con .ls_pic>div:hover>img {
	transform: scale(1.06);
}
.list_con .ls_pic>p {
	font-size: 14px;
	color: #111;
	line-height: 33px;
	text-align: center;
}
.list_con .ls_pic>p:hover {
	color: #137fdd;
}