.news_bg{
	background: #f1f1f3;
}
.contact_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact_list > .contact_item {
	width: 33%;
	height: 270px;
	border: 1px solid #e6e6e6;
	text-align: center;
	margin-top: 24px;
	padding: 40px 30px;
	background-color: #fff;
	margin-right: calc((33% - 40%) / 3);
}
/*.contact_list > .contact_item > img{*/
/*	width: 60px;*/
/*}*/
/*.contact_list > .contact_item > img:nth-child(4){*/
/*	width: 120px !important;*/
/*	height: 120px;*/
/*}*/
/*.contact_list > .contact_item:nth-child(3) {*/
/*	margin-right: 0;*/
/*}*/
.contact_item div:nth-child(2) {
	font-size: 17px;
	color: var(--color-333);
	margin-top: 8px;
	margin-bottom: 15px;
}
.contact_item div:nth-child(3) {
	font-size: 15px;
	color: var(--color-999);
}
.contact-body.banner {
	background: url(../../images/lxwm_bg_pic.png) center no-repeat;
}
