/*
---------------------------------------------
News Detail
---------------------------------------------
*/
.page-heading .banner-box {
  height: 320px;
  background-image: url("../images/news/banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading .banner-box .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-heading .banner-box .container .inner-content {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.page-heading .banner-box .container .inner-content h2 {
  font-size: 58px;
  font-weight: 600;
}
.page-heading .banner-box .container .inner-content .desc {
  font-size: 24px;
}
#newsDetail .section-heading {
  padding: 84px 0 50px 0;
}
#newsDetail .section-heading .title {
  font-size: 36px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #0073c0;
  text-align: center;
}
#newsDetail .source-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #242424;
  padding: 20px;
}
#newsDetail .source-box .time {
  padding: 0 15px;
}
#newsDetail .desc {
  text-indent: 2em;
  font-size: 18px;
  padding-bottom: 30px;
  color: #242424;
  text-align: left;
}
#newsDetail .desc p {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  #newsDetail .section-heading {
    padding: 20px 0 10px 0 !important;
  }
  #newsDetail .desc p {
    font-size: 16px !important;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #newsDetail .desc p {
    font-size: 14px !important;
    padding-bottom: 5px;
  }
  #newsDetail .section-heading .title {
    font-size: 24px;
  }
}
