#page-list {
  min-height: 760px;
  background-color: white;
  padding: 40px;
}
@media (max-width: 768px) {
  #page-list {
    padding: 20px 12px;
  }
}
#page-list #hlx-pagination {
  padding-top: 80px;
}
#page-list .layout__left-sidebar {
  margin-top: 43px;
}

.bottom-gap {
  height: 53px;
}
@media (max-width: 768px) {
  .bottom-gap {
    height: 20px;
  }
}

.subject-title {
  display: block;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 25px;
  background: url("../images/bg/subject-title.png") center center/cover no-repeat;
}

.brother-column-list .brother-column-item {
  font-size: 24px;
  color: #1c1c1c;
  background: #dedede;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  padding: 8px 36px;
  position: relative;
  cursor: pointer;
}
.brother-column-list .brother-column-item::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 24px;
  height: 36px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/icon/right-1c.svg") center center/contain no-repeat;
}
.brother-column-list .brother-column-item.active {
  background: #2760b8;
  color: #ffffff;
}
.brother-column-list .brother-column-item.active::after {
  background: url("../images/icon/right-ff.svg") center center/contain no-repeat;
}

.list-detail-title {
  font-size: 36px;
  color: #1c1c1c;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

.list-detail {
  margin-top: 40px;
  font-size: 22px;
  color: #2b2b2b;
  line-height: 1.8;
}
.list-detail video,
.list-detail img {
  max-width: 100%;
  height: auto;
}

#page-leader-list .hlx__list-item .date-box {
  display: none;
}