.user-top {
    width: 1200px;
    min-height: 143px;
    background: #3C82D7;
    border-radius: 20px;
    margin-top: 43px;
    padding: 50px;
    font-size: 32px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    line-height: 2;
}

.user-top p {
    line-height: 40px;
    text-align: justify;
}

.user-menu {}

.user-menu-item {
    width: 589px;
    margin-bottom: 13px;
}

.user-menu-img {
    width: 589px;
    height: 185px;
    border-radius: 10px 10px 0 0;

}

.user-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 22px;
}

.user-menu-title-wrap {
    width: 589px;
    height: 200px;
    background: #3C82D7;
    color: #FFF;
    padding: 41px 44px;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
    margin-top: -5px;
}

.user-menu-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    height: 54px;
}

.user-menu-subtitle {
    width: 589px;
    font-size: 20px;
    line-height: 30px;
    margin-left: 27px;
    text-align: justify;
}

.user-culture {
    width: 597px;
    height: 329px;
}

.detail-top {
    display: flex;
    margin-top: 64px;
}

.detail-top-text {
    width: 609px;
    height: 329px;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #3C83D7;
    padding: 50px 45px;
    line-height: 48px;
    display: -webkit-box;
    /* 必须结合 Webkit */
    -webkit-box-orient: vertical;
    /* 设置盒子方向为垂直 */
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    text-align: justify;
}

.detail-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8px;
    padding-bottom: 74px;
}

.detail-bottom-item {
    width: 596px;
    padding: 63px 44px;
    background: #EFF6FF;
    margin-bottom: 5px;
    /* min-height: 411px; */
}

.detail-bottom-title {
    font-weight: 600;
    font-size: 34px;
    color: #3C83D7;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.detail-bottom-img {
    width: 43px;
    height: 43px;
    margin-right: 10px;
}

.detail-bottom-text {
    font-size: 22px;
    color: #555555;
    line-height: 30px;
    white-space: pre-wrap;
    text-align: justify;
}

.detail-bottom-item:nth-child(2),
.detail-bottom-item:nth-child(3),
.detail-bottom-item:nth-child(6),
.detail-bottom-item:nth-child(7) {
    /* 双数项的背景色 */
    background-color: #E2EEFF;
}