@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
    .hot-station-container div:nth-child(3n+2) {
        margin-left: 30px;
        margin-right: 30px;
    }
    .company-desc {
        margin-left: 25px !important;
        margin-right: 0 !important;
    }
}
#carousel li {
    border-radius: 6px;
    width: 11px;
    height: 11px;
}
#carousel .carousel-item img {
    width: 1200px !important;
    height: 300px;
}
#job-option {
    margin-top: 30px;
    border:1px solid rgba(127,127,127,0.3);
}
.card {
    border: none;
}

.card-body {
    padding: 30px 25px 10px 25px;
}
.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: 8px;
}

.option-item-category:hover {
    cursor: pointer
}

.option-item-category.active {
    background: rgba(0, 143, 139, 1);
    border-radius: 15px;
    color: #ffffff;
}
.sq-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 70px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.more-btn {
    position: absolute;
    right: 0;
    min-width: 70px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.hide {
    display: none;
}
.hot-station-list {
    justify-content: space-between;
}
.hot-station-list .hot-station-container {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
}
.hot-station-list .company-list-container {
    margin-bottom: 30px;
}
.hot-station-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 380px;
    margin-top: 30px;
    height: 180px;
    border-radius: 3px;
    border: solid 1px rgba(127, 127, 127, 0.3);
    background: rgba(255, 255, 255, 1);
}
.hot-station-item .hot-station-item-desc {
    height: 50%;
    width: 330px;
    border-bottom: dashed 1px #d8d8d8;
}

.aq-company-item {
    height: 198px;
}
.aq-company-logo {
    width: 73px;
    max-height: 73px;
}

.row-align-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.job-count {
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 17px;
    margin-top: 6px;
}

.job-count-num {
    color: #008f8b;
}

.province {
    margin-top: 9px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 17px;
}

.position-icon {
    width: 10px;
    height: 14px;
}

.company-description {
    width: 339px;
    height: 40px;
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.hot-station-item-company {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50%;
    width: 330px;
}
.company-desc {
    display: flex;
    flex-direction: column;
    width: 200px;
    margin-left: 25px;
}
.company-desc .company-name {
    cursor: pointer;
}
.job-count-num {
    cursor: pointer;
}
.company-page-container {
    padding-right: 65px;
}

@media screen and (max-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .hot-station-list .hot-station-container {
        justify-content: center;
    }
    .hot-station-item-company {
        width: auto;
        min-width: 85%;
        padding-left: 10px;
    }
    .hot-station-item {
        margin-bottom: 10px;
        min-width: 80%;
    }

    .company-description {
        width: 100%;
    }

    .company-desc-m {
        width: 150px;
    }

    .company-description {
        padding-left: 15px;
        padding-right: 15px;
    }

}