/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.section {
  text-align: center;
  overflow: hidden; }

.news-detail .container {
  padding: 70px 50px; }
.news-detail .title {
  font-size: 20px;
  line-height: 40px; }
.news-detail time {
  color: #999; }
.news-detail .content {
  margin-top: 30px;
  padding: 30px 0;
  border-top: #ddd solid 1px; }
  .news-detail .content p {
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
    text-align: left; }
  .news-detail .content img {
    max-width: 100%;
    margin: 10px auto; }

/*
 * When the browser's viewable area is less than 768px
 */
@media screen and (max-width: 768px) {
  .content {
    padding: 0;
    margin: 0; }

  .sub-banner {
    margin-top: 56px; }

  .news-detail .container {
    padding: 30px 10px; }
  .news-detail .title {
    font-size: 16px;
    line-height: 24px; }
  .news-detail time {
    color: #999; }
  .news-detail .content {
    margin-top: 10px;
    padding: 10px 0;
    border-top: #ddd solid 1px; }
    .news-detail .content p {
      font-size: 14px;
      line-height: 28px;
      text-indent: 2em;
      text-align: left; }
    .news-detail .content img {
      max-width: 100%;
      margin: 10px auto; }

  .breadcrumb-wrap {
    display: none; } }

/*# sourceMappingURL=news-detail.css.map */
