@charset "utf-8";
/* CSS Document */
.Content{
	width:1100px;
	margin:0 auto;	
	padding-top:15px;
	padding-bottom:30px;
	overflow: hidden;
	font-family:'微软雅黑';
	font-size: 16px;
	color:#666;
}
.at{
	width:820px;
	height:50px;
	background:url("/img/news_top2.jpg") no-repeat;
	float:left;	
}
.list{
	float:left;
	width:758px;	
	border:1px solid #d3d3d3;
	border-top:0px;	
	padding:30px 30px 50px 30px;
}
.news_title{
	height:45px;
	line-height:45px;
	text-align:center;	
	font-size:18px;	
	border-bottom:1px dashed #d3d3d3;
	padding-bottom:5px;
	letter-spacing:4px;
}
.news_nr{	
	border:1px dashed #d3d3d3;
	background-color:#f7f7f7;
	line-height:35px;
	margin:30px 0 0 0;
	padding:20px;	
	font-size:16px;
	letter-spacing:4px;	
	min-height:600px;
}
.news_time{
	display: inline-block;	
	text-align:right;
	margin:60px 0 0 0;
	width:716px;
}