.section{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.title{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
}

.recom_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
	margin-top:10px;
}

a.recom_tb{
	width:20%;
	height:auto;
	margin-right:20px;
	overflow:hidden;
	display:block;
}

.recom_pic{
	width:auto;
	height:160px;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	border:1px solid #ddd;
}

.recom_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:14px;
}
.news_list{
	display:grid;
	grid-template-columns:50% auto;
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display: grid;
	grid-template-columns: 80px auto;
	column-gap: 10px;
}
.news_left{
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	width:auto;
	height:auto;
	border: 1px solid #ddd;
	padding: 10px;
	color:#666;
}
.news_flex{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin: auto;
	text-align: center;
	white-space: nowrap;
}
.news_right{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	row-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	
}
a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:left;
	font-weight:bold;
	font-size:14px;
}
.news_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:20px;
}
.news_year{
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.news_miaoshu{
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:12px;
	color:#999;
	text-align:left;
}

.product_list{
	display:grid;
	grid-template-columns:calc(20% - (30px/4)) calc(20% - (30px/4)) calc(20% - (30px/4)) calc(20% - (30px/4)) calc(20% - (30px/4));
	row-gap:10px;
	column-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
a.product_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:center;
}
.product_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	position:relative;
	padding-bottom:100%;
	border:1px solid #ddd;
}
.product_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}