.news {
  margin-bottom: 50px;
}
.news-item {
  position: relative;
  height: 100%;
  background-color: #ffffff;
}
.news-box {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news-box:hover .news-title {
  color: #ffb21b;
}
.news-box:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.3s all ease-in-out;
}
.news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.news-background {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 300px;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .news-background {
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 1600px) {
  .news-background {
    padding-bottom: 240px;
  }
}
.news-boxImage {
  position: absolute;
  inset: 0;
}
.news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-content {
  width: 100%;
}
.news-text {
  background-color: #ffffff;
  height: 100%;
  padding: 30px 15px;
}
.news-title {
  display: inline-flex;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-align: center;
}
.news-description, .news-date {
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-align: center;
  color: #666565;
}
.news-date {
  color: #333333;
  -webkit-line-clamp: 1;
}
.news-button {
  padding: 20px;
}
.news-button .btn-redirect {
  padding: 10px 20px;
  background-color: #ffb21b;
  color: #ffffff;
  font-size: 18px;
  min-width: 200px;
}
.news-button .btn-redirect i {
  font-size: 22px;
  line-height: 20px;
}

/*# sourceMappingURL=news.css.map */
