.team{
    padding: 40px;
    background: #F2F2F2;
}
.team-container{
    width: 1200px;
    margin: 48px auto 0;
}
.team-l{
    flex: 0 0 auto;
    width: 588px;
    height: 420px;
    background: #FFFFFF;
    padding-left: 28px;
    position: relative;
    border-radius: 8px;
}
.team-r{
    flex: 1;
    margin-left: 24px;
}
.team-col{
    width: 588px;
    height: 198px;
    background: #FFF;
    padding-left: 28px;
    position: relative;
    border-radius: 8px;
}
.team-col:first-child{
    margin-bottom: 24px;
}
.tag{
    position: absolute;
    top: 36px;
    right: 28px;
    height: 21px;
}
.team-photo{
    width: 220px;
    height: 240px;
    margin-right: 28px;
}
.team-col .team-photo{
    width: 165px;
    height: 120px;
}
.team-label{
    font-size: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #424242;
}
.team-desc{
    margin-top: 12px;
    padding-right: 18px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.company-container{
    width: 1200px;
    margin: 40px auto;
}
.company-photo{
    width: 436px;
    height: 424px;
    flex: 0 0 436px;
    margin-right: 67px;
    position: relative;
}
.company-photo {
    img{
        width: 384px;
        height: 400px;
        background: #D9D9D9;
        position: absolute;
        z-index: 1;
    }
}
.company-photo:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 265px;
    height: 301px;
    background: #F8F8FF;
}
.company-profile{
    padding-top: 5px;
    flex: 0 0 550px;
    width: 550px;
}
.company-title{
    font-weight: 500;
    font-size: 28px;
    color: #000000;
}
.company-desc{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-top: 24px;
    line-height: 1.4;
}
