@media screen and (min-width: 100px) and (max-width: 1200px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
    width: 100%;
  }
  #app-wrap .container-footer {
    height: auto !important;
  }
  #app-wrap .container-footer .bottom .title {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  #app-wrap .container-footer .logo .logo-icon2 {
    width: 70px !important;
    height: 34px !important;
  }
  .m_main {
    background-color: #fff;
    padding: 5px 0 15px 0;
    margin: 10px 0;
  }
  .m_logo {
    width: 85px;
    height: 35px;
    display: inline-block;
    background-image: url(./header-logo.png);
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .m_zcTitle {
    width: 100%;
    height: 30px;
    background: url(./titleBanner.jpg) 0 0 no-repeat;
    background-size: 100%;
  }
  .m_zcNewsList {
    width: 80%;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
  }
  .m_zcNewsList li {
    height: 50px;
  }
  .m_zcNewsList li a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m_zcNewsList li a::before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #1892ff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
  }
  .m_linkUl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .m_linkUl li {
    width: 45%;
    margin: 5px;
  }
}/*# sourceMappingURL=m_index.css.map */