/*
 *张龙
 *2015-08-03
 *样式重置
 */
.header{
	position:relative;
}
body{
	background-color:#f2f2f2;
}
.neixun_list{
	margin-bottom:20px;
	min-height:400px;
	
}
#neixun_top{
	/*height:500px;*/
	/*height: 651px;*/
	height: 540px;
	width:100%;
	overflow:hidden;
	background:url(../img/neixun_bg.jpg) top center no-repeat;
	min-width:1200px;

}
.neixun_top{
	height:500px;
	width:100%;
	overflow:hidden;
	background-color:#281aad;
	min-width:1200px;

}
.neixun_top_item{
	width:1200px;
	overflow:hidden;
	margin:108px auto 0;
}
.neixun_top_img{
	width:450px;
	height:282px;
	overflow:hidden;
	padding-bottom:10px;
	background:url(../img/neixun.png) left bottom repeat-x;
	float:left;
}
.neixun_top_img img{
	width:100%;
	height:100%;
}
.neixun_top_info{
	width:710px;
	float:right;
}
.neixun_top_info h2{
	margin-top:20px;
	line-height:36px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
}
.neixun_top_info h2 a{
	color:#fff;
}

.neixun_top_info h3{
	line-height:26px;
	color:#6f6e94;
	font-size:14px;
	
}
.neixun_top_info h3 span{
	color:#6f6e94;
	padding-right:35px;
}
.neixun_top_msg{
	margin-top:20px;
}
.neixun_top_msg p{
	line-height:26px;
	color:#b3b3e3;
	font-size:14px;
	height:182px;
	overflow:hidden;
	}
/**/

.neixun_list{
	min-height:400px;
}

.neixun_item{
	width:1158px;
	height:215px;
	padding:20px;
	border:1px solid #cccccc;
	margin-top:20px;
	background-color: #fff;
}
.neixun_item:hover{
	  box-shadow: 0 0 4px rgba(75,75,75,0.8);
	 }
.neixun_img{
	width:344px;
	height:215px;
	float:left;
	overflow:hidden;
	}
.neixun_img img{
	width:100%;
	height:100%;
}
.news_item:hover h2 a{
	color:#ff6600;
}

.neixun_info{
	width:790px;
	float:right;
}
.neixun_info h2{
	margin-top:-10px;
	line-height:42px;
	color:#333;
	font-size:20px;
	
}
.neixun_info h2 a{
	color:#333;
}
.neixun_info h2 a:hover{
	color:#ff6600;
	}
.neixun_info h3{
	line-height:20px;
	color:#999999;
	font-size:14px;
	
}
.neixun_info h3 span{
	color:#999;
	padding-right:35px;
}
.neixun_msg{
	
	height:167px;
	overflow:hidden;
}
.neixun_msg p{
	line-height:26px;
	color:#666;
	font-size:14px;
	}
	
	


