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