.show-people001 {
    display: flex;
    justify-content: space-between;
}

.show-people001 .inner-box.has-right {
    width: 10rem;
}

.show-people001 .inner-box {
    width: 100%;
}

.show-people001 .inner-box .content {
    width: 100%;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 0.2rem;
    position: relative;
}

.show-people001 .inner-box .content .news-title {
    position: relative;
}


.show-people001 .inner-box .content .news-title p {
    font-size: 0.18rem;
    line-height: 1.5;
    text-align: center;
    color: var(--ruifox-color-primary-1);
}

.show-people001 .inner-box .content .news-title h1 {
    text-align: center;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.32rem;
    line-height: 1.5;
}


.show-people001 .inner-box .content .news-content {
    padding-top: 0.4rem;
    word-break: break-all;
}

.show-people001 .inner-box .content .news-content p {
    margin-bottom: 0.08rem;
    font-size: 0.16rem;
    line-height: 1.5;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif;
}

.show-people001 .inner-box .content .news-content img {
    max-width: 100% !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: auto !important;
}



@media (max-width: 960px) {
    .show-people001 {
        display: block;
    }

    .show-people001 .inner-box.has-right {
        width: 100%;
    }

    .show-people001 .inner-box .content .news-title h1 {
        font-size: 0.24rem !important;
    }

    .show-people001 .inner-box .content .news-content {
        padding-top: 20px;
    }
}

/*# sourceMappingURL=show-people001.css.map */