.page-banner {
  width: 100%;
}
.page-banner img {
  width: 100%;
}

.view-item {
  position: relative;
  cursor: pointer;
}
.view-item .tit {
  color: #333;
  font-weight: bold;
}
.view-item .desc {
  color: #999;
}
.view-item .date {
  color: #999;
}
.view-item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-item {
  display: flex;
  background: #fff;
  cursor: pointer;
}
.new-item .img {
  flex-shrink: 0;
}
.new-item .day {
  color: #333;
  font-weight: bold;
}
.new-item .month {
  color: #333;
}
.new-item .info {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.new-item .tit {
  color: #333;
  font-weight: bold;
}
.new-item .desc {
  color: #999;
}
.new-item .more {
  display: inline-flex;
  background: #005BAC;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 769px) {
  .page-banner img {
    height: 6.5rem;
  }
  .news-swiper {
    padding: 1rem 4.5rem 0;
    margin-bottom: 0.75rem;
  }
  .news-swiper .swiper-container {
    padding-top: 0.25rem;
    padding-bottom: 0.6875rem;
  }
  .view-item {
    display: flex;
    padding: 0 0.25rem;
  }
  .view-item .img {
    width: 6.075rem;
    height: 4.05rem;
    margin-right: 0.5625rem;
  }
  .view-item .right {
    flex: 1;
    overflow: hidden;
  }
  .view-item .info {
    margin-bottom: 0.25rem;
  }
  .view-item .tit {
    margin-bottom: 0.3rem;
    font-size: 0.35rem;
    line-height: 0.525rem;
  }
  .view-item .desc {
    min-height: 2rem;
    font-size: 0.25rem;
    line-height: 0.4rem;
  }
  .view-item .date {
    font-size: 0.225rem;
    line-height: 0.3875rem;
  }
  .new-item {
    padding: 0.375rem 5rem;
  }
  .new-item .img {
    width: 3.5rem;
    height: 2.5rem;
    margin-right: 0.75rem;
  }
  .new-item .date {
    flex-shrink: 0;
    margin-top: 0.1rem;
    margin-right: 0.375rem;
    text-align: center;
  }
  .new-item .day {
    margin-bottom: 0.0625rem;
    font-size: 0.225rem;
    line-height: 0.225rem;
  }
  .new-item .month {
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .new-item .tit {
    margin-bottom: 0.2875rem;
    font-size: 0.25rem;
    line-height: 0.3625rem;
  }
  .new-item .desc {
    font-size: 0.175rem;
    line-height: 0.3rem;
  }
  .new-item .more {
    padding: 0.125rem 0.35rem;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
}
@media (max-width: 768px) {
  .page-banner img {
    height: 12.8rem;
  }
  .news-swiper {
    padding: 1.925rem 1.025rem 0;
    margin-bottom: 1.6875rem;
  }
  .news-swiper .swiper-container {
    padding-bottom: 2rem;
  }
  .view-item .img {
    width: 100%;
    height: 10.2375rem;
    margin-bottom: 0.525rem;
  }
  .view-item .info {
    margin-bottom: 0.9rem;
  }
  .view-item .tit {
    font-size: 0.9rem;
    line-height: 1.275rem;
    margin-bottom: 0.25rem;
  }
  .view-item .desc {
    min-height: 2.55rem;
    font-size: 0.7625rem;
    line-height: 1.275rem;
    -webkit-line-clamp: 2;
  }
  .view-item .date {
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .view-item .know-more {
    bottom: 0;
  }
  .new-item {
    padding: 1.025rem;
  }
  .new-item .img {
    width: 6.4rem;
    height: 6.4rem;
    margin-right: 0.75rem;
  }
  .new-item .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.25rem;
  }
  .new-item .bottom {
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 0.7625rem;
    line-height: 0.9rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}