.news-info-container .header-section {
  height: 540px;
  background-image: url("../imgs/newsMsgBg.png");
}

.news-info-container .header-section-title {
  font-size: 42px;
  color: #FFFFFF;
  padding-top: 230px;
}

.news-info-container .header-section-small {
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 34px;
}

.news-info-container .news-detail-comp {
  margin-top: -50px;
  position: relative;
  margin-bottom: 80px;
  box-sizing: border-box;
  padding: 50px 40px 40px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
}

.news-info-container .news-detail-comp .back-btn {
  top: 16px;
  left: 20px;
  display: flex;
  cursor: pointer;
  color: #3351FB;
  position: absolute;
}

.news-info-container .news-detail-comp .back-btn span {
  margin-left: 2px;
}

.news-info-container .news-detail-comp .bread-crumb {
  top: 20px;
  left: 24px;
  display: flex;
  position: absolute;
  align-items: center;
}

.news-info-container .news-detail-comp .bread-crumb .line {
  color: #ccc;
  font-size: 14px;
  margin: 0px 8px;
}

.news-info-container .news-detail-comp .bread-crumb .current {
  color: #606266;
}

.news-info-container .news-detail-comp .news-detail-box.empty {
  min-height: 400px;
}

.news-info-container .news-detail-comp .news-detail-title {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-top: 12px;
}

.news-info-container .news-detail-comp .news-detail-time {
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.news-detail-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.news-detail-content figure {
  text-align: center;
}

.news-detail-content p {
  line-height: 2;
  text-indent: 2em;
}
