@charset "utf-8";

.list{
	width: 1050px;
	margin: 0 auto;
	border: 4px solid #eeeeee;
	margin-top: 20px;
}
.list p{
	padding: 20px 0 10px 25px;
}
.list p a{
	font-size: 14px;
	font-weight: bold;
	background: url(/images/icon.png) no-repeat 0 50%;
	padding-left: 20px;
	color: #1188cc;
}