
/*资讯:内容页*/
.newsview{
	width:580px;
	float:left;
	padding-top:6px;
}

/*内容页:标题*/
.newsview .newstitle{
	height:35px;*height:45px;_height:35px;
	line-height:15px;
}
.newsview .newstitle h1{
	font-size:25px;
	margin-top:15px;
	text-align:center;
}

/*内容页:相关信息*/
.newsview .info{
	height:27px;
	line-height:27px;
	border-bottom:1px solid #EEE;
	text-align:center;

}
.newsview .info strong{
	color:#666;
	margin-left:20px;
}

/*新闻内容*/
.newsview .content{
	overflow:hidden;
	margin:10px 10px;
	color:#000;
	font-size:14px;
	line-height:23px;
}

/*新闻评论*/
.commentinfo{

	height:30px;
	padding-top:8px;
	padding-left:10px;
	border:1px solid #91d015;
	text-align:left;
	background:url(/Templets/images/bg.jpg) 1px 1px repeat-x;
	font-weight:bold;

}
.comment {
		 padding:25px;
		 }

/*资讯:分页*/
.pages a{
padding-left:10px;
font-size:14px;
line-height:25px;
padding-bottom:10px;


}
	

/*新闻作者*/
#Author{
padding-top:10px;
line-height:25px;
padding-bottom:10px;
}
	

