.lefter {
    width: 222px;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
}
.lefter_title {
    width: 100%;
    height: 86px;
    margin-bottom: 20px;
}
.lefter_title>span {
	display: block;
	width: 100%;
	height: 86px;
    background: #008600;	
}
.lefter_title span a {
	font-family:"Microsoft YaHei";	
    font-size: 25px;
    line-height: 26px;
	color: #fefffe;
	display: block;
	padding-top: 18px;
}
.lefter_title span span {
	font-family:"Microsoft YaHei";	
    font-size: 14px;
    line-height: 14px;
	color: #fefffe;
	display: block;
	padding-top: 10px;
}
.lefter_list {
    width: 100%;
}
.lefter_list>ul>li {	
	width: 220px;
	height: 48px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	background: #eee;
	border: 1px solid #008600;
	transition: all 0s linear;
}
.lefter_list>ul>li>a {
	line-height: 48px;
	color: #333;
	font-size: 18px;
	font-family:"Microsoft YaHei";	
}
.lefter_img {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 6px;
}
.s_navContent>li {
	width: 100%;
	height: 40px;
	display: block;
}
.s_navContent>li:nth-last-of-type(1) {
	margin-bottom: 20px;
}
.s_navContent>li>a {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 40px;
	color: #333;		
}
.s_navContent>li:hover>a, .s_navContent>li.on>a {
	color: #008600;
}

.lefter_bottom {
    width: 220px;
    height: 400px;
   	border: 1px solid #008600; 
}
.lefter_bottom>div {
	width: 207px;
	height: 290px;
	margin: 6px;
}
.lefter_bottom>div>div {
	height: 252px;
	background: #eee;
}
.lefter_bottom>div>div>img {
	max-width: 100%;
	height: 90%;
}
.lefter_bottom>div>p {
	width: 207px;
	height: 38px;
	background: #008600;
}
.lefter_bottom>div>p>a {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 38px;
	color: #fefffe;
}
