@charset "utf-8";
#tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}

a.tb_tb{
	display:grid;
	grid-template-columns:auto;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px dotted #ddd;
	margin-bottom:20px;
	padding-bottom:20px;
}
.tb_left{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	max-height:120px;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:17px;
}
.tb_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	max-width:100%;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
	color:#666;
}
.tb_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
	color:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
