@charset "utf-8";
#tb{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
}

.tb_tb{
	display:grid;
	grid-template-columns:80px auto;
	column-gap:30px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-bottom:30px;
	border-bottom:1px dotted #ccc;
	margin-bottom:30px;
}
@media (max-width:480px){
	.tb_tb{
		grid-template-columns:auto;
	}
}
.tb_left{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.tb_flex{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color:#003b77;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}

.tb_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	max-width:100%;
	max-height: 100%;
}

a.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size: 1.4rem;
	font-weight:bold;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:3rem;
}
.tb_year{
	font-size: 1rem;
}
.tb_miaoshu{
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.6;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
}
