@charset "utf-8";
#tb{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	margin-top:3rem;
	margin-bottom:2rem;
}
a.tb_tb{
	display:grid;
	grid-template-columns:120px auto;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-bottom:20px;
	border-bottom:1px dotted #996a00;
	margin-top:20px;
}
@media (max-width:480px){a.tb_tb{grid-template-columns:80px auto;}}
.tb_left{
	background-color:#996a00;
	text-align:center;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	
}
.tb_index{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:2rem;
	line-height:1.5;
}
.tb_year{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	line-height:1.5;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.3rem;
}
.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:3;
	-webkit-box-orient: vertical;
	line-height:1.5;
}
