.banner {
  margin-top: 80px;
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .info {
  top: 50%;
  transform: translateY(-50%);
}
.banner .info h3 {
  font-family: 'PINGFANG-BOLD';
  font-size: 32px;
  line-height: 45px;
  color: #FFF600;
  margin-top: 10px;
}
.banner .info h5 {
  font-family: 'PINGFANG-REGULAR';
  font-size: 32px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 10px;
}
.banner .info a {
  display: block;
  width: 418px;
  height: 48px;
  padding: 12px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.21);
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 24px;
  color: #004DF1;
  margin: 0 auto;
  margin-top: 40px;
}
.detail {
  padding-top: 16px;
  padding-bottom: 100px;
}
.detail .breadcrumb h6 {
  font-size: 14px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
}
.detail .content {
  margin-top: 30px;
  align-items: start;
}
.detail .detail-content {
  width: 960px;
  padding: 50px 30px 76px 30px;
  border: 1px solid #D9D9D9;
}
.detail .detail-content .inner-title {
  padding: 0 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.detail .detail-content .inner-title h3 {
  font-family: 'PINGFANG-Heavy';
  font-size: 24px;
  line-height: 36px;
  color: #1E1E1E;
  text-align: center;
}
.detail .detail-content .inner-title .adaptable-area-normal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.detail .detail-content .inner-title .adaptable-area-normal span {
  font-size: 14px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
}
.detail .detail-content .detail-info {
  padding: 30px 40px;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.detail .detail-content .detail-info span,
.detail .detail-content .detail-info a {
  font-family: 'PINGFANG-BOLD';
  /*color: #004DF1;*/
}
.detail .detail-content .detail-info a {
  text-decoration: underline;
}
.detail .pop-news {
  width: 278px;
  margin-left: auto;
  border: 1px solid #D9D9D9;
}
.detail .pop-news .news-type {
  padding: 14px 0;
  background-color: #004DF1;
}
.detail .pop-news .news-type h4 {
  font-family: 'PINGFANG-Heavy';
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.detail .pop-news .news-content {
  padding: 12px 18px;
}
.detail .pop-news .news-content li {
  padding: 16px 12px;
  border-bottom: 1px solid #E9E9E9;
}
.detail .pop-news .news-content li:last-child {
  border-bottom: 0;
}
.detail .pop-news .news-content li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}
