.panel-title,
.doc-section-title {
    display: none;
}


@media screen and (max-width: 1268px) {
    
    body {
        min-width: auto;
        overflow-x: hidden;
        width: 100%;
    }

    .container {
        width: 100%;
        min-width: auto;
        overflow: hidden;
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
       
    }

    
    .service-nav {
        display: none;
    }

    .service-content {
        min-width: 100%;
        max-width: 100%;
    }
    
    .service-panel {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100%;
        height: auto !important;
        overflow: visible !important;
        padding: 10px;
    }

    .service-panel.active {
        display: block;
    }

    
    .panel-title {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #0066cc;
        padding: 15px;
        margin: -15px -15px 15px -15px;
        background: #fff;
        border-bottom: 2px solid #0066cc;
    }

    
    .doc-section-title {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #0066cc;
        padding: 12px 15px;
        margin: -15px -15px 15px -15px;
        background: #f8f8f8;
        border-bottom: 1px solid #eee;
    }

    
    .gov-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: unset !important;
        max-width: 100%;
        height: auto !important;
        gap: 15px;
        overflow: visible;
    }

    
    .menu-section {
        width: 100%;
        flex: none;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-bottom: 15px;
    }

    
    .menu-item {
        margin: 0;
        height: 50px; 
        padding: 8px 12px;
        display: flex;
        flex-direction: row; 
        align-items: center;
        justify-content: flex-start; 
        background: #f8f8f8;
        border-radius: 4px;
        text-align: left; 
    }

    .menu-item .menu-icon {
        width: 24px;
        height: 24px;
        margin: 0 8px 0 0; 
        flex-shrink: 0; 
    }

    .menu-item span {
        font-size: 15px;
        line-height: 1.2;
        flex: 1;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis; 
    }

    
    .menu-item::before {
        display: none;
    }

    
    .right-content {
        width: 100%;
        min-width: unset !important;
        height: auto;
        overflow: visible;
    }

    
    .service-content {
        width: 100%;
        min-width: unset !important;
        max-width: 100%;
        height: auto !important;
        overflow: visible;
    }

    
    .top-content {
        flex-direction: column;
        gap: 15px;
        min-width: unset;
        max-width: 100%;
        width: 100%;
        height: auto;
        overflow: visible;
    }

    
    .middle-section {
        width: 100%;
        min-width: unset;
        max-width: 100%;
        height: auto;
        overflow: visible;
    }

    .doc-tabs {
        width: 100%;
        min-width: auto;
        border: none;
        padding: 0;
        height: auto;
        overflow: visible;
    }

    .doc-tabs .tab-header {
        display: none;
    }

    .doc-tabs .tab-item {
        display: block;
        padding: 12px 15px;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #0066cc;
        background: #f8f8f8;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .doc-tabs .tab-item::after {
        display: none;
    }

    .doc-tabs .more {
        display: none;
    }

    
    .doc-tabs .tab-content {
        display: block !important;
        padding: 15px;
        margin-bottom: 20px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
    }

    .doc-tabs .doc-list {
        margin: 0;
    }

    .doc-tabs .doc-list a {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        border-bottom: 1px dashed #eee;
    }

    .doc-tabs .doc-list a:last-child {
        border-bottom: none;
    }

    
    .doc-list a,
    .letter-title,
    .interview-title,
    .survey-title {
        white-space: normal;
        line-height: 1.4;
    }

    
    .nav-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        width: 100%;
        padding: 10px 0;
    }

    .nav-item {
        width: auto;
        min-height: 50px;
        padding: 10px 12px;
        display: flex;
        align-items: center;
        background: #f8f8f8;
        border-radius: 4px;
    }

    .nav-item .nav-icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .nav-item span {
        font-size: 16px; 
        color: #333;
        flex: 1;
        line-height: 1.3;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    
    .service-grid {
        width: 95%;
        min-width: unset !important;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 5px 0;
        margin: 0;
    }

    
    .service-grid-2 {
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 5px 0;
        margin: 0;
    }

    
    .service-grid-2 .service-item {
        width: calc(50% - 5px); 
        display: flex;
        flex-direction: row;
        align-items: center;
        background: #f8f8f8;
        border-radius: 4px;
        padding: 10px 8px;
        text-decoration: none;
        transition: all 0.3s;
    }

    .service-grid-2 .service-icon {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        flex-shrink: 0;
    }

    .service-grid-2 .service-item span {
        font-size: 15px;
        color: #333;
        flex: 1;
        line-height: 1.2;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    
    .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        margin-bottom: 15px;
        border-bottom: 2px solid #0066cc;
    }

    #gov-interaction {
        display: block;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    
    #gov-service {
        display: block;
    }

    
    #gov-service .right-content {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100%;
        overflow-x: hidden !important;
    }

    
    .image-nav {
        min-width: unset !important;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    
    #gov-public .right-content {
        height: auto !important;
        min-height: unset !important;
        overflow: visible;
    }

    
    .biz-tabs {
        display: none; 
    }

    
    .biz-content {
        display: block !important;
        width: 100%;
        margin: 0 0 15px 0;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        padding: 12px 10px;
    }

    
    .service-wrapper {
        width: 100%;
        min-width: unset !important;
        height: auto;
        overflow: visible;
    }

    
    .service-section {
        position: static;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background: #fff;
        border: none;
    }

    
    .biz-section-title {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        color: #0066cc;
        padding: 12px 15px;
        margin: -12px -10px 15px -10px;
        background: #f8f8f8;
        border-bottom: 1px solid #eee;
    }

    
    .biz-section-title .more {
        font-size: 15px;
        color: #666;
        text-decoration: none;
        padding: 4px 8px;
        border-radius: 3px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
    }

    .biz-section-title .more::after {
        content: '>';
        margin-left: 4px;
        font-family: "SimSun", serif;
        font-size: 12px;
        color: #999;
    }

    .biz-section-title .more:hover {
        color: #0066cc;
        background: rgba(0, 102, 204, 0.05);
    }

    .biz-section-title .more:active {
        background: rgba(0, 102, 204, 0.1);
    }

    
    #gov-interaction {
        display: block;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    
    .mayor-box {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
        box-sizing: border-box;
    }

    
    .interaction-right {
        width: 100%;
        margin-bottom: 15px;
    }

    
    .letter-list {
        width: 100%;
        padding: 0;
    }

    .letter-item {
        width: 100%;
        padding: 8px 0;
        display: flex;
        align-items: center;
        border-bottom: 1px dashed #eee;
        box-sizing: border-box;
    }

    
    .interaction-section {
        width: 100%;
        padding: 15px;
        margin: 0;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
    }

    
    .interaction-section:has(.survey-content) {
        border: none;
        padding: 0;
        background: none;
    }

    
    .interaction-section:has(.survey-content) .section-header {
        display: none; 
    }

    
    .survey-content {
        display: block !important; 
        width: 100%;
        margin: 0 0 15px 0;
        box-sizing: border-box;
        background: #fff;
        border: none;
        border-radius: 0;
    }

    
    .survey-section-title {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        padding: 8px 0;
        margin: 0 15px 15px 15px;
        border-bottom: 2px solid #0066cc; 
        background: none;
    }

    
    .survey-section-title .more {
        font-size: 14px;
        color: #666;
        text-decoration: none;
        padding: 4px 8px;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

    .survey-section-title .more::after {
        content: '>';
        margin-left: 4px;
        font-family: "SimSun", serif;
        font-size: 12px;
        color: #999;
    }

    .survey-section-title .more:hover {
        color: #0066cc;
        background: rgba(0, 102, 204, 0.05);
    }

    
    .survey-tabs,
    .survey-more,
    .dstitle {
        display: none;
    }

    
    .survey-content.active,
    .survey-content {
        display: block !important;
    }

    
    .survey-list {
        width: 100%;
        padding: 0 15px;
    }

    .survey-item {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px dashed #eee;
    }

    .survey-item:last-child {
        border-bottom: none;
    }

    .survey-item .survey-title {
        font-size: 16px;
        color: #333;
        line-height: 1.4;
        margin-bottom: 5px;
        display: block;
        text-decoration: none;
    }

    .survey-item .survey-date {
        font-size: 14px;
        color: #999;
    }

    
    
    .panel-title {
        font-size: 20px;
    }

    .biz-section-title,
    .section-header span,
    .survey-section-title {
        font-size: 18px;
    }

    
    .menu-item span,
    .nav-item span,
    .nav-banner span,
    .service-grid .service-item span,
    .service-grid-2 .service-item span,
    .doc-tabs .doc-list a,
    .letter-title,
    .interview-title,
    .survey-title,
    .survey-item .survey-title,
    .letter-list a,
    .interview-list a,
    .survey-list a {
        font-size: 16px;
    }

    
    .more,
    .biz-section-title .more,
    .section-header .more,
    .survey-section-title .more {
        font-size: 16px;
    }

    
    .letter-status,
    .letter-date,
    .interview-date,
    .survey-date,
    .survey-item .survey-date {
        font-size: 16px;
    }

    
    @media screen and (max-width:1 480px) {
        
        .nav-item span,
        .nav-banner span,
        .service-grid .service-item span,
        .letter-title,
        .interview-title,
        .survey-title,
        .letter-status,
        .letter-date,
        .interview-date,
        .survey-date {
            font-size: 16px !important;
        }
    }

    
    .bottom-section {
        margin-top: 8px;
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }

    
    .pointtile {
        width: 100%;
        box-sizing: border-box;
        font-size: 15px;
        padding: 10px;
        margin: -10px -10px 15px -10px;
        background: #f8f8f8;
        border-bottom: 1px solid #eee;
        text-align: center;
        position: relative;
    }

    
    .pointtile::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: #eee;
    }

    
    .image-nav {
        min-width: unset !important;
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px;
        padding: 0;
        box-sizing: border-box;
    }

    
    .nav-banner {
        width: 100%;
        height: 36px;
        padding: 6px 8px;
        border: none;
        background: #f8f8f8;
        border-radius: 4px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        margin-bottom: 5px;
    }

    .nav-banner img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        flex-shrink: 0;
    }

    .nav-banner span {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    
    .header {
        position: relative;
        z-index: 1;
    }

    
    .header-mainNav {
        position: relative;
        z-index: 2;
        width: 100%;
        background: #0066cc;
    }
.mainNav
{height:72px;float:left;padding:2px 5px;}
    
    .main-content {
        position: relative;
        z-index: 1;
        margin-top: 20px;
    }

    
    .header-search-container {
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 10px 0;
    }
}


