/* BODY 属性 */
body {
	background: rgb(255, 255, 255) none repeat;
	font-size: 9pt;
	font-family: "宋体";
	line-height: 150%;
	color: #000;
}
* { margin: 0px; padding: 0px; }
a { color: #333; }
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #333; text-decoration: underline; }
a:active { color: #333; }
/*Head*/
#nav { height: 24px;list-style-type: none; padding-left:1px;line-height:24px;overflow:hidden ;background:#990000; }
#nav a { display: block; width: 80px; text-align:center; }
#nav a:link { color:#EEE; text-decoration:none; }
#nav a:visited { color:#EEE;text-decoration:none; }
#nav a:hover { color:#FFF;text-decoration:none;font-weight:bold;background:#000; }
#nav li { float: left; width: 80px; }
#nav li ul { line-height: 24px; 
list-style-type: none; 
text-align:left; 
left: -999px; 
width: 700px; /*注意,这里一定要设置宽度*/
position: absolute;
background:#000;
}
#nav li ul li{ float: left;width: 100px; /*float就是子菜单横向的关键,可以继承父菜单而省略float*/ }
#nav li ul a{ display: block; width: 100px;text-align:center;padding-left:10px; }
#nav li ul a:link { color:#F1F1F1; text-decoration:none; }
#nav li ul a:visited { color:#F1F1F1;text-decoration:none; }
#nav li ul a:hover { color:#FFF;text-decoration:none;font-weight:normal;background:#C00; }
#nav li:hover ul { left:25%; }
#nav li.sfhover ul { left:13%; }
#content { clear: left; }
/*新闻显示*/
#newsbody { width:985px; margin:0 auto; }
#newsbodybg { width:985px; float:left; background:url(../images/leftng.gif) repeat-y left center; }
#newsbody .left { width:232px; float:left; background:url(../images/title.gif) no-repeat left top; padding-top:35px; }
#newsbody .left span { display:block; height:26px; padding-left:30px; color:#fff; font-size:16px; font-weight:bold; }
#newsbody .left li { background:url(../images/listbg.gif) no-repeat left center; display:block; padding-left:40px; height:26px; line-height:20px; padding-top:10px; }
#newsbody .left li a { color:#333; text-decoration:none; }
#newsbody .left li a:hover { text-decoration:underline; }
#newsbody .right { width:753px; float:left; padding-bottom:30px; }
#newsbody .right .postion { width:753px; height:29px; line-height:29px; color:#333; }
#newsbody .right .postion a { color:#333; text-decoration:none; }
#newsbody .right .postion a:hover { color:#666; }
#newsbody .right h3 { width:723px; background:url(../images/titler1.gif); height:42px; line-height:42px; color:#0A51A1; font-size:15px; padding-left:30px; }
#newsbody .right dt { background:url(../images/icon_top2.gif) no-repeat left center; padding-left:15px; color:#0A51A1; font-weight:bold; }
#newsbody .right dl { margin:5px 0px; float:left; display:block; width:740px; }
#newsbody .right dt a { color:#0A51A1; font-weight:bold; line-height:25px; margin-right:10px; font-size:12px; text-decoration:underline; }
#newsbody .right dt a:hover { color:#39f; }
#newsbody .right dt span{ color:#FF0000; font-size:11px; font-family:Arial; }
/*footer*/
#footer { width:985px; height:80px; margin:0 auto; clear:both; border-top:1px #dedede solid; text-align:center; padding-top:10px; }
#footer span { clear:both; line-height:20px; display:block; font-family:Arial, Helvetica, sans-serif, "宋体", "新宋体"; }
/*首页*/
#title { margin:20px 0px 15px 0px;font-size:20px;font-weight:bolder;}  /* 文章大标题*/
#title1 { margin:0px 0px 5px 0px;font-size:12px }  /* 文章小标题*/
#Head_shadows { width: 1003px; height: 25px; margin:0 auto; background-image: url(../images/top_bottom_shadow.gif); background-repeat: repeat-x; }
#newsbody .left1 { width:350px; float:left;}
#newsbody .left1 .bor { border:1px dotted #808080; }  /*border:1px solid #808080 实线边框*/
#newsbody .left2 { width:330px; float:left; margin-left:20px; }
#newsbody .right2 { width:245px; float:right; }
#newsbody .title_index { font-size: 10pt; font-weight:bold; color:#0066B2; margin-top:10px;}
#newsbody .title_index .li { list-style-type:none; }
#newsbody .title_index1 { font-size: 10pt; font-weight:bold; color:#0066B2;}
#newsbody .count { width:985px; float:left }

/*矩形#F7F8F9*/
.b1,.b2,.b3,.b4,.b1b,.b2b,.b3b,.b4b,.b{display:block;overflow:hidden;}
.b1,.b2,.b3,.b1b,.b2b,.b3b{height:1px;}
.b2,.b3,.b4,.b2b,.b3b,.b4b,.b{border-left:1px solid #0066B2;border-right:1px solid #0066B2;}
.b1,.b1b{margin:0 5px;background:#0066B2;}
.b2,.b2b{margin:0 3px;border-width:2px;}
.b3,.b3b{margin:0 2px;}
.b4,.b4b{height:2px;margin:0 1px;}
.d1{background:#FFF;}