#head{
background:url(img/bg.png) top left repeat-x;
height:408px;
width:100%;
}

/**/
#rap .news{}
#rap .news h2{
	background:url(img/new.png) top left no-repeat;
	height:50px;
	text-indent:-999em;
}
#rap .news ul{
	width:95%;
	margin:0px auto;
	padding:0px;
	margin-bottom:25px;
}
#rap .news ul li{
	padding:5px 0px;
	display:inline-block;
	width:100%;
	border-bottom:1px dotted #ccc;
}
#rap .news ul li span{
	float:left;
	width:20%
}
#rap .news ul li p{
	float:left;
	width:80%
}