/***** banner *****/
.banner img {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    top: 65px;
    object-fit: cover; /* 保持图片比例并裁剪以覆盖整个容器 */
    object-position: center; /* 确保图片中心部分显示 */
}
.job-content{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: baseline;
}
.job-tab-nav {
    display: flex;
    align-items: center;
    position: relative;
    left: -36px;
}
.job-tab-nav-item{
    display: grid;
    cursor: pointer;
    color: #666666;
    text-align: center;
    height: 63px;
    /* padding: 0 20px; */
    align-content: center;
    justify-content: center;
    min-width: 210px;
    font-size: 14px;
}

.job-tab-nav-item:hover{
    /*font-size: 18px;*/
    color: #000000;
}

.title-active{
    background-color: #3F48EF;
    color: #FFFFFF;
    font-size: 16px;
}

.title{
    font-weight: bold;
}

.job-text-box{
    margin-top: 65px;
    position: relative;
    left: 40px;
}

.job-content-mx {
    line-height: 15px;
    font-size: 14px;
    color: #666666;
}
.content-title{
    font-size: 20px !important;
    line-height: 16px
}
.content-sub-title{
    margin-top: -10px;
}