.section--u-i1nvq9po0 {
  padding-top: 0;
}
.div--u-igvc5acfg {
  padding-bottom: 0;
}
.section--u-ioubk0goh {
  display: none;
}
.news-wrap {
  padding: 20px 20px 0;
}
.news-wrap-in {
  width: 1366px;
  margin: 0 auto;
  max-width: 100%;
}
.news-name {
  padding: 0 0 50px;
  font-size: 45px;
  font-weight: 800;
  color: #000;
  text-align: center;
}
.news-wrap-list {
  display: flex;
  flex-wrap: wrap;
}
.news-wrap-list.news-wrap-list2 .news-body:nth-child(n+4) {
  display: none;
}
.news-body {
  width: 33.33%;
  padding: 0 10px 30px;
}
.news-image {
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 20px;
}
.news-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-image img.no-img {
  background: url(/g/shop2v2/default/images/noimage.png) 50% 50% no-repeat;
}
.news-title {
  font-weight: 700;
}
.news-title a {
  color: #0d5464;
}
.news-date {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
}
.news-more {
  text-align: center;
  padding: 20px 0 0;
}
.news-more a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
  padding: 25px 30px;
  background: #0d5464;
  border-radius: 250px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 991px) {
  .news-wrap-list {
    justify-content: center;
  }
  .news-name {
    font-size: 27px;
  }
  .news-body {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .news-name {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .news-body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .news-name {
    font-size: 20px;
    padding-bottom: 25px;
  }
  .news-image {
    height: 200px;
  }
}
