.page-banner.page-banner {
  background-image: url(../img/news_detail_bg.png);
  margin-bottom: 0;
}
.bd {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 48px 0 ;
  background-color: #F5F5F6;
}
.bd .bd-content {
  min-width: 880px;
  max-width: 880px;
  margin-right: 20px;
  background-color: #fff;
}
.bd .bd-content .content-hd {
  padding: 24px 24px 14px;
  border-bottom: 1px solid #e8e8e8;
}
.bd .bd-content .content-richtext {
  padding: 24px 24px 50px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}
.bd .bd-content .content-richtext img {
  width: 100%;
  height: 100%;
  margin: 20px 0;
}
.bd .bd-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #292929;
  margin-bottom: 18px;
}
.bd .bd-content .content-btn {
  padding: 0 24px 40px;
  font-size: 16px;
  color: #3D3D3D;
}
.bd .bd-content .content-btn a {
  cursor: pointer;
  color: #3D3D3D;
}
.bd .bd-content .content-btn span {
  color: #3C7BFF;
  max-width: 220px;
}
.bd .bd-content .content-btn .pre-sign,
.bd .bd-content .content-btn .next-sign {
  width: 10px;
  height: 10px;
  border: 1px solid #3D3D3D;
  border-top-color: transparent;
  border-right-color: transparent;
}
.bd .bd-content .content-btn .pre-sign {
  transform: rotate(45deg);
  margin-right: 2px;
}
.bd .bd-content .content-btn .next-sign {
  transform: rotate(225deg);
}
.bd .bd-other {
  padding: 24px 20px;
  background-color: #fff;
  height: max-content;
  max-width: 300px;
}
.bd .bd-other .other-title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #292929;
}
.bd .bd-other .other-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.bd .bd-other .other-item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 12px;
}
.bd .bd-other .other-item img {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  margin-right: 12px;
}
.bd .bd-other .other-item .text {
  font-size: 14px;
  font-weight: normal;
  color: #292929;
  margin-bottom: 2px;
  min-height: 40px;
}
.bd .bd-other .other-item .time {
  font-size: 13px;
  font-weight: normal;
  color: #646464;
}
