.list-top-wrapper {
    background: url(https://www.hmc.edu.cn/material/images/detailTopbg.png) no-repeat top center;
    height: 652px;
}

.list-content-wrapper {
    background-image: url('https://www.hmc.edu.cn/material/images/commonBg.png');
   background-size:1920px 2443px;
   background-position: top center;
    background-repeat: no-repeat;
}

.person-content {
    width: 1200px;
    margin: 0 auto;
}

.person-introduction {
    margin-top: 140px;
    width: 100%;
    height: 331px;
    background: #FFFFFF;
    border-left: 4px solid #004582;
    display: flex;

}

.person-img {
    width: 260px;
    height: 338px;
    position: relative;
    top: -72px;
    margin-left: 52px;

}

.person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.person-info {
    margin-left: 58px;
    width: 780px;
}

.person-info .line-box {
    width: 780px;
    height: 9px;
    border: 1px dashed #999;
    margin-top: 12px;

}

.person-info .line-box .line {
    width: 100%;
    height: 2px;
    background-color: #DFE8EF;
    margin-top: 4px
}

.person-info .person-details1 {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.person-info .person-details1 .person-name {
    width: 376px;
}

.person-info .person-details1 .person-title {
    font-family: SSZhiZunShuFaTi;
    font-size: 40px;
    color: #004582;
    line-height: 47px;
    padding: 0;
    margin: 0;

}

.person-info .person-details1 .person-subtitle {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    padding: 0;
    margin: 10px 0 0;

}

.person-info .person-job p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    padding: 16px 0 0 0;
    margin: 0;
}

.person-details2 {
    margin-top: 24px;
}

.person-details2 p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 29px;
}

.person-details3 {
    width: 100%;
    min-height: 783px;
    height: auto;
    background: #FFFFFF;
    border-right: 4px solid #004582;
    margin-top: 32px;
    padding-top: 55px;
}

.detail-model {
    display: flex;
    align-items: first baseline;
    margin-bottom: 36px;

}

.detail-model .model-icon {
    display: flex;
    align-items: center;
    position: relative;
    top: -10px;
}

.detail-model .model-icon .model-line {
    width: 36px;
    height: 1px;
    border-bottom: 1px dotted #004582;
}

.detail-model .model-icon .model-dian {
    width: 18px;
    height: 18px;
    background: rgba(0, 69, 130, 0.05);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-model .model-icon .model-dian .dian {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #004582;
    border-radius: 6px;

}

.model-content {
    margin-left: 10px;
}

.model-content .model-title {
    font-family: SSZhiZunShuFaTi;
    font-size: 34px;
    color: #004582;
    line-height: 38px;
    padding: 0;
    margin: 0;

}

.model-content .model-text {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    padding: 12px 0 0;
    margin: 0;
}

.model-content .model-line {
    width: 1130px;
    height: 2px;
    background: linear-gradient(180deg, #004582 0%, rgba(0, 69, 130, 0) 100%);
    opacity: 0.15;
    margin-top: 15px;

}