﻿/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333300;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #666666;} /* 点击激活链接 */
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的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;}

a.menu:link {color: #ffffff;font-size:10.5pt; font-weight:bold;}
a.menu:visited {color: #ffffff;font-size:10.5pt; font-weight:bold;}
a.menu:hover{color: #ffffff;font-size:10.5pt; font-weight:bold;}
a.menu:active {color: #ffffff;font-size:10.5pt; font-weight:bold;}

a.linkurl:link{color:#FF0000;}
a.linkurl:visited{color:#FF0000;}
a.linkurl:hover{color:#000000;}
a.linkurl:active{color:#FF0000;}

a.insidelink {text-decoration: none;}
a.insidelink:link {color: #000;}
a.insidelink:visited {color: #000;}
a.insidelink:hover{color: #f00;}
a.insidelink:active {color: #f00;}


/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0 auto;
font-size: 9pt;
background: url(Goverment/bg_all.gif);
background-position:center;
/*background-attachment:fixed;*/
text-decoration: none;
}

/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:"宋体";font-size: 9pt;line-height: 180%;font-weight: normal;
}
li
{list-style:none;padding: 0px;margin: 0px;}
.pe_u_thumb
{text-align:center;}
.pe_u_thumb_title
{text-align:center;}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{height:6px; line-height:6px;}
.line_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{width:4px;1}

.line_y /* 中栏内容间隔表格背景颜色定义(575) */
{width:6px;}
.line_x /* 中栏内容间隔表格背景颜色定义(575) */
{background-image:url(Goverment/dot_line.gif); background-repeat:repeat-x;height:20px;background-position: center; line_height:20px;}
.right_bg
{background-image:url(Goverment/right_bg.gif);}
.center_bg
{background-color:#FFFFFF;}
/* ==网页头部的css定义开始== */
.f1 {   position: relative; clip:   rect(    )}/* 层位置定义 */
.top_border /* 顶部表格总背景颜色定义 */
{border-bottom: #d00000 1px solid;border-left: #cccccc 1px solid;border-right: #cccccc 1px solid;border-top: #cccccc 1px solid;}
.top_channel /* 频道导航菜单背景、文字颜色定义 */
{background:url(Goverment/menu_bg.gif);text-align: left;height: 28px;}
.top_nav_menu /* 导航栏表格间隔 */
{color: #ffffff;height: 22;background-image: url(Goverment/menu_line.gif);width:20px;background-repeat:no-repeat;background-position: center;}
.top_nav_dot /* 导航栏箭头 */
{background-image: url(Goverment/dot.gif);	background-repeat:no-repeat;background-position: left;padding-left:15px;text-align:left;}
.menu_border /* 菜单边框 */
{border-bottom: #cc3300 1px solid;border-left: #cc3300 1px solid;border-right: #cc3300 1px solid;border-top: #cc3300 3px solid; background-image:url(Goverment/right_bg.gif);}
.top_announce /* 公告表格背景、文字颜色定义 */
{background:url(/Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30px;}
.top_top
{background:#d00000;height: 2;}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{background-image:url(Goverment/path_arrow.gif); background-repeat:no-repeat; padding-left:30px; line-height:28px; background-position:left;}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{color: #037fa8}
/* ==网站导航css定义== */
.link_bg1 
{background-image: url(Goverment/link_bg1.gif); width:60px; background-repeat:no-repeat; background-position:center; }
.link_bg2 
{background-image: url(Goverment/link_bg2.gif); width:60px; background-repeat:no-repeat; background-position:center;}
.link_border 
{border-bottom: #ff6600 1px solid;border-left: #ff6600 1px solid;border-right: #ff6600 1px solid;border-top: #ff6600 3px solid; height:130px; }
.arrow_bg 
{background-image: url(Goverment/arrow_r1.gif);background-repeat:no-repeat;padding-left:15px;height:25px;background-repeat:no-repeat; background-position:left;}
/* 网页头部css定义结束== */

/* --首页css定义开始--*/
/* --首页左栏背景边框标题定义-- */
/* .GsC{ padding:4px; border:1px solid #C69E8D; border-top:none; clear:both; background-color:#FFF2DB;}*/
.GsC{ padding:4px; border:1px solid #C69E8D; border-top:none; clear:both;}
.GsC1{ padding:4px; border:1px solid #FFDD99; border-top:none; clear:both;}
.GsT{ height:29px; line-height:29px; color:#990000; font-weight:bold;background-image:url(Goverment/gcs4t.gif); background-repeat:no-repeat;font-size: 10.5pt;padding-left:25px; }
.GsM{ height:29px; line-height:29px; color:#990000; font-weight:bold;background-image:url(Goverment/gcs4tm.gif); background-repeat:no-repeat;background-position:right; text-align:right;padding-right:5px;}

/* --首页右栏背景边框标题定义-- */
.Gsc_right
{border-bottom: #C69E8D 1px solid;border-left: #C69E8D 1px solid;border-right: #C69E8D 1px solid;border-top: #C69E8D 0px solid;}
.Gst_right
{border-bottom: #C69E8D 0px solid;border-left: #C69E8D 1px solid;border-right: #C69E8D 0px solid;border-top: #C69E8D 1px solid;line-height:29px;background-image:url(Goverment/tbgc3.gif);background-repeat:repeat-x;
padding-left:38px;font-weight:bold;font-size: 10.5pt;color: #990000;}
.GsM_right{
border-bottom: #C69E8D 0px solid;border-left: #C69E8D 0px solid;border-right: #C69E8D 1px solid;border-top: #C69E8D 1px solid;line-height:29px;background-image:url(Goverment/tbgc3.gif);
background-position:right;background-repeat:repeat-x;text-align:right;padding-right:5px;}
.right_bsfw
{height:29px; line-height:29px; color: #900; font-weight:bold;background-image:url(Goverment/right_bsfw.gif); background-repeat:no-repeat;font-size: 10.5pt;padding-left:40px;}
.right_bm
{height:29px; line-height:30px; color:#ffffff; font-weight:bold;background-image:url(Goverment/right_bianmin.gif); background-repeat:no-repeat;font-size: 10.5pt;padding-left:40px;}
.right_dc
{height:29px; line-height:30px; color:#ffffff; font-weight:bold;background-image:url(Goverment/right_diaocha.gif); background-repeat:no-repeat;font-size: 10.5pt;padding-left:40px; width:220px;}
.right_stat
{height:29px; line-height:30px; color:#ffffff; font-weight:bold;background-image:url(Goverment/right_stat.gif); background-repeat:no-repeat;font-size: 10.5pt;padding-left:40px;}
.right_link
{height:29px; line-height:30px; color:#ffffff; font-weight:bold;background-image:url(Goverment/right_link.gif); background-repeat:no-repeat;font-size: 10.5pt;padding-left:40px;}

/* --首页投资和文化按钮背景边框标题定义-- */
.tz_m_bg
{background-image: url(Goverment/bg_ggfw_004.gif); background-repeat:no-repeat;font-weight:bold;}
.tz_m_bg1
{background-image: url(Goverment/bg_ggfw_003.gif); background-repeat:no-repeat;font-weight:bold;}
.zw_m_bg
{background-image: url(Goverment/gcs4t_fbg.gif); color:#990000;font-weight:bold;font-size: 10.5pt; background-repeat:no-repeat;heigh:29px;}
.zw_m_bg1
{color:#990000;font-weight:bold;font-size: 10.5pt; }
.left_title_bg
{background-image:url(Goverment/left_title_bg.gif); background-repeat: no-repeat; padding-left:40px; height:30px;}
.left_login
{background-image:url(Goverment/left_login.gif); background-repeat: no-repeat; padding-left:40px; height:30px;FONT-SIZE: 10.5pt;color: #CC0000; font-weight:bold;}
.glow
{FONT-SIZE: 10.5pt;color: #CC0000; font-weight:bold; FILTER: Glow(Color=#ffffff, Strength=3)}
.glow_b
{FONT-SIZE: 10.5pt;color: #CC0000; font-weight:bold;}
.m_title
{font-size:18px; font-family:"宋体";}
.fz_m_bg
{background-image: url(Goverment/bg_fz_1.gif); color:#990000;font-weight:bold;background-repeat: repeat-x; line-height:26px;}
.fz_m_fbg
{background-image: url(Goverment/bg_fz_2.gif); color:#990000;font-weight:bold;background-repeat: repeat-x; line-height:26px;}
.fwdh_border
{background-image:url(Goverment/right_bg.gif); font-size:10.5pt; color:#900;font-weight:bold; text-align:center;line-height:22px; border-top:#CCCCCC solid 1px;border-left:#CCCCCC solid 1px;border-right:#CCCCCC solid 1px;}
.fwdh_border1
{font-size:10.5pt; color:#CC6600;text-align:center;line-height:22px;border-top:#ffffff solid 1px;border-bottom:#CCCCCC solid 1px;}
.bjss_border
{background-image: url(Goverment/right_bg.gif); font-size:10.5pt; color:#900;font-weight:bold; text-align:center;line-height:22px; border-top:#CCCCCC solid 1px;border-left:#CCCCCC solid 1px;border-right:#CCCCCC solid 1px;}
.bjss_border1
{font-size:10.5pt; color:#CC6600;text-align:center;line-height:22px;border-top:#ffffff solid 1px;border-bottom:#CCCCCC solid 1px;}
.fw_border
{background-image:url(Goverment/right_bg.gif); border-bottom:#CCCCCC solid 1px;border-left:#CCCCCC solid 1px;border-right:#CCCCCC solid 1px;}
.hd_wsxf
{background-image:url(Goverment/hd_wsxf.gif); font-size:10.5pt; padding-left:50px; color:#900; font-weight:bold; height:30px; line-height:30px;}
.hd_zxft
{background-image:url(Goverment/hd_zxft.gif); font-size:10.5pt; padding-left:50px; color:#900; font-weight:bold; height:30px; line-height:30px;}
.hd_wjdc
{background-image:url(Goverment/hd_wjdc.gif); font-size:10.5pt; padding-left:50px; color:#900; font-weight:bold; height:30px; line-height:30px;}
.hd_zxbw
{background-image:url(Goverment/hd_zxbw.gif); font-size:10.5pt; padding-left:50px; color:#900; font-weight:bold; height:30px; line-height:30px;}
/*--首页css定义结束-- */

/* ==频道通用表格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%;}
.js_tdbg /* 表格背景颜色定义(760) */
{background:#f7f7f7;}
/* ==频道通用表格css定义结束== */ 

/* ==简短标题文字的css定义开始== */
/* [图文]简短标题文字的css定义 */
.s_headline1
{color: blue;}
/* [组图]简短标题文字的css定义 */
.s_headline2
{color: #ff6600;}
/* [推荐]简短标题文字的css定义 */
.s_headline3
{color: green;}
/* [注意]简短标题文字的css定义 */
.s_headline4
{color: red;}
/* ==简短标题文字的css定义结束== */



/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{background:#ffffff;width:1003px;}
/* --网页中部左栏的css定义开始-- */
/* -信息公开左栏导航的css定义开始-- */
.left_tdbgall /* 信息公开左栏表格总背景颜色定义 */
{background:#ffffff;}
.left_titlec /* 信息公开左栏标题表格背景、文字颜色定义 */
{color: #000000;line-height: 28px;text-align: left; padding-left:30px;background-image: url(Goverment/zwzc_t_bgc.gif);background-repeat: no-repeat; background-position:left;font-size: 10.5pt;}
.left_titlel /* 信息公开左栏标题表格背景、文字颜色定义 */
{color: #000000;line-height: 26px;text-align: left;padding-left:30px;background-image: url(Goverment/zwzc_t_bgdl.gif);background-repeat: no-repeat; background-position:left;font-size: 10.5pt;}
/* --网页中部左栏的css定义结束-- */

/* --网页频道的css定义开始-- */
.lmdh_menu_bg
{background-image:url(Goverment/lmdh_menu_bg.gif); font-size:14px; line-height:28px; text-align:center;}
.main_tdbgall /* 中栏表格总背景颜色定义 */
{background:#ffffff;}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{color: 037fa8;height: 25px;border: 1px solid #d2d3d9;background:#f9f9f9;}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{background:url(//Skin/blue/main_top.gif);height: 187px;}
.main_title_760l /* 频道首页栏目列表标题表格背景、文字颜色定义(760) */
{color: #999999;font-weight: bold;background-image: url(Goverment/bg_title_760l.gif);text-align: left;background-repeat:no-repeat; padding-left:40px;height: 29px;background-position:left;font-weight:bold;font-size: 10.5pt;}
.main_title_760r /* 频道首页栏目列表标题表格背景、文字颜色定义(760) */
{color: #000000;background-image: url(Goverment/bg_title_760r.gif);text-align: left;background-repeat:no-repeat; padding-left:20px;height: 29px;background-position:right;}
.main_tdbg_760i /* 中栏内容表格背景、文字颜色定义(760) */
{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:0px;border-color:#d2d3d9;border-style: solid;line-height: 150%;text-align: left;padding-left:5px;padding-right:5px;}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{font-weight: bold;color: #ffffff;background-image: url(/Skin/ocean/main_bs1.gif);height: 27px;padding-left: 30px;border-right-width: 1px;border-right-style: solid;border-right-color: #afafaf;}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5px;}

.main_title_bs06l /* 频道首页栏目标题表格背景、文字颜色定义(bs06) */
{color: ffffff; font-weight:bold; font-size:10.5pt;text-align: left;padding-left:30px;line-height: 28px;background-image: url(Goverment/lm_title_bgl.gif);background-position:left;background-repeat:no-repeat;}
.main_title_bs06r /* 频道首页栏目标题表格背景、文字颜色定义(bs06) */
{color: ffffff;text-align: right;padding-right:10px;line-height: 28px;background-image: url(Goverment/lm_title_bgr.gif);background-position:right; background-repeat:no-repeat;}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;border-top-width:0px;border-color:#990000;border-style: solid;text-align: left;padding-left:5;padding-right:5;background-color: #ffffff;}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{line-height: 150%;text-align: left;padding-left:5px;padding-right:5px;border-left-width: 1px;border-left-style: dashed;border-left-color: #aec6e8;background-image: url(///Skin/ocean/main_bg.gif);background-color: #ffffff;}

.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{background:url(Goverment/main_bs.gif);color: ffffff;height: 28px;padding-left:50px;color: ffffff;text-align: left;border-right: 1px solid #afafaf;font-weight: bold;}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5px;}

.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5px;}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{background:#ffffff;}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{background:#f7f7f7;}
.main_left_title
{background-position:left top; background-repeat:no-repeat; background-image:url(Goverment/right_title_bg.gif); padding-left:35px; padding-right:5px; height:28px;font-weight:bold;font-size: 10.5pt;}
.main_left_bg
{ background-image:url(Goverment/right_bg.gif); vertical-align:top;}
.count_bg
{BACKGROUND-POSITION: left top; BACKGROUND-IMAGE: url(Goverment/link_ph.jpg); BACKGROUND-REPEAT: no-repeat}

/* --网页中部中栏的css定义结束-- */
/* --文章显示页的css定义开始-- */
.main_articletitle /* 主标题文字颜色定义 */
{color:#ff0000;font-weight:bold;font-size: 18px;line-height:40px;text-align:center;}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{color: 037fa8;font-weight:bold;line-height: 150%;text-align:center;}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{border: 1px solid #d2d3d9;padding: 8;line-height: normal;FONT-SIZE: 16px;WORD-BREAK: break-all;LINE-HEIGHT: 180%;}
.article_tdbgall /* 责编等表格背景、文字颜色定义 */
{background:#f5f5f5; FONT-SIZE: 14px;}
#showpage
{MARGIN-RIGHT: auto;MARGIN-LEFT: auto;height:20px;width:778px;vertical-align:middle;line-height:20px;}

/* --文章显示页的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/gov/main_bs1.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ff0000;}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{border: 1px solid #d2d3d9;padding: 8px;}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{border: 1px solid #449ae8;}
.guest_title /* 标题背景颜色定义(760) */
{background:#449ae8;color: #ffffff;font-weight: normal;height: 25px;}
.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定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{width: 760px;background:#ffffff;}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{background:#0089f7;color:#ffffff;}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{background:#ffffff;color:#000000;}
/* ==bottom.asp中的css定义结束== */

/* ==信息公开单位导航中的css定义== */
.but_bg
{background-image:url(Goverment/but_bg.gif);}
.title_tdbg_but
{font-size:12pt;BACKGROUND-IMAGE: url(Goverment/title_but.gif);background-repeat:no-repeat; background-position:center;}
.title_tdbg_but1
{font-size:12pt;BACKGROUND-IMAGE: url(Goverment/title_but1.gif);background-repeat:no-repeat; background-position:center;}
/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;}
.user_box/*左区块内标题栏定义*/
{border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;}
.user_righttitle 
{background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;}
.user_line 
{line-height: 1px;background-image: url(/Skin/ocean/line.gif);}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}
/*软件下载*/
.left_title
{background-image:url(Goverment/left_s_title.gif); background-repeat: no-repeat; padding-left:20px; height:28px; line-height:28px;;font-size:14px; font-weight:bold;}
.left_tdbgs /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 180%;text-align: left;padding-left:5;padding-right:5;
}
.left_tdbgs_menu/* 软件导航背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 200%;text-align: center;font-size:14px;background-image:url(Goverment/left_bgs_menu.gif);
}
.AnnounceTitle
{
text-align: center;font-size:30px;
}




/* ==文章大类栏目页列表形式==  */
.s_classlist_title
{
	font: normal normal bold 12px/150% Arial,"宋体",Helvetica,sans-serif;
	border: 1px solid #9bbde6;
}
.s_classlist_text
{
	border-bottom: 1px solid #9bbde6;
	border-left: 1px solid #9bbde6;
	border-right: 1px solid #9bbde6;
}
.s_classlist_title_r, .s_classlist_title_c, .s_classlist_text_r, .s_classlist_text_c
{
	float: right;
	text-align: center;
	border-left: 1px solid #9bbde6;
}
.s_classlist_title_r, .s_classlist_title_c, .s_classlist_title_l
{
	font-weight: bold;
}
.s_classlist_title_l, .s_classlist_text_l
{
	padding-left: 5px;
}
.s_classlist_title_r, .s_classlist_text_r, .s_classlist_title_c, .s_classlist_text_c
{
	height: 22px;
	width: 70px;
	overflow: hidden;
}
.s_classlist_title_r, .s_classlist_text_r
{
	width: 50px;
}
.s_classlist_title_l, .s_classlist_title_c, .s_classlist_title_r, .s_classlist_text_l, .s_classlist_text_r, .s_classlist_text_c
{
	line-height: 22px;
}
/* ==小类栏目页列表形式== */

/* 文章一列式 */
.childclass_title_border
{
	background:url(Goverment/bg_title_760.gif) repeat-x;
	padding-left:40px;
	height:32px;
	line-height:29px;
	font-weight:bold;
        font: normal normal normal 14px/120% Arial, "simsun" ,Helvetica,sans-serif;;
}
.childclass_title_border a
{
	color:#3d72b4;	
	font-weight:bold;
	line-height:29px;
}
.s_classlist_title
{
	background:url(images/invest_title2bg.gif) repeat-x bottom;
	height:25px;
	line-height:25px;
	font-weight:bold;
	border:1px solid #d6dee7;
	color:#900;
}
.s_classlist_title_r, .s_classlist_text_r
{
	float:right;
	width:100px;
}
.s_classlist_title_l, .s_classlist_text_l
{
	float:left;
	padding-left:20px;
	width:537px;
}
.s_classlist_title_c, .s_classlist_text_c
{
	float:right;
	width:100px;
}
.s_classlist_text
{
	background: url(images/Gen_list_line.gif) no-repeat left bottom;
	height:30px;
}
.s_classlist_text_l
{
	padding:6px 0px 0px 28px;
	font: normal normal normal 14px/120% Arial, "simsun" ,Helvetica,sans-serif;;
	color:#000;
}
.s_classlist_text_l a
{
	color:#000;
	font: normal normal normal 14px/120% auto;
}
.s_classlist_text_c, .s_classlist_text_r
{
	color:#000;
	font: normal normal normal 14px/120% auto;
	padding:6px 0 0;
}
.a_photo_list li
{
	float:left;
	width:24%
}
.class_content ul li
{
	padding:6px 0 0 28px;
}
.c_main_box
{	
	border:none;
}

.qa_title_bg
{background-image:url(../Skin/Goverment/qa/td_bj.gif); height:26px; line-height:26px; border-top: #F90 solid 1px; border-left: #F90 solid 1px; border-right: #F90 solid 1px; font-size:10.5pt; font-weight:bold; padding-left:20px; color:#FFF;}
.qa_border
{border-bottom: #F90 solid 1px; border-left: #F90 solid 1px; border-right: #F90 solid 1px;}
.qa_form_bg
{background-image:url(../Skin/Goverment/qa/dh_top.gif); height:40px; line-height:40px;}
.blog_name
{padding-left:20px}

#div_photo
{ width:775px;}
#div_photo li { 
float: left; 
width: 155px; 
height: 125px; 
list-style-type: none; 
text-align: center; 
line-height:30px; 
}
.left_menu
{width:220px;background-image:url(Goverment/left_menu_bg.gif); line-height:28px;
}
.left_menu li
{width:110px; float:left; height:28px; line-height:28px;list-style:circle;text-align:center;
}
.left_menu a
{ font-size:14px;}