@media screen and (max-width: 992px) {
  .aboutusPage {
    background: #F3F4F5;
    margin-bottom: 16px;
  }
  .aboutusPage .list-page {
    margin: 16px;
    background: #fff;
    margin-bottom: 0;
    border-radius: 8px;
    padding: 16px;
    display: block;
    /* 内容 */
  }
  .aboutusPage .list-page .list-page-left {
    display: none;
  }
  .aboutusPage .list-page .list-page-right {
    float: none;
    width: 100%;
  }
  .aboutusPage .list-page.main-szjj .list-page-left {
    float: none;
    width: 100%;
  }
  .aboutusPage .list-page.main-szjj .list-page-right {
    float: none;
    width: 100%;
  }
  .aboutusPage .list-page .cont-box {
    padding: 8px 16px;
  }
}
