﻿.recommend_title_cn {
    font-weight: bold;
    text-align: center;
    font-size: 23px;
    color: #383838;
}

.recommend_title_en {
    text-align: center;
    font-size: 20px;
    color: #ac0022;
}

.rcmd_title {
    font-size: 20px;
}

.honor_time {
    font-size: 20px;
    font-weight: bold;
    color: #ac0022;
    background: #ebf0f0;
    padding: 12px 30px;
}

.honor_box {
    padding-left: 40px;
}

.honor_item {
    position: relative;
    display: flex;
    align-items: center;
    border-left: 2px solid #ebf0f0;
}

.honor_item_icon {
    position: absolute;
    left: -5px;
    width: 9px;
    height: 9px;
}

.honor_txt {
    font-size: 14px;
    color: #898787;
    line-height: 26px;
    margin-bottom: 0 !important;
    margin-left: 30px;
}

.icon_more {
    position: absolute;
    top: 0px;
    left: -23px;
    width: 46px;
    height: 46px;
}


.img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}


.img_title {
    margin-top: 10px;
}

#container_item_1 .model {
    margin-top: 40px;
}


.model1 {
    padding: 40px 84px;
}

    .model1:nth-child(2n+1) {
        background: #f9f9f9;
    }

    .model1:nth-child(2n) {
        background: #ffffff;
    }

.position {
    text-align: center;
    font-size: 14px;
}

.person_detail_box {
    display: none;
}

.person_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 27px 70px;
    margin: unset;
}

    .person_item:nth-child(2n+1) {
        background: #fff;
    }

    .person_item:nth-child(2n) {
        background: #f9f9f9;
    }

.foundation_name {
    font-size: 18px;
    margin-bottom: 5px;
}

.position {
    margin-bottom: unset !important;
    font-size: 16px;
}

.person_rcmd {
    font-size: 14px;
}

@media (max-width: 992px) {
    .person_item {
        align-items: center;
    }
}

@media (max-width: 602px) {
    .person_item {
        padding: 20px 30px;
    }
}
