@media screen and (min-width: 541px) {
    .ceo-pic {
        float: left;
        width: 25.5rem;
        height: 26.25rem;
        margin-left: .9375rem;
    }

    .ceo-info {
        position: relative;
        float: left;
        width: 23.4375rem;
        height: 26.25rem;
        margin-left: 2.9375rem;
    }

    .ceo-info > img {
        display: block;
        position: absolute;
        z-index: -1;
    }

    .ceo-info-title {
        display: block;
        color: #3b3b3b;
        height: 4.375rem;
        width: 17.5rem;
        line-height: 4.375rem;
        margin-left: 2.5rem;
        margin-bottom: 1.25rem;
        padding-left: .3125rem;
        border-bottom: .1875rem dotted #7b7b7b;
    }

    .ceo-info-item {
        color: #3c3c3c;
        font-size: 1rem;
        margin-bottom: .4rem;
        margin-left: 2.5rem;
    }

    .staff-info {
        position: relative;
        display: inline-block;
        height: 12.5rem;
        width: 27rem;
        margin-top: 2.5rem;
        background-size: 100%;
    }

    .staff-info-box {
        position: absolute;
        padding-right: 1.25rem;
        left: 50%;
        top: 12%;
    }

    .staff-info-box > .staff-info-title {
        display: inline-block;
        width: 11rem;
        height: 3.75rem;
        margin-bottom: .625rem;
        margin-right: .4375rem;
        border-bottom: .1875rem dotted #7b7b7b;
    }

    .staff-info-box > .staff-info-title > span {
        display: block;
    }

    .staff-info-item {
        margin-bottom: 0;
    }

    .staff-box-2 {
        margin-top: 2.5rem;
        text-align: center;
    }

    .staff-info-2 {
        display: inline-block;
        position: relative;
        height: 23.125rem;
        width: 15.625rem;
        margin-right: .625rem;
        margin-bottom: 2.5rem;
        background-repeat: no-repeat;
        background-position: top;
        background-size: 13.4375rem 13.75rem;
    }

    .staff-info-2 > .staff-info-box {
        top: 65%;
        left: 15%;
        text-align: left;
        padding: 0;
    }

    .staff-info-2 > .staff-info-box > .staff-info-title {
        height: 2.1875rem;
    }
}
@media screen and (max-width: 768px){
    .content-box > .content-branch > .content-right {
        min-width: 100% !important;
    }
    .content-branch{
        display: flex;
        justify-content: center;
        width: auto;
        margin: 10px 0;
    }
    .content-right{
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
    }
    .content-right-title{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ceo-info{
        position: relative;
        font-size: 16px;
        padding: 10px;
        margin-top: 5px;
    }
    .ceo-info > img{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ceo-info > p{
        margin-bottom: 10px;
    }
    .ceo-info-title > b{
        font-size: 18px;
    }
    .staff-info{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        word-wrap: break-word;
        word-break: normal;
        background-repeat: no-repeat;
        margin-bottom: 15px;
        height: 355px;
    }
    .staff-info:nth-child(3){
        background-image: url("/website/images/staff/ShenYanNing.png") !important;
        background-size: 65%;
        background-position-x: center;
    }
    .staff-info:nth-child(4){
        background-image: url("/website/images/staff/WangXinQiang.png") !important;
        background-size: 65%;
        background-position-x: center;
    }
    .staff-info:nth-child(5){
        background-image: url("/website/images/staff/FengYi.png") !important;
        background-size: 65%;
        background-position-x: center;
    }
    .staff-info:nth-child(6){
        background-image: url("/website/images/staff/WeiYu.png") !important;
        background-size: 65%;
        background-position-x: center;
    }
    .staff-info::after{
        display: block;
        content: '';
        padding-top: 330px;
    }
    .staff-info-box{
        font-size: 16px;
    }
    .staff-info-title > .fs-5{
        font-size: 18px !important;
    }
    .staff-box-2{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        align-items: center;
    }
    .staff-info-2{
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        word-wrap: break-word;
        word-break: normal;
        background-repeat: no-repeat;
        background-position-x: center;
    }
    .staff-info-2::after{
        display: block;
        content: '';
        padding-top: 320px;
    }
    .staff-info-box{
        display: flex;
        width: 320px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}