body{
	background: #F8F8F8;
}

.header_tab{
	padding-top: 525px;
	box-sizing: border-box;
}
.header_tab ul{
	display: flex;
	justify-content: space-between;
	padding: 0 120px;
	height:35px;
}
.header_tab ul li{
	position: relative;
}
.header_tab ul li a{
	font-size: 14px;
	color:#ffffff;
}
.header_tab ul li.active:after{
	content:"";
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0;
	width:40px;
	height:8px;
	background:#fff;
	border-radius:4px;
}
.news_card_wrapper {
    position: relative;
     margin-top: -235px;    
    z-index: 2;            
    padding-bottom: 40px; 
}
.news_card{
	width:1400px;
	margin:auto;
	background:#fff;
	border-radius:8px;
	box-shadow:0 10px 30px rgba(0,0,0,.08);
	position:relative;
	overflow:hidden;
	padding-bottom: 40px;
}

.home_top{
	display: flex;
	justify-content: space-between;
	padding-right:20px;
	align-items: center;
}
.home_top p:nth-of-type(1){
	/* width: 120px; */
	height: 58px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #EBEDF0;
	border-radius: 8px 0px 32px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 58px;
	text-align: center;
}
.home_top p:nth-of-type(2){
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
}
.home_top img{
	width:32px;
	height:32px;
	cursor: pointer;
}
.news_content{
	width:1320px;
}
.news_list{
	padding: 20px 78px;
	box-sizing: border-box;
	 font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
 .news_list img {
	max-width: 100%;
	height: auto !important;   
	display: block;           
	margin: 0.8em 0;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.news_header{
	border-bottom: 1px solid #FFEFEFEF;
	padding: 35px 78px 30px 78px;
	box-sizing: border-box;
}
.news_title{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}
.news_time{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color:#999999;
	margin-top: 20px;
}
