#news .news-list.is-collapsed > li:nth-child(n+3) {
  display: none !important;
}

.news-more-wrap {
  text-align: center;
  margin-top: 24px;
}

.news-more-btn {
  display: inline-block;
  padding: 10px 28px;
  background: #8b0000;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: bold;
  cursor: pointer;
}

.news-more-btn:hover {
  opacity: 0.8;
}

body {
  outline: 10px solid red !important;
}
