@charset "utf-8";
/* .wrapper{width: 888px;} */
.banner{height: 370px;background: url('../img/bg-news-detail-banner.jpg') center center no-repeat;background-size: cover;}

.section-article{margin-top: 50px;}
.article-header{border-bottom: 1px solid #e7e7e7;padding-bottom: 25px;}
.article-header .article-title{font-size: 31px;color: #231815;margin-bottom: 29px;}
.article-header .article-info{height: 56px;}
.article-header .date-wrapper{float: left;width: 52px;}
.article-header .date-wrapper .date-day{font-size: 28px;color: #000;}
.article-header .date-wrapper .date-ym{font-size: 14px;color: #000;}
.article-header .share-wrapper{float: right;}
.article-body{padding-top: 60px;}
.article-body p{font-size: 16px;line-height: 35px;color: #000;margin-bottom: 40px;}
.article-footer{text-align: center;padding-bottom: 60px;}

@media screen and (max-width: 900px){
  body{padding-top: 1rem;}
  .wrapper{width: 100%;}
  .bread-wrapper{display: none;}
  .section-article,
  .section-cnt .section-body{margin-top: .8rem;}
  .article-header{padding-bottom: .3rem;border-bottom: .02rem solid #e7e7e7;}
  .article-header .article-title{font-size: .38rem;font-weight: bold;margin-bottom: .3rem;}
  .article-header .share-wrapper{display: none;}
  .article-header .date-wrapper .date-day,
  .article-header .date-wrapper .date-ym{color: #595757;}
  .article-body{padding-top: .6rem;}
  .article-body .article-text{font-size: .3rem;line-height: .5rem;margin-bottom: .4rem;}
  .article-footer{padding-bottom: .6rem;}
}

