/* 网站链接总的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: #333333;}
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: #037fa8;}
a.class:visited {color: #037fa8;}
a.class:hover{color: #ae0927;}
a.class:active {color: #037fa8;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 10pt;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-

color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; 

scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，

可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 150%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体

、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜

色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{
color: blue;
}
/* [组图]简短标题文字的css定义 */
.s_headline2
{
color: #ff6600;
}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{
color: green;
}
/* [注意]简短标题文字的css定义 */
.s_headline4
{
color: red;
}
/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid 

#000000;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#3399cc;color:#3ab1f5!important;text-align: right;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(//Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(//Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid 

#000000;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid #000000;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#f2f2f2;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(//Skin/blue/left_title.gif);font-weight:bold;color: 037fa8;height: 26;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(//Skin/blue/left_tdbg1.gif);line-height: 150%;padding-left:5;padding-

right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(//Skin/blue/left_tdbg2.gif);height: 10;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 10;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:url(//Skin/blue/main_announce.gif);border: 1px solid 

#8cc3de;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
height: 25;border: 1px solid #61a20a;padding-top: 4px;padding-top:4px;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(//Skin/blue/main_top.gif);height: 187;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
background:url(/images/liebiao02.gif);text-align: left;padding-left:30;height: 28; font-weight: bold;color: #ffffff;  	
}

.main_title_708 /* 中栏标题表格背景、文字颜色定义(575) */
{
background:url(/images/liebiao02.gif);text-align: left;padding-left:30;height: 28; font-weight: bold;color: #ffffff;  	
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #61a20a;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_tdbg_708 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #61a20a;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(//Skin/blue/main_title_282.gif);color: 037fa8;height: 20;border-top: 1px 

solid #8cc3de;border-left: 1px solid #8cc3de;border-right: 1px solid #8cc3de;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #8cc3de;line-height: 150%;text-align: left;padding-left:5;padding-

right:5;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(//Skin/blue/main_title_760.gif);border: 1px solid #8cc3de;padding-

left:5;height: 25;color: 037fa8;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #8cc3de;padding: 8;
}
　　/* --文章显示页的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;border-right: 1px solid #000000;border-left: 1px solid 

#000000;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#3399cc;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */


/* ==自义风格中的css== */

.css1 {
	margin: 1px;
	margin: auto;
	border: 1px solid #bcd2e6;
}


.css {
	margin: auto;
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
}
.table-top {
	clip: rect(auto,auto,auto,auto);
	line-height: 3px;
}

a:link {
	font-family: "宋体";
	text-decoration: none;
	line-height: 24px;
	color: #000000;
}
a:visited {
	font-family: "宋体";
	color: #000000;
	text-decoration: none;
	line-height: 24px;
}
a:hover {
	font-family: "宋体";
	color: #5b9e00;
	line-height: 24px;
}
a:active {
	font-family: "宋体";
	text-decoration: none;
	line-height: 24px;
	color: #999999;
}
.table-logo {
	margin-top: 9px;
	margin-bottom: 9px;
}
.table-logo1 {
	margin-bottom: 9px;
}
.table-logo2 {
	margin-bottom: 9px;
	margin-left: 4px;
}
.table-logos {
	margin-top: 9px;
}

.table-2 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.table-f2 {
	margin-top: 3px;
	margin-bottom: 2px;
}
a.dh:link {
	font-family: "宋体";
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
a.dh:visited {
	font-family: "宋体";
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
a.dh:hover {
	font-family: "宋体";
	font-size: 14px;
	color: #f6a000;
	text-decoration: none;
	font-weight: bold;
}
a.dh:active {
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.gonggao {
	font-family: "宋体";
	font-size: 12px;
	color: #ff0000;
	text-indent: 10px;
}
.table-bian {
	border: 1px solid #c3c3c5;
}
.table-qbian {
	border: 1px solid #dedede;
}

.table-lvbian {
	border: 1px solid #61a20a;
	margin-top: 2px;
}
.biaoti {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.biaoti-bai {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.xian {
	line-height: 1px;
	color: #c3c3c3;
}
.org-cu {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #f7a100;
	line-height: 24px;
}

a.lam:link {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a.lam:visited {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a.lam:hover {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a.lam:active {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
}
a.liuyan:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #cb8321;
}
a.liuyan:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #cb8321;
}
a.liuyan:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
a.liuyan:active {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #cccccc;
}
a.ditu:link {
	font-family: "宋体";
	font-size: 12px;
	color: #5c9d01;
}
a.ditu:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #5c9d01;
}
a.ditu:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #ff0000;
}
a.ditu:active {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
}
a.zhuce:link {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a.zhuce:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a.zhuce:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}
a.zhuce:active {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.weizhi {
	margin-top: 3px;
	margin-bottom: 3px;
}
.xiaod {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
}
a.bai:link {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
}
a.bai:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
}
a.bai:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
a.bai:active {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #cccccc;
}
.table-nr {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.nr-biaoti {
	font-family: "宋体";
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #f17100;
}
.nr {
	font-family: "宋体";
	font-size: 14px;
	line-height: 24px;
}
.zuos {
	text-indent: 5px;
}
.yous {
	text-indent: 5px;
}
.table-b {
	margin-top: 9px;
	margin-bottom: 9px;
	border: 1px solid #c3c3c5;
}
.line {
	font-family: "宋体";
	line-height: 18px;
}
