/* 网站链接总的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:link.channel {color: #ffffff; background:url('/skin/bw5/menu_1.gif'); width:70; height:30; text-align:center } /* 未访问的链接 */
a:visited.channel {color: #ffffff;background:url('/skin/bw5/menu_1.gif'); width:70; height:30; text-align:center } /* 已访问的链接 */
a:hover.channel{color: #ff0000;background:url('/skin/bw5/menu_2.gif'); width:70; height:30; text-align:center } /* 鼠标在链接上 */
a:active.channel {color: #ffffff;background:url('/skin/bw5/menu_1.gif'); width:70; height:30; text-align:center } /* 点击激活链接 */
/* 更多链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='genduo' ***>***</a> */
a:link.genduo {color: #ecb100;font-size:9pt; font-family:宋体}
a:visited.genduo {color: #ecb100;font-size:9pt; font-family:宋体}
a:hover.genduo{color: #ff0000;font-size:9pt; font-family:宋体}
a:active.genduo {color: #ecb100;font-size:9pt; font-family:宋体}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a:link.channel2 {color: #ff0000;background:url('/skin/bw5/menu_2.gif'); width:70; height:30; text-align:center }
a:visited.channel2 {color: #ff0000;background:url('/skin/bw5/menu_2.gif'); width:70; height:30; text-align:center }
a:hover.channel2{color: #ffff00; background:url('/skin/bw5/menu_1.gif'); width:70; height:30; text-align:center }
a:active.channel2 {color: #ff0000;background:url('/skin/bw5/menu_2.gif'); width:70; height:30; text-align:center }
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a:link.bottom {color: #000000;}
a:visited.bottom {color: #000000;}
a:hover.bottom{color: #ffff00;}
a:active.bottom {color: #000000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a:link.class {color: #000000;}
a:visited.class {color: #000000;}
a:hover.class{color: #ff0000;}
a:active.class {color: #000000;}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;background:url('/skin/bw5/bgall.gif') center;
text-decoration: none;
scrollbar-face-color: #2fa2df;
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定义*/
hr{color:#02b5ff}
/* 边框单元格的定义 */
.wtd{background:#02b1fd;width:4}
.htd{background:#02b1fd;height: 4;}
/* 表格边框的定义 */
.bod_table 
{background:#ffffff;border: 1px solid #fff4f4; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px 
}
/* 导航表格的定义 */
.dhtd 
{
background:url('/skin/bw5/dhtd.gif');height: 38;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 150%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
height: 20px;
font-size: 9pt;
}
.input_an
{
height: 20px;
font-size: 9pt; background-color:#ffffff;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==顶部标题单元格css定义开始，可定义内容为背景、字体、颜色== */
.top_td
{
background:#005ac6; font-size:9pt; color:#ffffff
}
/* ==首页时间天气预报表格css定义开始，可定义内容为背景、字体、颜色== */
.top_td1
{
background:url('/skin/bw5/user.gif');width:760;height:40; font-size:9pt 
}
  /* --频道通用表格css定义开始-- */
.channel_border
{
border: 1px solid #cccccc;
}
.channel_title
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg
{
background:#fafafa;line-height: 120%;
}
.channel_pager
{
background:#fafafa;line-height: 120%;
}

/* --评论显示页的css定义开始-- */ 
.comment_border
{
border: 1px solid #c0c0c0;
}
.comment_title
{
background:#ffffff;font-weight: normal;height: 25
}
.comment_tdbg1
{
background:#ffffff;line-height: 120%;
}
.comment_tdbg2
{
background:#fafafa;
}
/* --评论显示页的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_tdbgall1
{
width: 780;background:#ffffff;
}
/*定义表格间隔宽度背景颜色 */
.table_tdbg
{
width: 2;background:#ffffff;
}
.top_top
{
background:#fed58f;height: 2
}
.top_channel
{
text-align: right;border-top: 1px solid #fed58f;border-bottom: 1px solid #fed58f;; background-color:#0447a2
}
.top_announce
{
background:url('/skin/bw5/top_nav_menu.gif');color: #0560a6;height: 30
}
.top_nav_menu
{
background:url('/skin/bw5/top_nav_menu.gif');color: #0560a6;height: 30
}
.top_path
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部总的css定义开始== */
.center_tdbgall
{
background:#ffffff;
}
/* --网页中部左栏的css定义开始-- */
.left_tdbgall
{
background:#ffffff;
}
.left_td
{
background:url('/skin/bw5/td.gif');font-weight:bold;color: ffffff;height: 30;width:200;padding-left:40;text-align: left
}
/* ==网站通用表格背景、文字颜色定义== */
.left_title
{
background:url('/skin/bw5/left_title.gif');font-weight:bold;color: ff0000;height: 28;width:180;padding-left:40;text-align: left;border: 1px solid #d2d3d9
}
.user
{
background:url('/skin/bw5/login_01.gif');font-weight:bold;color: ff0000;height: 66;width:180;padding-left:40;text-align: left
}
.user2
{
background:url('/skin/bw5/login_02.gif');font-weight:bold;color: ff0000;width:180;padding-left:40;text-align: left
}
.user3
{
background:url('/skin/bw5/login_03.gif');height: 10
}
.left_tdbg
{
padding-left: 8px; padding-right: 6px; background-color: #fff8f6;
}
.left_tdbg1
{
border-left:1px solid #d2d3d9; border-right:1px solid #d2d3d9; border-bottom:1px solid #d2d3d9; line-height: 150%;text-align: left;padding-left:5px;padding-right:5px;
}
.left_tdbg2
{
background:url('/skin/bw5/left_tdbg2.gif');height: 10
}
/* ==网站首页专用标题表格背景、文字颜色定义== */
.left_bg{background:url('/skin/bw5/left_bg.gif');}
.left_title1
{
background:url('/skin/bw5/left_title1.gif');height: 40;width:180;
}
.left_title3
{
background:url('/skin/bw5/left_title3.gif');font-weight:bold;color: ff0000;height: 28;width:200;padding-left:40;text-align: left
}
.left_title4
{
background:url('/skin/bw5/left_title4.gif');font-weight:bold;color: ff0000;height: 28;width:200;padding-left:40;text-align: left
}
.left_title5
{
background:url('/skin/bw5/left_title5.gif');font-weight:bold;color: ff0000;height: 28;width:200;padding-left:40;text-align: left
}
.left_title6
{
background:url('/skin/bw5/left_title6.gif');color: #000000;height: 70;width:200
}
.left_title7
{
background:url('/skin/bw5/left_title7.gif');color: #000000;height: 100;width:200
}
.left_title8
{
background:url('/skin/bw5/left_title8.gif');color: #000000;height: 200;width:200
}
.left_title9
{
background:url('/skin/bw5/left_title9.gif');color: #000000;height: 152;width:200
}
.left_dctop{background:url('/skin/bw5/left_dctop.gif');height:32}
.left_dcmain{background:url('/skin/bw5/left_dcmain.gif');padding-left:10;text-align: left}
.left_dcend{background:url('/skin/bw5/left_dcend.gif');height:6}
/* ==网站首页专用内容表格背景、文字颜色定义== */
.left_tdbg3
{
background:url('/skin/bw5/left_tdbg3.gif');width:200;height: 180
}
.left_tdbg4
{
background:url('/skin/bw5/left_tdbg4.gif');width:200;line-height: 150%;padding-left:5;padding-right:8
}
.left_tdbg5
{
background:url('/skin/bw5/left_tdbg5.gif');color: #ff0000;font-size:9pt; font-family:宋体
}
.left_tdbg6
{
background:url('/skin/bw5/left_tdbg6.gif');width:200;height: 30;color: #ff0000;font-size:9pt; font-family:宋体
}
.left_tdbg7
{
background:url('/skin/bw5/left_tdbg3.gif');line-height: 150%;padding-left:5;padding-right:8
}
.main_title_760i
{
color: ffffff;background:url('/skin/bw5/main_title_780i.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
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
 /* --网页中部左栏的css定义结束-- */
/* --网页中部右栏的css定义开始-- */
.right_tdbgall
{
background:#ffffff;
}
.right_title
{
background:url('/skin/bw5/right_title.gif');font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left
}
.right_title1
{
background:url('/skin/bw5/right_title1.gif');font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left
}
.right_title2
{
background:url('/skin/bw5/right_title2.gif');font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left
}
.right_title3
{
background:url('/skin/bw5/right_title3.gif');font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left
}
.right_yj
{
background:url('/skin/bw5/right_yj.gif');height: 180;line-height: 150%;padding-left:5;padding-right:5
}
.right_tdbg1
{
background:url('/skin/bw5/right_tdbg1.gif');line-height: 150%;padding-left:5;padding-right:5
}
.right_tdbg2
{
background:url('/skin/bw5/right_tdbg2.gif');height: 10
}
.right_tdbg3
{
background:url('/skin/bw5/right_tdbg3.gif');height: 60
}
.right_tdbg4
{
background:url('/skin/bw5/right_tdbg4.gif');width:180;height: 170;font-weight:bold;color: ffffff
}
.right_tdbg5
{
background:url('/skin/bw5/right_tdbg5.gif');width:180;height: 170;font-weight:bold;color: ffffff
}
.right_tdbg6
{
background:url('/skin/bw5/right_tdbg6.gif');width:180;font-weight:bold;color: ffffff
}
.right_tdbg7
{
background:url('/skin/bw5/right_tdbg7.gif');height: 120;color: #ff0000;font-size:9pt; font-family:宋体
}
.right_table
{
background:url('/skin/bw5/tablebg.gif');font-weight:bold;color: ffffff;width:180;height: 169
}
.right_gg
{
background:url('/skin/bw5/right_gg.gif');width:180;height: 180
}

/* --网页中部右栏的css定义结束-- */
/* --网页中部中栏的css定义开始-- */ 
.main_tdl
{
height: 20; background:#ffffff;
}
.main_td2
{
height: 28; background:#ffffff;
}
.main_tdbg
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:0px;padding-right:0px;background:#ffffff;
}
.main_tdbgall
{
width: 572; background:#ffffff;
}
.main_shadow
{
height: 4;
}
.main_shadow1
{
height: 4; background-color:#fff4f4
}
.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/bw5/main_top.gif');height: 187
}
.main_title_760i
{
color: ffffff;background:url('/skin/bw5/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
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.search
{
color: #ff0000;background:url('/skin/bw5/search.gif');border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;height: 30; font-size:10pt; font-weight:bold
}
.search1
{
color: #ff0000;background:url('/skin/bw5/search_1.gif');border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;height: 30; font-size:10pt; font-weight:bold
}
.main_title_576
{
color: #ffffff;background:url('/skin/bw5/main_title_576.gif');border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:40;height: 28; font-size:10pt; font-weight:bold
}
.main_tdbg_576
{
border: 1px solid #d2d3d9;text-align: left;padding-left:15px;padding-right:5px; margin-right:0; margin-top:0; margin-bottom:2; background-color:#ffffff
}
.main_title_575
{
color: ff000;background:url('/skin/bw5/main_title_575.gif');border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:80;height: 28
}
.main_tdbg_575
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_574
{
background:url('/skin/bw5/main_title_574.gif');height: 28;width:575 
}
.main_title_392
{
background:url('/skin/bw5/main_title_392.gif');height: 40;width:392 
}
.main_title1_392
{
background:url('/skin/bw5/main_title1_392.gif');color: #ffffff;height: 40
}
.main_title2_392
{
background:url('/skin/bw5/main_title2_392.gif');color: #ffffff;height: 40
}
.main_title3_392
{
background:url('/skin/bw5/main_title3_392.gif');color: #ffffff;height: 40
}
.main_tdbg_392
{
line-height: 150%;text-align: left;padding-left:5px;padding-right:5px; background:url('/skin/bw5/main_tdbg_392.gif');
}
.main_title_395
{
background:url('/skin/bw5/main_title_395.gif');color: ffffff;height: 28;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40
}
.main_tdbg_395
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_290
{
background:url('/skin/bw5/main_290.gif');color: #ecb100;height: 28;padding-left:40; font-size:12pt
}
.main_title_282i
{
background:url('/skin/bw5/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
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282
{
background:url('/skin/bw5/main_title_282.gif');color: ffffff;height: 28;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40
}
.main_tdbg_282
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg
{
background:#ffffff;
}
.listbg2
{
background:#fffbf0;
}
/* --网页中部中栏的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
{
background:url('/skin/bw5/main_title_760.gif');border: 1px solid #d2d3d9;height: 28;color: ffffff
}
.main_tdbg_760
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall
{
background:#f5f5f5;
}
.article_tdbgall2
{
background:#ffffff;; text-indent:0; line-height:250%; font-family:仿宋_gb2312; color:#000000
}

 /* --文章显示页的css定义结束-- */
  /* --留言频道css定义开始-- */ 
a:link.guest {color: #ffffff;}
a:visited.guest {color: #ffffff;}
a:hover.guest{color: #ff0000;}
a:active.guest {color: #ffffff;}

.guest_title_760
{
background:url('/skin/bw5/main_title_760.gif');border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ffffff
}
.guest_tdbg_760
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border
{
border: 1px solid #449ae8;
}
.guest_title
{
background:#449ae8;color: #ffffff;font-weight: normal;height: 25;
}
.guest_tdbg
{
background:#fafafa;line-height: 120%;
}
.guest_tdbg_1px
{
background:#d2d3d9;
}
.guest_border2
{
border: 1px dashed #97d2df;background:#e8f5f8;color: #006633;
}
.guest_replyadmin
{
color: #ff0000;
}
.guest_replyuser
{
color: #449ae8;
}
/* --留言频道css定义结束-- */

/* --商城的css定义开始-- */ 
.shop_border
{
border: 1px solid #449ae8;
}
.shop_border3
{
border: 1px solid #cccccc;
}
.shop_title
{
background:url('/skin/bw5/main_title_760.gif');color: #ffffff;font-weight: normal;height: 27
}
.shop_tdbg
{
background:#fafafa;line-height: 120%;
}
.shop_tdbg2
{
background:#f5f5f5;line-height: 120%;
}
.shop_tdbg3
{
background:#ffffff;line-height: 120%;
}
.shop_tdbg4
{
background:#e1f4ee;line-height: 120%;
}

/* --商城的css定义结束-- */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall1
{
width: 760;background:#ffffff;
}
.bottom_tdbgall
{
width: 760;background:#ffffff;
}
.bottom_adminlogo
{
background:#02b1fd;color:#000000;
}
.bottom_copyright
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menubody
{
background-color: #ffffff;
}
/* ==自选风格中的css定义结束== */
.channel_font
{
color: red;
}
/* --评论显示页的css定义开始-- */ 
.guest_font
{
color: green;
}
/* --评论显示页css定义结束-- */
/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a:link.guest {color: #000000;}
a:visited.guest {color: #000000;}
a:hover.guest{color: #ff6600;}
a:active.guest {color: #000000;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a:link.channel_keylink {color: blue;}
a:visited.channel_keylink {color: blue;}
a:hover.channel_keylink{color: #ff0000;}
a:active.channel_keylink {color: blue;}