body {
    font-size: 14px;
    background: #F2F2F2;
  }
  
  #app-wrap {
    display: none;
  }
  .old_type .elder {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 30px !important;
  }
  
  .elder {
    font-size: 18px !important;
    display: inline-block;
    height: 35px !important;
    line-height: 35px !important;
    background: #fabe2d;
    color: white !important;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 800;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 65px;
  }
  a {
    text-decoration: none !important;
  }
  
  .main {
    margin-bottom: 30px;
  }
  
  .zcHead {
    background-size: 100%;
    height: 70px;
    width: 100%;
  }
  
  .zcsdBanner {
    display: flex;
    justify-content: space-around;
  }
  
  .more {
    position: absolute;
    right: 25px;
    font-size: 20px;
    font-weight: bold;
  }
  
  .box {
    height: 270px;
    overflow: hidden;
  }
  
  .xdHead {
    background-size: 100%;
    height: 70px;
    width: 100%;
    position: relative;
  }
  
  .commonNewsUl {
    display: flex;
    flex-wrap: wrap;
  }
  .commonNewsUl .commonNewsLi {
    width: 500px;
    display: flex;
    margin: 10px 40px;
    height: 35px;
    font-size: 18px;
  }
  .commonNewsUl .commonNewsLi .newsConter {
    line-height: 35px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .commonNewsUl .commonNewsLi .newsDate {
    width: 120px;
    text-align: center;
    line-height: 35px;
  }
  
  .bsHead {
    background-size: 100%;
    height: 70px;
    width: 100%;
  }
  
  .bottomBanner {
    display: flex;
    justify-content: space-between;
  }