/* 校友 */

.people {
    background-color: #fff;
    padding: 33px 53px;
    height: 675px;
    margin-top: 30px;
}

.people-box {
    width: 100%;
    height: 100%;
    border: 1px solid #E60012;
    display: flex;
    position: relative;
}

.people-box .photo {
    padding: 0 133px;
    padding-top: 138px;
}

.people-box .people-img {
    width: 266px;
    height: 266px;
    border-radius: 50%;
    background-size: cover!important;
    background-position: top center!important;
}

.people-box .people-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.people-box .people-name {
    color: #DA070F;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 153px;
    margin-bottom: 38px;
}

.people-box .people-honor {
    font-size: 34px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #151515;
    font-weight: 400;
    text-align: left;
}

.action {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    position: absolute;
    bottom: 31px;
    right: 61px;
}

.action .pre {
    color: #000000;
}

.action .next {
    color: #801012;
    margin-left: 49px;
}