.news {
  background-color: #f9f9f9;
}

.news-box {
  padding-bottom: 60px;
}
.news-box .news-container {
  background-color: white;
  margin-top: -300px;
  padding: 50px 80px 0;
}
.news-box .news-container .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-box .news-container .title-row a {
  text-decoration: none;
}
.news-box .news-container .title-row .more-btn {
  cursor: pointer;
  color: #555;
}
.news-box .news-container .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news-box .news-container .news-list .item {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-bottom: 50px;
}
.news-box .news-container .news-list .item .img {
  border-radius: 22px;
  height: 250px;
  width: 320px;
  background-color: #da251c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-box .news-container .news-list .item .img.img:has(img) {
  background-color: transparent;
}
.news-box .news-container .news-list .item .img img {
  border-radius: 22px;
  height: 100%;
}
.news-box .news-container .news-list .item .img.img::after {
  content: "";
  display: block;
  height: 60%;
  width: 60%;
  background: no-repeat center/contain url("/static/images/icons/LOGO.png");
}
.news-box .news-container .news-list .item .info-box {
  color: #555;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-box .news-container .news-list .item .info-box .news-title {
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.news-box .news-container .news-list .item .info-box .date {
  margin-bottom: 15px;
}
.news-box .news-container .news-list .item .info-box .content {
  margin-bottom: 15px;
}
.news-box .news-container .news-list .item .info-box .btn {
  width: 120px;
  color: white;
  background-color: #da251c;
  font-size: 14px;
  padding: 5px 20px;
}
.news-box .news-container .news-list .item.big-item {
  flex-basis: 100%;
  background-color: #f9f9f9;
  display: flex;
  border-radius: 22px;
}
.news-box .news-container .news-list .item.big-item .img {
  flex: 1;
  height: 100%;
  margin-right: 60px;
  margin-bottom: 0;
}
.news-box .news-container .news-list .item.big-item .info-box {
  flex: 1;
}

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