/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #0033ff;} /* 鼠标在链接上 */ 
a:active {color: #000000;} /* 点击激活链接 */

/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #000000;}
a.channel:visited {color: #000000;}
a.channel:hover{color: #0033ff;}
a.channel:active {color: #000000;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel:link {color: #000000;}
a.channel:visited {color: #000000;}
a.channel:hover{color: #0033ff;}
a.channel:active {color: #000000;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #0033ff;}
a.bottom:active {color: #000000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #000000;}
a.class:visited {color: #000000;}
a.class:hover{color: #0033ff;}
a.class:active {color: #000000;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;background:url(/skin/blue/bg_all.gif);
background-position:center;
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定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */
.comment_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.comment_title /* 标题背景颜色定义(760) */
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25;
}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#fafafa;
}
　　/* --评论显示页的css定义结束-- */
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的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;
}
.top_top
{
background:#0089f7;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#0089f7;color:#3ab1f5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.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:url(/skin/blue/dhl.gif);height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
.center_tdbgall_4 /* 中部表格总背景颜色定义 */
{background:#ffffff;border-bottom: 1px solid #61a742;border-top: 1px solid #61a742;border-right: 1px solid #61a742;border-left: 1px solid #61a742;
 
}

.center_tdbgall_3 /* 中部表格总背景颜色定义 */
{
background:url(/skin/blue/nrybk.gif);border-bottom: 1px solid #61a742;border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;
}
.center_tdbgall_2 /* 中部表格总背景颜色定义 */
{
background:#ffffff;border-bottom: 1px solid #61a742;border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;
}

　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_title.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}
.left_title11 /* 左栏标题表格栏目导航背景、文字颜色定义－张 */
{
background:url(/skin/blue/left_title1.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}
.left_title22 /* 左栏标题表格背景、文字颜色定义-张 */
{
background:url(/skin/blue/left_title2.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}
.left_title33 /* 左栏标题表格背景、文字颜色定义-张 */
{
background:url(/skin/blue/left_title3.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}
.left_title44 /* 左栏标题表格背景、文字颜色定义-张 */
{
background:url(/skin/blue/left_title4.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}
.left_title55 /* 左栏标题表格背景、文字颜色定义-张 */
{
background:url(/skin/blue/left_title5.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}
.left_title66 /* 左栏标题表格背景、文字颜色定义-张 */
{
background:url(/skin/blue/left_title6.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}
.left_title77 /* 左栏标题表格背景、文字颜色定义-张 */
{
background:url(/skin/blue/left_title7.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}
.left_title88 /* 左栏标题表格背景、文字颜色定义-张 */
{
background:url(/skin/blue/left_title8.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}
.left_title99 /* 左栏标题表格背景、文字颜色定义-张 */
{
background:url(/skin/blue/left_title9.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}

.left_title10 /* 左栏标题表格背景、文字颜色定义-张 */
{
background:url(/skin/blue/left_title10.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}

.left_title15 /* 左栏标题表格栏目导航背景、文字颜色定义－张 */
{
background:url(/skin/blue/left_title12.gif);font-weight:bold;color: ffffff;height: 37;width:180;padding-left:40;text-align: left;
}

.left_title101 /* 左栏标题表格栏目导航背景、文字颜色定义－张 */
{
background:url(/skin/blue/left_title101.gif);height: 10;width:180;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
height: 50;valign="top";background:url(/skin/blue/left_tdbg1.gif);line-height: 150%;
padding-right:12;padding-left:12;
}

.left_tdbg4 /* 左栏快速通道表格背景、文字颜色定义－张 */
{
valign="top";background:url(/skin/blue/left_tdbg1.gif);l
}
.left_tdbg3 /* 左栏内容表格“更多”背景、文字颜色定义－张 */
{
height: 3;background:url(/skin/blue/left_tdbg1.gif);padding-right:12;padding-left:12;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_tdbg2.gif);height: 20;
}

.left_tdbg5 /* 左栏内容表格背景、文字颜色定义－张 */
{
height: 60;valign="top";background:url(/skin/blue/left_tdbg1.gif);line-height: 150%;
padding-right:12;padding-left:12;
}


.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_tdbgall2 /* 中栏间隔总背景颜色定义 －张*/
{
background:url(/skin/blue/jgbj.gif);
}
.main_tdbgall3/* 大类模板中栏间隔总背景颜色定义 －张*/
{
background:url(/skin/blue/jgbj2.gif);
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}

.main_shadow_2 /* 中栏内容间隔表格背景颜色定义－张(575) */
{
height: 20;background:url(/skin/blue/wzbjx.gif);
}

.main_shadow_3 /* 中栏内容间隔表格背景颜色定义-大类模板－张(575) */
{
height: 20;background:url(/skin/blue/main_title_575_2d.gif);
}

.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;background:url(/skin/blue/main_title_760i.gif);border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:40;height: 29;
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/skin/blue/main_title_575_2.gif);text-align: left;padding-left:40;height: 29;
}
.main_title_575_9 /* 中栏注册许可标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/skin/blue/main_title_575_2.gif);text-align: left;padding-left:40;height: 29;
}
.main_title_575_2 /* 中栏标题表格背景、文字颜色定义-大类栏目模板－张(575) */
{
color: ffffff;background:url(/skin/blue/main_title_575.gif);text-align: left;padding-left:40;height: 36;
}

.main_title_575_10 /* 中栏标题表格背景、文字颜色定义-大类栏目模板－张(575) */
{
color: ffffff;background:url(/skin/blue/main_title_575.gif);text-align: left;padding-left:40;height: 35;
}
.main_title_575_5 /* 中栏标题表格背景、文字颜色定义-大类栏目模板－张(575) */
{
color: ffffff;background:url(/skin/blue/main_title_575-5.gif);text-align: left;padding-left:40;height: 38;
}

.main_title_575_4 /* 中栏标题表格背景、文字颜色定义-评论页模板－张(575) */
{
color: ffffff;background:url(/skin/blue/main_title_575-3.gif);text-align: left;padding-left:40;height: 28;
}

.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_tdbg_575_2 /* 中栏内容表格背景、文字颜色定义-大类模板－张(575) */
{
line-height: 150%;text-align: left;padding-left:8;padding-right:12;background:url(/skin/blue/main_title_575_2b.gif);
}

.main_tdbg_575_8 /* 中栏内容表格背景、文字颜色定义-大类模板－张(575) */
{
line-height: 150%;text-align: left;padding-left:12;padding-right:10;background:url(/skin/blue/main_title_575_2b.gif);
}

.main_tdbg_575_3 /* 中栏内容表格背景、文字颜色定义-大类模板－张(575) */
{
line-height: 150%;text-align: left;padding-left:14;padding-right:12;background:url(/skin/blue/main_title_575_2b.gif);
}

.main_tdbg_575_7 /* 中栏内容表格背景、文字颜色定义-大类模板－张(575) */
{
line-height: 150%;text-align: left;padding-left:2;padding-right:12;background:url(/skin/blue/main_title_575_2b.gif);
}
.main_tdbg_575_4 /* 中栏内容表格背景、文字颜色定义-小类模板－张(575) */
{
line-height: 150%;text-align: left;padding-left:2;padding-right:12;background:url(/skin/blue/main_title_575_2b.gif);
}
.main_tdbg_575_55 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 150%;text-align: left;padding-left:10;padding-right:5;border-left: 1px solid #61a742;border-bottom:1px solid #61a742;border-top: 1px solid #61a742;
}
.main_tdbg_575_66 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 150%;text-align: left;padding-left:10;padding-right:5;border-right: 1px solid #61a742;border-bottom:1px solid #61a742;border-top: 1px solid #61a742;
}

.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/skin/blue/main_title_282i.gif);color: ffffff;height: 29;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
color: ffffff;background:url(/skin/blue/main_title_282.gif);text-align: left;padding-left:40;height: 36;
}

.main_tdbg_282_2 /* 栏目文章列表内容表格背景、文字颜色定义-张编(282) */
{
line-height: 150%;text-align: left;padding-right:12;padding-left:15;background:url(/skin/blue/wzbj.gif);
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;height: 24;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;height: 24;
}


　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义-(蓝色#0000e1）*/
{
color: ff6600;font-weight:bold;font-size: 18;line-height: 150%;border-right: 1px solid #61a742;border-left: 1px solid #61a742;
}
.main_articletitle_2 /* 主标题文字颜色定义—打印文章页-张 */
{
color: ff6600;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_articletitle_3 /* 主标题文字颜色定义—公告页-张 */
{
font-weight:bold;font-size: 18;line-height: 150%;
}

.main_articletitle2 /* 主标题文字颜色定义2 */
{
color: 2d8302;font-weight:bold;font-size: 18;line-height: 150%;border-right: 1px solid #61a742;border-left: 1px solid #61a742;
}

.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;border-right: 1px solid #61a742;border-left: 1px solid #61a742;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);border: 1px solid #61a742;height: 29;color: ffffff;
}

.main_title_760k /* 标题导航表格背景、文字颜色定义-张(760) */
{
background:url(/skin/blue/main_title_760.gif);border-top: 1px solid #61a742;border-right: 1px solid #61a742;border-left: 1px solid #61a742;border-bottom: 1px solid #61a742;height: 28;color: ffffff;
}
.main_title_760e /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);border-top: 1px solid #61a742;border-right: 1px solid #61a742;border-left: 1px solid #61a742;height: 28;color: ffffff;
}

.main_title_760m /* 标题导航表格背景、文字颜色定义(760) */
{
border-top: 1px solid #61a742;border-right: 1px solid #61a742;border-left: 1px solid #61a742;height: 28;color: ffffff;
}

.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border-right: 1px solid #61a742;border-left: 1px solid #61a742;padding: 12;line-height: normal;font-size:10.0pt;line-height: 150%;
}

.main_tdbg_760z /* 内容表格背景、文字颜色定义(760) */
{
padding: 12;line-height: normal;font-size:10.0pt;line-height: 150%;
}

.main_tdbg_760j /* 发表评论内容表格背景、文字颜色定义(760) */
{
border-right: 1px solid #61a742;border-left: 1px solid #61a742;padding: 12;line-height: normal;font-size: 10.0pt;line-height: 150%;
}

.main_tdbg_760k /* 发表评论内容表格背景、文字颜色定义2(760) */
{
border-right: 1px solid #61a742;border-left: 1px solid #61a742;
}
.main_tdbg_760k2 /* 发表评论内容表格背景、文字颜色定义2(760) */
{
border-right: 1px solid #61a742;border-left: 1px solid #61a742;border-bottom: 1px solid #61a742;
}

.main_tdbg_760h /* 版权申明、发表评论页内容表格背景、文字颜色定义－张(760) */
{
border-right: 1px solid #61a742;border-left: 1px solid #61a742;border-bottom: 1px solid #61a742;padding: 12;line-height: normal;font-size: 10.0pt;line-height: 150%;
}

.main_tdbg_760a /* 内容表格背景、文字颜色定义1(760) */
{
border-left: 1px solid #61a742;border-top: #6687ba 1px solid; border-bottom: #6687ba 1px solid;
}
.main_tdbg_760b /* 内容表格背景、文字颜色定义2(760) */
{
border-right: 1px solid #61a742;border-top: #6687ba 1px solid; border-bottom: #6687ba 1px solid;
}
.main_tdbg_760c /* 内容表格背景、文字颜色定义3(760) */
{
border-right: 1px solid #61a742;border-left: 1px solid #61a742;
}
.main_tdbg_760f /* 内容表格背景、文字颜色定义5(760) */
{
border-left: 1px solid #61a742;
}
.main_tdbg_760g /* 内容表格背景、文字颜色定义6(760) */
{
border-right: 1px solid #61a742;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;border-left: 1px solid #61a742;border-right: 1px solid #61a742;border-bottom: #61a742 1px solid;
}
.article_tdbgall_2 /* 责编等表格背景、文字颜色定义－张(760) */
{
background:#f5f5f5;
}

/* --文章显示页的css定义结束-- */
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #ffffff;}
a.guest:visited {color: #ffffff;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #ffffff;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ffffff;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#449ae8;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;
}
　　/* --留言频道css定义结束-- */
　　/* --商城的css定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.shop_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#e1f4ee;line-height: 120%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
.pic1 /* 文章中心效果 */
{
border: 3px double #d2d3d9;
}

.pic2 /* 下载中心效果 */
{
border: 3px double #d2d3d9;
}
.pic3 /* 图片中心效果 */
{
border: 3px double #d2d3d9;
}

/* ==自选风格中的css定义结束== */
.channel_font /* 搜索等特殊文字颜色定义 */
{
color: #e6e307;
}
/* --评论显示页的css定义开始-- */ 
.guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green; 
}
/* --评论显示页css定义结束-- */
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ffffff;}
a.guest:active {color: #000000;} 

