@media (min-width: 769px) {
  footer {
    position: relative;
    background: #7E90A7;
  }
  .bgimg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .newscontent {
    padding-top: 2.5rem;
    width: 13.18rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .newscontent .titlebox {
    font-size: 0.42rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #40647F;
    line-height: 0.45rem;
  }
  .newscontent .time {
    font-size: 0.22rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #000000;
    line-height: 0.22rem;
    margin: 0.28rem 0 0.76rem;
  }
  .newscontent .content {
    font-size: 0.21rem;
    color: #000000;
    line-height: 0.49rem;
    white-space: pre-wrap;
  }
  .newscontent .content img {
    max-width: 100%;
    display: initial;
  }
  .btns {
    width: 14.06rem;
    border-top: 0.01rem solid #E6EAEE;
    padding-top: 0.84rem;
    padding-bottom: 1.41rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.22rem auto 0;
    position: relative;
    z-index: 2;
  }
  .btns .prebtn,
  .btns .nextbtn {
    font-size: 0.22rem;
    cursor: pointer;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #164362;
  }
  .btns .back {
    width: 1.12rem;
    cursor: pointer;
    height: 0.56rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 0.56rem;
    text-align: center;
    background: #164362;
  }
}
@media (max-width: 768px) {
  footer {
    position: relative;
  }
  .bgimg {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
  }
  .backbtn {
    width: 308px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    z-index: 9;
    position: relative;
    padding-top: 30px;
  }
  .backbtn .img {
    width: 5px;
    margin-right: 4px;
  }
  .backbtn .text {
    font-size: 12px;
    color: #000000;
    font-family: AlibabaPuHuiTi_2_65_Medium;
  }
  .newscontent {
    padding-top: 30px;
    width: 308px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
  }
  .newscontent .titlebox {
    font-size: 16px;
    color: #40647F;
    line-height: 24px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
  }
  .newscontent .time {
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    margin: 12px 0 24px;
  }
  .newscontent .content {
    font-size: 12px;
    color: #000000;
    line-height: 30px;
    white-space: pre-wrap;
  }
  .newscontent .content img {
    width: 100% !important;
    height: auto !important;
    margin: 10px 0;
  }
  .btns {
    display: none;
  }
}
