 #news_box .swipers{
  position: relative;
 
}
 #news_box .news_swiper{
  height: 18.125rem;
}
 #news_box .new_item{
  height: 15.3125rem;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(156, 166, 129, 0.13);
  display: block;
  overflow: hidden;
}
 #news_box .new_item>.img{
  height: 10.25rem;
}
 #news_box .new_item>.img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 #news_box ._pdding{
  padding: 1rem 0.875rem;
}
 #news_box .news_title{
  color: #000;
  font-family: "PingFang SC";
  font-size: 1rem;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box; 
  -webkit-line-clamp:1; 
  -webkit-box-orient:vertical;
  display: -moz-box; 
  -moz-line-clamp:1; 
  -moz-box-orient:vertical;
  word-wrap: break-word; 
  word-break: break-all; 
  white-space: normal;
}
 #news_box .news_date{
  color:  #B0B0B0;
  font-family: "PingFang SC";
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 0.5625rem;
}
 #news_box .detail-link{
  display: flex;
  border-radius: 0.625rem;
  border: 1px solid #C5E861;
  color:  #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 1rem;
  font-weight: 500;
  width: 14.25rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  margin: 3.75rem auto  0;
}
#news_box .swiper-pagination{
  bottom: 0px !important;
}
 #news_box .swiper-pagination-bullet{
  width: 0.875rem !important;
  height: 0.25rem !important;
  background: rgba(197, 232, 97, 0.40) !important;
  margin: 0 1.5px;
  border-radius: 0 !important;
}
 #news_box .swiper-pagination-bullet-active{
  background: #C5E861 !important;
  width: 1.5rem !important; 
}