/* 用于按键“查看更多”和各list-item */
.hidden {
  display: none;
}
.expanded {
  height: calc(11.3339rem + 224px)!important;
}
.news-page {
  overflow-x: hidden;
  color: #3E3A39;
  box-sizing: border-box;
  background: #f7f7f7;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .news-page .list-item {
    width: 100% !important;
  }
  .news-page .list-item:nth-child(2n - 1) {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .news-page .body-top .title {
    font-size: 24px !important;
  }
  .news-page .body-content .title {
    padding: 20px 0 !important;
    font-size: 20px !important;
  }
  .news-page .news-content-list {
    padding: 15px 15px 0 !important;
  }
  .news-page .news-content-list .list-item {
    padding: 15px !important;
    margin-bottom: 15px !important;
  }
  .news-page .news-content-list .list-item .news-img {
    margin-right: 12px !important;
  }
  .news-page .news-content-list .list-item .news-title {
    padding-left: 10px !important;
    font-size: 14px !important;
  }
  .news-page .news-content-list .list-item .news-date {
    padding-left: 10px !important;
  }
}
.news-page .container-body .body-top {
  position: relative;
}
.news-page .container-body .body-top img {
  width: 100%;
  height: auto;
  filter: brightness(75%);
}
.news-page .container-body .body-top .title {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  font-size: 0.3333rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 5px;
}
.news-page .body-content .news-content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.1667rem 0.1667rem 0;
  height: calc(4.3544rem + 84px);
  overflow: hidden;
  transition: height 1.2s ease;
}
.news-page .body-content .news-content-list .list-item {
  display: flex;
  width: calc(50% - 16px);
  padding: 0.1667rem;
  margin-bottom: 28px;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.news-page .body-content .news-content-list .list-item:nth-child(2n - 1) {
  margin-right: 32px;
}
.news-page .body-content .news-content-list .list-item:hover {
  background: rgba(216, 233, 243, 0.5);
}
.news-page .body-content .news-content-list .list-item .news-img {
  margin-right: 0.125rem;
}
.news-page .body-content .news-content-list .list-item .news-img img {
  width: 1.0625rem;
  min-width: 100px;
  min-height: 100px;
  border-radius: 8px;
}
.news-page .body-content .news-content-list .list-item .news-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news-page .body-content .news-content-list .list-item .news-body .news-title {
  font-size: 18px;
  padding-left: 20px;
  line-height: 1.3;
  font-weight: 700;
  white-space: wrap;
}
.news-page .body-content .news-content-list .list-item .news-body .news-date {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-left: 20px;
  margin-right: 24px;
  font-size: 14px;
  line-height: 1;
  border-top: 1px solid #ddd;
}
.news-page .body-content .news-content-list .list-item .news-body .news-date span:last-child {
  font-size: 14px;
  color: #B42A38;
  cursor: pointer;
}
.news-page .body-content .more-button {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  margin: 30px -40px 50px;
  font-size: 20px;
  line-height: 1;
  color: #C7000B;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #B8B8B8;
  background: rgba(184, 184, 184, 0.1);
  cursor: pointer;
}


