html{
    margin: 0 !important;
}

.data_scientist{
    padding-top: 80px;
}

.data_scientist .container{
    padding: 30px 0;
    font-family: Microsoft YaHei;
}

.data_scientist .data_scientist_section-1{
    width:100%;
    overflow: hidden;
    background-size:100% 100%;
    background-repeat: no-repeat;
}

.data_scientist .data_scientist_section-1 .banner-content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.data_scientist .data_scientist_section-1 h1{
    font-size: 30px;
    font-weight: bold;
    margin: 100px 0;
    color: #fff;
    text-align: center;
}


.data_scientist .data_scientist_section-2 .section-content{
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin: 20px 0;
}

.data_scientist .data_scientist_section-2 .section-content p,li{
    font-size: 16px;
    color: #666666;
}

.data_scientist .data_scientist_section-topics .section-content{
    display: flex;
    justify-content: space-between;
}

.data_scientist .data_scientist_section-topics .link{
    width: 100%;
    padding: 0 10px;
}

.data_scientist .data_scientist_section-topics .link a{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #2793FF;
}

.data_scientist .data_scientist_section-topics .link a:hover{
    text-decoration:underline !important;
}


@media(min-width:769px){
    .data_scientist .title h2{
        font-size: 28px;
    }

    .data_scientist h2{
        font-family: Microsoft YaHei;
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 35px;
    }

    .data_scientist{
        padding-top: 80px;
    }

    .data_scientist .data_scientist_section-2 .item{
        width: 58%;
    }
    
    .data_scientist .data_scientist_section-2 .image{
        width: 30%;
    }

    .data_scientist h2{
        font-family: Microsoft YaHei;
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 40px;
        line-height: 35px;
    }

    .data_scientist .title{
        text-align: center;
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
}

@media(max-width:769px){
    .data_scientist h2{
        font-family: Microsoft YaHei;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 35px;
    }

    .data_scientist{
        padding-top: 60px;
    }

    .title{
        text-align: center;
    }

    .title h2{
        font-size: 23px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #333333;
    }

    h3{
        font-size: 16px !important;
    }

    .data_scientist .container{
        width: 100%;
        padding: 30px 25px 40px 25px;
        margin: auto;
        font-family: Arial;
    }

    .data_scientist .data_scientist_section-1 h1{
        font-size: 28px;
        font-family: 苹方-简, 苹方-简-Semibold;
        font-weight: bold;
        line-height: 35px;
    }

    .data_scientist .data_scientist_section-2 p {
        font-family: Microsoft YaHei;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .data_scientist .data_scientist_section-2 .section-content{
        flex-direction: column;
    }

    .data_scientist .data_scientist_section-2 .image{
        width: 80%;
        order: 1;
        margin-bottom: 50px;
    }
}