@charset "utf-8";
#tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.tb_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:0px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
.tb_tb{
	display:grid;
	grid-template-columns:120px auto;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
}
.tb_left{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	background-color:#004a99;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
}
a.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-weight:bold;
}
.tb_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
	line-height:150%;
}
.tb_index{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	padding:10px;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6rem;
	font-weight:bold;
	line-height:1.5;
}
.tb_year{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
}
