@charset "gb2312";
/* CSS Document */
@import url(base.css);
@import url(top.css);


/*news.asp*/
#newsList{
	margin:25px 15px;
}
#newsList dl{
	width:740px; height:28px; margin-top:5px; border-bottom:1px dotted #555;
}
#newsList dl dt{
	float:left; width:520px;height:28px;color:#333;padding-left:10px;background:url(../images/icon_grp.gif) no-repeat -80px 3px;
}
#newsList dl dt a{
	color:#000;
}
#newsList dl dt a:hover{
	color:#FF0000;
}
#newsList dl dt a:active{
	color:#333;	
}

#newsList dl dd{
	float:right; width:70px;height:25px;float:right;color:#999; text-align:right; margin-right:8px;
}

.pageStyle{
	margin-right:20px;
}


/*newsDetail.asp*/
#newsDetail{
	margin:5px 10px;	
}
.rtTitle{
	
}
.rtTitle h3{
	font-size:16px; font-weight:600; color:#ff0000; height:40px; line-height:40px; margin-top:20px; text-align:center;
}
.rtTitle .ts{
	font-size:12px; font-weight:normal; color:#ccc; margin-top:5px; margin-bottom:20px; text-align:right; padding-right:10px;	
}

/*aboutUs.asp*/
#content{
	margin:5px 10px;	
}
#content .bgImg img{
	width: expression(this.width > 670 ? "670px" : this.width + "px");
}

#content .content{
	line-height:25px;padding-top:15px;
}

#newsDetail .content a{
	text-decoration:underline; color:#06F;	
}
