@charset "utf-8";
#tips {
	color: #999;
	text-align: center;
	padding-bottom: 20px;
}
#list {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px 0;
	border: 1px solid #ccc;
	border-top: 3px solid #c00;
}
#list li {
	float: left;
	width: 20%;
	line-height: 30px;
	text-align: center;
}
#content ul {
	float: left;
	width: 420px;
	padding: 20px 30px;
	line-height: 32px;
}
#content ul:nth-child(even) {
	float: right;
}
#content .t {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
#content ul li:nth-child(n+2) a:first-child {
	margin-right: 6px;
	font-weight: bold;
}
#content ul li:nth-child(n+2) a:nth-child(n+2) {
	color: #047;
}