/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #ff6600;} /* 鼠标在链接上 */ 
a:active {color: #cccccc;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #003366;font-family:Arial,宋体;font-size: 12pt;line-height: 150%;}
a.channel:visited {color: #003366;font-family:Arial,宋体;font-size: 12pt;line-height: 150%;}
a.channel:hover{color: #ff3300;font-family:Arial,宋体;font-size: 12pt;line-height: 150%;text-decoration:underline;}
a.channel:active {color: #ff6633;font-family:Arial Black,黑体;font-size: 12pt;line-height: 150%;}
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel1:link {color: #ffffff;font-family:Arial Black,Arial,宋体;font-size: 11pt;line-height: 150%;}
a.channel1:visited {color: #ffffff;font-family:Arial Black,Arial,宋体;font-size: 11pt;line-height: 150%;}
a.channel1:hover{color: #ffff00;font-family:Arial Black,Arial,宋体;font-size: 11pt;line-height: 150%;text-decoration:underline;}
a.channel1:active {color: #ff3366;font-family:Arial Black,Arial,宋体;font-size: 11pt;line-height: 150%;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #a7a7a7;}
a.bottom:visited {color: #a7a7a7;}
a.bottom:hover{color: #ff6600;}
a.bottom:active {color: #666666;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #0099cc;font-family:Arial,黑体;font-size: 12pt;line-height: 150%;}
a.class:visited {color: #0099cc;font-family:Arial,黑体;font-size: 12pt;line-height: 150%;}
a.class:hover{color: #ff3300;font-family:Arial,黑体;font-size: 12pt;line-height: 150%;}
a.class:active {color: #0099cc;font-family:Arial,黑体;font-size: 12pt;line-height: 150%;}

/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class2:link {color: #B8D02F;}
a.class2:visited {color: #B8D02F;}
a.class2:hover{color: #ff3300;}
a.class2:active {color: #0099cc;}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;background:ffffff;
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: #5398FF 1px solid;
border-left: #5398FF 1px solid;
border-right: #5398FF 1px solid;
border-top: #5398FF 1px solid;
color: #0066ff;
height: 20px;
border-color: #5398FF #5398FF #5398FF #5398FF; font-size:10pt;font-family:Arial black,黑体;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px; 
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
.index_tdbgall /* 网页总背景颜色定义1 */
{
width:100%;background:#ffffff;border-right: 0px solid #000000;border-left: 0px solid #000000;border-bottom: 1px solid #b7b7b7;
}
/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width:100%;background:url(images/top_tdbgall.gif);border-right: 0px solid #000000;border-left: 0px solid #000000;border-bottom: 1px solid #b7b7b7;
}
.top_tdbg /* 顶部居中表格总背景颜色定义 */
{
width:753;background:#ffffff;border-right: 1px solid #b7b7b7;border-left: 1px solid #b7b7b7;border-top: 6px solid #d7d7d7;height: 70;
}
.top_channel /* 导航栏表格背景、文字颜色定义 */
{
background:#ffffff;font-size: 12pt;color: #003366;height: 28;border-bottom: 1px solid #fefefe;border-top: 1px solid #ffffff;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:#3399ff;height: 24;border-bottom: 1px solid #ffffff;padding-left:5;
}
.right_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
height: 28;border-bottom: 1px solid #fefefe;color: #333333;font-family:Arial black,黑体;font-size: 10pt;line-height: 150%;
}
.right_lit_menu /* 导航栏表格背景、文字颜色定义 */
{
height: 22;border-bottom: 1px solid #dedede;color: #000000;font-family:Arial,宋体;font-size: 10pt;line-height: 150%;
}
.top_banner /* 首页广告位置表格背景、文字颜色定义 */
{
width: 753;background:#ffffff;border-right: 1px solid #b7b7b7;border-left: 1px solid #b7b7b7;
}
.top_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 5;background:#e6e6e6;
}
.top_righttdbg /* 顶部表格总背景颜色定义 */
{
width:10;background:url(images/menu_right_bg.gif);
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
border-right: 1px solid #ffffff;border-left: 1px solid #ffffff;
}
　　/* --网页中部左栏的css定义开始-- */
.right_tdbgall /* 左栏表格总背景颜色定义 */
{
background:url(skin/right_tdbgall.gif);padding-left:1;text-align: left;
}
.left_tdbgall2 /* 左栏表格总背景颜色定义 */
{
background:url(skin/left_tdbgall.gif);padding-right:2;text-align: right;
}
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:url(images/Left_Bg.gif);width: 172;
}
.left_tdbgall_l /* 左栏表格总背景颜色定义 */
{
background:url(images/Left_Left_line.gif);width: 14;
}
.left_tdbgall_r /* 左栏表格总背景颜色定义 */
{
background:url(images/Left_Right_line.gif);width: 14;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
.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 /* 中栏表格总背景颜色定义 */
{
background:#ffffff;padding-left:1;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 10;
}
.main_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
height: 28;border-bottom: 1px solid #C5F20D;color: #333333;font-family:Arial black,黑体;font-size: 10pt;line-height: 150%;
}
.main_nav_menu2 /* 导航栏表格背景、文字颜色定义 */
{
height: 28;border-bottom: 1px solid #dedede;color: #99cc00;font-family:Arial,宋体;font-size: 10pt;line-height: 150%;
}
.main_nav_menu3 /* 导航栏表格背景、文字颜色定义 */
{
height: 28;border-bottom: 1px solid #e7e7e7;color: #a7a7a7;font-family:Arial,Impact,宋体;font-size: 9pt;line-height: 150%;
}
.main_shadow_dot /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 5;background:url(Skin/Dot_Line.gif);
}
.main_title_329 /* 中栏标题表格背景、文字颜色定义(575) */
{
background:url(images/Main_Title_Bg_M.gif);color: ffffff;text-align: left;padding-left:10;
}
.main_title /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
color: 0099cc;line-height: 150%;font-size: 13pt;font-family:Arial;font-weight:bold;
}
.main_title_200/* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
color: ff6600;line-height: 150%;font-size: 12pt;font-weight:bold;text-align: left;padding-left:10;border-bottom: 5px solid #6699ff;height: 30;
}
.main_title1 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
color: 333333;line-height: 150%;font-size: 11pt;font-family:Impact;
}
.main_title2/* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
color: 0099cc;line-height: 150%;font-size: 13pt;font-family:黑体;font-weight:bold;
}
.main_title3 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
color: 333333;line-height: 150%;font-size: 11pt;font-family:隶书;
}
.main_tdbg /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 0px solid #8cc3de;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:url(images/dot_list.gif);height:20;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:url(images/dot_list2.gif);height:20;
}
.main_logolink /* 版权信息表格背景、文字颜色定义 */
{
background:#eeeeee;border-top: 1px solid #e6e6e6;height:40;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;height: 40;line-height: 180%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:F2F2F2;border-bottom: 5px solid #ff6600;height: 30;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d7d7d7;padding: 5;background:#ffffff;font-size: 12pt;font-family:Arial;line-height: 180%;
}
　　/* --文章显示页的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
background:url(images/bottom_bg.gif);height: 71;color:666666;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:url(images/bottom_ruili.gif);
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
color:#666666;background:#f1f1f1;
}
/* ==bottom.asp中的css定义结束== */

