/* 新闻详情页 */
@media screen and (max-width:1280px) {

  .news_details-group {
    width: 80%;

    margin: 20px auto;
  }
  .news_details-font {
    font-size: 20px;
    font-family: '.AppleSystemUIFont';
    letter-spacing: 2px;
    line-height: 28px;
    color: #000000;
  }
  .news_details-text {
    margin-top: 14px;
    color: #979797;
    font-size: 18px;
    font-family: '.AppleSystemUIFont';
    line-height: 23px;
    letter-spacing: 1px;
  }
  .news_details-divider {
    margin-top: 20px;
    background-color: #014492;
    height: 1px;
  }
  .news_details-content {
    margin-top: 20px;
    line-height: 1.8em;
  }
  .news_details-content img{
    width: 100%;
  }
}

@media screen and (min-width:1281px) and (max-width: 1440px){
   .news_details-group {
    width: 60%;
    margin: 90px auto 90px auto;
  }
   .news_details-content img{
    width: 100%;
  }
}

@media screen and (min-width:1281px) {
  .news_details-group {
    width: 60%;
    margin: 90px auto 90px auto;
  }
  .news_details-font {
    font-size: 44px;
    font-family: '.AppleSystemUIFont';
    letter-spacing: 2px;
    line-height: 70px;
    color: #000000;
  }
  .news_details-text {
    margin-top: 22px;
    color: #979797;
    font-size: 24px;
    font-family: '.AppleSystemUIFont';
    line-height: 23px;
    letter-spacing: 1px;
  }
  .news_details-divider {
    margin-top: 36px;
    background-color: #014492;
    height: 1px;
  }
  .news_details-content {
    margin-top: 20px;
    line-height: 1.8em;
  }
  .news_details-content img{
    width: 100%;
  }
}