@charset "utf-8";
.tb{
	width:auto;
	height:auto;
	margin:auto;
	display: block;
	border: 1px solid #ddd;
	padding: 30px;
}
#qd_name{
	width:auto;
	height:auto;
	margin:auto;
	display: block;
	font-size: 2rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

#qd_content{
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	display:block;
}
#qd_contentimg{
	max-width: 100%;
	height: auto;
}
