@charset "utf-8";
#tb{
	width:auto;
	height:auto;
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 20px;
	margin:auto;
	overflow:hidden;
	margin-top: 40px;
}
.tb_tb{
	display:grid;
	grid-template-columns: 22% auto;
	row-gap: 10px;
	column-gap: 20px;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
@media (max-width:767px){
	.tb_tb{
		grid-template-columns:auto;
	}
}
a.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 60%;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-weight:bold;
	font-size: 1.2rem;
	color: var(--back_color);
}
.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;
}
