
.ncslab_news a:link {
	color:#000099;
	text-decoration:none;
}
.ncslab_news a:visited {
	text-decoration:none;
	color:#800080;
}
.ncslab_news a:hover {
	text-decoration:underline;
	color:#ff0000;
}
.ncslab_news a:active {
	text-decoration:none;
	color:#676767;
}

.news_title{
	font-size:18px;
	margin-left:0px;
	margin-top:10px;
	font-weight:bold;
	text-align:center;
	width:95%;
	height:auto;
	font-family:'宋体', Arial, Helvetica, sans-serif;
}

.news_time{
	width:90%;
	height:20px;
	margin-top:0px;
	margin-right:20px;
	line-height:20px;
	text-align:right;
	color:#666666;
}

.news_body{
	width:100%;
	height:auto;
	overflow:auto;
	margin-top:10px;
	line-height:20px;
}