@charset "utf-8";
#quandi_dip{
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	max-width:1200px;
}
@media (max-width:767px){#quandi_dip{grid-template-columns:auto;row-gap:10px;column-gap:10px;padding:10px;margin:auto;}}
.dip_tb{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	text-align:center;
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:20px;
}
@media (max-width:767px){.dip_tb{padding:10px;}}
.dip_tb:hover{
	border:1px solid #007fff;
}
.dip_pic{
	display:block;
	width:auto;
	height:300px;
	overflow:hidden;
	margin:auto;
	background-size:cover;
	border-radius:50px;
}
@media (max-width:767px){.dip_pic{height:200px;}}
@media (max-width:480px){.dip_pic{height:150px;}}
.dip_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.4rem;
	padding:10px;
	color:#007fff;
	font-weight:bold;
}
.dip_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	line-height:1.5;
	padding:10px;
	padding-top:0px;
}

#quandi_dip_a{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#eee;
	padding-top:40px;
	padding-bottom:40px;
}
#quandi_dip_a_tbody{
	display:grid;
	grid-template-columns:33.3% 33.3% 33.3%;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	max-width:1200px;
	white-space:nowrap;
	
}
@media (max-width:480px){
	#quandi_dip_a_tbody{grid-template-columns:auto;}
}
.a_tb{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	text-align:center;
	box-sizing:border-box;
	background-color:#fff;
}
.a_tb:hover{
	border:1px solid #007fff;
}
.a_pic{
	display:block;
	width:auto;
	height:100%;
	overflow:hidden;
	background-size:cover;
}
@media (max-width:480px){.a_pic{height:120px;}}
.a_miaoshu{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	font-size:1.2rem;
	padding:10px;
	white-space:normal;
	word-break:break-all;
	background-color:#fff;
	padding:30px;
	box-sizing:border-box;
}
