.content-section {
    margin: 60px auto 0;
    padding: 55px 15px;
}

.new-title {
    padding: 15px;
    color: #fff;
    font-size: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #0CAE5A, #0A9A58);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 30px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.3);
}

.module-title {
    display: flex;
    margin: 30px 0;
    padding-left: 15px;
}

.module-link-title, .module-link-time {
    font-size: 26px;
}

.module-link-title {
    color: #056D32;
    font-weight: 600;
    margin-right: 50px;
}

.new-content {
    padding: 30px 60px;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    font-size: 18px;
    font-family: "Alibaba PuHuiTi 55";
    text-indent: 2em;
    line-height: 36px;
    color: #0F0F0F;
    background: rgb(249, 249, 249);
}

/* 禁用链接样式 */
.disabled-link {
    pointer-events: none;
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}

.new-text img {
    max-width: 100%;
    margin-left: -2em;
}

.new-img {
    display: flex;
    justify-content: space-between;
    padding: 0 75px;
    margin: 30px 0;
}

.new-img img {
    width: 45%;
    height: 450px;
}

.new-next-content {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
    font-size: 20px;
}

.last-title {
    font-weight: 600;
    margin-right: 12px;
}

@media only screen and (max-width: 1200px) {
    .new-title {
        font-size: 22px;
        padding: 8px;
    }
    .module-link-title, .module-link-time {
        font-size: 22px;
    }
    .new-content {
        font-size: 17px;
        line-height: 34px;
    }
    .new-img {
        padding: 0px 45px;
    }
    .new-img img {
        height: 380px;
    }
    .new-next-content { 
        flex-direction: column;
        font-size: 18px;
    }
    .new-last {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 960px) {
    .content-section {
        margin: 30px auto 0;
    }
    .module-title {
        margin: 24px 0;
    }
    .new-content {
        font-size: 14px;
        line-height: 28px;
        padding: 0px 0px 30px;
    }
    .new-img {
        padding: 0;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 960px) {
    .new-title, .module-link-title, .module-link-time {
        font-size: 18px;
    }
    .module-title {
        margin: 16px 0;
    }
}