@charset "utf-8";
@import url("inc.css");
#tb{
	width:auto;
	height:auto;
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	padding-bottom: 20px;
	margin:auto;
	overflow:hidden;
}

.tb_tb{
	display:block;
	padding-bottom: 20px;
	width:auto;
	height:auto;
	overflow:hidden;
	border-bottom:1px dotted #ddd;
}
a.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	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:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
