.section{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width: 1200px;
	padding: 10px;
	margin-top: 60px;
	margin-bottom: 60px;
}
@media (max-width:767px){
	.tb{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.thead{text-align:center;}
.title{font-size:2rem;}
.miaoshu{font-size: 1rem;}


.youshi_list{
	width:auto;
	max-width: 1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	text-align:center;
}
@media (max-width:767px){
	.youshi_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		column-gap:10px;
		row-gap:10px;
	}
}

.youshi_tb{	
	text-align:center;
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	border:1px solid #ddd;
	padding: 20px;
}
.youshi_ico{
	margin: auto;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
	width:100px;
	height:100px;
	border-radius: 50%;
	background-color: #119a42;
	color:#fff;
	font-size: 3rem;
}
.youshi_name{
	display:block;
	overflow:hidden;
	margin:auto;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 10px;
}
.youshi_miaoshu{
	font-size:12px;
}

.new_back{
	margin: auto;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color: #333;
}
.new_thead{
	color: #fff;
}
.new_list{
	max-width:1200px;
	width: auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	row-gap:20px;
	column-gap:20px;
	margin:auto;
	margin-top: 40px;
	
}
@media (max-width:767px){
	.new_list{
		grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
		column-gap:10px;
		row-gap:10px;
	}
}
a.new_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	background-color:#fff;
	padding:10px;
}
.new_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	padding-bottom:100%;
}
.new_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	padding:10px;
}
.recom_back{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	background-image:linear-gradient(307deg,#119a42,#964fc3,#119a42);
	margin-top: 60px;
}
.recom_thead{color:#fff;}
.recom_list{
	max-width: 1200px;
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top: 40px;
}

a.recom_tb{
	width:20%;
	height:auto;
	overflow:hidden;
	display:inline-block;
	text-align:center;
	padding:10px;
	vertical-align: top;
	margin-right: 20px;
	background-color: #fff;
}
@media (max-width:767px){
	a.recom_tb{
		margin-right: 10px;
		width: 33.3%;
		padding: 0px;
	}
}
.recom_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	padding-bottom:100%;
	border:1px solid #ddd;
	background-color:#fff;
}
.recom_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	padding:10px;
}



.case_list{
	max-width:1200px;
	width: auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:40% 30% 30%;
	margin:auto;
	margin-top: 40px;
}
a.case_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	padding-bottom:75%;
	background-size:cover;
	background-repeat:no-repeat;
}
a.case_pic:first-child{
	grid-row-start:1;
	grid-row-end:3;
	padding-bottom:100%;
}

.about_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
}

.news_list{
	display:grid;
	grid-template-columns:calc(50% - 40px/2 ) calc(50% - 40px/2 );
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
}
@media (max-width:767px){
	.news_list{
		grid-template-columns:auto;
	}
}
.news_tb{
	display:grid;
	grid-template-columns:80px auto;
	column-gap:10px;
	width:auto;
	height:auto;
	overflow:hidden;
}
.news_left{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	background-color:#119a42;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
.news_flex{text-align:center;margin:auto;display:block;}
.news_date{
	display:block;
	font-size:28px;
	line-height:1.2;
}
.news_year{
	font-size:12px;
	line-height:1.2;
}
a.news_name{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.news_miaoshu{
	display:-webkit-box;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:12px;
	color:#666;
	text-align:left;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
