body {
  background: url(/img/news/bg.jpg) no-repeat #fff fixed;
  background-size: 100%;
}
.moview-container {
  margin: 106px auto 0;
  text-align: center;
}
.moview-banner-title {
  padding-top: 120px;
}
.news-container {
  margin: 60px auto 0;
  padding: 0 var(--p-left-right);
}
.news-classification {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .6px;
  display: flex;
}
.news-classify-item {
  color: #FFF;
  width: 100%;
  height: 49px;
  line-height: 49px;
  box-sizing: border-box;
  border: 1px solid #FFF;
  cursor: pointer;
}
.news-classify-item + .news-classify-item {
  margin-left: 12px;
}
.news-classify-item.active,
.news-classify-item:hover {
  color: #000;
  background-color: #FFF;
  transition: background .4s;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.news-item {
  width: 48.54%;
  height: 204px;
  text-align: left;
  background-color: #FFF;
  border-radius: 12px;
  margin-bottom: 24px;
  box-shadow: 3px 5px 7px 2px rgb(0 0 0 / 50%);
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
  box-sizing: border-box;
}
.news-date {
  color: var(--theme-color);
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  text-align: center;
  width: 104px;
  height: 100%;
  border-right: 1px solid #D1D1D1;
  box-sizing: border-box;
}
.news-date .day {
  font-family: MovieDateFont;
  font-size: 32px;
  letter-spacing: 3px;
}
.news-date .year {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.news-item-content {
  width: 100%;
  height: 158px;
  display: flex;
  justify-content: space-between;
  margin: 0 14px 0 22px;
}
.news-item-content .news-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-thumb-link {
  margin-left: 24px;
}
.news-item-title {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: .6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-item-desc {
  color: #848484;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .6px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-more {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .6px;
}
.news-more .icon-more {
  font-size: 10px;
  margin-left: 6px;
}
.news-thumb-link {
  display: block;
}
.news-thumb {
  width: 204px;
  height: 158px;
  object-fit: cover;
}


.moview-footer {
  margin-top: 102px;
}
.moview-footer-pic {
  display: none;
}
.moview-footer-top .moview-mask-70 {
  background-color: rgba(0, 0, 0, .3);
}

@media screen and (min-width: 1441px) {
  .news-container {
    max-width: var(--max-width-1400);
  }
  .news-classify-item {
    font-size: 18px;
  }
  .news-date .day {
    font-size: 36px;
  }
  .news-date .year {
    font-size: 14px;
  }
  .news-item {
    height: 230px;
  }
  .news-item-content {
    height: 179px;
  }
  .news-item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .news-item-desc {
    font-size: 16px;
    line-height: 32px;
  }
  .news-thumb {
    width: 232px;
    height: 179px;
  }
}

@media screen and (min-width: 1069px) and (max-width: 1440px) {
  .news-container {
    max-width: var(--max-width-1200);
  }
}

@media screen and (min-width: 735px) and (max-width: 1068px) {
  .news-container {
    max-width: var(--max-width-900);
  }
  .news-list {
    justify-content: center;
  }
  .news-item {
    width: 100%;
    max-width: 734px;
  }
  .news-thumb-link {
    margin-left: 50px;
  }
}

@media screen and (min-width: 0px) and (max-width: 734px) {
  body {
    background-size: cover;
    background-position: center center;
  }
  .moview-container {
    margin-top: 54px;
  }
  .moview-banner-title {
    padding-top: 62px;
  }
  .news-container {
    margin-top: 30px;
  }
  .news-classify-item {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
  .news-list {
    margin-top: 24px;
  }
  .news-item {
    width: 100%;
    height: 122px;
    margin-bottom: 16px;
  }
  .news-date {
    width: 62px;
  }
  .news-date .day {
    font-size: 20px;
  }
  .news-date .year {
    font-size: 8px;
    margin-top: 4px;
  }
  .news-item-content {
    margin: 0 8px;
    height: auto;
    align-items: center;
  }
  .news-item-content .news-item-info {
    width: 104px;
    height: 94px;
    flex-shrink: 0;
  }
  .news-thumb-link {
    margin-left: 10px;
  }
  .news-item-title {
    font-size: 12px;
    line-height: 16px;
  }
  .news-item-desc {
    font-size: 10px;
    line-height: 16px;
    margin-top: 4px;
    -webkit-line-clamp: 2;
  }
  .news-more {
    font-size: 10px;
  }
  .news-more .icon-more {
    font-size: 8px;
    margin-left: 4px;
    font-weight: bold;
  }
  .news-thumb {
    width: 122px;
    height: 94px;
  }
  .pagination {
    margin-top: 20px;
  }
  .pager li.number {
    margin: 0 8px;
  }
  .moview-footer {
    margin-top: 60px;
  }
}