* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

.body {
    min-width: 1440px;
}

.wrapper {
    width: 1440px;
    margin: 0 auto;
}

.head {
    width: 100%;
    height: 237px;
}

.head-wrapper {
    width: 1440px;
    height: 237px;
    background: url(../image/head-bg.png) no-repeat top center;
    background-size: cover;
    position: relative;
}

.head-wrapper .Bzhi {
    width: 100%;
    height: 188px;
    position: relative;
}

.head-wrapper .Bzhi .logo {
    width: 154px;
    height: 154px;
    position: absolute;
    top: 16px;
    left: 75px;
}

.head-wrapper .Bzhi .logo img {
    width: 154px;
    height: 154px;
    object-fit: fill;
}

.head-wrapper .Bzhi .logo2 {
    width: 477px;
    height: 118px;
    position: absolute;
    top: 39px;
    left: 220px;
}

.head-wrapper .Bzhi .logo2 img {
    object-fit: fill;
}

.head-wrapper .Bzhi .logo3 {
    width: 389px;
    height: 64px;
    position: absolute;
    top: 97px;
    right: 140px;
}

.head-wrapper .Bzhi .logo3 img {
    object-fit: fill;
}

.head-wrapper .nav {
    width: 100%;
    height: 49px;
    background: rgba(40, 114, 73, 0.2);
    display: flex;
    z-index: 1;
    position: relative;
}

.head-wrapper .nav .nav-wrapper {
    width: auto;
    height: 49px;
    margin: auto;
    display: flex;
}

