.news-section {
  padding-top: 74px;
}

.news-section .top {
  margin-bottom: 65px;
}

.news-section .card {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  box-shadow: -10px 0 21px 10px rgba(60, 60, 60, 0.05);
}

.news-section .top .card-body {
  padding: 60px 36px 40px;
}

.news-section .date {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  display: block;
  margin-bottom: 12px;
}

.news-section .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.news-section .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 31px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-section .top .divider {
  border: none;
  border-top: 1px solid #d8d8d8;
  opacity: 1;
}

.news-section .top a, .news-section .list a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
}

.news-section .top a:hover, .news-section .list a:hover {
  color: #0c7bff;
}

.news-section .top a span, .news-section .list a span {
  font-size: 16px;
  font-weight: 400;
}

.news-section .top a img, .news-section .list a img {
  width: 36px;
  height: auto;
  transition: all 0.3s ease;
}

.news-section .top a:hover img, .news-section .list a:hover img {
  content: url('../images/news/blue_arrow.png');
}

.news-section .list .card {
  padding: 34px 62px 34px 34px;
  margin-bottom: 50px;
}

.news-section .list .news-img {
  width: 189px;
  height: 115px;
  object-fit: cover;
  margin-right: 24px;
}

.news-section .list .card-title {
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-section .list .card-text {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-section .list .card a {
  flex-shrink: 0;
  width: 200px;
}

.news-section .list .card a img {
  margin-left: 65px;
}