/* CSS Document */
body{font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0 auto; padding:0;
} 
.clr{ clear:both;}
a.wck{color:#46B861; text-decoration:none;}
a.wck:hover{color:#F00; text-decoration:underline;}
/*****页面logo区域*****/
#head{width:980px; height:378px; margin:auto; padding:0px;}
#h_top{width:980px; height:100px; background:url(../images/logo.jpg) no-repeat;}
#h_top #top_nav{ width:270px; height:24px; float:right; margin:4px 5px auto auto; border:1px solid #B0B5D0; background:#EDF5F5;}
#top_nav ul{list-style-type:none; margin:0; padding:0;}
#top_nav ul li{ display:inline; width:260px; height:24px; line-height:24px;}
#top_nav ul li img{ float:left;margin-top:4px; margin-left:12px;}
#top_nav ul li a{float:left; margin-left:10px;}
#top_nav ul li a:link{ color:#0A7272; text-decoration:underline;}
#top_nav ul li a:visited{ color:#0A7272; text-decoration:underline;}
#top_nav ul li a:hover{ color:#0A7272; text-decoration:none;}
/*****页面一级导航区域*****/
.h_bg{width:980px; height:216px; background:url(../images/top.jpg) no-repeat;}
#h_menu1{width:980px; height:36px; padding-top:1px;}
#h_menu1 .menu1_left{width:11px; height:36px; float:left; background:url(../images/m_left.gif) no-repeat;}
#h_menu1 .menu1_center{width:952px; height:36px; float:left; background:url(../images/m_center.gif) repeat-x;}
#h_menu1 .menu1_center ul{ list-style-type:none; width:952px; height:16px; margin-top:10px; margin-left:0px;}
#h_menu1 .menu1_center ul li{ float:left; width:86px; font-size:18px; font-family:"黑体"; color:#FFF; display:inline;}
#h_menu1 .menu1_center ul li a:link{ color:#FFF; text-decoration:none;}
#h_menu1 .menu1_center ul li a:visited{ color:#FFF; text-decoration:none;}
#h_menu1 .menu1_center ul li a:hover{ color:#0A7272; text-decoration:none;}
#h_menu1 .menu1_right{width:17px; height:36px; float:left; background:url(../images/m_right.gif) no-repeat;}
/*****页面二级导航区域*****/
#h_menu2{width:980px; height:25px; margin-top:0px; padding:0px;}
#h_menu2 #menu2_left{width:14px; height:25px; float:left; background:url(../images/m2_left.gif) no-repeat;}
#h_menu2 #menu2_center{width:956px; height:25px; float:left; background:url(../images/m2_center.gif) repeat-x;}
#h_menu2 #menu2_center #menu2_title{width:65px; height:25px; float:left; font-size:14px; font-weight:bolder; color:#1C6A33; line-height:25px; vertical-align:middle; margin-left:6px;_margin-left:3px;_margin-right:-3px;}
#h_menu2 #menu2_center #menu2_nav{width:700px; height:25px; float:left;}
#h_menu2 #menu2_center #menu2_nav ul{list-style-type:none; width:700px; height:14px; margin-top:5px;}
#h_menu2 #menu2_center #menu2_nav ul li{ float:left; margin-left:8px; font-size:13px; color:#1C6A33;}
#menu2_nav ul li a:link{ color:#1C6A33; text-decoration:none;}
#menu2_nav ul li a:visited{ color:#1C6A33; text-decoration:none;}
#menu2_nav ul li a:hover{ color:#000; text-decoration:underline;}
#menu2_center #input{ float:left; width:15px; margin-top:1px;}
#menu2_center #search{ width:46px; height:17px; float:right; margin-top:2px;_margin-top:3px; padding-right:2px; background:url(../images/search.gif) no-repeat;}
#h_menu2 #menu2_right{width:10px; height:25px; float:left; background:url(../images/m2_right.gif) no-repeat;}

/*****最新消息区域*****/
.new_msg{width:980px; height:30px;margin:0 auto; padding:0; margin-top:4px; background:url(../images/news_bg.gif) repeat-x;}
.new_msg img{float:left; margin-top:9px; margin-left:14px; display:inline;}
.new_msg span{float:left; width:60px; height:14px; margin-top:9px; font-weight:bold; color:#FF0000; margin-left:6px; display:inline;}
.new_msg .new_content{float:left; width:880px; height:14px; margin-top:8px; margin-left:6px; display:inline;}
.new_msg .new_content ul{ float:left; margin:0; padding:0;}
.new_msg .new_content ul li{display:inline; margin-left:5px; margin-right:5px; list-style-type:square; color:#000000;}
