/* 首页今日关注标签链接文字颜色定义 */
a.tt{color: A00004;text-decoration: none;font-family:"黑体",Arial;}
a.tt:link {color: A00004;FONT-SIZE: 20px;font-weight: bold ;}
a.tt:visited {color: A00004;FONT-SIZE: 20px;font-weight: bold ;}
a.tt:hover{color: A00004;FONT-SIZE: 20px;font-weight: bold ;}
a.tt:active {color: A00004;FONT-SIZE: 20px;font-weight: bold ;}

/* 首页频道大标题标签链接文字颜色定义 */
a.pdbt{text-decoration: none;}
a.pdbt:link {color: #000000;FONT-SIZE: 12pt;font-family:"黑体",Arial;}
a.pdbt:visited {color: #000000;FONT-SIZE: 12pt;font-family:"黑体",Arial;}
a.pdbt:hover{color: #000000;FONT-SIZE: 12pt;font-family:"黑体",Arial;text-decoration: underline;}
a.pdbt:active {color: #000000;FONT-SIZE: 12pt;font-family:"黑体",Arial;}

/* 首页最新文章标签链接文字颜色定义 */
a.xt{text-decoration: none;}
a.xt:link {color: #000000;FONT-SIZE: 12px;}
a.xt:visited {color: #999999;FONT-SIZE: 12px;}
a.xt:hover{color: #A00004;FONT-SIZE: 12px;}
a.xt:active {color: #ff9900;FONT-SIZE: 12px;}

/* BY PE2006_VDesign.Net.CN_VOL_01 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #ff9900;} /* 点击激活链接 */
/* BY PE2006_VDesign.Net.CN_VOL_01 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #A00004;}
a.channel:visited {color: #A00004;}
a.channel:hover{color: #000000;}
a.channel:active {color: #A00004;}
/* BY PE2006_VDesign.Net.CN_VOL_01 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* BY PE2006_VDesign.Net.CN_VOL_01 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #A00004;}
a.bottom:visited {color: #A00004;}
a.bottom:hover{color: #000000;}
a.bottom:active {color: #A00004;}
/* BY PE2006_VDesign.Net.CN_VOL_01 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* BY PE2006_VDesign.Net.CN_VOL_01 body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等*/

/* BY PE2006_VDesign.Net.CN_VOL_01 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 12px;line-height: 200%; valign:top; 
}
.td_nr
{
font-family:宋体;font-size: 14px;line-height: 150%; valign:top; 
}
/* 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: 16px;
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:1000;background:#ffffff;
}
.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/VDesign_VoL_01/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:1000;background:url(/Skin/VDesign_VoL_01/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/VDesign_VoL_01/bot/bot_left_1.gif);width:15;height: 15;
}
.bot_left_2 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格左中背景的css定义 */
{
background:url(/Skin/VDesign_VoL_01/bot/bot_left_2.gif);width:15;
}
.bot_left_3 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格左下背景的css定义 */
{
background:url(/Skin/VDesign_VoL_01/bot/bot_left_3.gif);width:15;height: 15;
}
.bot_right_1 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格右上背景的css定义 */
{
background:url(/Skin/VDesign_VoL_01/bot/bot_right_1.gif);width:15;height: 15;
}
.bot_right_2 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格右中背景的css定义 */
{
background:url(/Skin/VDesign_VoL_01/bot/bot_right_2.gif);width:15;
}
.bot_right_3 /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格右下背景的css定义 */
{
background:url(/Skin/VDesign_VoL_01/bot/bot_right_3.gif);width:15;height: 15;
}
.bot_top_bg /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格上面中部背景的css定义 */
{
background:url(/Skin/VDesign_VoL_01/bot/bot_top_bg.gif);height: 15;
}
.bot_bottom_bg /* BY PE2006_VDesign.Net.CN_VOL_01 圆角表格下面中部背景的css定义 */
{
background:url(/Skin/VDesign_VoL_01/bot/bot_bottom_bg.gif);height: 15;
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
width:1000;background:#ffffff;
}
.tdbg_top /* 中部表格上下框线背景颜色定义 */
{
border-top: 5px solid #f4f4f4;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_left /* 中部表格上下框线背景颜色定义 */
{
border-top: 5px solid #f4f4f4;border-left: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_top_right /* 右部表格框线背景颜色定义 */
{
border-top: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_left /* 中部表格上下框线背景颜色定义 */
{
border-left: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_right /* 中部表格上下框线背景颜色定义 */
{
border-right: 5px solid #f4f4f4;background:#ffffff;
}
.tdbg_top_bottom_left_right /* 中部表格左右框线背景颜色定义 */
{
border-top: 5px solid #f4f4f4;border-bottom: 5px solid #f4f4f4;border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;background:#ffffff;
}

　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
width:255;background:#f4f4f4;
}
.left_tb_top /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/VDesign_VoL_01/left_01.gif);height:5;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/VDesign_VoL_01/left_02.gif);color: #ad806c;height: 31;width:200;padding-left:10;text-align: left;
}
.left_tdbg0 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/VDesign_VoL_01/left_02.gif);height: 5;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/Skin/VDesign_VoL_01/left_02.gif);line-height: 200%;padding-left:5;padding-right:5;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/Skin/VDesign_VoL_01/left_03.gif);height: 5;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:200;padding-left:40;text-align: left;
}
.menu_title1 /* 左栏表格标题背景、文字颜色定义 */
{
background:url(/Skin/VDesign_VoL_01/7025_bg1.gif);background-position: 1% 100%;background-positionX: center; background-positionY: bottom; background-repeat:no-repeat;color:e2e2e2; 
}
.menu_title2 /* 左栏标题标题表格背景、文字颜色定义 */
{
background:url(/Skin/VDesign_VoL_01/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:2;padding-right:2;
}
.border /* 内容表格四周1像素5边距框线 border: 1px solid #d2d3d9;*/
{
padding: 5;
}
.border0 /* 内容表格四周1像素0边距框线 */
{
border: 1px solid #d2d3d9;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.main_menu_title1 /* 左栏表格标题背景、文字颜色定义background:url(/Skin/VDesign_VoL_01/11325_bg1.gif);background-position: 1% 100%;background-positionX: center; background-positionY: bottom; background-repeat:no-repeat;color:bbbbbb;  */
{
background:#DDDDDD;color:#A00004;border-left: 1px solid #FFFFFF;border-right: 2px solid #ffffff;
}
.main_menu_title2 /* 左栏标题标题表格背景、文字颜色定义background:url(/Skin/VDesign_VoL_01/11325_bg2.gif);background-position: 1% 100%; background-positionX: center;background-positionY: bottom; background-repeat:no-repeat;color:ffffff; */
{
background:#A00004;color:#FFFFFF;border-left:1px solid #FFFFFF;border-right: 2px solid #ffffff;
}

.main_tdbgall /* 中栏表格总背景颜色定义 572*/
{
width: 740;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/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: 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; */
{
line-height: 200%;text-align: left;padding-left:5;padding-right:5;
}
.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 /* --栏目文章列表内容间隔颜色的定义1background:#ffffff;
-- */
{
background:#ffffff;border-bottom: 1px dashed #EFEFEF;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2background:#f7f7f7;-- */
{
background:#ffffff;border-bottom: 1px dashed #EFEFEF;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --文章显示页的css定义开始-- */

.main_articletitle /* 主标题文字颜色定义 */
{
color: #000000;font-weight:bold;font-size: 20px;line-height: 200%;
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 528CE0;font-size: 15px;font-weight:bold;line-height: 200%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:#f7f7f7;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;height: 28;color: ff6600;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760)*/
{
 border: 1px solid #d2d3d9; padding: 8;line-height: 200%;
}
.main_tdbg_nr /* 正文内容表格背景、文字颜色定义*/
{
padding: 8;line-height: 200%; PADDING-BOTTOM: 15px;BORDER-TOP: #d2d3d9 1px dotted
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{

}

　　/* --文章显示页的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 #cccccc;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:url(/Skin/VDesign_VoL_01/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/VDesign_VoL_01/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:1000;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#FFFFFF;color:#A00004;
}
.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定义结束-- */

/* ==rss连接框定义== */
#popitmenu {
    border-right: black 1px solid; border-top: black 1px solid; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: black 1px solid; border-bottom: black 1px solid; position: absolute; background-color: white
}
#popitmenu a {
    display: block; padding-left: 6px; color: black; text-decoration: none;
}
#popitmenu a:hover {
    background-color: #ccff9d;
}


/* --留言频道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: #A00004; 
    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:1000;
}
.cn_font{
	font-family: Tahoma, "新宋体", "宋体";
	font-size: 9pt;
         color:#A00004
}

/*首页三栏表格定义*/
.index_tdbg_left
{
width:260;background:#fff;border-top: 5px solid #f4f4f4;border-left: 5px solid #f4f4f4;
}

.index_tdbg_center
{
width:440px;background:#fff;border-top: 5px solid #f4f4f4;border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;
}

.index_tdbg_right
{
width:300px;background:#fff;border-top: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;
}


/*首页三栏表格定义*/
.indextop_tdbg_left
{
width:260;background:#fff;border-top: 5px solid #f4f4f4;border-left: 5px solid #f4f4f4;
}

.indextop_tdbg_center
{
width:500;background:#fff;border-top: 5px solid #f4f4f4;border-left: 5px solid #f4f4f4;
}

.indextop_tdbg_right
{
width:230;background:#fff;border-top: 5px solid #f4f4f4;border-left: 5px solid #f4f4f4;border-right: 5px solid #f4f4f4;
}




.index_tdbt_top/*首页频道推荐大黑字表格定义*/
{
padding: 3;
}




/*首页仿QQSOSO*/
.searchfod1,.searchfod2{height:23px;width:70px;text-align:center;cursor:pointer;}
.searchfod1{background:url(http://mat1.qq.com/www/images/10/searchfodbg1212.gif) no-repeat;font-weight:bold;color:#fff}
.searchfod2{background:url(http://mat1.qq.com/www/images/10/searchfodbg21212.gif) no-repeat;}
.mb5{margin-bottom:5px;border:1px solid #92C3F2;border-top:0px;background:#D3E8FD}
form{margin:0;padding:0;}

body {background:#A00004; margin:0 auto; font-size:12px; color:#000; font-family:"宋体",Arial;}

#index,#page,#list { clear:both; overflow:hidden; width:1000px; background:#f4f4f4; padding:5px 0 5px 0; margin:0 auto;text-align:left;}
.fenge{height:5px;background:#f4f4f4;}
.fenge_b{height:5px;background:#fff;}


.table
{
clear:both;overflow:hidden; width:990px;margin:5px auto 0px auto;
}
.i_m
{
float:left;width:330px;min-height:400px; height:auto !important; height:400px;margin:0 5px 0 5px;
}
.i_m_c
{
padding:5px;background:#fff;
}
.i_m_b
{
height:18px;background:url(/Skin/Cnua1_2007/left_title2.gif) 0 4px no-repeat;padding:4px 0 0 15px;font-weight:bold;
}
.i_m_new
{

}
.i_l
{
float:left;width:400px;background:#fff;padding:5px;min-height:400px; height:auto !important; height:400px;
}


.i_l_b
{
height:18px;background:url(/Skin/Cnua1_2007/left_title2.gif) 0 4px no-repeat;padding:4px 0 0 15px;font-weight:bold;
}
.i_l_tit
{
text-align:center;height:22px;
}
.i_l_pic
{
float:left;width:150px;text-align:left;
}
.i_l_tj
{
float:right;width:250px;
}
.i_l_new
{
float:left;width:100%;
}

.i_r
{
float:right;width:230px;background:#fff;min-height:400px; height:auto !important; height:400px;padding:5px;
}
.i_r_b
{
width:215px;height:18px;background:url(/Skin/Cnua1_2007/left_title2.gif) 0 4px no-repeat;padding:4px 0 0 15px;font-weight:bold;
}
.i_r_c{

}
.a_c{
text-align:center;
}


.city1
{
float:left;width:233px;padding:5px;background:#fff;
}
.city2
{
float:left;width:234px;padding:5px;margin:0 5px 0 5px;background:#fff;
}
.city3
{
float:left;width:234px;padding:5px;margin:0 5px 0 0;background:#fff;
}
.city4
{
float:left;width:233px;padding:5px;background:#fff;
}
.city_b
{
height:18px;background:url(/Skin/Cnua1_2007/left_title2.gif) 0 4px no-repeat;padding:4px 0 0 15px;font-weight:bold;
}


.link
{
width:990px;background:#fff;
}
.link_intro
{
width:980px;padding:5px;
}

.ad_bn
{
float:left;width:990px;margin:5px 5px 0 5px;padding:5px;text-align:center;background:#fff;
}
.ad_b{
height:18px;background:url(/Skin/Cnua1_2007/left_title2.gif) 0 4px no-repeat;padding:4px 0 0 15px;font-weight:bold;text-align:left;
}
/*bottom*/
.nav{
background:#fff;height:24px;text-align:center;padding:5px;
}
.copyright{
background:#fff;text-align:center;padding:5px;
}
/*TOP*/
.i_l2{
float:left;width:300px;background:#fff;min-height:400px; height:auto !important; height:400px;padding:5px;
}
.i_l2_b{
height:18px;background:url(/Skin/Cnua1_2007/left_title2.gif) 0 4px no-repeat;padding:4px 0 0 15px;font-weight:bold;
}
.i_l2_c{

}

.i_m2{
float:left;width:420px;background:#fff;padding:5px;min-height:400px; height:auto !important; height:400px;margin:0 5px 0 5px;
}

.topnews{
height:20px;padding:9px 5px 5px 5px;text-align:center;
}
.news{

}

.top_tr{
width:980px;background:#a00004;padding:5px;color:#fff;height:14px;
}
.top_tr a{color:#fff;}
.top_tr a:link {;}
.top_tr a:visited {color:#fff;;}
.top_tr a:hover{color:#fff;;}
.top_tr a:active {color:#fff;;}

.top_tr_td{
float:left;width:640px;
}
.top_tr_td2{
float:left;width:340px;text-align:right;
}
.site{
float:left;height:80px;background:#fff;
}
.logo{
float:left;padding-top:10px;background:#fff;width:220px;text-align:center;
}
.menu{
float:left;padding:5px 0 10px 0;background:#fff;width:770px;
}
.so_tr{
float:left;background:#fff;padding:0 5px;border-top:2px solid #a00004;
}
.so_td{
float:left;width:550px;padding-top:10px;
}
.so_td2{
float:right;width:420px;text-align:right;
}

/*文章内容页*/
h1{
font-size:22px;color:#a00004;font-weight:bold;
}
h2{
font-size:18px;color:#999;
}
.a_bt{
text-align:center;padding:10px 0 5px 0;
}
.a_fb{

}
.nr_l{
float:left;width:705px;padding:5px;background:#fff;margin:5px;
}
.a_info{
padding-bottom:5px;border-bottom:1px dashed #666;text-align:center;
}
.a_info2{
padding-bottom:10px;text-align:right;
}
.ad_nr_l{
padding:10px;height:60px;text-align:center;
}
.a_text{
font-size:14px;line-height:180%;padding:10px;text-align:justify;text-justify:inter-ideograph;
}
.a_xgwz{
line-height:180%;width:670px;padding-left:20px;
}
.a_next{
line-height:180%;padding-left:20px;
}
.dianping{
margin-top:10px;background:url(/Skin/Cnua1_2007/left_title2.gif) 0 4px no-repeat;padding:4px 0 0 15px;
}
.nr_r{
float:left;width:255px;margin:5px 5px 5px 0; padding:5px;background:#fff;
}
.nr_r_b
{
height:18px;background:url(/Skin/Cnua1_2007/left_title2.gif) 0 4px no-repeat;padding:4px 0 0 15px;font-weight:bold;
}
.nr_r_c{
line-height:200%;
}

.margin-t{float:left;margin-top:6px;}
.pad-t{float:left;padding-top:8px;}
