@media screen and (max-width: 500px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
body {

  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* ie10+ */
  overflow-x: hidden;
  overflow-y: auto;

}
body::-webkit-scrollbar { /* chrome */
  display: none;
}

    /* 首页适配 */
    .header_main_search {
        width: 90%;
        margin: 10px auto;
        height: 40px;
    }

    .header_top {
        height: 200px;
    }
   .inputSearch2 {
     font-size:16px
    }
    .header_tool {
        /* padding: 10px 0px; */
        display: none;
    }
table{
width:100%
}
#Zoom img {
max-width:100% !important;
width:100% !important;
height:auto !important
}
.mobile_none{
    display: none;
}
 .dqwz{
   display:none
 }
.NewsList ul li a{
 text-overflow: ellipsis; /* 溢出显示省略号 */
    overflow: hidden; /* 溢出隐藏 */
    white-space: nowrap;  /* 强制不换行 */
}

.main{
width:100%
}
.sideBar_a ul{
display:flex;
    justify-content: space-between;
flex-flow:row wrap
}
.sideBar_a ul li{
padding-left:20px;
width:48%
}
    .content {
        width: 100% !important;
    }
    .contentt {
        width: 100% !important;
    }
.gklmitem::after{
  width:0px
}


    .header_main_logo {
        width: 55%;
        margin: 30px auto 0px;
    }

    .left_input {
        width: 100%;
        padding: 4px 14px;
        font-size: 16px;
    }

    .inputSearch {
        font-size: 16px;
    }

    .searchbtn {
        width: 100px;
        height: 100%;
        padding: 0px 10px;
        font-size: 16px;
    }

    .canelbox {
        height: auto;
    }

    .canelul {
        overflow: auto !important;
        white-space: nowrap;
    }

    .canelul li {
        padding: 12px 15px !important;
        font-size: 16px !important;
        background: #185AAE;
    }

    .canelul ::-webkit-scrollbar {
        width: 0px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 0px;
        display: none;
    }

    .ttxw {
        font-size: 18px !important;
        padding: 20px 40px 0px;
        margin: 0px 0px 15px;
    }
   .canelbox{
       display:none
   }
    .news{
        padding: 0px 20px;
        display: block;
    }

    .swiperbox {
        width: 100%;
        height: 200px;
    }

    .swipertit {
        padding: 5px;
    }

    .newslist {
        width: 100%;
    }

    .caneal {
        font-size: 22px;
        padding: 10px 0px 10px;
        /* text-align: left; */
    }

    .ppp {
        padding: 0px 20px;

    }

    .ppp a {
        width: 45%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cjywlist {
        padding: 10px 0px;
    }

    .itemcjyw {
        padding-bottom: 10px;
    }

    .itemcjyw a {
        display: inline-block;
        width: 80%;
    }

    .dt .content {
        display: block;
        padding: 0px 20px;
    }

    .dtleft,
    .dtright {
        width: 100%;
        padding: 12px;
        margin-bottom: 20px;
        border-radius: 4px;
        min-height: auto;
    }

    .dtitem {
        padding: 0px 5px 5px;
        font-size: 16px;
    }

    .titlecjyw {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 20px;
    }

    .dtlist {
        padding-left: 0px;
        padding-top: 10px;

    }

    .itemdtqy a {
        display: inline-block;
        width: 80%;
    }

    .titlecjyw::after {
        left: 0px;
    }

    .hf {
        margin: 10px auto;
    }
    .headerbox{
        padding-bottom: 20px;
    }
    .lanmu{
        font-size: 24px;
        font-weight: bold;
        padding: 0px 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .zwgk {
        padding: 10px 20px;
        box-sizing: border-box;
        display: block;
    }

    .gklm {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        flex-flow: row wrap;
        padding: 10px 0px;
       margin:0px
    }
    .zwfw .lanmu{
     padding:0px !important
   }
    .gklmitem {
        margin: 10px 0px;
    }

    .zwbox {
        width: 100%;
    }

    .zwbg {
        width: 100%;
        padding-top: 10px;
    }

    .zwbg a {
        display: inline-block;
        width: 48%;
    }

    .itemzwbg {
        width: 100%;
        padding: 10px 20px;
        height: 70px;
        font-size: 16px;
    }

    .zwbgright {
        width: calc(100% - 35px);
       font-size:14px
    }
   .zwiconbox{
        width:25px;
        height:25px
    }
    .zwfw {
        padding: 20px;
    }

    .rightshare {
        display: none;
    }

    .icpbottom .content {
        display: block;
    }
    .spanline{
    display:none
}
    .icpbottom .flex_start:first-child {
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #707070;
        margin-bottom: 10px;
    }

    .icpbottom .flex_start .footerspan {
        display: none;
    }

    .iconbox2 {
        display: none;
    }

    .footer .flex_between {
        display: block;
    }

    .footer {
        padding: 15px;
        height: auto;
    }

    .footerleft {
        width: 100%;
    }

    .selectapp {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: row wrap;
    }

    .selectapp .item span {
        margin-right: 10px;
        font-size:16px
    }
   .selectapp{
    border-bottom: 1px dashed;
   }
    .footer{
     padding:20px;
    }
    .selectapp .item{
        width: 50%;
    }
    .zhuban {
        padding-left: 0px;
        width: 100%;
        border-left: 0px;
        margin-top: 20px;
    }

    .zhuban .item {
        padding-left: 0px;
        font-size: 14px;
    }

    .footerright {
        width: 100%;
        margin-top: 20px;
    }

    .footerleft {
        justify-content: flex-start !important;
        display: block !important;
    }

    .ztzl {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .ztzl .content {
        display: block;
        padding: 20px;
        box-sizing: border-box;
        padding-bottom: 0px;
    }

    .ztitem {
        width: 100%;
        margin-bottom: 20px;
    }

    .ztzl .lanmu {
        padding: 0px;
        margin-bottom: 0px;
    }

    .hdjl .content {
        display: block;
    }

    .hdjlleft {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .hdjlzzxx {
        padding: 20px;
        box-sizing: border-box;
        width: 100%;
    }

    .xiexin {
        width: 100%;
        background-color: #489ad7;
        background-image: none;
       background: url(../img/xx2.png) no-repeat;
       background-size:110%
    }

    .dtlist2 {
        padding-left: 0px;
    }

    .xinlist .titlecjyw {
        width: 80%;
    }

    .hdjlzxft {
        width: 100%;
        height: auto;
    }

    .hdjlzxftbox {
        padding: 20px;
        box-sizing: border-box;
    }

    .zxftbackimg {
        height: auto;
    }

    .selectweb .content {
        flex-flow: row wrap;
    }

    .btn-group {
        width: 48%;
        margin-bottom: 10px;
    }

    .itemselect {
        width: 100%;
    }

    .header_main_word {
        display: none;
    }
    .smalltext{
        width: 100%;
    }
    .smalltext .ppp{
        display: flex;
        justify-content: space-between;
    }
    .hdzxftbbox{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .mobilecanl{
        display: flex !important;
    }
  .fubox{
   display:block !important
  }
  .fwbk1{
 display:none
}
.footerjy{
font-size:12px
}
.searchbtn{
 font-size:14px
}
.icon-sousuo{
font-size:20px
}
}