@charset "utf-8";
@import url(/q/temp/cn/css/inc.css);
#tb{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.tb_tb{
	display:grid;
	grid-template-columns:200px auto;
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
}
@media (max-width:480px){
	.tb_tb{
		grid-template-columns:auto;
	}
}
.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.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:14px;
	line-height:200%;
}
.tb_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:100%;
}
.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:#666;
}
