﻿.left-panel {
    display: none;
    padding: 20px 0px 30px 0px;
}

.left-panel .search {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #CFCFCF;
    height: 52px;
    padding: 8px 8px 8px 16px;
    margin-bottom: 24px;
    margin-top: 29px;
}

.left-panel .search input {
    flex: 1;
}

.left-panel .search .search_btn {
    padding: 8px;
}

.left-panel .search .search_btn:hover {
    background: #eee;
}

.content {
    box-shadow: 0px 2px 8px 0px rgb(183 183 183 / 50%);
    border-radius: 15px;
    padding: 0 !important;
}

@media (min-width: 992px) {
    .left-panel {
        display: block;
        width: 35%;
        float: left;
    }

    .recruitment-select .container-ul {
        width: 65%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .left-panel {
        display: block;
        width: 27%;
        float: left;
    }

    .recruitment-select .container-ul {
        width: 73%;
        float: left;
    }
}

@media (min-width: 1600px) {
    .left-panel {
        display: block;
        width: 23%;
        float: left;
    }

    .recruitment-select .container-ul {
        width: 77%;
        float: left;
    }


}

.tb-row>span {
    background: none !important;
}

.left-panel .xuanze {
    width: 100%;
    margin-bottom: 24px;  
}

.left-panel .xuanze li{   
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.left-panel .pl .pl-title img {
    vertical-align: unset;
    margin-right: 10px;
}

.left-panel .pl .pl-title span {
    font-size: 14px;
}

.list_dl {
    padding: 0 !important;
}

dt.list_dt {
    box-shadow: none !important;
    margin-bottom: 0 !important;
    min-height: 70px;
    line-height: 70px !important;
    padding: 0 !important;
}

dt.list_dt:not(:last-child) {
    border-bottom: 1px #E5E5E5 solid;
}

.tb-row {
    align-items: center;
    padding: 0 50px;
}

.jobsub {
    background: #FBFCFF;
    padding: 40px !important;
    margin-bottom: 0 !important;
}

dt.list_dt div img {
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

dt#open div img {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

.recruitment-select dl {
    margin: 0px auto 56px auto;
    padding: 0 50px;
}

.recruitment .recruitment-select {
    padding: 20px 80px 0 80px;
}

.container-ul {
    margin: 20px auto 56px auto;
    padding: 0 0 0 40px;
}

.tb-header {
    height: 80px;
    color: #333;
    width: 100%;
    background: #F8FAFF;
    cursor: default;
    font-size: 20px;
    font-weight: bold;
}

.tb-header span {
    width: 100%;
}

.recruitment-select dl dt span {
    color: #333;
    font-size: 16px;
}

.norec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    font-size: 16px;
}

.recruitment .recruitment-content {
    background: #fff;
    padding-bottom: 100px;
}

.xz {
    color: #000;
}

.xz .lc {
    padding: 0 70px;
}

.xz .xz_head {
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 72px;
}

.xz .xz_head *:nth-child(2) {
    padding: 0 34px;
}

.xz div {
    align-items: center;
    justify-content: space-evenly;
    font-size: 20px;
    font-weight: bold;
}

.xz .line {
    height: 2px;
}

.xz>div:nth-child(3)>*,
.xz>div:nth-child(5)>* {
    width: 14.3%;
    text-align: center;
}

.recruitment .academic-content {
    padding-bottom: 0;
}

.recruitment-content .container {
    max-width: unset !important;
    width: 100%;
}

.list_dt .tb-row:hover span {
    color: #2D4EC4 !important;
}

.list_dt:hover {
    background: #fafafa;
}

.left-panel .xuanze li:not(.active) {
    z-index: 20 !important;
}

@media (max-width: 768px) {
    .recruitment .recruitment-content {
        padding-bottom: 0px;
    }

    .container-ul {
        padding: 0;
        margin-top: 0;
    }

    .recruitment .recruitment-select {
        padding-top: 0PX;
    }

    .tb-row {
        padding: 0 8px;
    }

    .tb-row span:nth-child(2N) {
        display: none;
    }
}

@media (max-width: 992px) {
    .xz .lc {
        display: none;
    }
}