@charset "utf-8";
#tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:10px;
}
.tb_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	
}
.tb_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}
a.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-weight:bold;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
}
.tb_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
	text-overflow:ellipsis;
	display:webkit-box;
	-webkit-clamp-line:2;
	-webkit-box-orient:vertical;
}
@media screen and (max-width:375px)
{
	
}