@media screen and (max-width: 800px) {

  .hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
  }

  .hamburger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }

  .hamburger-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }

  .mobile-nav-wrapper {
    display: block;
  }

  .mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav-container {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav-container.active {
    left: 0;
  }

  .mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: rgb(6, 38, 129);
    color: white;
    font-size: 18px;
    font-weight: bold;
  }

  .mobile-nav-close {
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
  }

  .mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-item {
    border-bottom: 1px solid #eee;
  }

  .mobile-nav-item>a,
  .mobile-nav-link {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    position: relative;
  }

  .mobile-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .mobile-nav-link a {
    flex: 1;
    color: #333;
    text-decoration: none;
  }

  .arrow {
    font-size: 18px;
    color: #999;
    transition: transform 0.3s;
  }

  .mobile-nav-item.open .arrow {
    transform: rotate(45deg);
  }

  .mobile-sub-nav {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
  }

  .mobile-nav-item.open .mobile-sub-nav {
    display: block;
  }

  .mobile-sub-nav li a {
    display: block;
    padding: 12px 20px 12px 40px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
  }

  .mobile-sub-nav li:last-child a {
    border-bottom: none;
  }
 .ph_search {
    width: 235px;
    margin: 0 auto;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
  }
  .ph_ipt {
    width: 188px;
    border: 1px solid rgb(6, 38, 129);
    height: 30px;
    outline: none;
    padding-left: 10px;
  }
  .ph_sbt {
    width: 30px;
    height: 30px;
    background: url(../images/search_show.png) no-repeat rgb(6, 38, 129);
    background-size: 100% 100%;
    border-radius: 100%;
  }.list-page {
    margin-top: 20px;
  }
  .sidebar {
    width: 100%;
  }
  .sidebar ul {
    margin-top: 10px;
    display: none;
  }
  .sidebar h1 {
    font-size: 14px;
    line-height: 43px;
    margin-bottom: 0;
  }
  .sidebar h1:after {
    display: none;
  }
  .list-right {
    width: 100%;
    padding-left: 0;
  }
  .sidebar > ul li a {
    font-size: 14px;
    line-height: 40px;
    display: block;
  }
  .sidebar > ul li a:after {
    font-size: 14px;
    right: -90px;
  }
  .ph_cdh i {
    width: 26px;
    display: block;
    height: 26px;
    position: relative;
    z-index: 11111;
  }
  .ph_cdh i:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: white;
    top: 12px;
    z-index: 111;
    right: 0px;
  }
  .ph_cdh i:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background-color: white;
    right: 9px;
    top: 3px;
    transform: rotate(0deg);
    transition: all 0.3s;
    z-index: 1111;
  }
  .ph_cdh i.mo:after {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .ph_cdh {
    display: flex;
    justify-content: space-between;
    height: 61px;
    align-items: center;
    background-color: rgba(1, 6, 89, 0.98);
    padding: 0 17px;
  }
  .ph_cdh i.mo:after {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .Breadcrumbs p {
    background: url(../images/position_ico.png) no-repeat left center;
    background-size: 13%;
    padding-left: 70px;
  }
  .Breadcrumbs p,
  .Breadcrumbs a {
    font-size: 14px;
    line-height: 48px;
    padding-left: 4px;
  }
  .Breadcrumbs{
    font-size: 12px;
}
  .list_ul ul li span {
    font-size: 12px;
    line-height: 38px;
  }
  .list_ul ul li a {
    font-size: 14px;
    line-height: 24px;
    display: block;
    width: 76%;
  }
  .listFrame td{
    font-size: 14px;
}
  .list_ul ul li {
    padding: 18px 0px;
    padding-left: 16px;
  }
  .list_ul ul li:after {
    width: 3px;
    height: 3px;
  }
  .content h2 {
    font-size: 20px;
  }
  .Author span {
    font-size: 12px;
  }
  .content-main p {
    font-size: 14px !important;
  }
  .szdw_contentImg{
    width: 150px;
    height: auto;
}
  .szdw_contentInfo{
    width: 59%;
}.szdw_contentTit{
    margin-top: 30px;
    margin-bottom: 40px;
}
  .szdw_contentInfo p{
    font-size: 20px !important;
    margin-top: 15px;
}
  .szdw_contentInfo span{
    font-size: 14px;
    margin-top: 11px;
}
  .szdw_jbqk,.szdw_jyygzjl,.szdw_yjfx,.szdw_kycg{
    font-size: 16px !important;
    margin-top: 28px;
    padding-left: 30px;
    margin-bottom: 28px;
}
  .szdw_jbqk:before,.szdw_kycg:before,.szdw_jyygzjl:before,.szdw_yjfx:before{
    width: 20px;
    height: 20px;
}
  .content-main p img{
    display: block;
    height: auto;
}
  .page_ a {
    font-size: 14px;
    line-height: 24px;
    display: block;
  }
  .page_ {
    margin: 10px 0;
  }
  .w-1400 {
    width: 100%;
    padding: 0 5%;
  }

  .logo {
    width: 84%;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .dh_bx {
    display: none;
  }
.header_info{
    display: none;
}
  .w-1500{
    width: 100%;
    padding: 0 5%;
}
  .logo a{height: 27px;display: block;}
  .logo a img{
    width: 100%;
    height: auto;
    display: block;
}
  .banner_pagination{
    display: none;
}
  .header {
    width: 100%;
    overflow: hidden;
  }

  .header_box {
    width: 94%;
    display: block;
    padding: 0;
  }

  .banner_next,
  .banner_prev {
    width: 13px;
    height: 13px;
  }

  .banner_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .banner_swiper .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
  }
  .section01_box{
    display: block;
}
  .s01_boxL{
    width: 100%;
}
  .section_tit a p{
    font-size: 20px;
    padding-left: 12px;
}
  .section_tit a span{
    font-size: 12px;
}
  .section_tit a p::before{}
  .section_tit a p::after{}
  .section_tit a span::after{}
  .s01_head ul li{
    height: 234px;
}
  .s01_info{
    padding: 9px;
}
  .s01_time{
    font-size: 12px;
    width: 100%;
    padding-left: 20px;
}
  .s01_tit{
    font-size: 14px;
    margin-top: 5px;
}
  .s01_box{
    display: block;
    margin-top: 20px;
}
  .s01_boxR{
    width: 100%;
}
  .s01_body{
    width: 100%;
    margin-top: 15px;
}
  .s01_head{
    width: 100%;
}
  .s02_con{
    width: 100%;
    margin-top: 30px;
}
  .zsjy{
}
  .s01_info::after{
    height: 100px;
}
  .s01_time::before{
    width: 13px;
    height: 13px;
    background: url(../images/s01_icon2.png) no-repeat;
    background-size: 100% 100%;
}
  .s01_body ul li{
    padding: 8px;
}
  .s01_bodyTime{
    width: 51px;
    height: 37px;
}
  .s01_bodyTime p{
    font-size: 14px;
}
  .s01_bodyTime span{
    font-size: 12px;
}
  .s02_tzgg ul li{
    padding: 13px 0px;
}
  .s01_bodyTit{
    font-size: 12px;
    width: 80%;
}
  .s02_time{
    font-size: 12px;
}
  .xsdt .s02_bodyCon ul li .s02_time{
    margin-top: 5px;
    margin-bottom: 5px;
}
  .s02_info{
    font-size: 12px;
    margin-left: 8px;
    width: 83%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
  .xsdt .s02_bodyCon ul li .s02_info{
    width: 100%;
    white-space: normal;
}
  .s02_bodyCon ul li{
    padding: 10px 10px;
}
  .s02_bodyCon ul li:hover{
    padding: 10px 10px;
}
  .s02_tit a p{
    font-size: 20px;
}
  .s02_tit a p::before{}
  .s02_tit a p::after{}
  .s02_tit{
    height: 63px;
}
  .s02_head ul li a{
    font-size: 14px;
    line-height: 40px;
}
  .s02_box{
    display: block;
}
  .s02_body{
    margin-top: 10px;
}
  .s02_boxL{
    width: 100%;
    height: 107px;
}
  .s02_boxR{
    width: 100%;
}
  .s02_more a{
    font-size: 12px;
}
  .s02_more{
    margin-top: 15px;
}
  .s02_more a::before{
    width: 15px;
    height: 16px;
    left: -22px;
    bottom: 0;
}
  .s03_box ul li{
    width: 48%;
    margin-left: 0;
}
  .s03_box ul li:nth-child(n+3){
    margin-top: 13px;
}
  .xsdt .s02_bodyCon ul li:nth-child(n+3){
    margin-top: 9px;
}
  .s03_box{
    margin-top: 15px;
}
  .s03_img{
    height: 120px;
}
  .s03_box ul{
    justify-content: space-between;
}
  .s03_img p{
    font-size: 12px;
    text-align: left;
    padding: 4px 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
  .s03_img p:after{
    height: 30px;
}
  .quick_list p{
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}
  .quick_list ul{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
  .quick_list ul li a{
    font-size: 12px;
}
  .quick_list ul li{
    line-height: 17px;
    padding: 0;
}
  .quick_list{
    flex-wrap: wrap;
}
  .f_box{
    display: block;
}
  .f_logo{
    width: 100%;
}
  .setL p{
    font-size: 20px;
}
  .setL span{
    font-size: 30px;
    top: -21px;
}
  .setL p::after{
    width: 40px;
    height: 1px;
    right: -43px;
    bottom: 11px;
}
  .setR{
    font-size: 14px;
}
  .setR::after{}
  .section_tit{
    margin-top: 25px;
}
 
  .footer{
    position: relative;
}
  .f_info{
    margin-top: 20px;
    width: 100%;
}
  .f_info p{
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
  }
  .section03{
    margin-bottom: 20px;
}
  .xrld ul li a{
}
  .xrld_img{
    width: 150px;
    height: 151px;
}
  .xrld_name{
    font-size: 14px;
    line-height: normal;
    margin-bottom: 7px;
}
  .xrld_zc{
    font-size: 14px;
    line-height: normal;
    margin-bottom: 6px;
}
  .xrld_gwzz, .xrld_lxdh, .xrld_dzyx, .xrld_bgdd{
    font-size: 10px;
    margin-top: 8px;
}
  .xrld_info{
    width: 47%;
}
  .xrld ul li{
    padding: 17px;
}
  .xrld{
    margin-top: 30px;
    margin-bottom: 30px;
}
  .xrld_mb{
    margin-bottom: 50px;
}
  .xrld_mb ul li{
    width: 100%;
    padding: 10px 15px;
}
   .xrld_mb ul li:first-child{
     
   }
   .xrld_mb ul li:nth-child(n+2){
    margin-top: 25px;
}
  .szdw_img{
    width: 160px;
    height: auto;
    /* height: 115px; */
}
  .szdw_info{
    width: 53%;
}
  .szdw_info p{
    font-size: 14px;
}
  .szdw_info span{
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
}
  .szdw_info p:before{
    width: 5px;
    height: 5px;
}
  .bdfirst{
    font-size: 14px;
    padding-bottom: 10px;
}
  .bdsd_list ul li{
    width: 42px;
    margin-left: 25px;
}
  .bdsd_list ul li a{
    font-size: 12px;
    height: 20px;
}
  .bdsd_list{
    margin-top: 15px;
}
  .bdsd{
    margin-top: 20px;
}
  .bdsd_list ul li:nth-child(12n+1){
    margin-left: 25px;
}
  .bdsd_list ul li:nth-child(6n+1){
    margin-left: 0;
}
  .bdsed{
    font-size: 14px;
    margin-top: 17px;
  }
  .s03_swiper{
    margin-top: 20px;
}
  .s03_swiper a{
    width: 100%;
    height: 124px;
}
  .s03_swiper a p{
    font-size: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding: 7px 10px;
}
  .s03_swiper a p:after{
    height: 34px;
}
}