.news-detail {
  padding-top: 48px;
}
.content-detail {
    padding-bottom: 56px;
}

.news-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  margin-bottom: 24px;
  animation: fadeIn 0.6s ease forwards;
}

.news-date {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  margin-bottom: 8px;
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

.news-divider {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 8px 0 54px;
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 0.4s;
  opacity: 0;
}

.news-summary {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #666;
  margin-bottom: 24px;
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

.news-image {
  width: 100%;
  height: 674px;
  object-fit: cover;
  margin: 24px 0;
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

.news-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #666;
  margin-bottom: 48px;
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 1s;
  opacity: 0;
}
