.page-div-banner {
    width: 100%;
}

.page-div-banner img {
    width: 100%;
}

.page-div-banner-title {
    position: absolute;
    color: #fff;
    left: 20%;
    top: 20%;
}

.page-div-banner-title h2 {
    font-size: 50px;
    font-weight: bold;
}

.page-div-banner-title p {
    font-size: 20px;
}

.page-section {
    /* position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #898798;
    overflow: hidden; */
    margin: 50px auto;
    color: #666666;

}

.careers-text:hover {
    color: #1E8C80;
}
.div-text-title{
    color: #1E8C80;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.careers-text{
    display: block;
    line-height: 2.8;
    color: #333;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
}
.careers-text-title {
    position: relative;
}
.careers-text-title span{
    background: #fff;
    position: relative;
    z-index: 3;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
.careers-text-title .bi{
    color: #1E8C80;
    font-size: 16px;
    padding:  0 10px 0 10px;
}
.careers-text-title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #808080;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: linear-gradient(to right, #009BA2, #008D4F)
}

.div-text{
    margin: 20px 0;
}

.div-text-div{

}
.div-text-tlt{
    line-height: 2.8;
    color: #333;
    background: #fbfbfb;
    padding: 0 10px;
    margin: 20px 0;
}
.div-text-txt{
    font-size: 16px;
    padding: 0 0 0 15px;
}
.card{
    border: 0;
}



/* 手机 */
@media only screen and (max-width:950px) {
    .page-div-banner{
        margin: 44px 0 0 0;
    }
    .page-div-banner-title{
        top: 4%;
        left: 5%;
    }

    .page-div-banner-title h2{
        font-size: 24px;
    }
    .page-div-banner-title p{
        font-size: 16px;
    }


    .page-section {
        margin: 20px auto;
    }

   
}