@charset "utf-8";
/* CSS Document */

#articleList{
width:700px;
margin-left:30px;
}
.specialArtivle{
clear:both;
}
.specialArticle img{
	float:left;
	margin-right:20px;
}
.specialArticle ul{
	display:block;
	width:500px;
	height:100px;
	list-style-type:none;
	font-size:12px;
}
.specialArticle li{
	height:22px;
}
