.prodects-header {
  height: 92px;
}
#nextButton {
  display: none;
}
.prodects-header {
  width: 100%;
  height: 60.18vh;
  background: url(/static/image/news/news-bg.jpg) no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
}

.prodects-header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.prodects-header > div p {
  font-family: "Medium", sans-serif;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 2px;
}
.prodects-header > div span {
  font-family: "Medium", sans-serif;
  font-size: 26px;
  color: #ffffff;
}

.new-tag {
  width: 100%;
  height: 73px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  left: 0;
  top: -73px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-tag > a {
  width: 26.3541%;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.new-tag > .new-tag-bg {
  background: #2f318b;
}
.news {
  width: 100%;
  display: none;
}
.news.news-block {
  display: block;
}
.news > div > span {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 48px;
  display: block;
}
.news-articles {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 45px;
}
.news-articles .news-pic {
  width: 25%;
}
.news-articles .news-pic img {
  width: 100%;
}
.news-articles .news-right {
  width: 70.875%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.news-articles .news-right > span {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.news-articles .news-right > i {
  font-size: 24px;
  color: #030555;
  font-style: normal;
  margin-top: 10px;
}
.news-articles .news-right > p {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  margin-top: 15px;
}
.news-articles .news-right > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 66px;
}
.news-articles .news-right > div span {
  font-size: 16px;
  color: #078f22;
}
.news-articles .news-right > div i {
  font-size: 14px;
  color: #999999;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-articles .news-right > div i img {
  margin-left: 4px;
}
.news-articles .news-right > .news-right-style i {
  color: #078f22;
}
.industry-footer {
  width: 100%;
  height: 390px;
  margin-top: 102px;
  display: flex;
}
.industry-footer .footer-left,
.industry-footer .footer-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.industry-footer .footer-left {
  background: url(/static/image/industry/footer-left.jpg) no-repeat;
  background-size: 100% 100%;
}

.industry-footer .footer-right {
  background: url(/static/image/industry/footer-right.jpg) no-repeat;
  background-size: 100% 100%;
}
.industry-footer div > span {
  font-size: 40px;
  color: #ffffff;
  margin-left: 16%;
}
.industry-footer div p {
  width: 73%;
  height: 75px;
  font-size: 16px;
  color: #e6e8ec;
  line-height: 29px;
  margin: 29px 0 69px 16%;
}
.industry-footer div a {
  width: 164px;
  height: 46px;
  background: #078f22;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 16%;
}
.industry-footer div a span {
  font-size: 17px;
  color: #ffffff;
  margin-left: 22px;
  margin-right: 47px;
}
@media (max-width: 768px) {
  .prodects-header {
    height: 285px;
    background: url("/static/image/m-news/banner.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .prodects-header > div p {
    font-size: 22.5px;
  }
  .prodects-header > div span {
    font-size: 18px;
  }
  .new-tag {
    width: 100%;
    height: 38px;
    top: -38px;
  }
  .new-tag > span {
    width: calc(50% - 15px);
    height: 38px;
    font-size: 14px;
  }
  .news {
    width: calc(100% - 30px);
    padding: 0;
  }
  .news > div:nth-child(5),
  .news > div:nth-child(6),
  .news > div:nth-child(7),
  .news > div:nth-child(8){
    display: none;
  }
  .news-articles {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .news-articles .news-pic {
    width: 100%;
  }
  .news-articles .news-right {
    width: 100%;
  }
  .news-articles .news-right > span {
    font-size: 13px;
    color: #333333;
    margin-top: 10px;
  }
  .news-articles .news-right > i {
    width: 100%;
    font-size: 16px;
    color: #333333;
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 使用省略号代替溢出的文本 */
    margin-top: 5px;
  }
  .news-articles .news-right > p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box; /* 创建弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直布局 */
    -webkit-line-clamp: 2; /* 限制显示的行数为 2 行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 溢出时用省略号代替 */
    margin-top: 7px;
  }
  .news-articles .news-right > div {
    margin-top: 21px;
  }
  .news > div > span {
    margin-bottom: 25px;
    background-color: unset;
    border-bottom: 1px dashed #e5e5e5;
  }
  .industry-footer {
    margin-top: 15px;
    flex-direction: column;
    height: auto;
  }
  .industry-footer .footer-left {
    margin-bottom: 17px;
  }
  .industry-footer .footer-right {
    margin-bottom: 45px;
  }
  .industry-footer .footer-left,
  .industry-footer .footer-right {
    width: 100%;
    justify-content: flex-start;
  }
  .industry-footer div > span {
    font-size: 20px;
    margin-left: 15px;
    margin-top: 35px;
  }
  .industry-footer div p {
    width: calc(100% - 35px);
    font-size: 12px;
    line-height: 18px;
    height: auto;
    margin: 15px 0 20px 15px;
  }
  .industry-footer div a {
    width: 103.5px;
    height: 31px;
    border-radius: 1px;
    margin-left: 15px;
    margin-bottom: 27px;
  }
  .industry-footer div a span {
    font-size: 13px;
    margin-left: 20px;
    margin-right: 10px;
  }
  .industry-footer div a img {
    width: 6px;
    height: 11px;
  }
}
