@charset "utf-8";
/* 公司新闻 */
.newsbox{
	padding: 96px 0;
	/* height: 920px; */
	/* background: #f5faf9; */
}

.news_content{
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	/* justify-content: space-between; */
	flex-wrap: wrap;
	margin-right: -46px;
}

.news_item{
	height: auto;
	/* width: 342.67px; */
	width: 457px;
	/* height: 224px; */
	/* margin-bottom:; */
	padding-bottom: 50px;
	margin-right: 46px;
	overflow: hidden;
}
.news_item>div{
	/* background-size:auto 100%;
	background-repeat: no-repeat;
	background-position: center; */
	/* background-color:#fff; */
	background-size:cover;
	background-position: -19px;
	
	display: block;
	width: 457.33px;
	height: 224px;
	
}
.news_item>h5{
	margin-top: 32px;
	font-size: 26.67px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
	font-weight: 700;
	text-align: LEFT;
	color: #054132;
	line-height: 32px;
}

.news_item>p{
	margin-top:20px;
	font-size: 18.67px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
	font-weight: 400;
	text-align: LEFT;
	color: #908f8b;
	line-height: 29.33px;
}
.news_item>a{
	display: block;
	position: 12px;
	/* padding-top: 34px; */
	/* border-top: 1.6px solid #e6e6e5; */
	font-size: 24px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: LEFT;
	color: #054132;
	line-height: 20px;
}
.detail_title{
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: rgb(5,65,50);
	margin-bottom:30px;
}
.detailDate{
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.detailDate p{
	text-align: center;
	font-size: 20px;
	color: rgb(142,142,142);
	padding: 0 20px;
	font-weight: 500;
}
.detailDate span{
	color: rgb(19,19,19);
	margin-right:10px;
}

.detailInfo{
	margin-top: 30px;
	border-top: 1px solid #e6e6e5;
	font-size:26px;
	padding-top:20px;
}