.home_products {
  border: 1px solid #f8f8f8;
  padding: 5.8rem 0 12.3rem;
}
.home_products .head p {
  letter-spacing: -0.005rem;
}
.home_products p {
  max-width: 45.8rem;
  margin-top: 1.2rem;
}
.home_products .nav {
  margin-top: 3.8rem;
}
.home_products .list {
  display: none;
  margin: 3.6rem -1px 0 -0.6rem;
}
.home_products .list.active {
  display: block;
}
.home_products .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(30rem, 100%), 1fr));
  gap: 2.7rem 1.7rem;
}
.home_news {
  padding: 12.6rem 0 10.7rem;
}
.home_news .nav {
  max-width: 100%;
  min-width: 37.73333%;
  margin-bottom: 0.8rem;
}
.home_news .nav .nav_item {
  min-width: unset;
}
.home_news .main {
  margin-top: 2.9rem;
}
.home_news .main .lt {
  width: 49.13333333%;
  padding-top: 2.2rem;
}
.home_news .main .rt {
  flex: 1;
  width: 100%;
  max-width: 72.9rem;
}
.home_news .home_news_swiper {
  overflow: hidden;
}
.home_news .home_news_swiper a {
  display: block;
  height: 100%;
}
.home_news .home_news_swiper a:hover img {
  transform: scale(1.03);
}
.home_news .home_news_swiper .img {
  padding-bottom: 57.25915875%;
}
.home_news .home_news_swiper .info {
  margin-top: 3.7rem;
}
.home_news .home_news_swiper .info .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #121212;
  max-width: 57.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_news .home_news_swiper .info .desc {
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--text);
  max-width: 59.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
}
.home_news .home_news_swiper .info .date {
  color: var(--text);
  margin-top: 1.7rem;
}
.home_news .list {
  max-width: 67.3rem;
}
.home_news .list li:last-child a {
  border-bottom: none;
}
.home_news .list a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  border-bottom: 1px solid #ebebeb;
  gap: 2rem;
  padding: 2.9rem 0 1.9rem 1rem;
}
.home_news .list .info .title {
  font-weight: 600;
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_news .list .info .desc {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: var(--text);
  max-width: 59.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0.5rem;
}
.home_news .list .info .date {
  color: var(--text);
  margin-top: 1.2rem;
}
.home_news .list i {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  content: '';
  background: url("../img/nav-r.png") no-repeat center / contain;
  margin-top: 2.6rem;
}
.home_news .box {
  display: none;
}
.home_news .box.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .home_products {
    padding: 50px 0;
  }
  .home_products .head p {
    letter-spacing: unset;
  }
  .home_products .nav {
    margin-top: 20px;
  }
  .home_products .list {
    margin: 30px 0 0;
  }
  .home_products .list ul {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
  }
  .home_products .list ul::-webkit-scrollbar {
    display: none;
  }
  .home_products .list ul li {
    flex: 0 0 300px;
  }
  .home_news {
    padding: 50px 0;
  }
  .home_news .nav {
    min-width: unset;
    margin: 0;
  }
  .home_news .main {
    margin-top: 30px;
  }
  .home_news .main .lt {
    padding: 0;
  }
  .home_news .home_news_swiper .info {
    margin-top: 20px;
  }
  .home_news .home_news_swiper .info .title {
    font-size: 18px;
  }
  .home_news .home_news_swiper .info .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_news .home_news_swiper .info .date {
    margin-top: 16px;
  }
  .home_news .list a {
    padding: 14px 0;
    align-items: center;
  }
  .home_news .list .info .desc {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .home_news .list .info .date {
    margin-top: 10px;
  }
  .home_news .list i {
    width: 14px;
    height: 14px;
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .home_news .main .lt {
    width: 100%;
  }
}
