#topic {
  margin: 5rem auto;
}

.list .main {
  position: sticky;
  top: 100px;
  line-height: 1.5;
  color: #4d4d4d;
}
.list .main h2 {
  font-size: 2rem;
  font-weight: bold;
}
.list .main .description {
  font-size: 1.125rem;
}
.list .sub a {
  display: block;
}
.list .sub a:hover h3 {
  color: #EE7800;
}
.list .sub .img-info {
  position: relative;
}
.list .sub .img-info img {
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list .sub .img-info span {
  padding: 0.5rem;
  position: absolute;
  bottom: 1px;
  left: 0;
  color: #fff;
  background-color: #ee7800;
  font-size: 0.75rem;
}
.list .sub h3 {
  height: 54px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-break: after-white-space;
  color: #43484c;
  transition: all 0.3s;
}
.list .sub h4,
.list .sub p {
  color: #727679;
  line-height: 1.5;
  height: 4.5em;
}
.list .sub p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-break: after-white-space;
}

.more-title {
  width: 100%;
  margin-bottom: 0.8rem;
  color: #e0e0e0;
  font-size: 3.75rem;
  font-weight: bold;
  letter-spacing: 2.4px;
}
@media (max-width: 575px) {
  .more-title {
    font-size: 2.5rem;
  }
}

.lists-btn {
  display: block;
  padding: 1.3rem 7.8rem;
  color: #fff;
  background-color: #EE7800;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: all 0.3s;
  text-align: center;
}
.lists-btn:hover {
  color: #fff;
  background-color: #bb5e00;
}
@media (max-width: 767px) {
  .lists-btn {
    width: 100%;
    padding: 1.3rem 0;
  }
}/*# sourceMappingURL=style.css.map */