﻿@charset "utf-8";
.tb{
	display: grid;
	grid-template-columns:45% auto;
	column-gap:40px;
	row-gap:20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width:767px){
	.tb{
		grid-template-columns:auto;
	}
}
a.bt_pdf{
	background-color: #da251c;
	display: block;
	width: 150px;
	height: auto;
	text-align:center;
	padding: 10px;
	color: #fff;
}
#qd_name{
	font-size:1.5rem;
	font-weight:bold;
	line-height:2;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#qd_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border:1px dotted #ddd;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
#qd_content{
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	
}
#qd_content * img{max-width:100%;height:auto;}
#qd_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:90%;
}