
.news_center_box{
  width: 100%;
  padding-top: calc(40px + 5rem);
  background: #F7F7F7;
  opacity: 0.8;
}

.news_center{
  max-width: 1370px;
  width: 85%;
  margin: auto;
}
.news_center_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: calc(1px + 1rem);
  margin-top: calc(19px + 3rem);
}
.news_center_list a{
  width: 47.9051%;
}
.news_item{
  padding: calc(4px + 1rem) 0;
width: 100%;
background: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
gap: calc(9px + 1rem);
}
.news_pic{
  width: calc(76px + 10rem);
height: calc(66px + 5rem);
}
.news_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_con{
  width: calc(91px + 10rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(3px + 0.5rem);
}

.news_con p:nth-of-type(1){
font-family: Microsoft YaHei;
font-weight: bold;
font-size: calc(10px + 0.5rem);
color: #474646;
line-height: calc(10px + 1rem);
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.news_con p:nth-of-type(2){
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(4px + 0.5rem);
  color: #787878;
  line-height: calc(4px + 1rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.news_con p:nth-of-type(3){
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(4px + 0.5rem);
  color: #23B1AF;
  margin-top: calc(2px + 0.25rem);
  
}