@media screen and (max-width: 1480px) {
    .panel-title {
        font-size: 16px;
        padding: 12px;
    }

    .menu-section {
        grid-template-columns: 1fr;
    }

    .service-grid {
        gap: 10px;
    }

    .service-grid-2,
    .nav-grid,
    .image-nav {
        grid-template-columns: 1fr;
    }

    .letter-title,
    .interview-title,
    .survey-title {
        font-size: 14px;
    }

    .letter-status,
    .letter-date,
    .interview-date,
    .survey-date {
        font-size: 12px;
    }

    
    .nav-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .nav-item {
        min-height: 45px;
        padding: 8px;
    }

    .nav-item .nav-icon {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .nav-item span {
        font-size: 13px;
    }

    .pointtile {
        font-size: 15px;
        padding: 10px 12px;
        
    }

    
    .image-nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .nav-banner {
        height: 40px;
        padding: 6px 8px;
    }

    .nav-banner img {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    .nav-banner span {
        font-size: 13px;
    }

    .biz-content {
        width: 100%;
        padding: 12px;
    }

    .service-grid .service-icon {
        width: 28px;
        height: 28px;
    }

    .service-grid .service-item span {
        font-size: 13px;
    }
   .service-grid .service-item{width:100%;}
}


@media screen and (max-width: 1360px) {
      .li1{position:absolute;top:-300px;color:#fff;}
        .li2{position:absolute;top:72px;}
        .li3{position:absolute;top:435px;}
        .li4{position:absolute;top:795px;}
     .doc-list a{width:100%;}
     .doc-list .time{width:100%;float:left; text-align:left;}
     .newsList{font-size:16px;}
   .topics-slider{width:115px;}
   .letter-status{display:none;}
     .ldname{font-size:16px; line-height:22px;}
     .newsList h4 a{max-width:220px;}
.jdtitle{width:90%;}
.jdinfo{margin:18px;font-size:16px;width:90%;}
.jdinfo ul li{width:100%;}
.jdinfo ul li a{width:96%;}
.jdrtinfo{top:20px;}
 .grid .jdrt{float:left;width:90.5%;margin-top:-210px;margin-left:16px;padding:10px 0;}

.jdrtinfo{width:90.1%;margin:30px 18px;font-size:16px;}
    .bottom-section {
        margin-top: 8px;
        width: 100%;
        max-width: 340px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .pointtile {
        width: 100%;
        box-sizing: border-box;
        font-size: 15px;
        padding: 10px;
        margin: -10px -10px 15px -10px; 
        background: #f8f8f8;
        border-bottom: 1px solid #eee;
        text-align: center;
        position: relative; 
    }

    
    .pointtile::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: #eee;
    }

    .image-nav {
        min-width: unset !important;
        width: 100%;
        max-width: 320px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        padding: 0;
        box-sizing: border-box;
    }

    .image-nav.grid-template-columns {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .nav-banner {
        width: 100%;
        height: 36px;
        padding: 6px 8px;
        border: none;
        background: #f8f8f8;
        border-radius: 4px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        margin-bottom: 5px;
    }

    .nav-banner img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
        flex-shrink: 0;
    }

    .nav-banner span {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .biz-content {
        width: 100%;
        padding: 10px;
    }

    .service-grid {
        gap: 8px;
    }

    .service-grid .service-icon {
        width: 24px;
        height: 24px;
    }

    .service-grid .service-item {
        padding: 10px 6px;
        width: 100%;
        gap: 10px;
    }

    .service-grid .service-item span {
        font-size: 12px;
    }
}