@charset "utf-8";
#quandi_map{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:300px;
	padding-top:20px;
	padding-bottom:20px;
	
}

.contact_list{
	display:grid;
	grid-template-columns: calc(50% - 20px/2) calc(50% - 20px/2);
	row-gap:20px;
	column-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	border: 1px solid #ddd;
	padding: 10px;
}
.contact_miaoshu img{
	max-width:100%;
	clear:both;
	height:auto;
	overflow:hidden;
}