/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #ff0000;} /* 鼠标在链接上 */ 
a:active {color: #000000;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.Channel{display: block;float:left;margin-left:5px;text-align:center;width:88px;height:21px;padding-top:5px;background-image:url(/Images/bg_c1.gif);font-weight:bold;}
a.Channel:link {color: #000000;}
a.Channel:visited {color: #000000;}
a.Channel:hover{color: #000000;}
a.Channel:active {color: #000000;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2{display: block;float:left;margin-left:5px;text-align:center;width:88px;height:21px;padding-top:5px;background-image:url(/Images/bg_c2.gif);font-weight:bold;}
a.Channel2:link {color: #ffffff;}
a.Channel2:visited {color: #ffffff;}
a.Channel2:hover{color: #ffffff;}
a.Channel2:active {color: #ffffff;}
/* 底部版权信息文字链接的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;}
a.white{color:#fff;}
a.white:link {color: #ffffff;}
a.white:visited {color: #ffffff;}
a.white:hover{color: #ffffff;}
a.white:active {color: #ffffff;}

a.LinkPath{color: #ffffff;}
a.LinkPath:link {color: #ffffff;}
a.LinkPath:visited {color: #ffffff;}
a.LinkPath:hover{color: #ffffff;}
a.LinkPath:active {color: #ffffff;}

a.LinkNavigation{height:25px;padding-right:10px;font-size:10pt;font-weight:bold;}
a.LinkNavigation:link {color: #000000;}
a.LinkNavigation:visited {color: #000000;}
a.LinkNavigation:hover{color: #000000;}
a.LinkNavigation:active {color: #000000;}
.wz{padding-left:10px;color:#ffffff;}
.wz a{color: #ffffff;}
.wz a:link {color: #ffffff;}
.wz a:visited {color: #ffffff;}
.wz a:hover{color: #ffffff;}
.wz a:active {color: #ffffff;}
.path
{width:1000px;height:25px;padding-top:5px;text-align:left;padding-left:10px;background:url(/Images/position_bg.gif) repeat-x left top;}

H2,H4,H5,H6,H1{
	PADDING-RIGHT: 10px; PADDING-LEFT: 30px;  PADDING-BOTTOM: 0px; font-size:14px;font-weight:bold;COLOR: #333; LINE-HEIGHT: 27px; PADDING-TOP: 0px; HEIGHT: 27px;background:url(/Images/lm_dot.gif) no-repeat 10px 6px;
}
H3{
PADDING-RIGHT: 10px; PADDING-LEFT: 25px;  PADDING-BOTTOM: 0px; font-size:14px;font-weight:bold;COLOR: #FFF; LINE-HEIGHT: 26px; PADDING-TOP: 0px; HEIGHT: 26px;background:url(/Images/lm_dot2.gif) no-repeat 6px 6px;
}
H4,H1{
	LINE-HEIGHT: 28px; HEIGHT: 28px;
}
H5{background:url(/Images/bs_WM_icon.gif) no-repeat 10px TOP; padding-left:40px}
H6{background:url(/Images/fw_icon_wMcms.gif) no-repeat 10px TOP; padding-left:40px}
H1{background:url(/Images/bg_gg.gif) no-repeat;font-size:14px;
	color:#fff;font-weight:bold;padding-left:50px;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-size: 9pt;background:url(/Images/bg.gif);
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #0a5095; scrollbar-3dlight-color: #0a5095; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
#main
{ margin:0px auto;width:1000px;
  background:#FFFFFF;
  }
.float_left{
	float:left;
}
.float_right{
	float:right;
}
#WM_index_Content{
  margin:0px auto;width:1000px;}
#WM_Cnt_center
{margin:0px 5px;width:1000px;}
.WM_Content_Left{      
	 margin:0px auto;width:720px;
	 border:1px solid #bbb;float:left;
	 background-color:#FFFFFF;
}
.WM_Content_Leftgg{      
	 
	 background-color:#FFFFFF;
}
#WM_CLeft{
  float:left;margin:0 auto;padding-left:5px;border-right:1px solid #c5c5c5;
  width:726px;height:auto!important; height:300px;min-height:300px;  
}
#WM_CLeftgg{
  float:left;margin:0 auto;padding-left:6px;
  width:990px;height:auto!important; height:300px;min-height:300px;  
}
#WM_CLeftfk{
  float:left;margin:0 auto;padding-left:5px;
  width:990px;height:auto!important; height:300px;min-height:300px;  
}
.pdb5{padding-right:5px;}
#demo12{width:1px;}

/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的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
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}
.header{
    margin:0px auto;width:1000px;height:35px;
	background: url(/Images/header_01.gif) repeat-x; 
}
.WmcmsGov_menu
{margin:0 auto;}
.WmcmsGov_menu ul{}
.WmcmsGov_menu ul li{
   float:left;margin:0 auto;
}
.WmcmsGov_menu_link{height:20px;}
.WmcmsGov_menu_link a,.WmcmsGov_menu_link a:hover,.WmcmsGov_menu_link a:visited{
   font-weight:bold;
   color:#FFF;
   font-size:14px;
}
.banner{
   marign:0 auto;
}
.nav_main {
	width:1000px;text-align:left;
}
.sc{width:880px;}
.data{ 
    float:right;width:120px;
	padding:0px 10px 0px 30px;
	background: url(/Images/time_dot.gif) no-repeat center left;
}
.nav_sub {
	width:1000px;height:30px;color: #fff;font-size:13px;margin-bottom:10px;
	background:url(/Images/position_bg.gif) repeat-x left top;
}
.nav_subl {
	width:1000px;height:30px;color: #000;font-size:13px;
	background-image: url(/Images/sub_nav_bg.gif);
}
/*首页左*/
#WM_DaoDu{
   margin:0px;
   padding:0px;
}
.picture{
   float:left;
   display:inline;
   width:292px;
   height:280px;
   border:1px solid #CCC ;
   padding:7px 5px 1px 6px;
}
.pic_move_title{
   margin:6px auto 0px auto;
   width:232px;
}
.pic_move_title li{
   float:left;
}
.pic_icon_www_wmgov_cn,.move_icon_www_wmgov_cn{
   height:20px;
   line-height:20px;
   width:96px;
   text-align:center;
   padding:4px 10px 0px;
   background:url(/Images/wm_pic_dot.gif) no-repeat 10px center;
}
.move_icon_www_wmgov_cn{
   background:url(/Images/wm_move_dot.gif) no-repeat 10px center;
}
.tt_table1
{margin:0px 3px;}
.tt1
{  width:490px;height:53px;
   text-align:center;
   line-height:53px;
   font-size:25px;
   font-weight:bold;
   color:#FF0000;
   border-bottom:1px solid #CCC ;
   background:url(/Images/toutiao_bg.gif);}
.tt1 a:link,.tt1 a:visited,.tt1 a:hover{
    color:#f00;
    text-decoration:none;
}
.tt2{width:290px;padding-left:10px;}
.sydate
{color:#666666;text-align:right;padding-right:8px;}
.wm_wmgov_news{
    padding:15px 10px;
}
/*新闻滑动*/
#menu
{float:left;
   width:401px;margin-bottom:10px;margin-left:10px;
   }
#nav{
	 float:left;margin:0 auto;width:403px;BACKGROUND: url(/images/wm_tt_bg.gif) repeat-x;border-bottom:3px #d62615 solid;
}
#nav li{
	float:left;margin-right:3px;
}
#nav li a{
	float:left;
	display:block;
	height:25px;
	margin:0 auto;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	margin:0 auto;
	line-height:22px;
	font-size:14px;
	font-weight:bold;padding-top:4px;
	text-decoration:none;width:88px;text-align:center;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;color:#ffffff;
	text-decoration:none;background-image:url(/Images/wm_TT_slide_menu1.gif);background-position:center top;
}
#nav li .nav_off{   /*鼠标经过时变换背景，方便JS获取样式*/
	color:#cc0000;background-image:url(/Images/wm_TT_slide_menu2.gif);background-position:center top;
}
 /*子栏目*/
#menu_con{
	float:left;
	margin:0 auto;text-align:left;
	clear:both; width:391px;
   border:1px solid #f5acad;height:254px!important;padding:5px 5px 0 5px;
}
.sylmdh
{margin-left:10px;padding-top:3px;}
.sylmdh a{color:#d61f0e;}
.sylmdh a:link{color:#d61f0e;}
.sylmdh a:visited{color:#d61f0e;}
.sylmdh a:hover{color:#d61f0e;}
.sylmdh a:active{color:#d61f0e;}
.ss_tq{width:700px;
	}
.ss{padding:0 15px;}
.tqt{color:#ffffff;padding-top:3px;}
.tqt1{padding-top:2px;}
/*政务*/
.zt_zwgk,.bmfw_banshi{
    width:717px;
	background:url(/Images/wm_wmgov_03.gif) repeat-x left 10px;
}
.WM_zwgk_title{
    padding:11px 10px 0px 45px;line-height:33px;
	height:33px;font-size:14px;font-weight:bold;
}
.WM_zwgk_title a{color:#ffffff;}
.WM_zwgk{
    width:510px;
	background:#FFFBF2 url(/Images/WM_zwgk_pics_05.gif) repeat-x left top;
}
.zwgk_tt{
    width:80px;
	background:  url(/Images/zwgk_tt.gif) no-repeat left top;
}
.sydgg
{}
/*党建hd*/
.preview{FLOAT:right;width:705px;margin-top:-31px;} 
.cls{clear:both;} 
.hidden{display:none;} 
.scrolldoorFrame{margin:0px auto;overflow:hidden;float:right;} 
.scrollUl{margin:0px;width:180px;padding: 0px 2px; HEIGHT: 33px;overflow:hidden;} 
.scrollUl li{float:left;height:28px;} 
.bor03{width:705px;border-left:1px #999 solid;border-right:1px #999 solid;border-bottom:1px #999 solid;backgrond-color:#fffbf2;padding:10px 18px;height:120px;}
.cont{padding:5px;}  
.sd01{cursor:pointer;width:60px;PADDING-TOP: 7px; HEIGHT: 21px;TEXT-ALIGN: center;font-weight:bold;} 
.sd02{cursor:pointer;width:60px;PADDING-TOP: 7px; HEIGHT: 21px;TEXT-ALIGN: center;}
a.dj:link {color: #c91107;}
a.dj:visited {color: #c91107;}
a.dj:hover{color: #c91107;}
a.dj:active {color: #c91107;}
#c01,#c02,#c03,#c04{line-height:180%;}
.sywszbtu{text-align:center;margin:25px 30px;}
.sywszbzi{margin-left:35px;font-size:20px;font-weight:bold;}
/*广告*/
.WM_quick_nav_l{
   margin:0 0 8px 0px;
   height:57px;
   line-height:57px;
   padding-left:9px;
   background:url(/Images/wmquick_nav_01.gif) no-repeat left top;
}
.WM_quick_nav_c{
   padding-top:9px;
   height:48px;
   background:#FDF5EB;
}
.WM_quick_nav_r{
   height:57px;
   line-height:57px;
   padding-right:11px;
   background:url(/Images/wmquick_nav_03.gif) no-repeat right top;
}
/*首页列表*/
.sy_lb
{margin-top:8px;float:left;width:717px;}
.sy_lb_l{margin:0 auto;float:left;width:354px;padding-right:8px;}
.sy_lb_tit{background:url(/Images/sy_tit_bg.gif) no-repeat left top;}
.sy_lb_r{margin:0 auto;float:right;width:353px;}
.lb_t{width:353px;height:30px;}
.sy_tt{width:150px;text-align:center;padding-top:5px;font-size:15px;font-weight:bold;}
.gd{float:right;}
.sy_lb_con,.art_centent{margin-top:-1px;line-height:22px;padding:5px 5px 0 5px;border-left:1px solid #c00000;border-right:1px solid #c00000;border-bottom:1px solid #c00000;height:134px;overflow:hidden;}
.sytt{height:21px;line-height:21px;}
.tt{height:21px;line-height:21px;}
.tt a{font-size:13px;}
.tt a:link {color: #000000;}
.tt a:visited {color: #000000;}
.tt a:hover{color: #000000;}
.tt a:active {color: #000000;}
a.childclass{line-height:180%;}
a.childclass:link {color: #000000;}
a.childclass:visited {color: #000000;}
a.childclass:hover{color: #000000;}
a.childclass:active {color: #000000;}
a.STYLE5{color:#ff0000;text-decoration:underline;}
/*最新图文*/
.sy_tw{width:704px;border:1px solid #2459b1;margin-top:8px;}
.zxtw{width:33px;background:url(/Images/zxtw.gif) no-repeat left top;color:#fff;font-weight:14px;font-weight:bold;padding-left:10px;}
/*政务导航*/
.WM_bumen{
   float:left;width:717px;border-left:1px solid #bbb;border-right:1px solid #bbb;border-bottom:1px solid #bbb;
   margin-top:8px;margin-left:2px;text-align:center;
  }
.WM_GovDir_Menu_style LI,.WM_Pic_Menu_style LI {
	FONT-SIZE: 12px;
	FLOAT: left;
	padding:0px 10px;
	CURSOR: pointer;
	COLOR: #E0510B;
	font-weight:bold;
	LINE-HEIGHT: 24px;
	HEIGHT: 24px;
	TEXT-ALIGN: center;
	list-style:none;
}
.WM_GovDir_Menu_style LI.selectd,.WM_Pic_Menu_style LI.selectd  {
    HEIGHT: 28px;
	border:none;
	BACKGROUND: url(../images/wm_slide_menu.gif) no-repeat center 0px; COLOR: #fff;
}

.WM_Pic_Menu_style LI {
	padding:0px 47px;
	BACKGROUND: url(../images/WM_pic_outslide_menu.gif) no-repeat center 0px;
}
.WM_Pic_Menu_style LI.selectd {
    HEIGHT: 32px;
	BACKGROUND: url(../images/WM_pic_slide_menu.gif) no-repeat center 0px;
}
/*--首页左边样式表开始------*/
.wm_wmgov_zwgk{
    padding:0px 10px;
	border-left:1px solid #E6C48F;
	border-right:1px solid #E6C48F;
	border-bottom:1px solid #E6C48F;
}
/*首页右边样式表------------------*/
.WM_zb,.WM_gg,.WM_sp{
	width:254px;margin-bottom:8px;
    background:#FFF;
}
#timer{height:20px;}
.gg_title{background:url(/Images/bg_gg.gif) no-repeat;height:29px;margin-bottom:2px;}
.dc_title{background:url(/Images/bg_dc.gif) no-repeat;height:29px;margin-bottom:2px;}
.gglist
{border:1px solid #c00000;padding:10px 13px;height:237px;}
.more {
	FONT-WEIGHT: normal; color:#ffffff;FONT-SIZE: 12px; FLOAT: right;
}
.more a{color:#fff;}

.zb_title{
   	background:url(/Images/bg_zb.gif) repeat-x left top;
}
.zb_list{border:1px solid #CCC;
   padding:8px 8px 4px 15px;
   line-height:20px;
}
.sp_title{background:url(/Images/bg_sp.gif) no-repeat;}
.splist{border:1px solid #CCC;padding:5px;}
.spl{width:150px;font-size:14px;color:#fff;font-weight:bold;padding-left:35px;LINE-HEIGHT: 29px; HEIGHT: 29px;}
.spr{}
.spl a,.spl a:link,.spl a:visited,.spl a:hover,.spl a:active{color:#ffffff;}
.dclist{border:1px solid #CCC;padding:8px 10px 0 10px;}
.WM_bumen_title{
    padding:0px 10px 0px 130px;
	margin-bottom:6px;
	height:25px;background:url(/Images/wmzwwzdh.gif);
	line-height:25px;
}
.bm{
   min-height:150px;
   height:auto!important;
   height:150px;
   background:#fff; 
   padding:4px;
}
.BM_Menu_style {
	MARGIN: 0px; HEIGHT: 28px;background:url(/images/WM_bmbg.gif) repeat-x center bottom ;
	
}
.BM_Menu_style ul LI {
	FONT-SIZE: 14px;
	FLOAT: left;
	WIDTH: auto;
	MARGIN: 0px;
	padding:0px 20px;
	CURSOR: pointer;
	COLOR: #E86638;
	font-weight:bold;
	LINE-HEIGHT: 28px;
	HEIGHT: 28px;
	TEXT-ALIGN: center;
	list-style:none;
}
.BM_Menu_style ul LI.selectd {
    HEIGHT: 28px;
	border-top:1px solid #E86638;
	border-left:1px solid #E86638;
	border-right:1px solid #E86638;
	background:url(/images/wm_menu_over.gif) repeat-x center bottom ;
	COLOR: #000;
	text-decoration:underline;
	margin-bottom:-1px;
}
/* 标准盒模型 */ 
.ctt{margin-top:-10px;;padding:6px;clear:both;border-top:0;text-align:left;line-height:180%;} 
.w936{margin:8px 0 0 10px;clear:both;width:680px;height:60px;} 
/* TAB 切换效果 */ 
.tb_{} 
.tb_ ul{margin-left:0px;height:24px;border-bottom:1px #c00000 solid;} 
.tb_ li{float:left;line-height:1.9;width:120px;cursor:pointer;} 
a.zwdh{padding:0 13px;text-align:center;width:110px;}
/* 用于控制显示与隐藏的css类 */ 
.normaltab {text-align:center;color:#000; font-size:14px;font-weight:bold} 
.hovertab 
{ height: 24px;background:url(/images/wm_menu_over.gif) repeat-x center bottom;border-top:1px solid #c00000;
border-left:1px solid #c00000;border-right:1px solid #c00000;text-align:center;color:#c00000; font-size:14px;font-weight:bold } 
.dis{display:block;} 
.undis{display:none;} 
.friend_link{
   width:680px;
   border-top:1px dashed #bbb;
   height:30px;
   line-height:24px;
   padding-top:10px;
}
.friend_link ul{margin-left:5px;}
.friend_link li{
   float:left;width:160px;margin-left:-1px;padding:0 5px;margin-bottom:6px;
}
/*网站右*/
#WM_CRight{float:right;width:265px;}
/*首页右边样式表*/
.WM_Rcnt1{
    margin:0px auto;
	width:260px;
	float:right;
}
.WM_gw{
    width:254px;border:1px solid #ccc;
	background:#FFF;
	margin-bottom:10px;
}

.WM_zt{
	width:254px;margin-bottom:8px;
    border:1px solid #CCC;
	background:#FFF;
}
.zt_title{
    height:30px;
	line-height:30px;
	padding-right:10px;
	background:url(/Images/wmzwzt.gif) repeat-x left top;
}
.zt_list{
   padding:8px 8px 4px 8px;
   line-height:20px;
}
.ldxx
{margin-bottom:8px;}
.sywszbpl{margin-top:-15px;padding:0 15px;line-height:20px;}
/*登陆*/
.wMcms_User_login{width:254px;
	margin-bottom:10px;
}
#UserLogin {padding:5px 10px;}
.dl{background:url(/Images/wm_login_bg.gif) no-repeat;margin-bottom:2px;font-size:14px;color:#fff;font-weight:bold;padding-left:35px;LINE-HEIGHT: 29px; HEIGHT: 29px;}
.dllist
{border:1px solid #c00000;text-align:center;padding-top:10px;}
.xianh{height:30px;overflow:hidden;}
/*留言反馈*/
.syly
{margin:-15px 10px 5px 10px;line-height:150%;}
/*统计*/
.tj_title{
    background:#FFF url(/Images/bg_tj.gif) repeat-x left top;
}
.WM_online{
    width:220px;padding:35px 20px 10px 10px;
	margin-bottom:8px;
    background:#FFF url(/Images/online.gif) repeat-x left top;
    border:1px solid #CCC;
}
.visit ul,.WM_online_www_wmgov_cn ul
{margin:0;}
.WM_stat{width:254px;margin:9px 0 10px 0;}
.visit
{ border:1px solid #c00000;
    list-style-type:none; background:url(/Images/bg_zwxxgk.jpg) no-repeat;
	height:325px;
}
.visit li{margin-left:55px;width:160px;text-align:center;font-size:15px;font-weight:bold;padding-top:25px;padding-bottom:10px;}
.visit li a,.visit li a:link,.visit li a:visited,.visit li a:hover,.visit li a:active{color:#444;}
.stat{background:url(/Images/sjtj.gif) repeat-x left top;height:21px;color:#fff;padding:6px 0 0 35px;font-size:14px;font-weight:bold;margin-bottom:2px;}
.stat a,.stat a:link,.stat a:visited,.stat a:hover,.stat a:active{color:#ffffff;}
.famzc{width:718px;border:1px solid #C81101;}
.pic1{border:1px solid #dedede;padding:3px;}
.lytt{background:url(/Images/bbx.gif) repeat-x left top;height:21px;color:#fff;padding:6px 0 0 35px;font-size:14px;font-weight:bold;margin-bottom:2px;}
.lylist{border:1px solid #c00000;padding-top:5px;}
.bbx{width:254px;}
.WM_stattl{
    width:220px;padding:30px 20px 10px 0px;
	margin-bottom:200px;
    background:#FFF url(/Images/stat.gif) repeat-x left top;
    border:1px solid #CCC;
}
.visittl li
{
    list-style-type:none;height:18px;
	line-height:25px;padding-left:20px;
    background:url(/Images/icon_new.gif) no-repeat left;
}
.WM_online_www_wmgov_cn li{
    list-style-type:none;height:25px;
	line-height:25px;padding-left:5px;
}
/*友情链接*/
.WM_FriendSite{
width:1000px;
   margin:10px 10px 4px 6px;
   height:42px;
   border:1px solid #ccc;
   padding:3px;
   text-align:center;
}
/*foot*/
#footer{width:1000px;
   margin:0 auto;
   background:#FFFFFF;
}
.foot_nav{
    margin-top:8px;height:30px;
	text-align:center;
	line-height:30px;
	background:url(/Images/Banner_red_r3_c1.jpg) 0 -20px repeat-x;
}
.white_tit{
   font-size:12px;padding-top:5px;
font-family: Arial, Helvetica, sans-serif;
}

.foot_info{
	text-align:center;line-height:150%;
	background-color:#fff;
	border-right-color: #333333;
}
.foot_right{
	float: left;
	width: 300px;
	height: 70px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	clear: both;
	margin-right: 10px;
	margin-top: 15px;
	margin-left: 30px;
	background-attachment: fixed;
	background-image: url(/Images/ico_b.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #0a5095;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #0a5095;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%;
}
/*网上支部内容*/
.pdt10
{margin-top:5px;}
.position{
    height:27px;padding-top:6px;text-align:center;color:#ffffff;font-size:14px;font-weight:bold;
	background:url(/Images/gov_wMcms_52.gif) repeat-x left top;	
}
.rdlist
{margin-top:-15px;padding:5px 0 5px 10px;line-height:150%;}
.wqlist
{margin-top:-15px;padding:5px 0 5px 10px;line-height:150%;font-size:14px;}
　　/* --评论显示页的css定义开始-- */
th{ color:#000; font-size:12px; font-weight:normal;text-align:right;padding-right:5px}
img{ border:0px}
.m720{
 BORDER: #92b0dd 1px solid; PADDING: 5px 5px 5px 5px;margin:5px 0px 5px 0px; BACKGROUND-COLOR: #ebf4ff}
.declare { color:#000; font-size:12px; font-weight:normal;}
a.hdlj{font-size:14px;line-height:150%;}
a.hdlj:link {color: #000000;}
a.hdlj:visited {color: #000000;}
a.hdlj:hover{color: #000000;}
a.hdlj:active {color: #000000;}
.hdlist1
{padding:3px 10px 0 10px;}
.hdlist2
{padding:3px 10px 0 10px;}
.gd
{float:right;width:50px;margin:5px auto;}
.Comment_border /* 蓝色表格边框背景颜色定义(760) */
{
}
.Comment_title /* 标题背景颜色定义(760) */
{
width:100%;background:#FFFFFF;text-align:left;padding-left:10px;font-size:14px;font-weight: normal;line-height: 25px;
}
.list2
{padding-top:2px;}
.comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.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 /* 顶部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#0089f7;color:#3ab1f5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(/Skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	color: #ffffff;
	height: 22;
	background-image: url(/Skin/ocean/menu_bg2.gif);
	padding-left: 33px;

}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background-color:#ffffff;margin-top:10px;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/ocean/right_t.gif);
	width: 182px;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
	padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
	height: 10px;
	background-image: url(/Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
}
.right_title_bs06 /* 右栏标题表格背景、文字颜色定义 */
{
	font-weight:bold;
	color: ffffff;
	height: 28px;
	padding-left:20px;
	text-align: left;
	background-image: url(/Skin/ocean/right_t.gif);
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/Skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.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: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
background-image: url(/Skin/ocean/main_bs.gif);
border-right: 1px solid #1c65be;
text-align: left;padding-left:30;height: 27px;

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}

.main_title_bs06 /* 中栏标题表格背景、文字颜色定义(bs06) */
{
	color: ffffff;
	text-align: left;
	padding-left:30px;
	height: 27px;
	background-image: url(/Skin/ocean/main_bs.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
	font-weight: bold;
}
.main_tdbg_bsd06 /* 中栏内容表格背景、文字颜色定义(bsd06) */
{
	color: ffffff;	height: 4px;	background-image: url(/Skin/ocean/main_02.gif);
}
.main_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aec6e8;
	border-bottom-color: #aec6e8;
	border-left-color: #aec6e8;
	background-image: url(/Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}
.main2_tdbg_bs06 /* 中栏内容表格背景、文字颜色定义(bs06) */
{
	line-height: 150%;
	text-align: left;
	padding-left:5;
	padding-right:5;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #aec6e8;
	background-image: url(/Skin/ocean/main_bg.gif);
	background-color: #ffffff;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的css定义结束-- */
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
.fbly{width:600px;}
.lxr{font-weight:bold;border-bottom:2px solid #dedede;}
.hf{border-top:1px #dedede solid;font-size:13px;line-height:25px;padding-left:25px;padding-top:10px;}
.ly_padl1{padding-left:35px;}
.xxly{width:600px;}
.border_lylb{width:500px;}
a.Guest:link {color: #000000;}
a.Guest:visited {color: #000000;}
a.Guest:hover{color: #000000;}
a.Guest:active {color: #000000;}

.Guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/images/gov_wMcms_52.gif);padding-left:5px;height: 27px;color:#ffffff;
}
.Guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
padding: 8px;border:1px solid #c30302;
}
.Guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #c30302;width:600px;
}
.Guest_title /* 标题背景颜色定义(760) */
{
background:#c30302;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;padding-left:10px;
}
.Guest_replyuser /* 用户回复文字背景颜色定义(760) */
{
color: #1a82da;
}
　　/* --留言频道css定义结束-- */

/* ==网页中部中的css定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#0089f7;color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==bottom.asp中的css定义结束== */

/* ==自选风格中的css定义结束== */
.menu
{
background-color: #0a5095;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;} 

