.content_part {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 13rem 0rem rgba(0, 0, 0, 0.2);
}

.about_content .left {
    width: 100%;
    overflow: hidden;
}

.about_content .left .title,
.about_content .left .desc {
    text-align: center;
}

.about_content .left .title {
    margin-top: 80rem;
}

.about_content .left .about_detail {
    margin: 0 auto;
    width: 100%;
    /* 或合理宽度，如 80% / 500px */
    max-width: 1591rem;
    /* 修正单位 */
    background-color: #ffffff;
    box-shadow: 0rem 2rem 32rem 0rem rgba(0, 0, 0, 0.15);
    /* 增加扩散半径 */
    padding: 67rem 76rem;
    box-sizing: border-box;
    position: relative;
    /* 确保阴影不被遮挡 */
    margin-bottom: 82rem;
}

.content_part .about_content {
    padding: 0rem;
    /*font-size: 16rem;*/
}