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




.biaoti{
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: blue;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}

.red-bold-text {
    color: red;
    font-weight: 800;
}

.sub-districts-title {
    font-size: 20px;
    margin-top: 20px;
}

.sub-districts-container {
    margin-left: 40px;
}

.sub-districts-list {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.sub-district-item {
    width: 220px;
    display: flex;
    margin-top: 10px;
}

.sub-district-name {
    width: 65%;
}

.sub-district-postcode {
    width: 35%;
}

@media (max-width: 768px) {
    .sub-districts-title {
        font-size: 16px;
        margin-top: 15px;
    }

    .sub-districts-container {
        margin-left: 20px;
    }

    .sub-districts-list {
        width: 100%;
    }

    .sub-district-item {
        width: 100%;
    }
}
.xinwen {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    background-color: white;
    border-radius: 5px;
}
.news-item {
    width: calc(33.33% - 20px);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 20px;
}
@media (max-width: 768px) {
    .news-item {
        width: 100%;
    }
}
.news-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.news-wap{
    margin-left: 5%;width: 90%; margin-top: 20px;margin-bottom: 20px;display: flex;
}

@media (max-width: 768px) {
    .btn-search{
        width: 70% !important;
        margin-left: 15%!important;
    }
}