﻿@charset "utf-8";
#quan_center{
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	border:10px solid #f5f5f5;
	padding:20px;
}
#qd_name{
	font-size:2rem;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
#qd_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:20px;
	border:1px solid #ddd;
	background-color:#f5f5f5;
	line-height:1.5;
	color:#888;
}
#qd_content{
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:left;
}
#qd_content * img{max-width:100%;height:auto;}
#qd_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	max-width:90%;
	margin:auto;
}