@charset "utf-8";
#quandi_post{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	overflow:hidden;
}
.tb_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	
}
.tb_name{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	justify-content:space-between;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	font-size:1.2rem;
	font-weight:bold;
}
.tb_miaoshu{
	width:auto;
	height:auto;
	margin:auto;
	display:none;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
}
.tb_fold{
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border:1px solid #ddd;
	font-size:1.2rem;
	cursor:pointer;
}