.job_main {
    background-color: #f5f5f5;
}

.job_main .m-auto {
    margin: 0 auto;
}

.job_main .sx {
    width: 1px;
    height: 24px;
    background-color: #CDCDCD;
    margin-right: 12px;
    padding: 0;
}

.job_main .list .list_title {
    padding: 15px 0px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 19px;
}

.job_main .list .list_xtitle {
    padding: 15px;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.job_main .list .list_xtitle .resume a {
    color: #0d6efd !important;
    cursor: pointer;
}

.job_main .list .list_xtitle .resume a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.job_main .list dl {
    padding: 5px 5px;
    display: flex;
    margin-bottom: 5px;
}

.job_main .list dt,
.job_main .list dd {
    font-size: 14px;
    color: #4A4B4F;
    padding: 5px 14px;
    border-radius: 5px;
    margin: 5px 5px 0 5px;
}

.job_main .list .wr {
    padding: 5px 0;
    margin-left: 0;
}

.job_main .list dt {
    font-size: 15px;
    color: #929292;
}

.job_main .list dd {
    cursor: pointer;
}

.job_main .list dd:hover,
.job_main .list .select {
    background-color: #0d6efd;
    color: #ffffff;
}

.job_main .list .list_data {
    padding: 5px 25px;
    border-radius: 10px;
    background-color: #ffffff;
}

.job_main .list .list_data .datalist {
    border-radius: 10px;
    margin: 15px 0;
    background-color: #f8fcff;
    border: 1px solid #D6ECFF;
    padding: 20px;
}

.summary-plane {
    width: 100%;
}

.summary-plane__left {
    margin: 20px 0;
}

.summary-plane__middle {
    margin: 20px 0;
}

.summary-plane__right {
    margin: 20px 0;
    display: grid;
    place-items: center;
}

.summary-plane__title {
    clear: both;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 5px;
}

.summary-plane__salary {
    color: #777;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    padding-right: 15px;
    margin-left: 15px;
}

.summary-plane__info {
    margin-top: 3px;
    display: flex;
    margin-bottom: 10px;
    list-style-type: none;
}

.summary-plane__info li {
    color: #4e5366;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAYAAAB10jRKAAAAAXNSR0IArs4c6QAAABNJREFUCB1juHv33n8mBiAglgAArEUDqolMUwUAAAAASUVORK5CYII=) no-repeat 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
}

.summary-plane__info li:first-child {
    padding-left: 0;
}

.summary-plane__info li:last-child {
    background: none;
}

.summary-plane__tag {
    display: flex;
}

.summary-plane__span {
    font-size: 14px;
    color: #0d6efd;
    margin-right: 10px;
    cursor: pointer;
}

.summary-plane__span:hover {
    color: #0764b4;
    text-decoration: underline;
}


.summary-plane__span img {
    width: 14px;
    height: 14px;
}

.describtion {
    position: relative;
}

.describtion__title {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}

.describtion__title:after {
    background: #edeff7;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 93%;
}

.describtion__detail-content.cover {
    overflow: hidden;
}

.describtion__detail-content {
    color: #222;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 25px;
}

.collect-and-apply__btn {
    background-color: #0d6efd;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 88px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.collect-and-apply__btn:hover {
    background-color: var(--tp-theme-secondary);
    transition: all 0.3s ease-out 0s;
}

.collect-and-apply__btn:disabled {
    color: #fff;
    background-color: #b7dcfc;
    cursor: not-allowed;
}

.companyinfo__top {
    display: flex;
}

.companyinfo__logo {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    margin-right: 8px;
    border: 1px solid #f5f7fc;
}

.companyinfo__logo-image {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    -o-object-fit: contain;
    object-fit: contain;
}

.companyinfo__name {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.companyinfo__tag {
    display: flex;
    margin: 8px 0;
}

.joblist-box__item-tag {
    height: 24px;
    border-radius: 4px;
    margin-right: 6px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    background-color: #f5f7fa;
    max-width: 137px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.companyinfo__info {
    margin-right: 12px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.companyinfo__info img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 2px;
}

.job_main .list_fy {
    margin-top: 10px;
    text-align: center;
}

.job_main .upload {
    text-align: center;
    margin: 5px 0 20px 0;
    font-size: 14px;
}

.job_main .up-load {
    cursor: pointer;
}

@media(max-width:1200px) {
    .describtion__title:after {
        width: 89%;
    }
}

@media(max-width:992px) {
    .describtion__title:after {
        width: 85%;
    }
}

@media(max-width:768px) {
    .describtion__title:after {
        width: 80%;
    }
}

@media(max-width:576px) {
    .job_main .list .list_data {
        margin: 0 -10px 0 -10px;
    }

    .job_main .list .list_xtitle {
        margin: 0px -10px 10px -10px;
    }

    .summary-plane__middle {
        margin: 5px 0;
    }

    .summary-plane__left {
        margin: 5px 0;
    }

    .summary-plane__right {
        margin: 10px 0;
    }

    .describtion__title:after {
        width: 73%;
    }
}
