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