@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;
    }
    .hot-station-item-experience {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .company-desc {
        margin-left: 25px !important;
        margin-right: 0 !important;
    }
}

.job-search-item {
    height: 45px;
}

.job-search-icon {
    width: 50px;
    height: 45px;
}

.job-search-input-b {
    flex-grow: 1;
    border: 1px solid #008f8b;
    background-size: 100% 45px;
}

.job-search-input {
    display: inline-block;
    border: none;
    color: #888888;
    outline: none;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background-color: transparent;
    padding-left: 30px;
}

.job-search-item input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #888888;
}

.job-search-item input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #888888;
}

.job-search-item input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #888888;
}

.search-form-container {
    display: flex;
}

.job-search-button {
    background: url("https://p0.ssl.qhimg.com/t018528d6bdbe3fb195.png") no-repeat;
    background-size: 121px 45px;
    width: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.hot-search {
    height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.hot-search-container {
    display: flex;
    justify-content: space-around;
}

.hot-search-desc {
    width: 100px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 20px;
}

.hot-search-item {
    width: auto;
    display: block;
    margin-right: 30px;
}

.primary-font {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

#carousel li {
    border-radius: 6px;
    width: 11px;
    height: 11px;
}
#carousel .carousel-item img {
    width: 1200px !important;
    height: 300px;
}
.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;
}

.hot-station-list {
    justify-content: space-between;
}

.hot-station-item-desc-title {
    display: flex;
    height: 50px;
    justify-content: space-between;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 7px;
}

.text-danger {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(191, 57, 37, 1) !important;
    line-height: 22px;
}

.hot-station-name {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
    color: rgba(59, 59, 59, 1);
    line-height: 22px;
}

.hot-station-item-experience {
    height: 40px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(156, 156, 156, 1);
    line-height: 17px;
}

.hot-station-item-company {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50%;
    width: 330px;
}

.company-logo {
    width: 50px;
    height: 50px;
}

.company-desc {
    display: flex;
    flex-direction: column;
    width: 200px;
    margin-left: 25px;
}

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

.aq-company-item {
    height: 198px;
}

.aq-company-logo {
    width: 73px;
    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;
}

.look-more {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.look-more-btn {
    color: #ffffff;
    width: 100px;
    height: 32px;
    border-radius: 3px;
    background: #008f8b;
}

.look-more a:hover {
    color: #ffffff !important;
}
.hot-station-list .hot-station-container {
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
}

.company-name {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 20px;
}

@media screen and (max-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .job-search-button {
        width: 60px;
    }

    .hot-search-item {
        min-width: 10px;
        margin-right: 5px;
    }

    .hot-station-item .hot-station-item-desc {
        width: auto;
        min-width: 85%;
    }

    .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;
    }

    .hot-station-list .hot-station-container {
        justify-content: center;
    }

}