.nav_ul{
	border-bottom: 0;
}
body{
	background: #f1f3f3;
}
.news_body{
	background: #fff;
	padding: 50px 150px 65px 150px;
}
.news_tit{
	padding-bottom: 20px;
	font-size: 30px;
}
.news_data{
	font-size: 14px;
	color: #999;
	padding-bottom: 60px;
}
.new_main{
	border-bottom: 1px solid #eee;
}
.new_main p{
	padding-bottom: 43px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.new_main div{
	padding-bottom: 43px;
}
.news_left{
	display: flex;
}
.news_btn{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.news_left>div{
	width: 100px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 30px;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
	margin-right: 20px;
}
.news_right{
	width: 100px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #64bfa1;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	
}
.row_a1{
	padding-bottom: 64px;
}

@media screen and (max-width:768px) {
	.news_body{
		padding: .5rem;
	}
	.news_tit{
		font-size: .35rem;
	}
	.news_data{
		padding-bottom: 0.6rem;
	}
	.new_main p{
		font-size: .25rem;
		padding-bottom: .5rem;
	}
	.new_main div{
		padding-bottom: .5rem;
	}
	.news_left > div {
	  width: 82px;
	  height: 35px;
	  font-size: .25rem;
	  }
	  .news_right {
	   width: 82px;
	   height: 35px;
	   }
	   .row_a1{
		   padding-top: 1.1rem; 
	   }
}