@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }

  #app-wrap {
    display: block;
    width: 100%;
  }

  /* 政策速递 */
  .m_title {
    display: flex;
    justify-content: center;
  }
  .slideBox_1 .bd li{
    height: 240px !important;
  }
  .m_card_title {
    background: #fff;
    position: relative;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 50px;
  }

  .m_title_bg {
    position: absolute;
    top: -10px;
    color: #333;
    width: 100%;
    font-size: 14px;
    opacity: 0.16;
  }

  .m_title_text {
    margin: 10px auto;
    font-size: 16px;
    font-weight: bold;
  }

  .m_main {
    background-color: #fff;
    padding: 5px 0 15px 0;
    margin: 10px 0;

  }

  .zcbanner {
    display: flex;
    justify-content: space-around;
    margin: 8px 10px;

  }

  .zcbanner img {
    width: 95%;
  }

  /* 滨江行动 */
  .m_commonUlList {
    padding: 10px 0;
    margin: 0 10px;
    background: #fff;
  }

  .m_commonUlList .m_commonLi {
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #3476ca;
    margin: 0 10px;
  }

  .m_commonUlList .m_commonLi .m_commonAlink {
    width: 100%;
    display: flex;
    color: #303030;
    margin: 0 15px;
    height: 30px;
    line-height: 30px;
  }

  .m_commonUlList .m_commonLi .m_commonAlink .m_commonTitle {
    flex: 1;
    overflow: hidden;
    font-weight: bold;
  }

  .m_commonUlList .m_commonLi .m_commonAlink .m_commonTime {
    margin-left: 5px;
    color: #444444;
  }

  .m_commonUlList .m_commonLi .m_commonAlink::before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #3476ca;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
  }

  .m_bsfwBanner {
  }
  .m_bsfwBanner a{
    display: block;
    margin-bottom: 15px;
  }
  .m_bsfwBanner a img {
    width: 100%;
    height: 100px;
  }

  .m_more {
    display: block;
    text-align: right;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
  }
}