body{
	background: #f5f5f5;
}
.content_body{
	padding: 50px 0 0;
}
.com_list{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 58px;
}


.con_list_title{
	background: #f5f5f5;
	height: 74px;
	line-height: 74px;
	color: #222222;
	font-size: 22px;
}

@media screen and (max-width:1050px) {
	.com_list{
		width: 100%;
		padding-bottom: 20px;
		
	}
	.con_list_title{
		padding:0 10px;
		font-size: 20px!important;
		height: 50px;
		line-height: 50px;
	}
	.content_body{
		padding: 1% 0 0;
	}
	
}