@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: 100px;
    height: 15px;
    display: inline-block;
    background-image: url(./logo.png);
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .m_detailsHead {
    margin: 0 20px;
    border-radius: 5px;
    background: white;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border: 1px solid #ccc;
  }
  .m_detailsHead .m_detailsTop {
  }
  .m_detailsHead .m_detailsTop .m_detailsName {
    font-size: 16px;
    font-weight: bolder;
    color: #333;
    margin-bottom: 10px;
  }
  .m_detailsHead .m_detailsBottom {
    display: flex;
    flex-wrap: wrap;
  }
  .m_detailsHead .m_detailsBottom li {
    color: #535353;
    width: 50%;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .m_tab {
    display: flex;
    border-bottom: 1px solid #6792ed;
    margin-left: 0px;
  }
  .m_tab div {
    text-align: center;
    margin: 0;
    margin-right: 10px;
  }
  .m_detailCenter {
    margin-top: 20px;
  }
  .m_tab div,
.m_choice {
    font-size: 15px;
  }
  .m_choice {
    color: #333;
    font-weight: bolder;
    border-radius: 3px;
    border-bottom: 5px solid #6792ed;
  }
  #m_box{
    padding: 10px 20px;
  }
  #m_box .m_item {
    display: none;
    height: 200px;
    overflow: hidden;
    overflow-y: visible;
  }
  .m_dwName {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    
  }
  .m_dwName li {
    height: 40px;
    line-height: 40px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .m_dwName li a {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    overflow: hidden;

  }
  .m_dwName li a::before {
    content: " ";
    width: 8px;
    height: 8px;
    background-color: #1892ff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
  }
  .m_dwName li a:hover {
    background: #e7f0f3;
  }
  .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 {
    display: flex;
    color: #303030;
    margin: 0 15px;
    height: 30px;
    line-height: 30px;
    width: 92%;
  }
  .m_commonUlList .m_commonLi .m_commonAlink .m_commonTitle {
    flex: 1;
    overflow: hidden;
    font-weight: bold;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .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_commonHeadTop .m_title{
    font-size: 16px;
    font-weight: bolder;
  }
  .m_more{
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: bold;
  }
  .newsTop{
    margin-top: 30px;
  } 
}