.edit-content *,
.edit-box * {
    word-break: break-word !important;

}

.edit-content img,
.edit-box img {
    max-width: 100%;
}

.about-box-new:not(:last-of-type) .line-bottom {
    margin: 24px 0;
    width: 100%;
    height: 8px;
    background: #F2EDF3;
}

.about-box-new .right-img {
    display: flex;
    margin: auto;
    align-items: flex-start;
}

.about-box-new .right-img .wrap {
    flex: 1;
}

.about-box-new .right-img .img {
    width: 196px;
    position: relative;
    margin-left: 32px;
}

.about-box-new .right-img .img::before {
    content: '';
    display: block;
    width: 0.1px;
    padding-top: 116.81%;
}

.about-box-new .right-img .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-box-new .img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.m-title {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 32px;
}

.about-box-new .img-list .item {
    width: 30%;
    margin-left: 5%;
    text-align: center;
    margin-bottom: 25px;
}

.about-box-new .img-list .img {
    position: relative;
    padding-top: 62.5%;
    margin-bottom: 8px;

}

.about-box-new .img-list .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.about-box-new .img-list .item:nth-of-type(3n+1) {
    margin-left: 0
}

.img-list-title {
    margin-top: 40px;
    margin-bottom: 24px;
}

.about-box-new .edit-box {
    margin-bottom: 40px;
}

.unit-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #55185D;
    margin-bottom: 40px;
}

.unit-box .item {
    padding: 8px;
    width: 15%;
    margin-right: 2%;
}

.unit-box .item:last-of-type {
    margin-right: 0;
}

.unit-box .item .num {
    font-size: 40px;
}

.unit-box .item .text {
    font-size: 16px;
}

.mg40 {
    margin-bottom: 40px;
}

.page-list .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.page-list .content {
    background: #F7F4F8;
    padding: 8px;
    margin-bottom: 16px;
}

.page-list .img {
    display: flex;
    flex-wrap: wrap;
}

.page-list .img img {
    width: 48%;
    margin-bottom: 20px;
}

.page-list .img img:nth-of-type(2n) {
    margin-left: 4%;
}

.left-content-list .item {
    margin-bottom: 40px
}

.left-content-list .item .title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.left-content-list .item .wrap {
    display: flex;

}

.left-content-list .item .wrap .content {
    background: #F2EDF3;
    padding: 16px;
    width: 50%;
    color: #3B3838;
}

.left-content-list .item .wrap .img {
    padding: 8px;
    background: #662A6F;
    width: 50%;
}

.left-content-list .item .wrap .img img {
    width: 100%;
    height: 100%;
}

.about-bg {
    background-image: url('../image/about-bg.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 60vh;
}

.year-list {
    margin-bottom: 40px;
}

.year-list .year-table {
    margin-bottom: 16px;
}

.year-list .title {
    font-weight: bold;
    margin-bottom: 16px;
}

.year-tr {
    display: flex;
    padding: 8px 16px;
}

.year-tr:not(:last-of-type) {
    border-bottom: 1px solid #919191;
}

.year-tr.bold {
    background: #F2EDF3;
    color: #55185D;
}

.year-tr .year-td:not(:last-of-type) {
    margin-right: 16px;
}

.year-tr .content {
    flex: 1;
}

.year-tr .num {
    min-width: 86px;
}

.year-tr .units {
    width: 20%;
    text-align: center;
}

.pink-bg {
    margin-bottom: 40px;
    background: #F2EDF3;
    padding: 16px;
    color: #3B3838;
}

@media (max-width:992px) {
    .about-box-new .right-img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-bg {
        background: none;
    }

    .about-box-new .right-img {
        flex-direction: column;
    }

    .about-box-new .right-img .img {
        text-align: center;
        width: 100%;
        margin: 0;
        margin-top: 16px;
    }

    .about-box-new .img-list {
        flex-direction: column;
    }

    .about-box-new .img-list .item {
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .about-box-new .img-list .item:last-of-type {
        margin-bottom: 0
    }

    .about-box-new .img-list .img {
        position: relative;
        padding-top: 62.5%;
    }

    .about-box-new .img-list .img img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .unit-box .item {
        padding: 0;
        width: 30%;
        margin-right: 5%;
    }

    .unit-box .item:nth-of-type(3n) {
        margin-right: 0
    }

    .page-list .img {
        display: block;
        text-align: center;
    }

    .page-list .img img {
        width: 100%;
        margin-left: 0 !important;
    }

    .left-content-list .item .wrap {
        flex-direction: column;
    }

    .left-content-list .item .wrap .img,
    .left-content-list .item .wrap .content {
        width: 100%;
    }

    .left-content-list .item .wrap .img {
        padding: 8px;
    }

    .left-content-list .item .wrap .content {
        box-shadow: none;
    }
}