/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0px;
	font-size: 12px;
	text-decoration: none;
}
body,td,th {
	font-size: 12px;
}
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{
	text-decoration: none;
	font-size: 12px;
} /* 链接无下划线,有为underline */ 
a:link {
	color: #000000;
	font-size: 12px;
} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #888888;} /* 鼠标在链接上 */ 
a:active {color: #888888;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #000000;}
a.channel:visited {color: #000000;}
a.channel:hover{color: #FF0000;}
a.channel:active {color: #1717FF;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #000000;}
a.channel2:visited {color: #333333;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #333333;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #2D6400;}
a.class:visited {color: #829713;}
a.class:hover{color: #f35530;}
a.class:active {color: #037fa8;}
.neirong {
	padding-left: 5px;
}
/*--顶部文字--*/
.dingbu {
	font-size: 14px;
}
/*--中部表框--*/
.biaokuang1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4220C;
}
.biaoti1 {
	font-size: 12px;
	font-weight: bold;
	color: #C4220C;
}
.more {
	font-size: 12px;
	color: #FFFFFF;
}
