@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1876px) {
    .container {
        max-width: 1200px !important;
    }
}
body {
    background-color: rgba(248, 249, 250, 1);
}
.company-header-container {
    min-height: 230px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,234,241,1);
    padding: 57px 40px;
}
.company-logo {
    width: 110px;
    max-height: 110px;
}
.company-header-desc {
    padding: 8px 0 4px 40px;
}
.company-header-name {
    font-size:14px;
    font-weight:700;
    color:rgba(59,59,59,1);
    line-height:20px;
}
.company-header-other {
    font-size:13px;
    font-weight:400;
    color:rgba(59,59,59,1);
    line-height:18px;
    margin-top: 10px;
    display: flex;
}
.company-header-icon-container {
    height: 18px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.company-header-icon {
    height: 14px;
}
.job-ing-count {
    flex-grow: 1;
    padding-right: 40px;
    text-align: end;
    padding-top: 22px;
    padding-bottom: 22px;
}
.job-count-desc {
    font-size:14px;
    font-weight:400;
    color:rgba(59,59,59,1);
    line-height:20px;
    margin-bottom: 8px;
}
.job-count-num {
    font-size:30px;
    font-weight:400;
    color:rgba(0,143,139,1);
    line-height:42px;
}
.custom-tabs-container {
    margin-top: 20px;
}

.custom-tabs-container a {
    color: rgba(59, 59, 59, 1);
}
#nav-tabContent {
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,234,241,1);
}
#nav-tab a:hover {
    color: rgba(59, 59, 59, 1) !important;
}
.custom-tabs .nav-link {
    background-color: rgba(248, 249, 250, 1);
}
.custom-tabs .nav-tabs .nav-link.active {
    color: rgba(59, 59, 59, 1);
    border-color: rgb(230, 234, 241) rgb(230, 234, 241) transparent;
}
.custom-tabs .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    border-color: rgb(230, 234, 241) rgb(230, 234, 241) transparent;
}
.custom-tabs .nav-tabs .nav-link {
    border-color: rgba(248, 249, 250, 1) rgba(248, 249, 250, 1) rgb(230, 234, 241) rgba(248, 249, 250, 1);
}
.custom-tabs .nav-tabs .nav-link:hover {
    border-color: rgba(248, 249, 250, 1) rgba(248, 249, 250, 1) rgb(230, 234, 241) rgba(248, 249, 250, 1);
}
#nav-tab .tab-item  .nav-link {
    width: 152px;
    height: 52px;
}
#nav-tabContent {
    border-top: none;
    margin-bottom: 60px;
}
.tab-company-info {
    padding: 40px;
}
.tab-company-info pre {
    white-space: pre-line;
    font-size: 13px;
}

.tab-job-list {
    padding: 36px 40px;
}
.hot-station-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.hot-station-title-span {
    width: 64px;
}
.company-info-desc {
    font-size:14px;
    font-weight:400;
    color:rgba(59,59,59,1);
    line-height:26px;
    margin-bottom: 40px;
}
.company-info-address {
    font-size: 14px;
    font-weight: 700;
}
.job-address {
    width: 100%;
    height: 270px;
    margin-bottom: 40px;
}
.job-address-pic {
    width: 100%;
}
.company-info-pic {
    display: flex;
}
.company-info-pic div:nth-of-type(2n) {
    margin: 0 40px;
}
.company-pic {
    width: 347px;
    height: 188px;
}
.option-item {
    min-height: 30px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.option-item-name {
    font-size: 16px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 30px;
    margin-right: 30px;
    min-width: 80px;
}
.option-item-category-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 90%;
}

.option-item-category {
    padding: 0 20px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 30px;
    margin-right: 20px;
}

.option-item-category.active {
    background: rgba(0, 143, 139, 1);
    border-radius: 15px;
    color: #ffffff;
}
.option-item-category:hover {
    cursor: pointer
}
.job-ing-text {
    padding: 20px 0;
    font-size:16px;
    font-weight:400;
    color:rgba(59,59,59,1);
    line-height:22px;
    border-bottom: solid 1px rgba(232, 235, 242, 1);
}
.bg-change-gray {
    background: rgba(248, 249, 250, 1);
    border-top: 1px solid rgba(230, 234, 241, 1);
    border-bottom: 1px solid rgba(230, 234, 241, 1);
}
.job-item {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: space-between;
    padding: 0 25px 17px 25px;
}
.job-item-detail-container {
    min-width: 177px;
}
.job-item-detail {
    margin-top: 20px;
}

.job-item-detail-title {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(59, 59, 59, 1);
    line-height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.job-item-tag {
    text-align: center;

    display: block;

    line-height: 15px;

}



.job-item-tag a:hover {
    color: rgba(0, 143, 139, 0.5) !important;
}

.job-item-info-container {
    margin-top: 8px;
    height: 20px;
}

.job-item-salary {
    font-size: 14px;
    font-weight: 500;
    color: rgba(191, 57, 37, 1);
    line-height: 20px;
    margin-right: 7px;
}

.job-item-create-time {
    font-size: 13px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 18px;
}

.job-item-company-logo {
    width: 47px;
    height: 49px;
}

.job-item-company {
    padding-top: 20px;
}

.job-item-company-desc {
    margin-left: 14px;
    padding-top: 5px;
}

.job-item-company-name {
    font-size: 14px;
    font-weight: 500;
    color: rgba(59, 59, 59, 1);
    line-height: 20px;
    margin-bottom: 2px;
}

.job-item-company-info {
    font-size: 13px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 18px;
    margin-bottom: 10px;
}
.company-page-container {
    padding-right: 17px;
}

/** 移动端适配 */
@media screen and (max-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

}
