@media (min-width:800px) {
    body .about-top {
        width: 100vw;
        height: 50vh;
        background: url('https://lemon-sh.oss-cn-shanghai.aliyuncs.com/wuhanhaiwai/images/ruxuexinxi/ruxue-head.png') no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
    }
    .join-about {
        width: 100vw;
        height: 560px;
        background-color: #F7F6F6;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .join-about-left{
        width: 720px;
        height: 400px;
        overflow: hidden;
    }
    .join-about-left img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .join-about-right{
        width: 640px;
        /* height: 320px; */
        background-color: #fff;
        padding: 22px 28px 36px 35px;
        box-sizing: border-box;
        margin-left: -160px;
        position: relative;
        z-index: 2;
    }
    .join-about-right-linear{
        width: 20px;
        height: 4px;
        background-color:#BE4650;
    }
    .join-about-right-title{
        font-size: 24px;
        color: #111;
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .join-about-right-info{
        font-size: 14px;
        color: #666;
    }
    .zhaopin-title{
        width: 80vw;
        text-align: center;
        font-size: 24px;
        color: #666;
        margin: 120px auto;
    }
    .zhaopin-wrapper{
        width: 86vw;
        margin:  0 auto;
    }
    .zhaopin-item{
        flex-shrink: 0;
        display: flex;
        overflow: hidden;
        margin-bottom: 80px;
    }
    .zhaopin-item-left{
        width: 104px;
        height: 104px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
    }
    .zhaopin-item-left img{
        width: 100%;
    }
    .zhaopin-item-right{
        /* width: 326px; */
        margin-top: 16px;
        margin-left: 20px;
    }
    .zhaopin-item-right-title{
        font-size: 18px;
        color: #111;
    }
    .zhaopin-item-right-info{
        font-size: 14px;
        color: #666;
        margin-top: 16px;
    }
    .container .col-md-6{
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width:800px) {
    body .about-top {
        width: 100vw;
        height: 48vw;
        background: url('https://lemon-sh.oss-cn-shanghai.aliyuncs.com/wuhanhaiwai/images/ruxuexinxi/ruxue-head.png') no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
    }
    .join-about {
        width: 100vw;
        height: 460px;
        background-color: #F7F6F6;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .join-about-left{
        width: 45vw;
        height: 320px;
        overflow: hidden;
    }
    .join-about-left img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .join-about-right{
        width: 60vw;
        /* height: 320px; */
        background-color: #fff;
        padding: 12px 18px 26px 25px;
        box-sizing: border-box;
        margin-left: -15vw;
        position: relative;
        z-index: 2;
    }
    .join-about-right-linear{
        width: 10px;
        height: 3px;
        background-color:#BE4650;
    }
    .join-about-right-title{
        font-size: 14px;
        color: #111;
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .join-about-right-info{
        font-size: 10px;
        color: #666;
    }
    .zhaopin-title{
        width: 90vw;
        text-align: center;
        font-size: 14px;
        color: #666;
        margin: 80px auto;
    }
    .zhaopin-wrapper{
        width: 86vw;
        margin:  0 auto;
    }
    .zhaopin-item{
        flex-shrink: 0;
        display: flex;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .zhaopin-item-left{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
    }
    .zhaopin-item-left img{
        width: 100%;
    }
    .zhaopin-item-right{
        /* width: 326px; */
        margin-top: 8px;
        margin-left: 10px;
    }
    .zhaopin-item-right-title{
        font-size: 14px;
        color: #111;
    }
    .zhaopin-item-right-info{
        font-size: 10px;
        color: #666;
        margin-top: 10px;
    }
}