.mobile_type .mainTable tr {
    display: grid;
  }
  .mobile_type .Con .Con-left-title {
    background-size: 100vw auto;
    margin-left: 0px;
    margin-bottom: 2vw;
    width: 100vw;
  }
  .mobile_type .Con-leftn-list {
    width: 100vw;
  }
  .mobile_type .Con-leftn-list > li {
    width: 100vw;
  }
  .mobile_type .active {
    background: url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/695671/images/right_active.png) no-repeat 325px center!important;
  }
  .mobile_type .Con-leftn-list > li > a {
    background: url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/695671/images/right.png) no-repeat 325px center;
  }
  .mobile_type .mainTable .m_left {
    min-height: auto;
  }
  .mobile_type .Con-right {
    width: 100vw;
  }
  .mobile_type .Con-right_list > li {
    height: 45px;
  }
  .mobile_type .Con-right_list > li > a {
    display: inline-block;
    width: 67%;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }

  /* 当前位置 */
  .mobile_type .bt-box-1200{width: 100vw;}
  .mobile_type .dw{line-height: 32px;}
  .mobile_type .crumbs{display: contents;}
  .mobile_type .Con-right_list>li{line-height: 45px;}
  .mobile_type .pos{padding-left: 2vw;}

/* 横向滚动条解决 */
html,body{
    padding: 0;
    margin: 0;
    width: 100%;  
    height: 100%;  
    left: 0;top: 0;  
    overflow: hidden;  
    overflow-y: auto;
  }

  /*当前位置*/
.mobile_type .pos {
    width: 100%;
    height: auto;
  }
  .mobile_type .bt-box-1200 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .mobile_type .dw {
    line-height: normal;
    font-size: 4.26vw;
    margin-bottom: 0;
    margin-top: 0px;
    position: relative;
  }
  .mobile_type .dw > img {
    position: absolute;
    margin: 0;
    top: 3.8vw;
    left: 2.66vw;
        width: 4.26vw;
      height: 4.8vw;
  }
  .mobile_type .crumbs {
    position: initial;
    display: inline-block;
    margin-left: 10vw;
   line-height: 12vw;
  }
  .mobile_type .crumbs a {
    font-size: 4vw;
  }
  /*当前位置结束*/
  .mobile_type .Con {
    position: relative;
    margin: 8vw auto;
  }
  .mobile_type td.m_by {
    display: none;
  }
  .mobile_type .Con .Con-left-title {
    display: none;
  }
  .mobile_type table.mainTable {
    table-layout: fixed;
    width: 96%;
    margin: 0 auto;
  }
  .mobile_type .mainTable .m_left {
    width: 100%;
  display: block;
    min-height: inherit;
    margin-bottom: 8vw;
  }
  .mobile_type .Con-leftn-list {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .mobile_type .Con-leftn-list > li {
    width: auto;
    line-height: 6vw;
    border-bottom: none;
  }
  .mobile_type .Con-leftn-list > li > a {
    font-size: 4.8vw;
    padding: 2.66vw;
  }
  .mobile_type .Con-right {
    width: 100%;
    overflow: hidden;
    min-height: 32vw;
    font-size: 4.26vw;
  display: block;
  }
  .mobile_type .Con-right_title {
    width: 100%;
    height: 12vw;
    font-size: 5.86vw;
    line-height: 12vw;
    padding-left: 2.66vw;
  }