/*****************************************************
全站使用
*****************************************************/
body {/*网站背景*/
	background-color: #ddeff3;
	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.tdmiddle{
		width:800px;
		height:64px;
		background-image: url("image/btbj.jpg"); 
		padding-left:70px;
		padding-top:18px;
		font-size: 15px;
		line-height: 24px;
		color: #000000;
		font-weight: bold;
}

/*****************************************************
细览模板使用
*****************************************************/
#maintable {
	background-color: #fff;/*主界面背景*/
}
table.main{
	background-color: #ffffff;
}
td.left{/*左栏*/
}
td.middle{	/*中栏*/

}
td.mtable {
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;/*中栏背景*/
}
#path{/*位置导航*/
}
td.path{/*位置导航*/
}
a.path  {
	color: #021782;
	text-decoration: none;/*位置导航联接*/
}
a.path:hover  {
	color: red;/*位置导航联接*/
}
#ftable/*中栏框架*/
{
}
td.ftable{/*中栏框架*/
	width="780";
	text-align:center;
}
#contents{/*正文框架*/
	width="700"
}
td.contents-title {
	font-size: 16px;
	line-height: 250%;
	font-weight: bold;
	color: #000000;/*正文标题*/
}
td.contents-source {
	border-top: 1px solid #CCC;
	background-color: #e9e9e9;
	font-size: 12px;
	color: #000000;/*来源文号背景*/
}
td.contents-date {
	background-color: #e9e9e9;
	font-size: 12px;
	color: #000000;/*文章日期样式*/
}
#Zoom {
	font-size: 14px;
	line-height: 200%;/*正文字体*/
}
td.contents-author{/*责编*/
}
td.about{/*相关文章框架*/
	padding-left:15;
}
#about{/*相关文章框架*/
}
td.abouttitle {
	background-color: #e9e9e9;/*相关文章抬头*/
}
td.aboutcontents {
	background-color: #f3f3f3;
	text-indent: 28px;/*相关文章导航*/
}
a.docabout  {
	color: #021782;
	text-decoration: none;/*相关文章导航联接*/
}
a.docabout:hover  {
	color: red;/*相关文章导航联接*/
}
td.right{/*右栏*/
}
td.middleb{/*跨列居中栏*/
	background-color: #dcdcdc;
}
td.middledetail{/*跨列居中栏*/
	PADDING-LEFT: 45px;
	background-color: #ffffff;
}
