.news .detail-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .detail-box .detail {
  width: 1400px;
}
.news .detail-box .detail .breadcrumb-nav {
  padding: 32px 0 25px;
}
.news .detail-box .detail .breadcrumb-nav a {
  color: black;
}
.news .detail-box .detail .news-box {
  width: 100%;
  min-height: 200px;
  background-color: #F7F8FC;
  margin-bottom: 64px;
  padding: 100px 172px;
}
.news .detail-box .detail .news-box .title {
  font-size: 28px;
  padding: 13px;
  text-align: center;
  margin-bottom: 13px;
  border-bottom: 1px solid #bbb;
}
.news .detail-box .detail .news-box .sub-row {
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .detail-box .detail .news-box .sub-row .date {
  margin-right: 50px;
}
.news .detail-box .detail .news-box .content {
  margin-top: 100px;
}

/*# sourceMappingURL=news_detail.css.map */
