.list_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: white;
	background-color: #E64545;
	box-sizing: border-box;
	/*margin-bottom: 10px;*/
}

.pub_con {
	overflow: hidden;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 10px;
}
.pub_con li {
	float: left;
	width:auto;
	width: 33%;
	height: 36px;
	line-height: 36px;
}
.pub_con li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 10px;
}

