.hc_cont {
    width: 75%;
}

.recruit-head {
    /* position: fixed; */
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.recruit-head-cnt {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.recruit-head-cnt img {
    width: 150px;
}

.recruit-head-cnt ul {
    display: flex;
    gap: 80px;

}

.recruit-head-cnt ul li {}

.recruit-head-cnt ul li a {
    position: relative;
    display: block;
    height: 64px;
    line-height: 64px;
    color: #fff;
    opacity: 1;
    transition: all .3s;
    font-size: 16px;
}

.recruit-head-cnt ul li a:hover {
    opacity: 0.7;
}

.recruit-head-cnt ul li.active a::after {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 5px);
    height: 2px;
    background-color: #fff;
}

.hc_ftitle_img img{
    max-width: 100%;
}


.hc_baner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    /* background: url(../../images//recruit/banner.jpg) 0 0 no-repeat; */
}

.hc_baner_desc {
    padding: 0 40px;
}

.hc_baner_desc h2 {
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 5px;
    padding-left: 5px;
    color: #fff;
    margin-bottom: 0.4rem;
}

.hc_banner_search {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 0.4rem;
}

.hc_search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.6rem;
    min-height: 40px;
    background-color: #fff;
    border-radius: 100px;
}

.hc_search form {
    flex: 1;
   
}
.hc_search form input{
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 100px;
    padding: 0 0.4rem;
    font-size: 0.18rem;
}

.hc_search_btn {
    width: 0.5rem;
    height: 0.5rem;
    min-height: 30px;
    min-width: 30px;
    background-color: #0a5189;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    padding: 0.12rem;
}

.hc_search_btn img {
    width: 100%;
}

.hc_baner_down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    cursor: pointer;
}

.hc_main {
    padding-top: 100px;
}

.hc_recruit_main {
    width: 100%;
}

.hc_recruit_main_search {
    width: 100%;
    border: 2px solid #ececec;
    border-radius: 100px;
}

.hc_recruit_main_search_cont {
    display: flex;
    margin-top: 20px;
}

.hc_recruit_main_fenlei {
    width: 170px;
    padding-top: 30px;
    border-right: 1px solid #ececec;
}

.hc_recruit_main_fenlei>div:not(:last-child) {
    margin-bottom: 150px;
}

.hc_recruit_data {
    flex: 1;
    padding-left: 100px;
}


.hc_checkbox .custom-checkbox {
    position: relative;
    z-index: -1;
    opacity: 0;
    display: none;
}

.hc_checkbox {
    display: flex;
    align-items: center;
    position: relative;
}

.hc_checkbox a{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 6px;
}

.hc_checkbox span {
    position: absolute;
    left: -10px;
    opacity: .8;
}
.hc_checkbox span i {
    font-size: 20px;
}
.hc_checkbox label {
    font-weight: 400;
    font-size: 14px;
    height: 24px;
    color: rgba(51, 51, 51, 1);
}

.custom-checkbox+label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c3c3c3;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
    border-color: rgb(8, 84, 144);
    background-color: rgb(8, 84, 144);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-size: 8px 8px;
}

.hc_recruit_main_fenlei h4 {
    font-size: 18px;
    color: #0b0c0c;
    font-weight: bold;
    margin-bottom: 30px;
}

.hc_recruit_main_fenlei ul li {
    margin-bottom: 8px;
}

.hc_recruit_item {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    border-bottom: 1px solid #f0efef;
}
.hc_recruit_item:hover .hc_recruit_item_title{
    color: #13558A;
}
.hc_recruit_item_title {
    font-size: 18px;
    font-weight: bold;
    color: #0b0c0c;
    transition: all .5s;

}

.hc_recruit_item_sub_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* display: flex; */
    font-size: 16px;
    color: rgb(148, 148, 148);
    margin: 15px 0;
}

.hc_recruit_item_sub_title span:not(:first-child) {
    margin-left: 20px;
    position: relative;
}

.hc_recruit_item_sub_title span:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: rgba(148, 148, 148, .5);
    left: -10px;
    top: 0;
}

.hc_recruit_item_desc {
    width: 100%;
    max-height: 44px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: rgb(91, 91, 91);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: pre-line;
    -webkit-line-clamp: 2;
}

.hc_bottom {
    padding: 50px 0 100px;
}
.jump_po {
    position: relative;
    top: -100px;
}

@media (max-width:1024px){
    .hc_search form input{
        font-size: 12px;
    }
    .hc_cont {
         width: 90%;
    }
    .hc_baner{
        height: auto;
        min-height: 270px;
    }
    .hc_baner_down{
        bottom: 20px;
    }
    .recruit-head-cnt ul {
        display: flex;
        gap: 40px;
    }
    .hc_search_btn{
        padding: 5px;
    }
    .hc_main{
        padding-top: 50px;
    }
    .jump_po {
        position: relative;
        top: -50px;
    }
    .hc_recruit_main_search_cont{
        flex-direction: column;
    }
    .hc_recruit_main_fenlei{
        width: 100%;
        border-right: none;
    }
    .hc_recruit_main_fenlei>div:not(:last-child){
        margin-bottom: 50px;
    }
    .hc_recruit_main_fenlei ul{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .hc_recruit_main_fenlei ul li{
        margin-bottom: 0;
    }
    .hc_recruit_data{
        padding: 0;
        margin-top: 50px;
    }
    .hc_baner_down img{
        width: 25px;
    }
}