@charset "utf-8";
#quandi_cert{
	display:block;
	overflow:hidden;
	margin:auto;
	width:86%;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_cert_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
	border-bottom:1px solid #ddd;
}
#quandi_cert_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:20px;
	font-weight:bold;
	line-height:200%;
}
#quandi_cert_tbody{
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	column-gap:20px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:0px;
	margin-top:30px;
}
@media (max-width:767px){#quandi_cert_tbody{grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));}}
@media (max-width:480px){#quandi_cert_tbody{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
@media (max-width:280px){#quandi_cert_tbody{grid-template-columns:auto;}}
.cert_tb{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
}
a.cert_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4);
}
.cert_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}