/* 第一屏幕 */
.first-screen{
    width: 1920px;
    height: 440px;
    margin: 0 auto;
}
.first-screen img{
    display: block;
    width: 100%;
    height: 100%;
}

/* 第二屏幕 */
.second-screen{
    width: 1300px;
    margin: 58px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.second-screen-right-label{
    width: 100%;
    height: 26px;
    border-left: 4px solid #53A2F0;
    font-size: 26px;
    font-weight: 400;
    color: #838383;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 26px;
}
.second-screen-right-label span:last-child{
    color: #242424;
}
.second-screen-right-label span:first-child{
    margin-left: 5px;
}

.second-screen-content{
    width:1495px;
}
.mh10{
    margin: 0 10px;
}

.second-screen-jobContent{
    margin-top: 50px;
}
.second-screen-jobContent-title{
    padding: 15px 0;
    color: #333!important;
    font-size: 20px!important;
}
.second-screen-jobContent>div{
    font-size: 16px;
    line-height: 28px;
    color: #555;
}

.second-screen-jobTitle{
    color: #333;
    font-size: 34px;
    line-height: 34px;
    padding: 50px 0 25px;
    font-weight: normal;
}


.second-screen-right-next{
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
    color: #53A2F0;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 95px;
}