.newsd-banner {
  background: url(../images/banner8.png) no-repeat center;
  background-size: cover;
  height: 480px;
  padding-top: 180px;
}

.newsd-banner h1 {
  width: 888px;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #FFFFFF;
}

.newsd-banner-time {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 60px;
}

.newsd-s-1-body {
  padding: 90px 0;
  border-bottom: 1px solid #ABABAB;
}

.detail-text {
  font-size: 18px;
  line-height: 36px;
}

.newsd-s-1-list {
  margin-top: 30px;
  margin-bottom: 175px;
}

.newsd-s-1-list-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
  margin-left: 30px;
  cursor: pointer;
}

.newsd-s-1-list-item:hover {
  color: var(--bs-danger);
}