.container{
	overflow: auto;
}
.section{
	/*background: #ccc;*/
	padding-bottom:30px;
}
/*头部图片样式*/
.section_top{
	position: relative;
	height: 300px;
}
.section_top img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.section_top h3{
	position: absolute;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	top: 40%;
	color: #FF8A00;
	font-size: 20px;
}
/*关于我们*/
.news_wrap{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
.news_wrap>h4{
	text-align: center;
	font: 20px normal;
	padding-bottom: 40px;
}
.news_item{
	overflow: hidden;
	height:120px;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #333333;
}
.news_item>div{
	float: left;
}
.news_img{
	float: left;
	width:240px ;
}
.news_img img{
	width: 100%;
	height: 100%;
}
.news_content{
	width: 700px;
	padding-left: 20px;
}
.news_content h4{
	font-size: 16px;
	padding-bottom: 10px;
}
.news_time{
	width: 200px;
	text-align: right;
}
