/* index內容*/
.content{
	background-color:#000000;
	width:900px;
	height:133px;
}
.quicklink{
 padding-top:19px; 
 padding-left:8px;
}
.hotnews{
	width:595px;
	margin:5px 0px 0px 10px;
}
.newstitle{
	width:590px;
	height:23px;
	background-image:url(../images/title_hotnews_i.jpg);
	padding:5px 5px 0px 0px;
	color:#3399cc;
}
.newstitle a{
	color:#3399cc;
	text-decoration:none;
}
.newstitle a:hover{
	text-decoration:underline;
}
.newscontent{
	 background-image:url(../images/dotline.jpg); 
	 background-repeat:no-repeat; 
	 background-position:center; 
	 width:595; 
	 height:90px;
}
.news_li{
	color:#999999;
	width:230px;
	background-image:url(../images/li_news.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:45px;
	margin:20px 25px 0px 5px;
}
.news_li a{
		color:#999999;
}
.news_li a:hover{
		color:#666666;
}
