.content-list table {
	background: #bd1a2d;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}
.content-list table th {
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	height: 50px;
}
.content-list table td {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.content-list table td a {
	color: #fff;
}
.content-list table td.td1 {
	width: 8%;
}
.content-list table td.td2 {
	width: 50%;
}
.content-list table td.td3 {
	width: 10%;
}
.content-list table td.td4 {
	width: 10%;
}
.content-list table td.td5 {
	width: 12%;
}
.content-list table td.td6 {
	width: 10%;
}
.content-list table tr:hover {
	background-color: #CC0000;
	transition: all 0.5s;
}
.content-list .search-box {
	width: 720px;
	height: 40px;
	margin: 0 auto 10px 0;
}
.content-list .search-box input {
	float: left;
	width: 230px;
	height: 40px;
	border: 2px solid #b50000;
	/* 分别按四个角进行设置 */
	border-radius: 10px 0 0 10px;
	font-size: 16px;
	/* 取消默认的外线（外线是文本框特有的东西） */
	outline: none;
}
.content-list .search-box .search-btn {
	float: left;
	width: 80px;
	height: 40px;
	background-color: #b50000;
	color: white;
	text-align: center;
	line-height: 37px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 0 10px 10px 0;
}
