@charset "utf-8";
.com_content{
	width:auto;
	height:auto;
	margin:auto;
	max-width:var(--max_width);
	overflow:hidden;
	display:block;
	padding:10px;
	margin-top:50px;
	margin-bottom:50px;
}
.com_list{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	max-width:var(--max_width);
	margin-top:50px;
	margin-bottom:50px;
}
.com_tb{
	display:inline-block;
	width:20%;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin-right:20px;
}
@media (max-width:767px){
	.com_tb{
		width:50%;
	}
}
.com_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:75%;
}
.com_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}