.solut-img {
    width: 100%;
}

.solut-img img {
    width: 100%;
    height: auto;
}


.news-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.news-top button {
    width: 90px;
    border: 0;
    margin: 0 10px;
    padding: 10px 0px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
}

.butshw {
    background-color: #d71e17;
    color: #ffffff;
}



/* ---------------- */
.recruit-list {
    margin-bottom: 30px;
}

.recruit-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recruit-list ul li {
    min-width: 20%;
    padding: 15px 20px;
    font-size: 16px;
    color: #666666;
}

.recruit-libx .list-bxitm>ul {
    cursor: pointer;
}

.recruit-libx .list-bxitm:nth-child(odd)>ul {
    background-color: #f2f3f5;
}

.recruit-libx .list-bxitm>ul li {
    color: #444444;
}

.listshw {
    background-color: #d71e17 !important;
}

.listshw li {
    color: #ffffff !important;
}

.recruit-down {
    padding: 25px;
    border: 1px solid #d71e17;
    display: none;
}

.recruit-down h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.recruit-down p {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: #444444;
}

.recruit-down p span {
    color: #666666;
}

.recruit-down p i {
    color: #b3b3b3;
    padding: 0 5px;
}

.recruit-down h5 {
    font-size: 15px;
    color: #222222;
    font-weight: 600;
    margin-top: 35px;
}


.down-btm {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.down-btm span {
    font-size: 14px;
    color: #666666 !important;
}

.down-btm a {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.down-btm a img {
    width: 30px;
    height: 30px;
}

.down-btm a text {
    font-size: 16px;
    color: #d71e17;
    font-weight: 600;
    margin-left: 5px;
}

.news-zxbtm {
    display: flex;
    justify-content: center;
    padding: 20px 0 30px;
}


/* 校园招聘 */
.campus-box {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.campus-bxle {
    width: 68%;
}

.campus-bxle h3 {
    font-size: 18px;
    font-weight: 600;
}

.campus-bxle p {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}

.campus-bxri {
    width: 30%;
}

.campus-bxri img {
    width: 100%;
    height: auto;
    max-height: 440px;
}


/* 员工发展 */
/* .staff-box{

} */
.staff-bxbj ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
.staff-bxbj ul li{
    width: 48%;
}
.staff-bxbj ul li h3{
    font-size: 18px;
    font-weight: 600;
}
.staff-bxbj ul li h3 i{
    color: #d71e17;
    font-weight: 500;
    margin-right: 5px;
}
.staff-bxbj ul li p{
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}
.staff-bxbj ul li img{
    width: 100%;
    height: auto;
}

.staffbj{
    background-image: url("../images/picbj13.png");
    background-size: 100% 100%;
}

@media screen and (max-width:768px) {

    .news-top {
        padding: .6rem 0 .2rem;
    }

    .news-top button {
        width: 1.2rem;
        border: 0;
        margin: 0 .1rem;
        padding: .1rem 0rem;
        font-size: 16px;
    }

    .recruit-list ul li {
        font-size: 16px;
        padding: .2rem .2rem;
    }

    .recruit-down {
        padding: .25rem;
    }

    .recruit-down h3 {
        font-size: .22rem;
    }

    .recruit-down p {
        /*font-size: .2rem;*/
        margin-top: .15rem;
        flex-wrap: wrap;
         color: #333;
          font-size: 16px;
    }

    .recruit-down h5 {
        font-size: .19rem;
        margin-top: .35rem;
    }

    .down-btm {
        margin-top: .4rem;
    }

    .down-btm span {
        font-size: .18rem;
    }

    .down-btm a img {
        width: .3rem;
        height: .3rem;
    }

    .down-btm a text {
        font-size: .18rem;
    }

    .news-zxbtm {
        padding: .2rem 0 .3rem;
    }



    /* 校园招聘 */
    .campus-box {
        padding: .5rem .1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .campus-bxle{
        width: 100%;
    }
    .campus-bxle p{
        margin-top: .15rem;
        color: #333;
    }

    .campus-bxri {
        width: 100%;
        margin-top: .2rem;
    }
    
    .campus-bxri img {
        max-height: 4.4rem;
    }



    /* 员工发展 */
    .staff-bxbj ul{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: .5rem .1rem;
    }
    .staff-bxbj ul li{
        width: 100%;
        padding: .1rem 0;
    }
    .staff-bxbj ul li h3 {
        font-size: 16px;
    }
    .staff-bxbj ul li p {
        /*font-size: .2rem;*/
        margin-top: 16px;
         color: #333;
          font-size:16px;
    }
    .campus-bxle p {
        font-size:16px;
    }
}