/* 小于 1400 的适配 */
@media screen and (max-width: 1537px) {
  .header {
    background: #000;
  }
  .new-detail {
    overflow: hidden;
    position: relative;
    margin-top: calc(0.857 * 60px);
    background: #e4e4e4;
  }

  .new-detail .wrap {
    overflow: hidden;
    margin: calc(0.857 * 87px) auto calc(0.857 * 136px);
    padding: 90px 90px 0;
    width: calc(0.857 * 1400px);
    background: #fff;
    text-align: center;
  }

  .new-detail .wrap .title {
    margin-bottom: calc(0.857 * 33px);
    font-size: calc(0.857 * 36px);
  }

  .new-detail .wrap .time {
    margin-bottom: calc(0.857 * 72px);
    
    font-size: calc(0.857 * 16px);
    color: #343434;
  }

  .new-detail .wrap .text {
    padding: calc(0.857 * 66px) 0 calc(0.857 * 114px);
    color: #343434;
    font-size: calc(0.857 * 21px);
    line-height: 1.4;
    border-top: 1px solid #e9e9e9;
    text-align: left;
  }

  .new-detail .wrap .text p {
    margin-bottom: calc(0.857 * 45px);
  }

  .new-detail .wrap .img {
    text-align: center;
  }

  .new-detail .wrap .img img {
    max-width: 100%;
  }

  .new-detail .wrap .navigation {
    padding: calc(0.857 *260px) 0 calc(0.857 *80px);
    text-align: left;
    font-size: calc(0.857 * 22px);
    color: #272727;
  }
  .new-detail .wrap .navigation span {
    margin-right: 10px;
  }
  .new-detail .wrap .navigation a {
    color: #272727;
  }

  .new-detail .wrap .navigation p {
    margin-bottom: 20px;
  }


  .new-detail .wrap .navigation a:hover {
    color: #000390;
  }

  .new-detail .wrap .back {
    margin-bottom: calc(0.857 * 138px);
    float: right;
    text-align: center;
    width: calc(0.857 * 182px);
    height: calc(0.857 * 40px);
    line-height: 40px;
    font-size: calc(0.857 * 22px);
    
    background: #00038f;
    border-radius: 5px;
    cursor: pointer;
  }

  .new-detail .wrap .back a {
    color: #fff;
  }
}

/** 大于1400 的适配 **/
@media screen and (min-width: 1537px) {
  .header {
    background: #000;
  }
  .new-detail {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    background: #e4e4e4;
  }

  .new-detail .wrap {
    overflow: hidden;
    margin: 87px auto 136px;
    padding: 90px 90px 0;
    width: 1400px;
    background: #fff;
    text-align: center;
  }

  .new-detail .wrap .title {
    margin-bottom: 33px;
    font-size: 36px;
  }

  .new-detail .wrap .time {
    margin-bottom: 72px;
    
    font-size: 16px;
    color: #343434;
  }

  .new-detail .wrap .text {
    padding: 66px 0 114px;
    color: #343434;
    font-size: 21px;
    border-top: 1px solid #e9e9e9;
    text-align: left;
  }

  .new-detail .wrap .text p {
    margin-bottom: 45px;
  }

  .new-detail .wrap .img {
    text-align: center;
  }

  .new-detail .wrap .img img {
    max-width: 100%;
  }

  .new-detail .wrap .navigation {
    padding: 260px 0 80px;
    text-align: left;
    font-size: 22px;
    color: #272727;
  }

  .new-detail .wrap .navigation p {
    margin-bottom: 20px;
  }

  .new-detail .wrap .navigation span {
    margin-right: 10px;
  }

  .new-detail .wrap .navigation a {
    color: #272727;
  }

  .new-detail .wrap .navigation a:hover {
    color: #000390;
  }

  .new-detail .wrap .back {
    margin-bottom: 138px;
    float: right;
    text-align: center;
    width: 182px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    
    background: #00038f;
    border-radius: 5px;
    cursor: pointer;
  }

  .new-detail .wrap .back a {
    color: #fff;
  }
}
