@charset "utf-8";
#tb{
	width:auto;
	height:auto;
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	margin:auto;
	overflow:hidden;
	margin-top:40px;
}
.tb_tb{
	display:grid;
	grid-template-columns:170px auto;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
}
.tb_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:100%;
}
a.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-weight:bold;
	font-size:1.3rem;
}
.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;
}
