@charset "utf-8";
#quandi_download{
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_download_thead{
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	text-align:center;
}
#quandi_download_title{
	display:block;
	width:auto;
	height:auto;
	font-size:2rem;
}
#quandi_download_miaoshu{
	display:block;
	width:auto;
	height:auto;
	font-size:1rem;
}
#quandi_download_tbody{
	overflow:hidden;
	display:grid;
	grid-template-columns:auto;
	row-gap:10px;
	margin-top:50px;
}
.download_tb{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	border-bottom:1px dotted #ddd;
	padding-bottom:10px;
}
.download_name{
	display:block;
	width:auto;
	height:auto;
}
a.download_more{
	background-color:#005aa1;
	color:#fff;
	width:100px;
	line-height:40px;
	text-align:center;
	display:block;
}
a.download_more:hover{
	background-color:#f18627;
}