.title {
    width: 100%;
    height: 111px;
    margin-top: 34px;
    margin-left: 39px;
}

.title-wrapper {
    width: 1440px;
    height: 111px;
    position: relative;
}

.title-name {
    width: 269PX;
    height: 111px;
    line-height: 111px;
    background-color: #1F6135;
    font-size: 49px;
    color: #FFFFFF;
    box-shadow: -25px 20px 10px #FFFCD6;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.title-name:hover {
    transform: translateY(-5px);
    box-shadow: -25px 25px 15px rgba(255, 252, 214, 0.8);
    filter: brightness(1.1);
}

.title-line {
    width: 985px;
    height: 4px;
    background-color: #226136;
    position: absolute;
    top: 63px;
    left: 305px;
}

.content {
    width: 100%;
    height: auto;
    margin-top: 19px;
    margin-bottom: 100px;
}

.content-wrapper {
    width: 1440px;
    height: auto;
    display: flex;
    gap: 36px;
    margin-bottom: 100px;
}

.quick-list {
    width: 306px;
    height: 447px;
    background-color: #287249;
    margin-top: 151px;
    display: flex;
    flex-direction: column;
}

.quick-list .quick-title {
    width: 100%;
    height: 90px;
    line-height: 90px;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    /* PC Compatibility for new structure */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.quick-list .quick-title:hover {
    transform: translateY(-5px);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.quick-list .quick-title .more {
    display: none;
}

.quick-list .quick-item {
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 55px;
    padding: 0 16px;
}

.quick-list .quick-item a {
    width: auto;
    height: 23px;
    line-height: 23px;
    font-size: 22px;
    color: #FFFFFF;
    transition: all 0.3s ease;
    display: inline-block;
    /* Ensure transform works */
}

.quick-list .quick-item a:hover {
    transform: scale(1.05);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.quick-list .quick-item a img {
    display: none;
}

.content-wrapper .content-list {
    width: 989px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 2px 5px 7px #aaa6a6;
}

.now-position {
    width: 100%;
    height: 82px;
    position: relative;
    border-bottom: 1px dashed #000000;
}

.now-position .position-list {
    width: auto;
    height: auto;
    line-height: 82px;
    font-size: 24px;
    color: #000000;
    position: absolute;
    right: 20px;
}

.now-position .position-list a {
    font-size: 24px;
    color: #000000;
    transition: all 0.3s ease;
    display: inline-block;
}

.now-position .position-list a:hover {
    color: #287249;
    transform: scale(1.1);
}

.now-position a:not(:last-child)::after {
    content: '>';
    color: #000000;
    font-weight: bold;
}

.content-text {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    padding:20px 10px;
}

.content-text .content-item {
    width: 100%;
    height: 90px;
    line-height: 90px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 19px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 4px;
}

.content-text .content-item:hover {
    background-color: rgba(40, 114, 73, 0.05);
    transform: translateX(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.content-text .content-item:not(:last-child) {
    border-bottom: 1px dashed #707070;
}

.content-text .content-item .yuan {
    width: 10px;
    height: 8px;
    background-color: #1F6135;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.content-text .content-item .text {
    width: auto;
    height: auto;
    font-size: 23px;
    line-height: 32px;
    color: #000000;
}

.content-text .content-item .text:hover {
    color: #1F6135;
}

/* Mobile Adaptation */
@media (max-width: 768px) {
    body {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow-x: hidden;
    }

    .head {
        height: auto;
        min-height: 120px;
    }

    .head-wrapper {
        width: 100%;
        height: auto;
        background-position: center;
        background-size: cover;
    }

    .head-wrapper .Bzhi {
        width: 100%;
        height: auto;
        padding: 10px 15px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        position: relative;
    }

    .head-wrapper .Bzhi .logo {
        position: static;
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    .head-wrapper .Bzhi .logo img {
        width: 100%;
        height: 100%;
    }

    .head-wrapper .Bzhi .logo3 {
        position: static;
        width: auto;
        height: 24px;
        object-fit: contain;
        display: block;
        margin-top: 5px;
    }

    .head-wrapper .Bzhi .logo3 img {
        height: 100%;
        width: auto;
    }

    .head-wrapper .Bzhi .logo2 {
        display: none;
    }

    .head-wrapper .search {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 120px;
        height: 28px;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 14px;
        display: flex;
        align-items: center;
        padding: 0 8px;
        z-index: 10;
    }

    .head-wrapper .search input {
        width: calc(100% - 15px);
        font-size: 12px;
        padding-left: 0;
        height: 100%;
    }

    .head-wrapper .search button {
        width: 12px;
        height: 12px;
        background-size: contain;
    }

    /* 导航栏 */
    .head-wrapper .nav {
        height: 44px;
        background: rgba(40, 114, 73, 0.5);
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .head-wrapper .nav .nav-wrapper {
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 0;
        white-space: nowrap;
        align-items: center;
    }

    .head-wrapper .nav .nav-wrapper .nav-item {
        min-width: auto;
        flex: 1;
        height: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .head-wrapper .nav .nav-wrapper .nav-item a {
        font-size: 16px;
        line-height: 44px;
        color: #ffffff;
    }

    .title {
        order: 2;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .title-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .title-name {
        width: 100%;
        height: auto;
        min-height: 60px;
        line-height: 1.3;
        font-size: 22px;
        font-weight: 700;
        color: #ffffff;
        background: linear-gradient(135deg, #287249 0%, #1a5230 100%);
        border-radius: 8px;
        padding: 15px 20px;
        box-shadow: 0 8px 16px rgba(40, 114, 73, 0.25);
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        letter-spacing: 2px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .title-name::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .title-line {
        display: none;
    }

    .content {
        order: 3;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .content-wrapper {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }

    .content-list {
        order: 1;
        width: 100% !important;
        box-shadow: none;
    }

    .now-position {
        height: auto;
        padding: 10px 0;
    }

    .now-position .position-list {
        position: static;
        font-size: 14px;
        line-height: 1.5;
    }

    .now-position .position-list a {
        font-size: 14px;
    }

    .content-text {
        margin-top: 15px;
    }

    .content-text .content-item {
        height: auto;
        padding: 12px 12px;
        line-height: 1.4;
        display: flex;
        align-items: flex-start;
        border-bottom: 1px dashed #eee;
    }

    .content-text .content-item .text {
        font-size: 15px;
        line-height: 1.5;
        color: #333;
        flex: 1;
    }

    .content-text .content-item .yuan {
        width: 6px;
        height: 6px;
        background-color: #287249;
        border-radius: 50%;
        margin-top: 8px;
        margin-right: 12px;
        align-self: flex-start;
        flex-shrink: 0;
    }

    .quick-list {
        order: 2;
        width: 100% !important;
        height: auto;
        background: #287249;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        margin-top: 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .quick-list .quick-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        line-height: 1.2;
        background: none;
        color: #fff;
        font-size: 24px;
        text-align: left;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .quick-list .quick-title .more {
        display: flex;
        position: static;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        align-items: center;
        gap: 4px;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 6px 12px;
        border-radius: 20px;
        width: auto;
        height: auto;
        line-height: normal;
    }

    .quick-list .quick-title .more img {
        display: block;
        width: 12px;
        height: 12px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    .quick-list .quick-item {
        margin-top: 0;
        padding: 0;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        grid-auto-rows: auto;
        flex-direction: row;
    }

    .quick-list .quick-item a {
        width: auto;
        height: auto;
        display: block;
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.15);
        padding: 8px 5px;
        font-size: 14px;
        line-height: 1.3;
        color: #fff;
    }

    .quick-list .quick-item a img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 6px;
        filter: brightness(0.9);
    }

    .quick-list .quick-item a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(40, 114, 73, 0.75);
        z-index: 1;
    }

    .quick-list .quick-item a span {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 5px 10px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        z-index: 2;
        line-height: 1.3;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .footer {
        order: 4;
        width: 100%;
        margin-top:40px
    }

    .footer-wrapper {
        width: 100%;
        height: auto;
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
    }

    .footer-wrapper .logo {
        display: none;
    }

    .footer-wrapper .footer-link {
        width: 100%;
        font-size: 13px;
        line-height: 1.8;
    }

    .footer-wrapper .footer-link .footer-link-text {
        position: static;
        width: 100%;
    }
}