body{
    margin: 0 auto;
	font-size:12px;
	color:#666;
	background-color:#666;
}

#container{
	margin:0 auto; width:1006px;
	background-color:#FFFFFF;
	}
	
a{
	color:#cc3300;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*////////////////////头部CSS////////////////////*/
#header{
	background:url(../images/header.gif) no-repeat;
	height:82px;
}

#log{ 
      width:280px; 
	  height:40px; 
	  background:url(../images/log_bg.gif) no-repeat;
	  text-align:left;
}

#log a{
	color:#fff;
	font-size:9pt;
	text-decoration:none;
}
#log a:hover{
    color:#FF3300;
}




/*////////////////////导航CSS////////////////////*/
#nav{
    width:1006px;
	background:url(../images/nav_bg.gif) repeat-x;
	height:28px;
	padding:3px 0 0 0;
}
#nav li{
	float:left;
	margin-right:30px;
}
#nav li a{
	color:#FFCC99;
}

/*////////////////////banner////////////////////*/
#banner{ 
    width:1006px;
    height:210px;
	text-align:left; 
	background:url(../images/banner.gif) no-repeat;}

/*////////////////////首页左边栏CSS////////////////////*/
#left{
	float:left;
	width:450px;
	height:240px;
}

/*////////////////////搜索CSS////////////////////*/
#xsjz_t{ width:445; height:40; background:url(../images/xsjz.gif) no-repeat;}
#search {width:429px; height:38px; margin-top:10px; padding:8px 0 0 20px; background:url(../images/ztwz.gif) no-repeat;}


/*////////////////////快速通道CSS////////////////////*/
#kstd{ float:left;
       margin:10 0 0 10px; 
	   width:135px;
	   line-height:20px;
	   }
	   
#kstd li { text-align:left; margin-left:10px;}
#kstd li a { color:#0088ff; text-decoration:none;}
#kstd li a:hover { color:#ff3300; text-decoration:underline;}


/*////////////////////链接专题////////////////////*/
#dhzt{ width:284px; }

/*////////////////////专题CSS////////////////////*/
#ztwz{ float:left;
       margin:10px 0 !important; margin:5px 0 0 10px;
       padding:10 10px !important; padding:10px 0 0 20px; 
	   width:284px; height:124px; 
	   background:url(../images/zt.gif) no-repeat; 
	   /*/---- 四行行距适应
	   line-height:20px; 	----/*/     
	   /*/---- 五行行距适应    ----/*/	
	   line-height:20px;
	   text-align:left;   
}
#ztwz a { color:#91071b; text-decoration:none;}
#ztwz a:hover { color:#ff0000; text-decoration:underline;}


/*////////////////////华大要闻CSS////////////////////*/
#hdyw_t{ float:left; margin:0 0 0 35px; padding:8px 19px 0 0; width:500px; height:31px; background:url(../images/hdyw.gif) no-repeat; text-align:right;}
#hdyw_t a{ color:#91071b; text-decoration:none;}
#hdyw_t a:hover  { color:#FF0000; text-decoration:underline;}
#hdyw{ float:left;
       margin:20px 0 0 40px;
       width:479px; 
	   height:192px;
	   padding-right:30px
	   }
#hdyw li{
	margin-left:10px;
	list-style:square;
	line-height:28px;
	background: url(../images/li_bg.gif) repeat-x;
}
#hdyw li a{ color:#333; text-decoration:none;}
#hdyw li a:hover{ color:#FF3300; text-decoration:underline;}

/*////////////////////底部CSS////////////////////*/
#footer{
	clear:both;
	color:#FFF;
	background:url(../images/footer.gif) no-repeat;
	height:68px;
	line-height:20px;

}
#addr{ float:left; width:500px; margin:17px 0 0 20px; text-align:left;}
#copyright{ float:right; width:300px; margin:17px 20px 0 0; text-align:right;}


