@media only screen and (max-width: 1199px) {
  /*通用*/
  .inner, .links{
    width: 100% !important;
  }
  body{
    background: url(bg_phone.jpg) no-repeat center top #fff !important;
  }
  #barrierfree_container{
    background: none;
  }
  /*主体部分开始*/
  .container{
    width: 100%;
    max-width: none;
    min-width: auto;
    margin: 0 auto;
    background: #fff;
    min-height: 8rem;
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    border: none;
  }
  .lmy_dqwz_box{
    display: none;
    height: 5.625rem;
  }
  .lmy_dqwz_wz{
    padding-left: 4.5rem;
    background: url(wz_icon.png) left center no-repeat;
    line-height: 4.5rem;
    font-size: 1.875rem;
    background-size: 15%;
  }
  .lmy_dqwz_box table{
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.875rem;
  }
  .lmy_dqwz_box table a{
    font-size: 1.875rem;
  }
  .cont_box{
    margin-top: 1.25rem;
  }
  .lm_name{
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }
  .lm_name ul{
    display: none;
  }
  .lm_name_top{
    height: 8.5rem;
    line-height: 8.5rem;
    font-size: 2.625rem;
    background: #3366CC url("nav_phone_btn.png") 92% center no-repeat;
    background-size: 10%;
  }
  .lm_name_list{
    display: block !important;
    position: fixed;
    top: 0;
    left: -20rem;
    width: 20rem;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #cecdcd;
    transition: 0.3s;
    padding: 0 1rem;
    overflow-y: auto;
    z-index: 9999;
  }
  .lm_name_list.clicks{
    left: 0;
  }
  .lm_name_list li {
    width: 100%;
    height: 5.375rem;
    font-size: 2.125rem;
    background: #fff;
  }
  .lm_name_list li>a {
    display: block;
    width: 100%;
    height: 5.375rem;
    line-height: 5.375rem;
    color: #333;
    text-align: center;
    font-size: 2rem;
  }
  .lm_lsit{
    width: 100%;
    border-left: none;
    padding: 1.5rem 0 0;
  }
  .lm_dq_name{
    height: 5.75rem;
  }
  .lm_dq_name span{
    height: 5.75rem;
    line-height: 3.5rem;
    border-bottom: 4px solid #3366CC;
    font-size: 2.5rem;
  }
  .lm_dq_list{
    margin-top: 1.25rem;
  }
  .lm_dq_list li {
    height: 4.5rem;
    width: 100%;
    padding-left: 1.25rem;
    position: relative;
  }
  .lm_dq_list li a {
    width: 70%;
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.875rem;
  }
  .lm_dq_list li span {
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.875rem;
    width: 30%;
  }
  .lm_dq_list li:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #3366CC;
    position: absolute;
    left: 0;
    top: 2rem;
  }
  .lm_dq_list li:nth-child(5n) {
    height: 5rem;
    line-height: 4.5rem;
    border-bottom: 1px dashed #D0D4E3;
  }
  .lm_dq_list li:nth-child(6), .lm_dq_list li:nth-child(11) {
    height: 5rem;
    line-height: 4.5rem;
    padding-top: 0;
    margin-top: 1.25rem;
  }
  .lm_dq_list li:nth-child(6):after, .lm_dq_list li:nth-child(11):after {
    top: 2rem;
  }

  /*分页样式*/
  .lucidity_pgToolbar>tbody>tr>td>table>tbody>tr>td:nth-child(1),.lucidity_pgToolbar>tbody>tr>td>table>tbody>tr>td:nth-child(5),.lucidity_pgToolbar>tbody>tr>td>table>tbody>tr>td:nth-child(6),.lucidity_pgToolbar>tbody>tr>td>table>tbody>tr>td:nth-child(7),.lucidity_pgToolbar>tbody>tr>td>table>tbody>tr>td:nth-child(8),.lucidity_pgToolbar>tbody>tr>td>table>tbody>tr>td:nth-child(9),
  .lucidity_pgToolbar>tbody>tr>td>table>tbody>tr>td:nth-child(10){
    display: none !important;
  }
  .lucidity_pgToolbar{
    width: auto !important;
    height: 2.5rem !important;
    margin: 2.5rem auto 0 !important;
    border: none !important;
  }
  .lucidity_pgToolbar td {
    height: 2.5rem !important;
    font-size: 1.25rem !important;
    padding: 0 0.5rem !important;
    line-height: 2.5rem !important;
  }
  .lucidity_pgBtn{
    width: 7rem !important;
    height: 2.5rem !important;
    margin: 0 !important;
    border: 1px solid #EEEEEE !important;
    line-height: 2.5rem !important;
  }
  .lucidity-ui-paging-container li{
    width: 2.5rem !important;
    margin: 0 0.5rem !important;
  }
  .lucidity-ui-paging-container li.ui-pager{
    height: 2.5rem !important;
    line-height: 2.5rem !important;
  }
  /*主体部分结束*/
  /*20240628分页样式*/
  .lucidity-ui-paging-container li.ui-paging-ellipse{
    height: 2.5rem !important;
  }
}