.head-wrapper .nav .nav-wrapper .nav-item {
    min-width: 135px;
    height: 49px;
    display: flex;
    align-items: center;
    line-height: 49px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.head-wrapper .nav .nav-wrapper .nav-item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

.head-wrapper .nav .nav-wrapper .nav-item a {
    width: 100%;
    height: 100%;
    color: white;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 0 10px;
}

.head-wrapper .nav .nav-wrapper .nav-item:hover {
    background-color: rgba(25, 88, 52, 0.8);
}

.head-wrapper .nav .nav-wrapper .nav-item:hover>a {
    color: #f9f9f9;
    font-size: 21px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.head-wrapper .search {
    width: 230px;
    height: 42px;
    border: 1px solid #456F71;
    border-radius: 11px;
    position: absolute;
    top: 31px;
    right: 35px;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.head-wrapper .search input {
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #456F71;
}

.head-wrapper .search button {
    width: 15px;
    height: 14px;
    border: none;
    background: url(../image/search.png) no-repeat top center;
    background-size: cover;
    cursor: pointer;
}

.tzgg-lbt {
    width: 100%;
    height: 549px;
}

.tzgg-lbt-wrapper {
    width: 1440px;
    height: 549px;
    display: flex;
    gap: 38px;
    justify-content: center;
    align-items: center;
}

.tzgg-lbt-wrapper .lbt {
    width: 656px;
    height: 462px;
    position: relative;
}

.tzgg-lbt-wrapper .lbt .lbt-list {
    width: 656px;
    height: 457px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(60, 61, 61, 0.8);
}

.tzgg-lbt-wrapper .lbt .lbt-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tzgg-lbt-wrapper .lbt .lbt-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.tzgg-lbt-wrapper .lbt .lbt-item.active {
    opacity: 1;
    z-index: 2;
}

.tzgg-lbt-wrapper .lbt .lbt-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    width: auto;
    height: auto;
}

.tzgg-lbt-wrapper .lbt .lbt-btn .dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tzgg-lbt-wrapper .lbt .lbt-btn .dot.active {
    background-color: #287249;
    transform: scale(1.2);
}

.tzgg-lbt-wrapper .tzgg {
    width: 660px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tzgg .title {
    width: 100%;
    height: 108px;
    position: relative;
}

.tzgg .title .title-text {
    width: 112px;
    height: 108px;
    position: absolute;
    font-size: 38px;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    color: #287249;
    box-shadow: 0 0 7px rgba(60, 61, 61, 0.8);
    border-right: 4px solid #F8F2A7;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tzgg .title .title-text:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(40, 114, 73, 0.3);
    background-color: #fff;
}

.tzgg .title .title-line {
    width: 529px;
    height: 4px;
    position: absolute;
    top: 62px;
    right: 0;
    background-color: #287249;
}

.tzgg .title .title-more {
    width: auto;
    height: 24px;
    position: absolute;
    top: 34px;
    right: 0;
    display: flex;
    gap: 3px;
}

.tzgg .title .line-dash {
    width: 527px;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px dashed #707070;
}

.tzgg .title .title-more img {
    width: 24px;
    height: 20px;
    object-fit: fill;
    margin-top: 3px;
}

.tzgg .title .title-more-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #287249;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tzgg .title .title-more-text:hover {
    opacity: 0.7;
}

.tzgg .content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 14px;
}

.tzgg .content .content-item {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    line-height: 24px;
    color: #287249;
    cursor: pointer;
    gap: 16px;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 0 5px;
}

.tzgg .content .content-item:hover {
    background-color: rgba(40, 114, 73, 0.1);
    transform: translateX(15px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tzgg .content .content-item .item-data {
    width: 50px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #287249;
    margin-left: 15px;
    box-shadow: 4px 4px 3px rgba(151, 151, 151, 0.8);
}

.tzgg .content .content-item .content-text {
    width: 570px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: black;
    padding: 0 10px;
    border-bottom: 1px dashed #707070;

}

.tzgg .content .content-item .content-text:hover {
    color: #287249;
}

.quick-link {
    width: 100%;
    height: auto;
}

.quick-link-wrapper {
    width: 1440px;
    height: 107px;
    position: relative;
    background-color: #287249;
    box-shadow: 0 0 10px rgba(60, 61, 61, 0.8);
}

.quick-link-wrapper .title {
    width: 200px;
    height: 70px;
    position: absolute;
    top: 20px;
    left: 46px;
    font-size: 38px;
    font-weight: 700;
    line-height: 68px;
    text-align: center;
    color: #287249;
    background: url(../image/bg1.png) no-repeat top center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quick-link-wrapper .title:hover {
    transform: translateY(-5px);
    filter: brightness(1.2);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.quick-link-wrapper .link-list {
    width: 800px;
    position: absolute;
    top: 20px;
    left: 250px;
    right: 46px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    margin-left: 25px;
}

.quick-link-wrapper .link-item {
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.quick-link-wrapper .link-item:hover {
    transform: scale(1.15);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.quick-link-wrapper .more {
    width: auto;
    height: 27px;
    position: absolute;
    top: 65px;
    right: 26px;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quick-link-wrapper .more:hover {
    transform: scale(1.2);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.work-dynamic {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 100px;
}

.work-dynamic-wrapper {
    width: 1440px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 656px);
    gap: 40px;
    justify-content: center;
    align-content: center;
}

.work-dynamic-wrapper .work-item {
    display: flex;
    flex-direction: column;
}

.work-dynamic-wrapper .work-item .title {
    width: 100%;
    height: 68px;
    position: relative;
}

.work-dynamic-wrapper .work-item .title .title-text {
    width: 200px;
    height: 68px;
    position: relative;
    background: url(../image/bg2.png) no-repeat top center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease;
}

.work-dynamic-wrapper .work-item .title .title-text:hover {
    transform: translateY(-5px);
    filter: brightness(1.15);
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.work-dynamic-wrapper .work-item .title .title-text a {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 38px;
    font-weight: 700;
    color: #287249;
    cursor: pointer;
}

.work-dynamic-wrapper .work-item .title .title-line {
    width: 436px;
    height: 4px;
    position: absolute;
    top: 62px;
    right: 0;
    background-color: #287249;
}

.work-dynamic-wrapper .work-item .title .title-more {
    width: auto;
    height: 20px;
    position: absolute;
    top: 32px;
    right: 0;
    display: flex;
    gap: 3px;
}

.work-dynamic-wrapper .work-item .title .title-more img {
    width: 24px;
    height: 20px;
    object-fit: fill;
    margin-top: 3px;
}

.work-dynamic-wrapper .work-item .title .title-more-text {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #287249;
    cursor: pointer;
    transition: all 0.3s ease;
}

.work-dynamic-wrapper .work-item .title .title-more-text:hover {
    opacity: 0.7;
}

.work-dynamic-wrapper .work-item .content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.work-dynamic-wrapper .work-item .content .content-item {
    width: 100%;
    height: 46px;
    display: flex;
    line-height: 46px;
    cursor: pointer;
    gap: 25px;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 0 5px;
}

.work-dynamic-wrapper .work-item .content .content-item:hover {
    background-color: rgba(40, 114, 73, 0.05);
    transform: translateX(10px);
}

.work-dynamic-wrapper .work-item .content .content-item .content-text {
    width: 570px;
    height: 46px;
    border-bottom: 1px dashed #707070;
    display: flex;
    align-items: center;
    gap: 5px;
}

.work-dynamic-wrapper .work-item .content .content-item .yuan {
    width: 10px;
    height: 10px;
    background-color: #287249;
    border-radius: 50%;
}

.work-dynamic-wrapper .work-item .content .content-item .content-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    color: black;
}

.work-dynamic-wrapper .work-item .content .content-item .content-text p:hover {
    color: #287249;
}

.work-dynamic-wrapper .work-item .content .content-item .item-data {
    width: auto;
    height: 15px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #C2C2C2;
}

.footer {
    width: 100%;
    height: auto;
}

.footer-wrapper {
    width: 1440px;
    height: 250px;
    position: relative;
    background-color: #287249;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-wrapper .logo {
    width: 260px;
    height: 200px;
}

.footer-wrapper .logo img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.footer-wrapper .footer-link {
    width: 877px;
    height: 250px;
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    color: #ffffff;
    position: relative;
}

.footer-wrapper .footer-link .footer-link-text {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 15px;
    right: 0;
}

/* 下拉菜单样式 */
.head-wrapper .nav .nav-wrapper .nav-item .dropdown {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    background-color: rgba(41, 128, 80, 0.95);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.head-wrapper .nav .nav-wrapper .nav-item:hover .dropdown {
    display: block;
}

.head-wrapper .nav .nav-wrapper .nav-item .dropdown .dropdown-item {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.head-wrapper .nav .nav-wrapper .nav-item .dropdown .dropdown-item a {
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.head-wrapper .nav .nav-wrapper .nav-item .dropdown .dropdown-item:hover {
    background-color: rgba(25, 88, 52, 0.9);
}

.head-wrapper .nav .nav-wrapper .nav-item .dropdown .dropdown-item:hover a {
    color: #f9f9f9;
    font-size: 19px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

/* PC端隐藏快速链接图片 */
.quick-link-wrapper .link-item img,
.quick-link-wrapper .more img {
    display: none;
}

@media (max-width: 768px) {

    /* 移动端整体布局 */
    body {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow-x: hidden;
    }

    .head {
        order: 1;
    }

    .tzgg-lbt {
        order: 2;
    }

    .work-dynamic {
        order: 3;
    }

    .quick-link {
        order: 4;
    }

    .footer {
        order: 5;
    }

    .body,
    .wrapper {
        min-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        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;
    }

    /* 通知公告与轮播图 */
    .tzgg-lbt {
        height: auto;
        margin-top: 10px;
    }

    .tzgg-lbt-wrapper {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 20px;
        padding: 0 15px 20px;
    }

    .tzgg-lbt-wrapper .lbt {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .tzgg-lbt-wrapper .lbt .lbt-list {
        width: 100%;
        height: 100%;
        position: relative;
        box-shadow: none;
    }

    .tzgg-lbt-wrapper .lbt .lbt-list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tzgg-lbt-wrapper .tzgg {
        width: 100%;
        height: auto;
    }

    .tzgg .title {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 8px;
        padding: 14px 16px 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        position: relative;
        overflow: hidden;
        border-left: none;
    }

    .tzgg .title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #287249 0%, #4a9e6d 100%);
    }

    .tzgg .title .title-text {
        position: static;
        width: auto;
        height: auto;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        box-shadow: none;
        border: none;
        text-align: left;
        color: #287249;
        letter-spacing: 0.5px;
    }

    .tzgg .title .title-line,
    .tzgg .title .line-dash {
        display: none;
    }

    .tzgg .title .title-more {
        position: static;
        width: auto;
        height: auto;
        margin-top: 0;
        display: flex;
        align-items: center;
        background-color: #f9f9f9;
        padding: 4px 10px;
        border-radius: 20px;
        border: 1px solid #eee;
    }

    .tzgg .title .title-more img {
        display: block;
        width: 12px;
        height: 12px;
        object-fit: contain;
        order: 2;
        margin-left: 4px;
        margin-top: 0;
    }

    .tzgg .title .title-more div {
        order: 1;
    }

    .tzgg .title .title-more-text {
        font-size: 12px;
        color: #666;
    }

    .tzgg .content {
        margin-top: 0;
    }

    .tzgg .content .content-item {
        width: 100%;
        height: auto;
        padding: 12px 0;
        border-bottom: 1px solid #eee;
        gap: 10px;
        align-items: flex-start;
    }

    .tzgg .content .content-item .item-data {
        width: 44px;
        height: 44px;
        padding: 2px;
        margin: 0;
        box-shadow: none;
        background: #f0f0f0;
        border-radius: 4px;
        flex-shrink: 0;
    }

    .tzgg .content .content-item .item-data .month {
        font-size: 12px;
        color: #666;
    }

    .tzgg .content .content-item .item-data .day {
        font-size: 16px;
        font-weight: bold;
        color: #287249;
    }

    .tzgg .content .content-item .content-text {
        width: auto;
        flex: 1;
        height: auto;
        line-height: 1.4;
        font-size: 15px;
        padding: 0;
        border: none;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* 快速链接 */
    .quick-link-wrapper {
        width: 100%;
        height: auto;
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quick-link-wrapper {
        width: 100%;
        height: auto;
        background: #287249;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        position: relative;
        background-image: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-top: 15px;
    }

    .quick-link-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .quick-link-wrapper .title {
        position: static;
        width: auto;
        height: auto;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        text-align: left;
        margin-bottom: 0;
        background: none;
        padding: 0;
        line-height: 1.2;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .quick-link-wrapper .more {
        position: static;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 4px;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 6px 12px;
        border-radius: 20px;
    }

    .quick-link-wrapper .more img {
        display: block;
        width: 12px;
        height: 12px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    .quick-link-wrapper .link-list {
        position: static;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        grid-auto-rows: auto;
    }

    .quick-link-wrapper .link-item {
        width: auto;
        height: auto;
        float: none;
        margin: 0;
        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;
    }

    .quick-link-wrapper .link-item img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 6px;
        filter: brightness(0.9);
    }

    .quick-link-wrapper .link-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(40, 114, 73, 0.75);
        z-index: 1;
    }

    .quick-link-wrapper .link-item 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);
    }

    /* 工作动态等板块 */
    .work-dynamic-wrapper {
        width: 100%;
        height: auto;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 30px;
        padding: 20px 15px;
    }

    .work-dynamic-wrapper .work-item {
        height: auto;
    }

    .work-dynamic-wrapper .work-item .title {
        height: auto;
        margin-bottom: 15px;
        border-bottom: none;
        border-left: none;
        background: linear-gradient(90deg, rgba(40, 114, 73, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
        position: relative;
    }

    .work-dynamic-wrapper .work-item .title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        bottom: 12px;
        width: 4px;
        background-color: #287249;
        border-radius: 0 4px 4px 0;
    }

    .work-dynamic-wrapper .work-item .title .title-text {
        width: auto;
        height: auto;
        background: none;
        padding-left: 8px;
    }

    .work-dynamic-wrapper .work-item .title .title-text a {
        position: static;
        font-size: 18px;
        font-weight: 700;
        color: #287249;
        line-height: 1;
        text-decoration: none;
        letter-spacing: 0.5px;
    }

    .work-dynamic-wrapper .work-item .title .title-line {
        display: none;
    }

    .work-dynamic-wrapper .work-item .title .title-more {
        position: static;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        background-color: #fff;
        padding: 4px 10px;
        border-radius: 20px;
        border: 1px solid #eee;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .work-dynamic-wrapper .work-item .title .title-more img {
        display: block;
        width: 12px;
        height: 12px;
        object-fit: contain;
        order: 2;
        margin-left: 4px;
    }

    .work-dynamic-wrapper .work-item .title .title-more div {
        order: 1;
    }

    .work-dynamic-wrapper .work-item .title .title-more::after {
        display: none;
    }

    .work-dynamic-wrapper .work-item .title .title-more-text {
        font-size: 14px;
        color: #666;
        line-height: 1;
    }

    .work-dynamic-wrapper .work-item .content {
        margin-top: 0;
    }

    .work-dynamic-wrapper .work-item .content .content-item {
        height: auto;
        padding: 12px 0;
        gap: 10px;
        justify-content: flex-start;
        border-bottom: 2px dashed #c5c3c3;
    }

    .work-dynamic-wrapper .work-item .content .content-item .content-text {
        width: auto;
        flex: 1;
        height: auto;
        border: none;
        padding: 0;
        line-height: 1.4;
    }

    .work-dynamic-wrapper .work-item .content .content-item .content-text p {
        font-size: 15px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .work-dynamic-wrapper .work-item .content .content-item .yuan {
        flex-shrink: 0;
        margin-top: 6px;
    }

    .work-dynamic-wrapper .work-item .content .content-item .item-data {
        width: auto;
        height: auto;
        font-size: 12px;
        color: #999;
        flex-shrink: 0;
    }

    .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%;
        height: auto;
        font-size: 13px;
        line-height: 1.8;
    }

    .footer-wrapper .footer-link .footer-link-text {
        position: static;
        width: 100%;
    }
}