body{

}

.recruitment-tab{
    margin-top: 0.34rem;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab-left {
    display: flex;
    align-self: stretch;
}
.tab-left a{
    display: flex;
    padding: 12px 46px;
    background-color: #f5f5f5;
    flex: 1;
}

.tab-left a.active{
    background-color: #fff;
    color: #193e6a;
    border-bottom: 2px solid #193e6a;
}
.tab-right-search{
    align-self: stretch;
    height: 50px;
}
.tab-right-search form{
    display: flex;
    height: 100%;
}
.tab-right-search input{
    height: 100%;
    flex: 1;
    border: 1px solid #cccccc;
    padding-left: 20px;
    margin-right: 0;
}
.tab-right-search input::placeholder{
    font-size: 14px;
}
.tab-right-search-btn{
    padding: 0 47px;
    background-color: #193e6a;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.recruitment-table{
    font-size: 16px;
    border-top: 1px solid #dedede;
    color: #333;
    width: 100%;
    margin-top: 0.33rem;
    text-align: center;
}
.recruitment-table th,.recruitment-table td{
    text-align: center;
}
.recruitment-table th{
    line-height: 55px;
}
.recruitment-table td{
    line-height: 43px;
}
.recruitment-table tr:nth-child(even){
    background-color: #f7f7f7;
}

.recruitment-table td a{
    background-color: #d5d5d5;
    padding: 7px 24px;
    font-size: 14px;
}
.recruitment-table tr:nth-child(odd) td a{
    background-color: #193e6a;
    color: #fff;
}

.recruitment_info{
    font-size: 28px;
    margin-top: 0.6rem;
    color: #333333;
    border-bottom: 1px solid #dedede;
    padding-bottom: 0.4rem;
    display: flex;
    align-self: center;
}
.recruitment_info > div{
    flex: 1;
    text-align: center;
    position: relative;
}
.recruitment_info > div> span{
    font-size: 16px;
    color: #666666;
}
.recruitment_info > div> p{
   margin-top: 7px;
}
.recruitment_info > div::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 80%;
    background-color: #e6e6e6;
    transform: translateY(-50%);
}
.recruitment_info > div:last-child::after{
    display: none;
}

.content-item-block{
    font-size: 20px;
    color: #666;
    margin-top: 0.6rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e6e6e6;
}
.content-item-block h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0.2rem;
    position: relative;
    padding-left: 15px;
}
.content-item-block h2::after{
    content: "";
    display: block;
    width: 3px;
    height: 70%;
    background-color: #003e70;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.content-item-block >div >p{
    line-height: 35px;
    font-size: 16px;
}

.apply-btn{
    display: flex;
    margin-top: 0.6rem;
    align-self: center;
}
.apply-btn a{
    font-size: 16px;
    color: #fff;
    padding: 15px 70px;
    background-color:#193e6a ;
}

.no-content-hint{
    font-size: 14px;
}


/* 尺寸适配 */
@media (max-width: 1660px) {

}
@media (max-width: 1280px) {
    .recruitment-table{
        width: 1280px;
    }
}
@media (max-width: 960px) {
    .recruitment-tab{
        flex-direction: column;
    }
    .recruitment-tab{
        font-size: 14px;
    }
    .recruitment-tab > div{

    }
    .tab-right-search{
        width: 100%;
        margin-top: 10px;
        height: 35px;
        line-height: 35px;
    }
    .tab-right-search-btn{
        font-size: 14px;
        padding: 0 30px;
    }
    .font30{
        font-size: 16px !important;
    }
    .recruitment-table{
        width: 960px;
        font-size: 12px;
        vertical-align: top;
    }
    .recruitment-table td a{
        font-size: 12px;
        padding: 3px 5px;
    }
    .recruitment-table td{
        line-height: 18px;
        height: 40px;
        text-align: center;
    }
    .recruitment_info > div> span{
        font-size: 14px;
    }
    .recruitment_info{
        font-size: 13px;
    }
    .content-item-block h2{
        font-size: 16px;
    }
    .content-item-block >div >p{
        font-size: 13px;
        line-height: 24px;
    }
}

@media (max-width: 640px) {

}

