/**
** 移动端样式
**/

@media screen and (min-width: 100px) and (max-width: 1024px) {
  html,
  body {
    width: 100% !important;
  }
  * {
    box-sizing: border-box;
  }
  html {
    overflow: auto !important;
  }
  body {
    min-width: 0 !important;
  }
  .yq_two div:nth-child(2) > img {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .yq_two div:nth-child(6) > img {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .zt-banner {
    height: 100px !important;
  }
  .zt-banner a img {
    width: 100px;
    height: 30px;
    margin-top: 5px !important;
    margin-left: 10px !important;
  }
  .zt-content {
    box-sizing: border-box;
    padding: 15px !important;
  }
  .yq_two {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 5px !important;
  }
  .column_bt,
  .zjxd_top {
    width: 100% !important;
    height: 40px !important;
  }
  .column_bt p,
  .two_ywjj h3 {
    line-height: 40px !important;
    margin-left: 15px !important;
    font-size: 20px !important;
  }
  .zjxd_img {
    line-height: 40px !important;
    margin-right: 10px !important;
    font-size: 14px !important;
  }
  .column_bt p a {
    font-size: 20px !important;
    height: 50px !important;
  }
  .two_zybs,
  .lunbo,
  .bord,
  .focusBox,
  .two_zjxd,
  .two_ywjj {
    width: 100% !important;
  }
  .lunbo {
    /* float: none; */
    margin-left: 0 !important;
  }
  .two_zybs {
    box-sizing: border-box !important;
    padding: 10px !important;
    margin-top: 0px !important;
    height: 100% !important;
  }
  .focusBox .pic img {
    width: 100% !important;
  }
  .focusBox .txt li a {
    font-size: 12px !important;
  }
  .two_list {
    margin-right: 10px !important;
    margin-left: 0 !important;
  }
  .tow_left {
    width: 100% !important;
    float: none;
  }
  .tow_left ul li {
    /* float: none !important; */
    width: 70% !important;
  }
  .two_zjxd {
    box-sizing: border-box;
    padding: 10px !important;
  }
  .two_time {
    width: 30%;
    /* float: none !important; */
    margin-right: 0 !important;
    font-size: 14px;
    text-align: right !important;
  }
  .tow_left ul li a,
  .two_ywjj ul li a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 0px !important;
  }
  .two_ywjj ul li {
    width: 70% !important;
  }
  /* 底部start */
  .footer {
      box-sizing: border-box;
      padding: 0 10px !important;
    height: auto;
    width: 100% !important;
  }
  .footer p {
      width: 100% !important;
      /* font-size: 14px; */
      text-align: center !important;
  }
  .footer-img1,
  .footer-img2,
  .footer-img3,
  .footer-img4 {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 auto;
    display: block;
  }
  .footer-img3 {
    float: left;
    margin: 0 0 0 calc(50% - 100px);
  }
  .footer-img4 {
    margin: 10px calc(50% - 100px) 0 0;
  }
  /* 底部end */
}