body{
}
.banner1 {
	width: 100%;
	height: auto;
}

.swiper-slide {
	width: 380px;
	height: 248px;

}

.zs_img {
	width: 380px;
	height: 248px;
}

.about_title {
	font-size: 24px;
	font-family: "Microsoft YaHei";
	color: rgb(68, 68, 68);
	text-align: center;

}

.about_title_eng {
	font-size: 16px;
	font-family: "CenturyGothic";
	color: rgb(171, 171, 171);
	margin-top: 10px;
	text-align: center;
}
.about_box{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
}
.tab_box {
	
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 80px;
}
.tab_box img{
	width: 1px;
	height: 22px;
}
.tab_item {
	font-size: 13px;
	font-family: "Microsoft YaHei";
	color: rgb(162, 162, 162);
	width: 79px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	margin: 0 10px;
	cursor: pointer;
}
.tab_item:hover{
	transition: 0.2s;
	background-color: rgb(134, 134, 134);
	color: rgb(255, 255, 255);
}
.tab_item_active {
	background-color: rgb(134, 134, 134);
	color: rgb(255, 255, 255);
}
.news_wrap{
	display: flex;
	align-items: center;
	border-bottom: 1px solid  #e9e9e9;
	margin-top: 40px;
	cursor: pointer;
}
.news_wrap:hover{
	transition: 0.2s;
	background-color: rgb(255, 255, 255);
	box-shadow: 4.558px 13.237px 93.74px 15.26px rgba(206, 206, 206, 0.35);
}
.news_cover{
	width: 322px;
	height: 200px;
	flex-shrink: 0;
}
.year{
	  font-size: 28px;
	  font-family: "HelveticaNeueLTPro";
	  color: rgb(68, 68, 68);

}
.month_day{
	  font-size: 13px;
	  font-family: "HelveticaNeueLTPro";
	  color: rgb(81, 81, 81);
	  margin-top: 10px;
}
.huishu2{
	width: 1px;
	height: 75px;
	padding: 0 30px;
}
.huishu3{
	width: 2px;
	height: 31px;
	padding: 0 60px;
}
.news_title{
	  font-size: 16px;
	  font-family: "Microsoft YaHei";
	  color: rgb(81, 81, 81);
}
.news_info{
	  font-size: 12px;
	  font-family: "Microsoft YaHei";
	  color: rgb(162, 162, 162);
	  margin-top: 20px;

}
.news_right{
	display: flex;
	align-items: center;
}
.time_box{
	margin-left: 30px;
}
.fenye_box{
	margin: 100px 0;
	display: flex;
	justify-content: center;
}
.fenye_wrap{
	display: flex;
}
.nums:hover{
	transition: 0.2s;
	background: #17874a;
	color: #fff;
}
.nums{
	color: #a9a9a9;
	background: #fff;
	margin-left: 5px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.nums_active{
	background: #17874a;
	color: #fff;
}
/* 宽度小于 600 像素 */
@media screen and (max-width: 600px) {
	.about_box{
		width:100%;
	}
	.tab_box{
		flex-wrap: wrap;
	}
	.tab_box img{
		margin-top: 4px;
	}
	.tab_item{
		margin-top: 4px;
	}
	.about_info_box{
		flex-direction: column;
		padding: 0 2%;
	}
	.news_cover{
		width: 110px;
		height: 80px;
	}
	.time_box{
		margin-left: 10px;
	}
	.huishu2{
		padding: 0 10px;
	}
	.huishu3{
		display: none;
	}
	.news_wrap{
		padding-bottom: 10px;
		
	}
	.news_info {
		/*max-width:120px ;*/
			/*max-width: 150px;*/
	}
	.news_title {
			/*max-width:120px ;*/
			/*max-width: 150px;*/
	}
	.news_box{
		width: 94%;
		margin: 0 3%;
	}
}
