.page-banner.page-banner {
  background-image: url(../../../img/h5/news_detail_bg.png);
  margin-bottom: 0;
}
.bd {
  width: 100%;
  padding: 0;
  background-color: #F5F5F6;
}
.bd .bd-content {
  width: 100%;
  padding: 0.875rem;
  margin-right: 1.25rem;
  background-color: #fff;
}
.bd .bd-content .content-hd {
  padding: 1.5rem 0 0.875rem;
  border-bottom: 0.0625rem solid #e8e8e8;
}
.bd .bd-content .content-richtext {
  padding: 1.5rem 0 2.1875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #646464;
  text-align: justify;
}
.bd .bd-content .content-richtext img {
  width: 100%;
  height: 100%;
  margin: 20px 0;
}
.bd .bd-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #292929;
  margin-bottom: 1.125rem;
}
.bd .bd-other {
  padding: 1.5rem 1.25rem;
  background-color: #fff;
}
.bd .bd-other .other-title {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #292929;
}
.bd .bd-other .other-item {
  display: flex;
  align-items: center;
  padding-bottom: 1.25rem;
  margin-bottom: 0.8125rem;
}
.bd .bd-other .other-item:not(:last-child) {
  border-bottom: 0.0625rem solid #e8e8e8;
}
.bd .bd-other .other-item img {
  min-width: 3.75rem;
  max-width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.75rem;
}
.bd .bd-other .other-item .text {
  font-size: 0.875rem;
  font-weight: normal;
  color: #292929;
  margin-bottom: 0.125rem;
  min-height: 2.5rem;
}
.bd .bd-other .other-item .time {
  font-size: 0.8125rem;
  font-weight: normal;
  color: #646464;
}
