@charset "utf-8";
#cate_tbody{
	max-width:86%;
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
}
.cate_item{
	width:auto;
	height:auto;
	display:inline-block;
	margin:auto;
	overflow:hidden;
}
a.cate_name{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	font-weight:bold;
	font-size:20px;
	line-height:36px;
	color:#333;
}
a.cate_name:hover{
	color:#333;
	background-color:transparent;
}
a.cate_hover{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	font-weight:bold;
	font-size:20px;
	line-height:36px;
	background-color:transparent;
	color:#f00;
	border-bottom:1px solid #f00;
}
.pagebar{max-width:86%;margin-bottom:40px;}
#tb{
	width:86%;
	height:auto;
	display:grid;
	grid-template-columns:calc(50% - (40px/2)) calc(50% - (40px/2));
	column-gap:40px;
	row-gap:40px;
	margin:auto;
	overflow:hidden;
	box-sizing:border-box;
}
@media (max-width:480px){
	#tb{width:100%;grid-template-columns:auto;padding:10px;}
}
.tb_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	
}
a.tb_tb{
	display:grid;
	grid-template-columns:35% auto;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	border-radius:8px;
	background-color:#f8f8f8;
	table-layout:fixed;
	margin-bottom:40px;
}
a.tb_tb:hover{
	background-color:#dcdcdc;
}
.tb_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.tb_right{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:20px;
}
.tb_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-weight:bold;
	text-overflow:ellipsis;
	font-size:15px;
	white-space:nowrap;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#C0C0C0;
	font-size:12px;
}
.tb_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height:1.2;
	font-size:14px;
}
.tb_more{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#f00;
	margin-top:20px;
}
