/* 电脑样式 */
.normal-show-news{
    margin-top: 0 !important;
  }

  .navbar-fixed-top{
    background: black;
  }
  body>.container-fluid{
    top: 0;
  }

@media screen and (min-width: 800px) {
  .normal-news-location{
    margin-top: 4.0833vw;
  }
  
  .normal-news-detail {
    width: 62.5vw;
    margin: 2.0833vw auto 4.2708vw;
  }

  .normal-news-title {
    font-size: 2.0833vw;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #232636;
    line-height: 2.9167vw;
  }

  .normal-news-release-time {
    font-size: 0.7292vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #232636;
    line-height: 1.0417vw;
  }

  .normal-news-article {
    margin-top: 30px;
  }

  .normal-news-paragraph {
    margin-bottom: 18px;
    font-size: 0.9375vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #232636;
    line-height: 1.3021vw;
  }

  .normal-news-paragraph:last-child {
    margin-bottom: 0;
  }
}

/* 手机样式 */
@media screen and (max-width: 800px) {
  .normal-news-detail {
    width: 91.2vw;
    margin: 5.3333vw auto;
  }

  .normal-news-location {
    display: none;
  }

  .normal-news-title {
    margin-top: 0 !important; 
    font-size: 5.3333vw;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #232636;
    line-height: 7.4667vw;
  }

  .normal-news-release-time {
    font-size: 3.2vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #232636;
    line-height: 4.5333vw;
  }

  .normal-news-article {
    margin-top: 2.4vw;
  }

  .normal-news-paragraph {
    font-size: 3.2vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #232636;
    line-height: 4.5333vw;
  }

  .normal-news-paragraph:last-child {
    margin-bottom: 0;
  }
}
