@charset "utf-8";
#tb{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
.tb_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:0px;
}
a.tb_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	padding-bottom:10px;
}
.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;
	margin-bottom:5px;
	margin-top:5px;
	font-size:12px;
}
.tb_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
}
