@charset "utf-8";
*{margin:0;padding:0;border:0;}
<!--
body {font-family: arial, 宋体, serif;font-size:12px;}
#nav {width:160px;margin-left:9px;list-style-type:none;margin-top:10px;}/*定义整个ul菜单的行高和背景色*/
/*==================一级目录===================*/
#nav li {margin-top:5px;float:left;}/*float：left,本不应该设置，但由于在Firefox不能正常显示继承Nav的width,限制宽度，li自动向下延伸*/
#nav li a {margin-left:10px;width: 140px; display: block;line-height:30px;color:#2D6491;text-decoration:none;font-size:14px;text-align:center;background:url(pic/nav11.gif) no-repeat;}/*Width(一定要)，否则下面的Li会变形*/
#nav li a:hover{background:url(pic/nav11_hover.gif) no-repeat;color:#B83434;}/*一级目录onMouseOver显示的背景色*/
/*==================二级目录===================*/
#nav li ul {margin-left:0;width:160px;list-style-type:none;text-align:center;}
#nav li ul li{margin-top:5px;}/*二级目录的背景色*/
#nav li ul li a{padding-left:0;width:110px;margin-left:25px;line-height:24px;font-size:12px;color:#B37922;background:url(pic/nav22.gif) no-repeat;}/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
#nav li ul a:hover {color:#B83434;background:url(pic/nav22_hover.gif) no-repeat;}/* 二级onmouseover的字体颜色、背景色*/
/*==============================*/
#nav li:hover ul {left: auto;}
#nav li.sfhover ul {left: auto;}
#content {clear: left; }
#nav ul.collapsed {display:none;}
-->
#PARENT{width:180px;height:845px;background-color:#F4F9FB;}
#left_title{ width:180px; height:30px; padding-top:10px;}

body { margin:0;}
#container { width:960px;margin:auto;}
#header,#mainbody,#footer { width:960px;}
#header { height:240px;}
#mainbody { height:847px;margin-top:8px;}
#footer { height:140px;}
#left,#center { height:845px;}
#left { width:180px;float:left;border:1px #aaccee solid;}
#center { width:507px;float:left;border-top:1px #aaccee solid;border-right:1px #aaccee solid; border-bottom:1px #aaccee solid;}
#right { width:262px;height:847px;margin-left:6px;float:left;}

#content { width:507px;height:840px;}
#list_content { width:507px; height:760px;}	
#next_page { width:507px;height:30px;*margin-top:10px;line-height:30px;text-align:center;font-size:12px;}					   
#content a { color:#000000;text-decoration:none;}
#content dl:hover { background:#e8f3fd;color:#004499;cursor:pointer;}		 
#content a:hover { color:#004499;cursor:pointer;}	   
h3 { width:497px;height:30px;border-bottom:1px solid #aaccee; background:url(pic/other_title.gif) repeat-x;line-height:30px; font-size:14px; padding-left:10px;color:#004499;}
dl { width:477px;margin-left:10px; margin-top:10px;border-bottom:1px dashed #aaccee;width:487px; height:65px;}
dt { width:462px;height:25px;line-height:25px;margin-left:13px;}
dd { width:462px;height:40px;margin-left:13px;line-height:20px;font-size:12px; overflow:hidden;}
dd a { color:#666666 !important;}	
dt a span { float:right; display:block; width:80px;font-size:12px;font-weight:normal;}
dt a h4 { width:353px;font-size:14px;white-space:nowrap; overflow: hidden; text-overflow:ellipsis; font-weight:normal; background:url(pic/newslist.gif) no-repeat 0 5px; padding-left:15px;}
dt a:hover h4{ text-decoration:underline !important;}

#google_ad { width:262px;height:253px;}
.hot_news { width:260px;height:269px;border:1px #eeaaaa solid;margin-top:8px;}
.hot_news_one { width:260px;height:287px;border:1px #eeaaaa solid;}
h2 {width:250px;height:31px;border-bottom:1px solid #eeaaaa;background:url(pic/hot_title.gif) repeat-x;line-height:31px;font-size:14px;padding-left:10px;color:#cc0000;}
.hot_news ul { width:240px; margin-left:10px;margin-top:3px;list-style-type:none;}
.hot_news ul li { width:230px; padding-left:10px;border-bottom:1px dashed #CCCCCC;background:url(pic/list.gif) no-repeat 0 9px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}	
.hot_news ul li a { line-height:24px;font-size:14px;color:#000000;text-decoration:none;}
.hot_news ul li a:hover { color:#CC0000; text-decoration:underline;}
