@charset "utf-8";
#tb{
	width:auto;
	height:auto;
	display:grid;
	row-gap:20px;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
.tb_tb{
	display:grid;
	grid-template-columns:80px auto;
	column-gap:20px;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:1px dotted #ddd;
}
.tb_left{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#e4393c;
}
.tb_index{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#fff;
	text-align:center;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:2.5rem;
}
.tb_year{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
a.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.5rem;
	white-space:nowrap;
}
.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;
}
