/* banner */
.banner-info {
  margin-top: 80px;
}
.banner-info .banner-info-title {
  font-size: 44px;
  color: #fff;
}
.banner-info .banner-info-text {
  font-size: 20px;
  color: #fff;
}

/* 面包屑 */
.bread {
  margin: 10px 0 10px 0;
}
.bread .bread-info {
  font-size: 14px;
  --bs-breadcrumb-divider: '>';
}

.cm-tabBox {
  margin-top: 2rem;
}
.cm-tabBox .the-type-list li {
  margin: 0 20px 20px 20px;
  width: 120px;
  line-height: 35px;
  padding-top: 5px;
  text-align: center;
}

/* 新闻主题 */
.news {
  padding-top: 20px;
  padding-bottom: 60px;
}
.news-ratio {
  padding-top: 0;
}
.news-ratio .news-ratio-img {
  height: 290px;
  border-radius: 10px 10px 0 0;
}
.news-ratio .news-ratio-box {
  position: relative;
  height: 230px;
  background-color: #f7f7f7 !important;
}
.news-ratio .news-ratio-box .news-ratio-box-title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 16px;
  margin-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.news-ratio .news-ratio-box .news-ratio-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  margin-left: 16px;
  margin-right: 16px;
}
.news-ratio .news-ratio-box .news-ratio-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: 15px;
}
.news-ratio .news-ratio-box .news-ratio-footer span {
  margin-bottom: 15px;
}

/* 新闻详情 */
.news-detail {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f3f5f5;
}
.news-detail .news-detail-box {
  padding: 105px 120px 145px;
  background-color: #ffffff;
}
.news-title {
  line-height: 45px;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.news-info {
  margin-top: 20px;
  line-height: 25px;
  font-size: 15px;
  color: #333;
  text-align: center;
}
.news-hr {
  margin-top: 40px;
  height: 0;
  line-height: 0;
  border-top: 1px solid #c4c4c4;
  font-size: 0;
}
.news-summary {
  margin-top: 55px;
  padding-left: 40px;
  line-height: 36px;
  border-left: 5px solid #00a0e9;
  font-size: 15px;
  color: #666;
}
.news-content {
  margin-top: 56px;
}
.news-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.news-content > p {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-indent: 34px;
  text-align: justify;
}
.news-content strong,
.news-content b {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .cm-tabBox .the-type-list li {
    margin: 0 20px 20px 20px;
    width: 120px;
    line-height: 35px;
    padding-top: 3px;
    text-align: center;
  }

  .news-detail {
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-detail .news-detail-box {
    padding: 20px 15px 10px 15px;
  }
  .news-title {
    padding: 0 10px;
    line-height: 30px;
    font-size: 20px;
  }
  .news-info {
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
  }
  .news-hr {
    margin-top: 28px;
  }
  .news-summary {
    margin-top: 20px;
    padding-left: 20px;
    line-height: 22px;
    border-left: 2px solid #00a0e9;
    font-size: 14px;
  }
  .news-content {
    margin-top: 24px;
  }
  .news-content > p {
    margin-bottom: 24px;
    line-height: 26px;
    font-size: 14px;
    text-indent: 30px;
  }
}
