.news_title_bg{
	width: 1100px;
	height: 50px;
	margin: auto;
	margin-top: 50px;
}
.line{
	width: 385px;
	height: 0px;
	float: left;
	margin-top: 18px;
	border-top: 1px solid #009944;
}
.title_div{
	width: 150px;
	height: 36px;
	border: 1px solid #aaa;
	text-align: center;
	float: left;
	cursor: pointer;
}
.title_div p{
	margin: 0px;
	line-height: 36px;
	color: #aaa;
	font-size: 15px;
}
.title_div:hover{
	border: 1px solid #009944;
}
.title_div:hover p{
	color: #009944;
}
.title_sel{
	border: 1px solid #009944;
}
.title_sel p{
	color: #009944;
}

.news_list{
	width: 1100px;
	height: auto;
	margin: auto;
	margin-bottom: 50px;
	display: none;
}
.news_list li{
	height: 160px;
	margin-top: 40px;
}
.news_pic{
	width: 240px;
	height: 160px;
	overflow: hidden;
	float: left;
}
.news_pic img{
	width: 100%;
	height: auto;
}
.news_content{
	width: 820px;
	float: left;
	margin-left: 30px;
}
.news_text{
	font-size: 13px;
	color: #666;
	line-height: 25px;
	margin-top: 0px;
}
.news_title{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #437c1d;
}
.news_more{
	width: 130px;
	height: 28px;
	background-color: #009944;
	text-align: center;
}
.news_more span{
	font-size: 13px;
	line-height: 28px;
	color: #fff;
}
.news_more a{
	display: block;
}