/* CSS Document */
*{
	margin:0;
	padding:0;
	}
body{
	font-size:12px;
	line-height:1.6;
	background:#FFF;
	}
a:link{
	color:#000000;
	text-decoration:none;
	}
a:visited{
	color:#000000;
	text-decoration:none;
	}
a:hover{
	color: ##FE6700;
	text-decoration:underline;
	}
a:active{
	color:#00000;
	text-decoration:none;
	}

#container{
	width:920px;
	background:#09488D url(home.jpg) left top no-repeat;
	margin:15px auto;
	clear:both;
	padding-top:345px;
	overflow:visible;
	padding-bottom:40px;
}
#link{
	width:920px;
	height:25px;
	margin-left:25px;
	font-weight:bold;
	line-height:25px;
	text-align:center;
	clear:both;
	overflow:hidden;
}
#link a{
	margin-right:15px;
	color:#FFFFFF;
	text-decoration:none;
}
#news{
	overflow:hidden;
	padding:15px 0 5px 290px;
	
}
#news ul li{
	list-style-type:none;
}
#news ul li a{
	color:#eee;	
	line-height:20px;

}
#tag{
	color:#FFFFFF;
	margin-left:120px;
	height:25px;
	line-height:25px;
	clear:both;
}
#expert{
	border1:1px solid #FFFFFF;
	width:685px;
	height:86px;
	margin:0px auto;
	padding:5px;	
	overflow:hidden;
	background:#013C7E;
}
#expert .box{
	word-wrap:break-word;
	height:86px;
	width:200px;
	margin-right:5px;
	color:#91C6F0;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
}
#expert .box a{
	color:#91C6F0;	
}
#expert .box img{
	float:left;
	margin-right:5px;
	width:69px;
	height:86px;
}