.news-banner {
  background: #7b7977 url("../img/news/banner-bg.png") no-repeat center bottom;
  height: 326px;
  padding-top: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-lists {
  background-color: #f7f9ff;
  min-height: 300px;
  padding-top: 40px;
}
.news-lists .wapper-max-container {
  max-width: 1148px;
}
.news-lists .news-list-item-content {
  max-width: 316px;
  background: #ffffff;
  padding: 22px;
  margin: 14px auto;
  cursor: pointer;
  overflow: hidden;
}
.news-lists .news-list-item-content:hover {
  transition: all 0.2s;
  box-shadow: 0 0 25px rgba(26, 17, 57, 0.15);
}
.news-lists .news-list-item-content .cover img {
  max-width: 100%;
  height: 172px;
  max-height: 172px;
}
.news-lists .news-list-item-content .title,
.news-lists .news-list-item-content .info .p {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
  overflow: hidden;
  max-height: 52px;
  min-height: 52px;
  line-height: 26px;
}
.news-lists .news-list-item-content .title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  font-weight: normal;
  color: #1a1139;
  margin: 16px 0;
}
.news-lists .news-list-item-content .info {
  background-color: #f6f7fa;
  padding: 10px 18px;
}
.news-lists .news-list-item-content .info .p {
  font-size: 16px;
  color: #5f607a;
}
.news-lists .news-list-item-content .info .p p,
.news-lists .news-list-item-content .info .p div,
.news-lists .news-list-item-content .info .p span,
.news-lists .news-list-item-content .info .p strong {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  color: #5f607a;
}
.news-lists .news-list-item-content .explain {
  margin-top: 16px;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #a9a7b8;
  justify-content: space-between;
}
.news-lists .news-list-item-content .explain .num {
  display: flex;
  align-items: center;
}
.news-lists .news-list-item-content .explain .num img {
  margin-right: 5px;
  width: 16px;
}

.news-detail {
  padding-top: 124px;
  background: #f7f9ff;
  width: 100%;
  overflow: hidden;
}
.news-detail .bread-crumbs {
  color: #a8a6b9;
  display: flex;
  font-size: 20px;
  line-height: 26px;
  padding: 20px 0;
}
.news-detail .bread-crumbs .industry-name {
  color: #1b1139;
  margin-right: 10px;
  cursor: pointer;
}
.news-detail .news-detail-content {
  padding: 40px;
  background: #fff;
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 40px;
}

.news-detail .news-detail-content .title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  font-weight: normal;
  color: #1a1139;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
}
.news-detail .news-detail-content .content {
  font-size: 16px;
  font-weight: normal;
  color: #1a1139;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  min-height: 300px;
}
.news-detail .news-detail-content .content img {
  max-width: 100% !important;
  margin: 20px 0;
}
.news-detail .explain {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #a9a7b8;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 30px;
}
.news-detail .explain .num {
  display: flex;
  align-items: center;
}
.news-detail .explain .num img {
  margin-right: 5px;
}

.news-detail-ccover-video {
  padding-bottom: 20px;
}
.news-detail-ccover-video .videos {
  width: 100%;
  height: auto;
}

.news-detail-ccover-pic img {
  max-width: 100%;
}
@media (max-width: 63.999em) {
  .news-banner {
    background: url("../img/news/m/banner-bg.png") no-repeat;
    height: 213px;
    padding-top: 60px;
    background-size: cover;
  }

  .news-banner .text {
    max-height: 60px;
    max-width: calc(100% - 40px);
  }

  .news-lists {
    padding-top: 0px;
  }

  .news-lists .news-list-item-content {
    max-width: calc(100% - 40px);
    background: #ffffff;
    padding: 20px;
    overflow: hidden;
    margin: 20px 20px 0;
  }

  .news-lists .news-list-item-content .cover img {
    max-width: 100%;
    height: auto;
    max-height: 172px;
  }
  .news-lists .news-list-item-content .title,
  .news-lists .news-list-item-content .info .p {
    max-height: 44px;
    min-height: 22px;
    line-height: 22px;
  }

  .news-lists .news-list-item-content .title {
    font-size: 16px;
    margin: 16px 0;
  }
  .news-lists .news-list-item-content .info {
    background-color: #f6f7fa;
    padding: 10px 18px;
  }
  .news-lists .news-list-item-content .info .p {
    font-size: 14px;
  }
  .news-lists .news-list-item-content .info .p p,
  .news-lists .news-list-item-content .info .p div,
  .news-lists .news-list-item-content .info .p span,
  .news-lists .news-list-item-content .info .p strong {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    color: #5f607a;
  }
  .news-lists .news-list-item-content .explain {
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px;
  }
  .news-lists .news-list-item-content .explain .num img {
    width: 16px;
  }

  .news-detail {
    padding-top: 60px;
  }

  .news-detail .bread-crumbs {
    font-size: 14px;
    line-height: 20px;
    margin: 0 20px;
    padding: 20px 0 10px;
  }
  .news-detail .bread-crumbs .industry-name {
    margin-right: 5px;
  }
  .news-detail .news-detail-content {
    padding: 20px;
    line-height: 1.7;
    font-size: 16px;
    margin: 0 20px 20px;
  }

  .news-detail .news-detail-content .title {
    font-size: 18px;
  }
  .news-detail .news-detail-content .content {
    font-size: 14px;
    font-weight: normal;
  }
  .news-detail .news-detail-content .content img {
    max-width: 100%;
    margin: 10px 0;
  }
  .news-detail .explain {
    padding: 10px 0 20px;
  }
  .news-detail .explain .num img {
    width: 16px;
  }
}

@media (max-width: 47.999em) {
}
