.layer-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.layer-header {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.layer-header img {
    width: 100%;
    height: auto;
}

.header-desc {
    position: absolute;
    width: 1046px;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/header_desc.png) no-repeat center center;
    background-size: 100% 100%;
}

.header-title {
    font-size: 22px;
    color: #fff;
    margin-top: 40px;
    margin-left: 45px;
    position: relative;
    padding-left: 20px;
}

.header-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}

.header-content {
    font-size: 16px;
    color: #fff;
    margin-left: 65px;
    margin-top: 20px;
    line-height: 25px;
    padding-bottom: 90px;
    padding-right: 20px;
}

.layer-content {
    width: 1245px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 80px;
}

.dzb-content {
    margin-top: 100px;
    position: relative;
}

.dzb-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.news-left-card {
    width: 490px;
    box-shadow: 10px 10px 30px rgba(243, 170, 122, 0.8);
    border-radius: 20px;
}

.news-list {
    width: 100%;
    padding: 20px;
}

.news-item {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.dot {
    width: 25px;
    height: 25px;
    background-color: #f3aa7a;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

.text {
    width: 90%;
}

.text a {
    font-size: 22px;
    color: #080808;
    line-height: 1.5;
    /* 文字超出一行显示省略号 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.news-right-card {
    width: 710px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    gap: 30px;
}

.img-desc {
    font-size: 22px;
    margin-top: 30px;
    width: 338px;
}
.img-desc a {
    color: #080808;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.more-list {
    padding-top: 50px;
    color: #080808;
    position: absolute;
    right: 15px;
}

.more-list a {
    font-size: 17px;
    color: #d20713;
}

.dy-content {
    margin-top: 150px;
    padding-bottom: 200px;
    position: relative;
}

.footer {
    background-color: #b21705;
    padding: 1% 0 1% 0;
}

#bottom {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #b21705;
}
#bottom a {
    color: #fff;
    text-decoration: none;
}
#bottom a:hover {
    text-decoration: underline;
    color: #fff;
}

@media screen and (max-width: 750px) {
    body {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
    }

    .layer-container {
        max-width: none;
    }

    .layer-header {
        width: 100%;
    }

    .header-title {
        margin-top: 0px;
        font-size: 18px;
        text-align: left;
        padding-top: 10px;
    }

    .header-title::before {
        top: 65%;
    }

    .header-desc {
        position: static;
        margin-top: -2px;
        width: 100%;
        height: auto;
    }

    .header-content {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-bottom: 20px;
    }

    .layer-content {
        width: 100%;
        padding-top: 0;
    }

    .dzb-title img {
        width: 100%;
        height: auto;
    }

    .dzb-cont {
        display: block;
    }

    .news-left-card {
        width: 95%;
        margin: 0 auto;
    }

    .news-right-card {
        width: 90%;
        margin-top: 50px;
        margin: 50px auto 0 auto;
    }
    .dzb-content {
        margin-top: 20px;
    }

    .dzb-cont {
        margin-top: 20px;
    }

    .dy-content {
        margin-top: 100px;
    }

    .dy-card {
        margin-top: 50px;
    }

    .news-item {
        margin: 20px 0;
    }

    .dot {
        width: 10px;
        height: 10px;
    }

    .text a {
        font-size: 18px;
    }

    .img-desc {
        font-size: 18px;
    }

    #bottom {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        background: #b21705;
    }
    #bottom {
        font-size: 14px;
    }

    .footer {
        background-color: #b21705;
        height: auto;
    }
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-09-01 14:56:00" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->