.news {
  background: url(/content/images/home_back.png);
  min-height: 100vh;
  padding-bottom: 50px;
}

.news-title {
  padding-top: 50px;
  text-align: center;
}

.news-title p {
  font-size: 32px;
  font-weight: 600;
}

.news-title div {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.news-title div img {
  width: 45px;
  position: relative;
  z-index: 9;
}

.news-title div span {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
}

.home-news-list {
}

.home-news-item {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}

.home-news-item div {
  width: calc(100% - 500px);
}

.home-news-item div h2 {
  font-size: 28px;
  font-weight: 500;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 35px;
  height: 70px;
}

.home-news-item div p {
  font-size: 18px;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-news-item > p {
  width: 450px;
  height: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.home-news-item > p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 800px) {
  .home-product,
  .home-news,
  .home-about {
    margin-top: 8vw;
  }

  .home-product-title,
  .home-news-title,
  .home-about-title {
    font-size: 5vw;
  }

  .home-product-list,
  .home-news-list,
  .home-about-list {
    flex-wrap: wrap;
  }

  .home-product-list a,
  .home-news-list a,
  .home-about-list a {
    width: 100%;
    margin: 5vw 0 0;
    flex-wrap: wrap;
  }

  .home-product-list a > p,
  .home-news-list a > p,
  .home-about-list a > p {
    height: auto;
    width: 100%;
  }
  .home-product-list a > p img,
  .home-news-list a > p img,
  .home-about-list a > p img {
    height: auto;
    width: 100%;
  }

  .home-product-list a > div {
    padding: 2vw;
  }

  .home-product-list a > div h2 {
    font-size: 5vw;
  }

  .home-product-list a > div div {
    font-size: 4.5vw;
    height: auto;
  }

  .home-news-item {
    flex-flow: column-reverse;
  }

  .home-news-item > div {
    width: 100%;
    margin-top: 20px;
  }

  .home-news-item div {
    margin-top: 2vw;
  }

  .home-news-item div h2 {
    font-size: 5vw;
  }

  .home-news-item div p {
    font-size: 4.5vw;
    margin-top: 2vw;
  }

  .home-about-list {
    margin-top: 0;
  }

  .home-about-item > div {
    padding: 1vw;
  }

  .home-about-item > div h2 {
    font-size: 5vw;
  }

  .home-about-item > div div {
    font-size: 4.5vw;
    margin-top: 2vw;
  }

  .news-title {
    padding-top: 5vw;
  }

  .news-title p {
    font-size: 6vw;
  }

  .news-title div {
    margin-top: 2vw;
  }

  .news-title div img {
    width: 6vw;
    position: relative;
    z-index: 9;
  }

  .news-title div span {
    position: absolute;
    top: 2.8vw;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #e5e5e5;
  }
}

.news-detail {
  padding: 50px 0;
}

.news-detail-title {
  text-align: center;
  font-size: 22px;
}

.news-detail-else {
  text-align: center;
  margin-top: 20px;
}

.news-detail-else span {
  font-size: 14px;
  color: #999999;
}

.news-detail-inner {
  margin-top: 50px;
}
