.mod-about .wrapper {
  position: relative;
  z-index: 1;
}

.h-statistic-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-statistic {
  box-sizing: border-box;
}
.h-statistic-title {
  font-size: 0.16rem;
  color: #3cb3e9;
  margin-top: 0.04rem;
  line-height: 1.5;
  height: 0.48rem;
}
.h-statistic-content {
  line-height: 1.2;
}
.h-statistic-content-value {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.72rem;
  letter-spacing: -0.04rem;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(to right, #00a1ea, #80bf35) !important;
}
.h-statistic-content-suffix {
  font-size: 0.24rem;
  color: #7f7f7e;
}

.btn-link {
  border: 1px solid #0e357f;
  border-radius: 0.1rem;
  padding: 0.16rem 0.36rem;
  font-size: 0.16rem;
  color: #0e357f;
  transition: all 0.3s;
}

.btn-link:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(
    90deg,
    rgba(0, 160, 233, 1) 0%,
    rgba(143, 195, 31, 1) 100%
  );
  color: #fff;
}

.btn-link2 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 1.8rem;
  border: 1px solid #fff;
  border-radius: 0.1rem;
  padding: 0.1rem 0.16rem;
  font-size: 0.16rem;
  color: #fff;
  transition: all 0.3s;
  line-height: 1.2 !important;

  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-link2:hover {
  border: 1px solid transparent;
}

.news-wrapper {
  max-width: 1628px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.h-news-box {
  display: flex;
  flex-wrap: wrap;
}

.h-news-box .h-news-box-left {
  box-sizing: border-box;
  width: 32%;
}

.h-news-box .h-news-box-right {
  box-sizing: border-box;
  width: 68%;
}

.h-news-list {
  display: flex;
  flex-wrap: wrap;
}

.news-item {
  width: 100%;
  height: 100%;
}

.news-item a {
  display: block;
  height: 100%;
}

.news-item a .wrap {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-item .media {
  position: relative;
}

/* .news-item .media::after {
  content: "";
  position: absolute;
  left: 0.48rem;
  bottom: -0.24rem;
  width: 0.48rem;
  height: 0.48rem;
  background-image: url("../images/dec.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
} */

.news-item .media .s-logo {
  position: absolute;
  left: 0.48rem;
  bottom: -0.24rem;
  width: 0.48rem;
  height: 0.48rem;
}

.news-item .media .s-logo img {
  width: 100%;
}

.news-item .media .pic img {
  border-radius: 0.2rem 0.2rem 0 0;
  width: 100%;
}

.news-item .meta {
  box-sizing: border-box;
  padding: 0 0.48rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-item .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  font-size: 0.2rem;
  color: #333;
  line-height: 1.5 !important;
  font-weight: normal;
}

.news-item .published {
  line-height: 1.5 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.24rem;
}

.news-item .date {
  color: #00a0e9;
  font-size: 0.18rem;
}

.news-item .year {
  color: #00a0e9;
  font-size: 0.24rem;
}

.news-item:hover .wrap {
}

.news-more {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-color: #8fc31f;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.15);
}

.news-more a {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.2rem;
  padding: 0 20% !important;
  background-image: url("../images/icons/news-more-arr.svg");
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: 0.23rem auto;
}

@media only screen and (max-width: 1023px) {
  .btn-link {
    border: 1px solid #0e357f;
    border-radius: 0.1rem;
    padding: 8px 20px;
    font-size: 14px;
  }

  .btn-link2 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.1rem;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mod {
    padding: 36px 0;
  }
  .banner-wrap {
    height: calc(100vh - 48px);
  }

  .mod-about {
    position: relative;
  }

  .mod-about::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background-image: url("../assets/s3v_97.jpeg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .mod-news .mod-ft,
  .mod-about .mod-ft {
    display: flex;
    justify-content: center;
  }

  .mod-about .mod-ft .btn-link {
    margin: 0 12px;
  }

  .about-info {
    font-size: 12px;
    line-height: 2;
    color: #555555;
  }

  .h-statistic-list {
    flex-wrap: wrap;
  }

  .h-statistic-list li {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 24px;
  }

  .h-statistic-list li:first-child {
    width: 100%;
  }

  .h-statistic {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .h-statistic-title {
    font-size: 12px;
    margin-top: 0;
  }
  .h-statistic-content {
    line-height: 1.2;
  }
  .h-statistic-content-value {
    font-size: 36px;
    letter-spacing: -0.04rem;
  }
  .h-statistic-content-suffix {
    font-size: 14px;
  }

  .footer-slogan-area {
    background-image: url("../assets/s5bg.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }

  .footer-slogan {
    box-sizing: border-box;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-slogan img {
    max-width: 90%;
  }

  .mod-news .mod-bd {
    padding-bottom: 12px;
  }

  .news-area {
    position: relative;
    padding-bottom: 40px;
  }

  .news-item a .wrap {
    box-shadow: none;
    border-radius: 12px;
  }

  .news-item .media::after {
    display: none;
  }

  .news-item .meta {
    padding: 20px 12px;
    border: 1px solid #ddd;
    border-top: 0 none;
    border-radius: 0 0 12px 12px;
  }

  .news-item .title {
    font-size: 14px;
  }

  .news-item .published {
    margin-right: 16px;
  }

  .news-item .date {
    font-size: 14px;
  }

  .news-item .year {
    font-size: 18px;
  }

  .mod-pro {
    background-image: url("../images/pro-bg.jpg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 100% auto;
  }

  .mod-solution .mod-hd h3,
  .mod-pro .mod-hd h3 {
    color: #fff;
  }

  .mod-solution {
    background-image: url("../images/solution-bg.jpg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 100% auto;
  }

  .base-list {
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
  }

  .base-list li {
    box-sizing: border-box;
    width: 100%;
    margin: 12px 0;
  }
}
