* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header-banner {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/zwqjdImg/head_bg2.jpg') no-repeat center center;
    background-size: cover;
}

.banner-content {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.search-box-wrapper {
    position: relative;
    z-index: 1;
}

.banner-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.search-box {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.search-input {
    width: 360px;
    height: 40px;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
    background: transparent;
}

.search-btn {
    width: 80px;
    height: 40px;
    background: #639ED6;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.search-btn:hover {
    background: #2079e6;
}

.banner-icons {
    display: flex;
    gap: 20px;
}

.icon-item {
    cursor: pointer;
}

.icon-box {
    width: 160px;
    height: 160px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.icon-box:hover .icon-text {
    color: #2079e6;
}

.news-icon {
    background: linear-gradient(135deg, #FAFAFD 0%, #E2ECFE 100%);
}

.policy-icon {
    background: linear-gradient(135deg, #FAFAFD 0%, #E2ECFE 100%);
}

.icon-box img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.icon-text {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-family: monospace;
}

.quick-query {
    position: absolute;
    background: #5d88d4;
    padding: 20px 0;
    z-index: 999;
    width: 100%;
}

.quick-query .moreBtn {
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    background-color: #5d88d4;
    color: #fff;
    border-radius: 0 0 23px 23px;
    padding: 0 14px;
    cursor: pointer;
}

.quick-query .moreBtn img {
    display: inline-block;
    height: 20px;
}

.quick-query .moreBtn:hover {
    background-color: #3a66b5;
}

.query-container {
    display: flex;
    justify-content: space-between;
}

.query-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 90%;
    height: 66px;
    overflow: hidden;
}

.query-item {
    text-align: left;
}

.query-item .query-text:hover {
    color: #fff;
    text-decoration: underline;
}

.query-tle {
    color: #fff;
}

.query-tle span {
    color: #fff;
    font-size: 16px;
}

.query-icon {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.query-text {
    display: block;
    max-width: 234px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-public {
    margin-top: 108px;
    padding: 40px 0;
    background: #fff;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-title {
    font-size: 20px;
    color: #1a398f;
    font-weight: bold;
    position: relative;
}

.section-nav {
    display: flex;
    gap: 10px;
}

.nav-btn {
    width: 36px;
    height: 36px;
    background: #f5f6f8;
    color: #cfd5e5;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: none;
}

.prev-btn {
    background: url(../images/zwqjdImg/arrow_left.png) no-repeat center;
}

.prev-btn:hover {
    background: url(../images/zwqjdImg/arrow_left1.jpg) no-repeat center;
}

.next-btn {
    background: url(../images/zwqjdImg/arrow_right.png) no-repeat center;
}

.next-btn:hover {
    background: url(../images/zwqjdImg/arrow_right1.jpg) no-repeat center;
}

.list-grid {
    display: block;
}

.list-grid .ul {
    height: 86px !important;
}

.list-item {
    width: 280px;
    margin: 0 10px;
}

.list-A {
    width: 280px;
    height: 86px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.list-A:hover {
    border: 1px solid #186ec4;
}

.list-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-text {
    width: 140px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-right: 40px;
}

.hot-services {
    padding: 0px 0 28px 0;
    background: #fff;
}

.hot-services .list-grid .ul {
    height: auto !important;
}

.hot-services .list-item {
    width: 580px;
}

.hot-services .list-item a {
    display: block;
}

.hot-services .list-item a img {
    height: 175px;
}


.selfScrollbar{overflow-y:auto;
  scrollbar-face-color: #4d97e9;
  scrollbar-highlight-color: #4998ee;
  scrollbar-track-color: #f2f2f2;
 }
.selfScrollbar::-webkit-scrollbar{
  background-color: #f2f2f2;
  width:4px;
  height:10px;
}
.selfScrollbar::-webkit-scrollbar-track{
  background-color: #f2f2f2;
  border-radius: 10px;
}
.selfScrollbar::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: #5d88d4;
}


@media screen and (max-width: 767px) {
    .search-box-wrapper {
        margin: 0 auto;
    }

    .banner-icons {
        display: none;
    }

    .banner-content {
        padding: 40px;
    }

    .header-banner {
        height: 220px;
    }

    .banner-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .banner-title img {
        width: 100%;
    }

    .search-input {
        width: 250px;
    }

    .quick-query {
        padding: 20px 10px;
    }

    .query-container {
        flex-direction: column;
    }

    .query-icon {
        width: auto;
        height: auto;
    }

    .query-tle {
        text-align: center;
        margin-bottom: 10px;
        display: none;
    }

    .query-tle span {
        font-size: 14px;
    }

    .query-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 0 auto;
        height: 174px;
    }

    .query-text {
        font-size: 16px;
        max-width: 200px;
    }

    .section-nav {
        display: none;
    }

    .list-public .list-grid .ul {
        overflow-x: hidden;
        overflow-y: scroll;
        white-space: nowrap;
        height: 380px!important;
    }
    .list-public .list-grid .ul .list-item {
        display: block;
        width: 100%;
        overflow: initial;
        margin: 8px 0;
    }

    .list-grid {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height: auto;
    }

    .list-A {
        width: 100%;
        padding: 10px;
        overflow: hidden;
        justify-content: initial;
    }

    .list-item {
        margin: 0px;
        width: 50%;
        height: 85px;
        padding: 0;
        border: 0;
        display: inline-block;
        overflow: hidden;
    }

    .list-text {
        width: 70%;
        margin-right: 10px;
        margin-left: 10px;
        white-space: normal;
        font-size: 20px;
    }

    .banner-text h3 {
        font-size: 22px;
    }

    .search-box {
        width: 100%;
        margin: 0 auto;
        padding: 4px;
    }

    .search-input {
        width: calc(100% - 80px);
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 10px;
    }

    .section-header h2 {
        font-size: 20px;
    }

    .list-public {
        margin-top: 216px;
        padding: 10px;
    }

    .hot-services {
        padding: 10px 10px 30px 10px;
    }

    .list-icon {
        width: 30%;
    }

    .hot-services .list-item a img {
        height: auto;
    }
}