﻿@media only screen and (max-width: 769px) and (min-width: 100px) {


  .new_boount,
  .old_boount {
    display: none !important;
  }



  .logo img {
    width: 60%;
  }

  body.UseInMobile {}

  body {
    line-height: 200%;
    min-width: unset !important;
  }

  .foot-all {
    width: 100% !important;
  }

  body.aria_wrap {
    font-size: unset;
  }

  .list_wrap {
    margin: 0 auto;

  }

  .nav {
    width: 100% !important;
    padding-left: 0 !important;
  }

    /* {
    min-width: auto !important;
  } */



  .aria_wrap {
    display: flex;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99;
  }

  .aria_wrap a,
  .aria_wrap div {
    font-size: unset;
  }


  .head-top {
    height: 237px !important;
    /* background-size: contain; */
    background-size: contain !important;
    /* background-position-x: -180px; */
    overflow: hidden;
    background-position: left top !important;
  }

  .head-top,
  .box {
    min-width: auto !important;
  }

  /* 首页 */
  .box {
    height: auto !important;
  }

  .column-box,
  .column-right,
  .column-left {
    width: 95% !important;
    margin: 20px auto;
    float: unset !important;
    height: auto !important;
  }
  .search-box{
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 3vw;
  }
  /* .one a {
    width: calc(100% - 120px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  } */
  /* .one h1{
    width: 120px;
    text-align: right;
  } */
  .row h2 {
    margin-top: 10px !important;
  }

  .foot-box {
    min-width: unset !important;
  }

  /* 栏目页手机端适配 */


  /* 列表页手机端适配 */


  /* 详情页手机端适配 */
  /* .row table tr td {
    white-space: nowrap;
  } */
  .J1-Article-content table{
    width: 100%;
  }
  .J1-Article-content table tr td{
    white-space: normal;
  }
  .J1-Article-content table tr td p{
    word-break: break-word;
    width: auto !important;
  }
  .foot {
    height: auto !important;
  }

  .foot .foot-ul {
    width: 100% !important;
  }
  video {
      width:100% !important;
  }
  /*网站尾部样式适配*/
  .foot-left,
  .foot-right {
    float: unset !important;
  }
  .nav a{
    font-size: 6vw;
    line-height: 12vw;
  }
  .column-left, .column-right{
    width: 100% !important;
  }
  .J1-Article-content{
    text-indent: 0px;
  }
  .J1-Article-content p a{
    margin-left: 0px;
    /* display: block; */
  }
  .J1-Article-content img{
    max-width: 95%;
    height: auto;
  }
  .zt td{display:contents;}
  .fz {
  display: none !important;
  padding-left: 0rem !important;}
  .zt tbody > tr > td > table > tbody > tr > td:first-child span {display: none;}
  /* 分页开始 */
  .zl_jkyj .default_pgToolbar {
    margin: 20px 0px;
    width: 100%;
  }
  .zl_jkyj .default_pgPanel td:nth-child(1) {
    display: none;
  }

  .zl_jkyj .default_pgPanel td:nth-child(3) {
    display: none;
  }

  .zl_jkyj .default_pgPanel td:nth-child(5) {
    display: none;
  }

  .zl_jkyj .default_pgPanel td:nth-child(7) {
    display: none;
  }

  .zl_jkyj .default_pgPanel td:nth-child(8) {
    display: none;
  }

  .zl_jkyj .default_pgPanel td:nth-child(9) {}

  .zl_jkyj .default_pgPanel td:nth-child(10) {
    display: none;
  }
  .zl_jkyj .default_pgBtn {
    width: 30px;
    height: 32px;
  }
  .zl_jkyj .default_pgPanel {
    width: 100%;
    padding: 0px;
  }
  .zl_jkyj .default_pgPanel .default_pgSearchInfo{
    display: none;
  }
  .zl_jkyj .default_pgToolbar td {
    text-align: center;
    width: auto !important;
  }
  /* 分页结束*/
  body.UseInMobile .nav a.ariafonttitle,
  body.UseInMobile .nav a.ariafonttitle:link{
    font-size: 22px !important;
    line-height: 12vw !important;
  }
  body.UseInMobile .tittle-box h1{
    font-weight: bold;
  }
  body.UseInMobile .tittle-box h2{
    display: none;
  }
}
  /* 手机版适老化 */
  body.UseInMobile {
    font-size: 18px;
  }

  /* 清除浮动 */
  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }