@charset "utf-8";
#tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}

a.tb_tb{
	display:grid;
	grid-template-columns:200px auto;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-bottom:1px dotted #ddd;
	margin-bottom:20px;
	padding-bottom:20px;
}
.tb_left{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	overflow:hidden;
	max-height:120px;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:17px;
}
.tb_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	max-width:100%;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
	color:#666;
}
.tb_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
	color:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pagebar{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.pagebar_left{
	display:block;
	overflow:hidden;
	width:200px;
	height:auto;
	margin:auto;
	padding:0px;
	text-align:left;
	float:left;
}
.pagebar_right{
	display:block;
	overflow:hidden;
	width:400px;
	height:auto;
	margin:auto;
	padding:0px;
	text-align:right;
	float:right;
}
a.bt_page{
	display:inline-block;
	border:1px solid #ddd;
	width:80px;
	text-align:center;
	height:26px;
	line-height:26px;
	border-radius:2px;
}