/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的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: #000000;}
a.class:visited {color: #000000;}
a.class:hover{color: #ff0000;}
a.class:active {color: #000000;}
.main_Search /* 中栏搜索表格背景、文字颜色定义 */
{

color: 037FA8;
height: 25;
border: 1px solid #A2B99D;background:#FFFFFF;
}
.daohangtiao /* 中栏标题表格背景、文字颜色定义(daohangtiao) */
{
    font-weight: bold;
	background-image: url(/images/daohangtiao.gif);
	height: 27px;
	padding-left: 30px;
}
.daohangtiao2 /* 中栏标题表格背景、文字颜色定义(daohangtiao2) */
{
    font-weight: bold;
	background-image: url(/images/daohangtiao2.gif);
	height: 27px;
	padding-left: 30px;
}
.daohangtiao3 /* 内容标题表格背景、文字颜色定义(daohangtiao3) */
{
    font-weight: bold;
	background-image: url(/images/daohangtiao3.gif);
	height: 45px;
}
.listbg
{
	height: 25px;
}
.listbg2
{
	height: 25px;
}
.main_ArticleTitle {
	font-size: 27px;
	color: #000000;
	text-decoration: none;
	line-height: 45px;
}
.main_ArticleSubheading {
	font-size: 18px;
	text-decoration: none;
	line-height: 20px;
}
.main_Articleshuoming {
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
}
.main_cwtj
{
color: E2EDDF;height: 25;border-right: #A2B99D 1px dashed; border-top: #A2B99D 1px dashed; border-left: #A2B99D 1px dashed; border-bottom: #A2B99D 1px dashed;background:#FFFFFF;background-image: url(/images/cwtj_bj.gif);
}
.main_right
{
color: E2EDDF;height: 25;border-right: #A2B99D 1px dashed; border-top: #A2B99D 1px dashed; border-left: #A2B99D 1px dashed; border-bottom: #A2B99D 1px dashed;background:#FFFFFF;
}
.cwtj_view
{
background-image: url(/images/cwtj_bj_view.gif);
}
.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
border: 0px solid #333333;padding-left:5;height: 30;color: #7aa824;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #f7f7f7;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#A2B99D;color: #FFFFFF;font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#d2d3d9;
}
.guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.guest_replyadmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #449ae8;
}