.list_wrap {
	width: 1153px;
	min-height: 50px;
	margin: 0 auto 15px 10px;
	/* border-bottom: 1px solid #DCDCDC; */
}

.list_tit_wrap {
	height: 45px;
	width: 100%;
	border-bottom: 1px solid #cc0001;
	margin-bottom: 8px;
}

.list_tit {
	width: 160px;
	height: 45px;
	background: #cc0001;
	border-radius: 12px 12px 0px 0px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.list_tit a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.list_tit img {
	position: relative;
	top: 4px;
}

.list_tit_s {
	width: 100%;
	height: 41px;
	background: #EEEEEE;
	font-size: 16px;
	font-weight: bold;
	color: #cc0001;
	line-height: 41px;
	text-indent: 20px;
}

.list {
	width: 100%;
	overflow: hidden;
}

.list li {
	float: left;
	width: 16%;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list li a {
	color: #424241;
}