.news_content {
  margin-top: 88px;
}
.news_content_item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}
.news_content_item > a {
  display: flex;
}
.img_left {
  width: 25%;
  margin-right: 55px;
  overflow: hidden;
}
.img_left > img {
  width: 100%;
  transition: all 0.8s ease;
}
.news_item_right {
    flex: 1;
  display: flex;
  flex-direction: column;
}
.news_item_right > h3 {
  font-size: 30px;
  font-family: Source Han Sans SC-Medium, Source Han Sans SC;
  font-weight: 500;
  color: #333333;
  line-height: 35px;
}
.news_item_right > span {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
  margin-top: 25px;
  margin-bottom: 33px;
}
.news_item_right > p {
  flex: 1;
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
}
/* .cover_foot {
  display: flex;
  align-items: center;
}
.cover_foot p {
  font-size: 18px;
  font-family: SYRegular;
  font-weight: 400;
  color: #d7000f;
  line-height: 28px;
  margin-right: 12px;
}
.cover_foot i {
  font-size: 18px;
  color: #d7000f;
} */
.news_content_item:hover .img_left > img {
  transform: scale(1.1);
}

.zxf_pagediv {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom:98px;
}
.zxf_pagediv > span,
.zxf_pagediv > a {
  font-size: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
  font-family: SYNormal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 98px;
}
.pagination li {
  font-size:12px;
  width:32px;
  /*height:32px;*/
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
  font-family: SYNormal;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
.pagination li a,.pagination li span{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  color: #333;
}
.current,.active1{
  background-color: #d7000f;
  color: #ffffff !important;
}
@media only screen and (max-width: 1600px) {
  
  .news_item_right > span {
    
    margin-bottom: 18px;
  }
  .news_content_item {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
}
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
  
}
@media only screen and (max-width: 1500px) {
  html {
    font-size: 14px;
  }
  
}
@media only screen and (max-width: 767px) {
  .news_content_item > a {
    display: flex;
    flex-direction: column;
  }
  .img_left {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .news_item_right > span {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 14.25px;
    margin-top: 8.25px;
    margin-bottom: 24px;
  }
  .cover_foot {
    margin-top: 24px;
  }
}
