@charset "utf-8";
#tb{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
a.tb_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:20px;
	background-color:#111;
}
.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-weight:bold;
	font-size:1.2rem;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#666;
	margin-bottom:5px;
	margin-top:5px;
	font-size:12px;
}
.tb_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height:1.5;
}
