.topList {
	background-color: white;
	height: 150px;
	padding: 40px 0 40px;
}

.topList .item {
	float: left;
	width: 20%;
}

.topList img {
	width: 65px;
	float: left;
}

.topList span {
	font-size: 22px;
	color: #282828;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	line-height: 24px;
	padding-top: 10px;
}

.topList em {
	font-size: 14px;
	color: #7b7b7b;
}
