#attention {
	list-style: none;
	padding: 0;
}
#attention li {
	padding: 14px;
	margin: 15px 30px;
	border: 1px dashed red;
}
.more {
	display: block;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #668fe7;
	float: right;
	margin-top: -32px;
}
