* {
    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/hhszwqjdImg/head_bg.png') 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 {
    background: #5d88d4;
    padding: 20px 0;
}

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

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

.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 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.list-public {
    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/hhszwqjdImg/arrow_left.png) no-repeat center;}

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

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

.next-btn:hover{background: url(../images/hhszwqjdImg/arrow_right1.jpg) no-repeat center;}
.list-grid {
    display: block;
    height: 86px;
}

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

.list-A {
    width: 280px;
    height: 100%;
    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;
}

.services-grid {
    display: grid;
    grid-template-columns: 463px 1fr;
    gap: 20px;
}

.main-service {
    grid-column: span 1;
    position: relative;
}

.main-service .hd {
    width: 100%;
    position: absolute;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.main-service .hd ul {
    position: absolute;
    right: 16px;
    bottom: 0;
    max-width: 120px;
}

.main-service .hd li {
    display: inline-block;
    background-color: #aaa;
    width: 20px;
    height: 6px;
    transition: all .3s;
    margin-left: 6px;
    cursor: pointer
}

.main-service .hd li.on {
    background-color: #4c7ee0;
    width: 20px;
}

.main-service .hd .slideFocusInfo {
    color: #fff;
    text-indent: 1em;
    width: 100%;
    text-align: left;
    display: block;
    padding-right: 25%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-banner {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
}

.service-banner a {
    display: block;
}

.service-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.side-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.side-service-item {
    background: #f8f8f8;
    
    cursor: pointer;
    transition: all 0.3s;
}
.side-service-item a{padding: 24px 30px 0;display:block;}
.side-service-item:hover {
    background-color: #5d88d4;
    color: #fff;
}

.side-service-item:hover h4 {
    color: #fff;
}

.side-service-item:hover p {
    color: #fff;
}

.side-service-item h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 16px;
}

.side-service-item p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.5;
}

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

    .query-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .services-grid {
        display: block;
    }

    .side-services {
        grid-template-columns: 1fr 1fr;
        margin-top: 10px;
    }

    .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;
    }

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

    .section-nav {
        display: none;
    }

    .list-grid {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height: auto;
    }
    .list-A {
width:100%;
        padding: 10px;
overflow: hidden;
    }
    .list-item {
        margin: 0px;
        width: 50%;
        height: 85px;
        padding: 0;
        border: 0;
        display: inline-block;
overflow: hidden;
    }

    .list-text {
        margin-right: 0px;
        margin-left: 10px;
        white-space: normal;
        font-size: 14px;
    }

    .side-service-item{
        padding: 18px 10px;
    }

    .side-service-item h4{
        margin-bottom: 10px;
    }

    .side-service-item a{
        padding: 0px;
    }

    .service-banner img {
        height: 200px;
    }

    .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 {
        padding: 10px;
    }

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