﻿* {font-size:12px; font-family: Tamoma, Arial, Helvetica, sans-serif;}
body 
{
	margin:0;
	padding:0;
	background-color: #fcfdff;
}
h3 {font-size:14px;color:#f30;margin-top:60px;}
span.NewsName {
	background:url(images/ListIco_Big.jpg) no-repeat 5px 3px;
	padding-left:15px;
	color:#3F6296;
	font-weight:bold;
	font-family: Tamoma, Arial, Helvetica, sans-serif;
}
.NewsListCon td {text-align:right;padding-left:1em;color:#9b9c9e;/*时间的颜色、样式*/}
.NewsListCon td a {/*链接的样式*/
	width:240px;
	display:block;
	float:left;
	text-align:left;
	margin-right:8px;
	background:url(images/ListIco_small.jpg) no-repeat left 3px;
	padding-left:8px
}
a:link,a:visited {color:#3F6296; text-decoration:none;}
a:hover,a:active {color:#f30; text-decoration:none;}
.rights{color:#3F6296;}
.btmLine {border-bottom:1px solid #ccc;}