.news_list { width:780px; margin:auto; }
.news_list li{ 
	height:25px; 
	border-bottom:#7d7d7d 1px dotted; 
	padding: 10px 0px 0px 20px; 
	font-size:14px;
	background: url("../images/newslist_dot.png") no-repeat 0 60%;
}
.news_text {width:780px;}
.news_list .date { float:right; padding-right:10px;}
.news_list li a { float: left;cursor:pointer;}
.hover { color: red; cursor: pointer; text-decoration: underline;}
.hover:link { color: red; cursor: pointer; text-decoration: underline;}
.hover:hover { color: red; cursor: pointer; text-decoration: underline;}

.news_text{margin:10px auto;margin-bottom:20px}

/*针对于common.css中设定的属性，news要求不一样进行重新设定*/
a { color:#124773; text-decoration:none; }
a:hover { text-decoration:none;}