@charset "utf-8";
/* CSS Document */

.main_bg{
	width: 100%;
	float: left;
	min-width: 990px;
	background: url(../images/news/news_bg.png) no-repeat;
}
.main{
	width: 990px;
	margin: 0 auto;
}
.main_nav li img{
	width: 330px;
	float: left;
}
.main_nav {
	width: 100%;
	float: left;
	margin: 45px 0px;
}
.main_t {
	background: #ff7800;
	border-radius: 5px 5px 0px 0px;
	width: 100%;
	height: 20px;
	float: left;
}
.main_news{
	width: 100%;
	background: #fff;
	float: left;
	border-radius: 5px ;
	box-shadow:5px 4px 30px rgba(139,139,139,0.40);
	margin-bottom: 80px;
}
.main_header{
	margin-top: 20px;
	width: 100%;
	float: left;
}
.main_header a{
	display: inline;
	color: #666666;
}
.main_header a:hover{
	color: #00a0e9;
}
.main_header h3{
	float: left;
	font-size: 20px;
}
.main_content{
	padding: 30px 0px;
	float: left;
	width: 100%;
	border-bottom: 1px dashed #7a7a7a;
}
.main_content div{
	float: left;
	width: 500px;
}
.main_content h3 a{
	font-size: 20px;
	color: #333333;
}
.main_content h3 a:hover{
	color: #00a0e9;
}
.main_content p{
	line-height: 30px;
	margin-bottom: 10px;
	max-height: 90px;
	overflow: hidden;
}
.main_content>a{
	overflow: hidden;
	max-height: 200px;
	width: 380px;
	float: left;
	margin-right: 70px;
}
.main_content>a>img{
	width: 380px;
}
.main_content span{
	font-size: 12px;
	line-height: 35px;
}
.min_content td{
	float: left;
}
.news_number a{
	margin: 0px 18px;
	font-weight: 600;
	color:#111111;
}
.news_number{
	float:left;
	margin: 25px 0px;
	width: 300px;
}
.content_01{
	float: left;
	max-height: 1450px;
	overflow: hidden;
	border-bottom: 1px dashed #16b138;
	padding-bottom: 40px;
}
.news_content img{
	margin: 25px 0px;
	float: left;
	max-width: 950px;
}
.news_content p{
	line-height: 30px;
	font-size: 12px;
}
.news_content p span{
	line-height: 80px;
	font-size: 20px;
}
.news_title{
	width: 100%;
	margin-top: 20px;
	float: left;
	line-height: 35px;
}
.news_title div{
	width: 100px;
	height:2px;
	margin-bottom: 15px;
	background: #16b139
}
.news_foot{
	width: 100%;
	float: left;
	margin: 20px 0px 40px 0px;
}
.news_foot a{
	display: inline;
	color: #666666;
}
.news_foot a:hover{
	color: #00a0e9;
}