.content .yl {
    align-items: inherit
}

.yl img {
    width: 100px;
    height: 60px;
}

.yl_cname {
    margin-top: 3px;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    font-weight: bold;
}

.yl_ename {
    margin-top: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.yl_t {
    width: 777px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    padding: 0 50px;
    justify-content: space-between;
    box-sizing: border-box
}

.yl_t_son {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    padding: 19px 11px;
    cursor: pointer;
}

.yl_t_son a {
    color: rgba(51, 51, 51, 1);
}

.yl_bor {
    border-bottom: 2px solid rgba(253, 208, 0, 1);
    font-weight: bold;
}

.yl_bor a {
    color: #333;
}

.yl_t_det {
    overflow: hidden;
}

.yl_t_det_p p {
    margin-top: 20px;
}

.yl_mian {
    max-height: 444px;
    overflow: hidden;
    position: relative;
}

.yl_mian p {
    margin-top: 20px;
}

.yl_mian_img p img {
    display: none
}

.yl_mian p:first-child {
    margin-top: 0;
}

.w_cover {
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: absolute;
    bottom: 0;
    left: 0;
}