/*****************************************************
全站使用
*****************************************************/
body {/*网站背景*/
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
table{/*表格无边框，无边距*/
border-collapse: collapse;
border-style: none;
}
td {/*基本字体*/
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	vertical-align:top;/*表格元素靠上对齐*/
}
a {
	color: #000;
	text-decoration: none;/*默认链接样式*/
}
a:hover  {
	color: blue;/*默认链接样式*/
}
/*****************************************************
概览模板使用
*****************************************************/
table.middle{
	background-color: #fff;
	width:800px;
}
td.dh2{
	vertical-align:middle;
	text-align:center;	
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
}
a.dh2  {
	color: white;
}
a.dh2:hover  {
	color: blue;
}
.tpxw{
	vertical-align:middle;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
}
.articlelist tr{
 background-color:expression("#eeeEEE,#FFfFFF".split(",")[rowIndex%2])
} 
td.c{
	width="50";
	text-align:center;
	border-bottom: 1px dashed #9E3DFF;
	line-height: 25px;
}
td.t{
	width="570";
	border-bottom: 1px dashed #9E3DFF;
	line-height: 25px;
}
td.m{
	width="120";
	border-bottom: 1px dashed #6FDC82;
	line-height: 25px;
	color: #337353;
}
a.alist
{
	color: #9E3DFF;
}
a.alist:hover
{
	color:blue	
}
td.other{
	border-left: 1px solid
}
td.dxfy{
	height:30px;
}
td.mtjj{
	height:30px;
}
td.xglj{
	height:30px;
}
td.jhjd{
	height:30px;
}
td.zyjh{
	height:30px;
}
a.bai{
	color: #ffffff;
	text-decoration: none;/*默认链接样式*/
}
a.bai:hover
{
	color:blue	
}