@charset "utf-8";
.wenhua_list{
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	row-gap:20px;
	column-gap:20px;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	.wenhua_list{
		grid-template-columns:auto;
		row-gap:10px;
		column-gap:10px;
	}
}
.wehua_miaoshu{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.wenhua_miaoshu img{
	max-width: 100%;
}
.wenhua_miaoshu h3{
	color:#15499a;
	font-size: 1.2rem;
}
.wenhua_miaoshu:nth-child(2){
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start:2;
	grid-column-end:3;
}
@media (max-width:767px){
	.wenhua_miaoshu:nth-child(2){
		grid-row-start: unset;
		grid-row-end:unset;
		grid-column-start:unset;
		grid-column-end:unset;
	}
}
.wh_back{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
}

.wh_list{
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	row-gap:20px;
	column-gap:20px;
	margin:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	max-width: 1200px;
	justify-items:center;
}
@media (max-width:767px){
	.wh_list{
		grid-template-columns:auto;
		row-gap:20px;
		column-gap:10px;
	}
}
.wh_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.wh_pic{
	position: relative;
	display: block;
	width: 80px;
	height:auto;
	overflow: hidden;
	margin: auto;
}
.wh_name{
	font-size:1.1rem;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}