/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* BY PE2006_VDesign.Net.CN_VOL_01 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #0671AA;}
a.channel:visited {color: #0671AA;}
a.channel:hover{color: #ff6600;}
a.channel:active {color: #0671AA;}
/* BY PE2006_VDesign.Net.CN_VOL_01 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #0671AA;}
a.channel2:visited {color: #0671AA;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #0671AA;}
/* BY PE2006_VDesign.Net.CN_VOL_01 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #FFFFFF;}
a.bottom:visited {color: #FFFFFF;}
a.bottom:hover{color: #ff6600;}
a.bottom:active {color: #FFFFFF;}
/* BY PE2006_VDesign.Net.CN_VOL_01 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom1' ***>***</a> */
a.bottom1:link {color: #0671AA;}
a.bottom1:visited {color: #0671AA;}
a.bottom1:hover{color: #ff6600;}
a.bottom1:active {color: #0671AA;}
/* BY PE2006_VDesign.Net.CN_VOL_01 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #0671AA;}
a.class:visited {color: #0671AA;}
a.class:hover{color: #ff0000;}
a.class:active {color: #0671AA;}

/* BY PE2006_VDesign.Net.CN_VOL_01 body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;
background-image: url(/Skin/txcn_fg/bg_all.jpg);
background-color: #FFFFFF;
background-repeat: repeat-x;
background-position:top;
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;
}
/* BY PE2006_VDesign.Net.CN_VOL_01 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 200%; 
}
/* BY PE2006_VDesign.Net.CN_VOL_01 文本框的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
}
/* BY PE2006_VDesign.Net.CN_VOL_01 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* BY PE2006_VDesign.Net.CN_VOL_01 下拉列表框的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: 200%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 200%;
}

　　/* --评论显示页的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: 200%;
}
.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 /* BY PE2006_VDesign.Net.CN_VOL_01 顶部表格总背景颜色定义 */
{
width: 960;
}
.top_top /* BY PE2006_VDesign.Net.CN_VOL_01 顶部表格左边背景颜色定义 */
{
background:#0089f7;height: 5;
}
.top_top2 /* BY PE2006_VDesign.Net.CN_VOL_01 顶部表格右边背景颜色定义 */
{
background:#0089f7;height: 5;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/dao_bg.gif);color:#FFFFFF!important;text-align: center;
}
.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: 960;background:url(/Skin/txcn_fg/top_path.gif);height: 30;border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
.bot_left_1 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格左上背景的css定义 */
{
background:url(/Skin/txcn_fg/bot/bot_left_1.gif);width:15;height: 15;
}
.bot_left_2 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格左中背景的css定义 */
{
background:url(/Skin/txcn_fg/bot/bot_left_2.gif);width:15;
}
.bot_left_3 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格左下背景的css定义 */
{
background:url(/Skin/txcn_fg/bot/bot_left_3.gif);width:15;height: 15;
}
.bot_right_1 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格右上背景的css定义 */
{
background:url(/Skin/txcn_fg/bot/bot_right_1.gif);width:15;height: 15;
}
.bot_right_2 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格右中背景的css定义 */
{
background:url(/Skin/txcn_fg/bot/bot_right_2.gif);width:15;
}
.bot_right_3 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格右下背景的css定义 */
{
background:url(/Skin/txcn_fg/bot/bot_right_3.gif);width:15;height: 15;
}
.bot_top_bg /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格上面中部背景的css定义 */
{
background:url(/Skin/txcn_fg/bot/bot_top_bg.gif);height: 15;
}
.bot_bottom_bg /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格下面中部背景的css定义 */
{
background:url(/Skin/txcn_fg/bot/bot_bottom_bg.gif);height: 15;
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
width:960;background:#ffffff;
}
.tdbg_top_bottom /* 中部表格上下框线背景颜色定义 */
{
border-top: 5px solid #f4f4f4;border-bottom: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_left_right /* 中部表格左右框线背景颜色定义 */
{
border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_top_left_right /* 中部表格左右框线背景颜色定义 */
{
border-top: 5px solid #f4f4f4;border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_top_right /* 中部表格上下框线背景颜色定义 */
{
border-top: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_right /* 中部表格上下框线背景颜色定义 */
{
border-right: 5px solid #f4f4f4;background:#ffffff;
}

　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
width:200;background:#f4f4f4;
}
.left_tb_top /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/left_01.gif);height:5;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/left_02.gif);color: #ad806c;height: 31;width:200;padding-left:10;text-align: left;
}
.left_tdbg0 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/left_02.gif);height: 5;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/left_02.gif);line-height: 200%;padding-left:5;padding-right:5;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/left_03.gif);height: 5;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
.menu_title1 /* 左栏表格标题背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/7025_bg1.gif);background-position: 1% 100%;background-positionX: center; background-positionY: bottom; background-repeat:no-repeat;color:e2e2e2; 
}
.menu_title2 /* 左栏标题标题表格背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/7025_bg2.gif);background-position: 1% 100%; background-positionX: center;background-positionY: bottom; background-repeat:no-repeat;color:ff6600;
}
.menu_tdbg /* 左栏内容表格背景、文字颜色定义 */
{
line-height: 200%;padding-left:5;padding-right:5;
}
.border /* 内容表格四周1像素5边距框线 */
{
border: 1px solid #d2d3d9;padding: 5;
}
.border0 /* 内容表格四周1像素0边距框线 */
{
border: 1px solid #d2d3d9;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_menu_title1 /* 左栏表格标题背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/11325_bg1.gif);background-position: 1% 100%;background-positionX: center; background-positionY: bottom; background-repeat:no-repeat;color:bbbbbb; 
}
.main_menu_title2 /* 左栏标题标题表格背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/11325_bg2.gif);background-position: 1% 100%; background-positionX: center;background-positionY: bottom; background-repeat:no-repeat;color:ffffff;
}

.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.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/0918/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: 200%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ff6600;background:#f4f4f4;border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:5;height: 29;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
line-height: 200%;text-align: left;padding-left:5;padding-right:5;border: 1px solid #d2d3d9;
}
.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) */
{
background:url(/Skin/blue/main_title_282.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_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
line-height: 200%;text-align: left;padding-left:5;padding-right:5;padding-top:5;padding-bottom:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
background:url(/Skin/txcn_fg/articlebg1.gif);color: ff0000;font-weight:bold;font-size: 18;line-height: 200%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 200%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:#f7f7f7;border: 1px solid #d2d3d9;height: 28;color: ff6600;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: 200%;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

　　/* --文章显示页的css定义结束-- */
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #0671AA;}
a.guest:visited {color: #0671AA;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #0671AA;}

.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 #cccccc;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:url(/Skin/txcn_fg/top_path.gif);color: #000000;font-weight: normal;height: 25;
}
.guest_tdbg /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 200%;
}
.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 #cccccc;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
background:url(/Skin/txcn_fg/top_path.gif);color: #ff6600;font-weight: normal;height: 30;
}
.shop_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 200%;
}
.shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 200%;
}
.shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#e1f4ee;line-height: 200%;
}

　　/* --商城的css定义结束-- */
/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 960;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:url(/Skin/txcn_fg/dao_bg.gif);color:#1059AB;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;line-height: 250%;padding-left:5;padding-right:5;
}
/* ==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.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ff6600;}
a.guest:active {color: #000000;} 

/* 站内链接文字颜色定义 */
a.channel_keylink{text-decoration: underline;}
a.channel_keylink:link {color: blue;}
a.channel_keylink:visited {color: blue;}
a.channel_keylink:hover{color: #ff0000;}
a.channel_keylink:active {color: blue;}

/* --增加鼠标效应的css定义开始-- */ 
.header { 
    font-family: tahoma, verdana; 
    font-size: 12px; 
    color: #ffff00; 
    font-weight: normal;
    background-color:#6f0009; 
}
.selet_bg {
    background-color: #ffffff;
}
.f_one {
    background-color: #f6f6f6;
}
.pic1
{
border: 3px double #cccccc;
}
.pic2
{
border: 3px double #cccccc;
}
.pic3
{
border: 3px double #cccccc;
}
.pic4
{
border: 3px double #cccccc;
}

/* BY PE2006_VDesign.Net.CN_VOL_01 增加会员中心css定义:可定义内容为链接字体颜色、样式等 */
.user_border
{
border-top: 5px solid #f4f4f4;border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;background:#ffffff;width:960;
}

/* 竖向滚动公告的链接定义。调用代码为<a class='AnnounceBody1' ***>***</a> */
a.AnnounceBody1:link {color: #FFFFFF;}
a.AnnounceBody1:visited {color: #FFFFFF;}
a.AnnounceBody1:hover{COLOR: #ff0000;}
a.AnnounceBody1:active {color: #FFFFFF;}

/* 横向滚动公告的链接定义。调用代码为<a class='AnnounceBody2' ***>***</a> */
a.AnnounceBody2:link {color: #FFFFFF;}
a.AnnounceBody2:visited {color: #FFFFFF;}
a.AnnounceBody2:hover{COLOR: #ff0000;}
a.AnnounceBody2:active {color: #FFFFFF;}

/* 兰德的链接定义。 */
A.self:link {
	FONT-SIZE: 12px; COLOR: #0054a0; TEXT-DECORATION: none
}
A.self:visited {
	FONT-SIZE: 12px; COLOR: #0054a0; TEXT-DECORATION: none
}
A.self:active {
	FONT-SIZE: 12px; COLOR: #0054a0; TEXT-DECORATION: none
}
A.self:hover {
	FONT-SIZE: 12px; COLOR: #ff9900; TEXT-DECORATION: underline
}
A.aMenu:link {
	FONT-SIZE: 14px; COLOR: #0054a0; TEXT-DECORATION: none
}
A.aMenu:visited {
	FONT-SIZE: 14px; COLOR: #0054a0; TEXT-DECORATION: none
}
A.aMenu:active {
	FONT-SIZE: 14px; COLOR: #0054a0; TEXT-DECORATION: none
}
A.aMenu:hover {
	FONT-SIZE: 14px; COLOR: #ff9900; TEXT-DECORATION: underline
}
A.footer:link {
	FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
A.footer:visited {
	FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
A.footer:active {
	FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
A.footer:hover {
	FONT-SIZE: 12px; COLOR: #ff9900; TEXT-DECORATION: underline
}
#login {
	FONT-WEIGHT: bold; COLOR: #ffffff
}
.tr {
	FONT-SIZE: 12px; COLOR: #ff0000
}
#selfBox {
	HEIGHT: 25px
}
#topIcBox {
	FONT-SIZE: 12px; COLOR: #ffffff; LINE-HEIGHT: 20px; HEIGHT: 200px
}
.pic {
	BORDER-RIGHT: #dbd9d9 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #dbd9d9 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #dbd9d9 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #dbd9d9 1px solid
}
.picHot {
	BORDER-RIGHT: #dbd9d9 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #dbd9d9 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #dbd9d9 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #dbd9d9 1px solid; BACKGROUND-COLOR: #ffffff
}
.btext {
	LINE-HEIGHT: 20px
}
.hot {
	BORDER-BOTTOM: #d8d8d8 1px solid; HEIGHT: 20px
}
#footer {
	COLOR: #ffffff; HEIGHT: 28px; BACKGROUND-COLOR: #0358a3
}
A.menuCn:link {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff9900
}
A.menuCn:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff9900
}
A.menuCn:active {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff9900
}
A.menuCn:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff0000
}
A.menuCn1:link {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000
}
A.menuCn1:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000
}
A.menuCn1:active {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000
}
A.menuCn1:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff0000
}
.menuEn {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial
}
.menuTd {
	TEXT-INDENT: 30px; BORDER-BOTTOM: #dfdfdf 1px solid; HEIGHT: 28px
}
.menuTd1 {
	TEXT-INDENT: 10px; BORDER-BOTTOM: #dfdfdf 1px solid; HEIGHT: 28px; BACKGROUND-COLOR: #ffffff
}
.textMain {
	BORDER-RIGHT: #d8d8d8 1px solid; BORDER-LEFT: #d8d8d8 1px solid
}
.textMain1 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #ff9900
}
.text {
	LINE-HEIGHT: 24px
}
.red {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff0000
}
.titleA {
	FONT-SIZE: 14px; COLOR: #0054a0
}
.ftd {
	BORDER-TOP: #d8d8d8 1px solid
}
.QQ {
	BORDER-BOTTOM: #d8d8d8 1px solid
}
.lfbg {
	BACKGROUND-IMAGE: url(/Skin/0918/in_22.gif); WIDTH: 230px; HEIGHT: 15px
}
.lbg {
	BACKGROUND-IMAGE: url(/Skin/0918/in_20.gif); WIDTH: 230px
}
.lbg1 {
	BACKGROUND-IMAGE: url(/Skin/0918/lbg.gif); WIDTH: 230px
}
.lbg1f {
	FONT-SIZE: 9px; BACKGROUND-IMAGE: url(/Skin/0918/in_19.gif); WIDTH: 230px; HEIGHT: 13px
}
.lbg1t {
	BACKGROUND-IMAGE: url(/Skin/0918/in_16.gif); WIDTH: 230px; HEIGHT: 15px
}
.lMenu {
	BORDER-BOTTOM: #3495b6 1px solid; HEIGHT: 34px
}
.topFont {
	FONT-WEIGHT: bold; COLOR: #ff6600
}
.atopBG {
	FONT-SIZE: 14px; BACKGROUND-IMAGE: url(/Skin/0918/in_10.gif); COLOR: #fff; HEIGHT: 31px
}
.atopL {
	BACKGROUND-IMAGE: url(/Skin/0918/in_08.gif); WIDTH: 88px
}
.atopR {
	BACKGROUND-IMAGE: url(/Skin/0918/in_12.gif); WIDTH: 25px
}
.proLeftLine {
	BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f6f6f6
}
.textMainBg {
	BORDER-TOP: #d8d8d8 1px solid; BACKGROUND-IMAGE: url(/Skin/0918/textMainBg.gif); COLOR: #03335f; BORDER-BOTTOM: #d8d8d8 1px solid
}
.textLine {
	LINE-HEIGHT: 20px
}
.sloginINPUT {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid; FONT-FAMILY: Verdana,Tahoma,宋体,Arial,Helvetica; HEIGHT: 20px; BACKGROUND-COLOR: #ffffff
}

/* ==2009风格开始== */
@charset "utf-8";
/* CSS Document */
body{
	font: 12px Verdana, Arial, Helvetica, sans-serif, "宋体";
	background-image:url(..//Skin/2009/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#fff;
}
body,td,ul,li,hr,p,table{margin: 0px; padding:0px;}
ul,li{list-style-type: none;}
.clear {width:1px;height:0px;font:normal 0/0 arial;clear:both;}
#gd{margin-left:auto; margin-right:auto;  width:976px;}
.bodyWidth,.loginBg{margin-left:auto; margin-right:auto; width:990px;}
.bodyWidth{background-color:#fff}
.bodyWidthL{background-image:url(..//Skin/2009/images/newSite_22.gif); width:10px;}
.bodyWidthR{background-image:url(..//Skin/2009/images/rightBg.gif); width:10px;} 
 .footerL,.footerBg,.footerR{height:15px;}
.footerL{background-image:url(..//Skin/2009/images/newSite_29.gif);}
.footerBg{background-image:url(..//Skin/2009/images/newSite_30.gif);}
.footerR{background-image:url(..//Skin/2009/images/rightFooter.gif);}
#mainLeft{float:left; width: 242px;}
#mainRight{float:right; width: 722px;}
table,img{border:0;}
.menuBg{background-image:url(..//Skin/2009/images/newSite_04.gif); height:40px; text-align:center;}
.menuBg,.menuBg a{ font-size:14px; color:#d9eaf3; text-decoration:none;}
.menuBg a:link { font-size:14px; color:#d9eaf3; text-decoration:none;}
.menuBg a:visited { font-size:14px; color:#d9eaf3; text-decoration:none;}
.menuBg a:hover{ font-size:14px; color:#ffff00; text-decoration:underline;}
.menuBgL{background-image:url(..//Skin/2009/images/newSite_06_1.gif); width: 6px;}
.menuBgR{background-image:url(..//Skin/2009/images/newSite_06.gif); width: 6px;} 
.tbg{background-image:url(..//Skin/2009/images/t_02.gif); height:20px;}
.tbg,.tbg a{color:#666; text-decoration:none;}
.tbg a:hover{color:#000; text-decoration:underline;}
.tl{background-image:url(..//Skin/2009/images/t_01.gif); width: 7px;}
.tr{background-image:url(..//Skin/2009/images/t_04.gif); width: 8px;}
#gd{ height:25px; background-image:url(..//Skin/2009/images/newSite_11_1.gif);}
.loginBg{background-image:url(..//Skin/2009/images/newSite_13.gif); height:32px;} 
.loginBgL{background-image:url(..//Skin/2009/images/newSite_12.gif); width:10px;} 
.loginBgR{background-image:url(..//Skin/2009/images/newSite_15.gif); width:11px;} 
#login{text-align:center; color:#fff;}
.loginIput{background-color:#c6e9f8;color:#0069a5;border: 1px solid #0069a5;}
#login ul li{display: inline;}
#serviceDiv{background-image:url(..//Skin/2009/images/service_03.gif);}
.serTop{background-image:url(..//Skin/2009/images/service_01.gif); height: 50px;}
.serFooter{background-image:url(..//Skin/2009/images/service_04.gif); height: 17px;}
.serText{margin:5px 5px 10px 35px; color:#000; line-height:24px;}
.serText a{color:#000;}
.serText ul li{float:left; width:100px; text-indent:18px;}
.serliA,.serliB{background-repeat:no-repeat; background-position:left;}
.serliA{background-image:url(..//Skin/2009/icon/1.gif); }
.serliB{background-image:url(..//Skin/2009/icon/2.gif); }
/*----全部框的线条设置------*/
.leftTwo,.newsBox,.zgzsBox,.cxbox,.jsbox,.hzBox,.linkBox{border: 1px solid #e1e1e1;}
.leftTwo{margin-top:6px; padding:2px 0px 6px 0px}
.leftTwoText{width:227px; margin-right:auto; margin-left:auto; margin-top:6px; line-height:22px; }
.leftTwoTop{background-image:url(..//Skin/2009/images/leftTwobg.gif); height:27px; font-weight:bold; color:#006699; text-align:center; background-repeat:no-repeat;}
.leftTwoTop a{color:#006699; line-height:33px; text-decoration:none}
.leftTwoTop a:hover{color:#000;}
.leftTwoTxt a{color:#666; text-decoration:underline}
.leftTwoTxt a:hover{color:#333; text-decoration:none}
.newsBox{float:left; width:450px; height:227px;}
.newTop{background-image:url(..//Skin/2009/images/news_02.gif); height:31px;}
.newsTxt{margin: 10px 15px 6px 15px; line-height:24px;}
.landian{font-size:18px; font-weight:bold; color:#005982;}
.newsTxt ul li{float:left;}
.newsliA{width:75%;}
.newsliB{float:left; width:24%; text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#666}
.newsliA a{color:#005982; text-decoration:underline;}
.newsliA a:hover{color:#000; text-decoration:none;}
.topicBox{background-image:url(..//Skin/2009/images/topic_02.gif); width:262px; float:right;}
.topicBoxTop{background-image:url(..//Skin/2009/images/topic_01.gif); height: 50px;}
.topicBoxTxt{margin:6px 6px 6px 12px; height: 150px; line-height: 22px; color:#fff}
.topicBoxFot{background-image:url(..//Skin/2009/images/topic_04.gif); height: 16px}

.zgzsBox{margin-top:6px; padding: 5px;}
.zgzsBox a{color:#0068b7; font-weight:bold}

.zsTopBg{background-image:url(..//Skin/2009/images/zs_02.gif); height:40px; }
.zsTopLeft{background-image:url(..//Skin/2009/images/zs_01.gif); width: 241px; height:40px; float:left}
.zsTopRight{width: 139px; height: 40px; float:right}
.zspic{border: 1px solid #999; padding: 5px;}
.zspicTy{
	background-image: url(..//Skin/2009/images/ty.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 12px;
}
.ztgbg{background-image:url(..//Skin/2009/images/ztgbg.gif); margin-top:6px}
.ztgxxBox{width:259px; background-image:url(..//Skin/2009/images/ztgxx.gif);}
.zsxxBox{width:259px; background-image:url(..//Skin/2009/images/zsxx.gif);}
.ztgtit{height:40px; line-height: 40px}
.ztgtit ul li{float:left}
.ztgtita{width:25%}
.ztgtitb{width:45%; font-weight:bold;}
.ztgtitc{width:28%; float:right}
.ztgtitc a{color:#003567; text-decoration:none}
.ztgtxt{margin:8px 2px 2px 15px; line-height:24px;}
.ztgtxt li{
	list-style-position: inside;
	list-style-type: disc;
}
.ztgtxt li a{color:#333;}
.cxbox{width:356px; float:left; margin-top:6px;}
.jsbox{width:356px; float:right; margin-top:6px;}
.cxyd{background-image:url(..//Skin/2009/images/cxydbg.gif); height:31px; line-height:31px; margin: 1px 1px 0px 1px}
.hzBox{margin:6px 0px 0px 0px}
.hzBoxL{background-image:url(..//Skin/2009/images/hz_01.gif); width:22px;}
.hzBoxTop{background-image:url(..//Skin/2009/images/hz_02.gif); height:31px; color:#005982}
.hzBoxR{background-image:url(..//Skin/2009/images/hz_04.gif); width:24px}
.rmhtBox a,#lk a{color:#666; text-decoration:none}
.linkBox{margin-top:6px}
.fmenu{background-image:url(..//Skin/2009/images/fmenu.gif); height:32px; line-height:32px; color:#fff; text-align:center; margin-top:6px}
.fmenu a{color:#fff; text-decoration:none}
.fmenu a:hover{color:#FFFF00; text-decoration:underline}
.menuBg a:link { font-size:14px; color:#ffffff; text-decoration:none;}
.menuBg a:visited { font-size:14px; color:#ffffff; text-decoration:none;}
.ftBg{background-image:url(..//Skin/2009/images/footerBg.gif); background-position:bottom; background-repeat:repeat-x; color:#333; line-height:22px;}
.ftBg a{color:#005982}
.rmhtBox{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.rmhtBox a:hover{color:#00}

#sMenu{background-image:url(..//Skin/2010/images/smenu.gif); width:281px; height:20px; line-height:20px; color:#999; margin:14px 0px 14px 426px; text-align:center;}
#sMenu a{ text-decoration:underline; color:#005982;}
#sMenu a:hover{ text-decoration:none;}
#menu{background-image:url(..//Skin/2010/images/menuBg.gif); width:707px; height:42px; line-height:42px; text-align:center; font-size: 14px; color:#FFF;}
#menu a{color:#D9EAF3; text-decoration:none; }
#menu a:hover{color:#FF0; text-decoration:none; }
.bannertoppad{ height:20px; width:990px; margin:auto; border:0xp;}
#mainBox{width: 990px; margin:0 auto; text-align:left;}
#mainBox .mainTop{background-image:url(..//Skin/2010/images/mainTop.gif); background-repeat:no-repeat; background-position:top left; margin-top:20px; padding: 13px 14px 0px 15px;}
.login{background-image:url(..//Skin/2010/images/v2009_16.gif); height:33px; line-height:33px; position:relative; width:100%; overflow: hidden; color:#000000;}
.login .loginL{left: 0; position:absolute; margin-left:10px; height:33px; line-height:33px; vertical-align:middle}
.loginIput{background-color:#c6e9f8;color:#0069a5;border: 1px solid #0069a5;}
.loginBtn{border: 1px solid #0069a5; background:#FFF; color:#000}
.pagepadtop{ height:1px; width:990px; border:0px; padding:0px; margin:0px;}
.btn,.btn-on{background: url(..//Skin/2010/images/cur_tf_bg_btn.gif) no-repeat 0 0; width:42px; height:20px; color:#5b8091; border:none; font-size:12px; cursor:pointer; line-height:20px; margin:6px 0 0 0; padding:0 0 5px 0; font-family:"宋体", Verdana, Arial, Helvetica, sans-serif; }
.btn-on { background-position:0 -20px;}
.main #container #mainBox #leftBox,.leftTwo,.rmht,.main #container #mainBox #rightBox,.topic,.zgzs,.ztgbg,.ydBox,.hzBox,.linkBox,.footerMenu{margin-top:7px}
.footerMenu{height:31px; line-height:31px; background:url(..//Skin/2010/images/ydtitBg.gif);}
.footerMenu{color:#fff; text-align:center;}
.footerMenu a{color:#fff; text-decoration:none}
.footerMenu a:hover{color:#000}