
body {
    background: #f4f6f9;
}
.index_search {
    margin-top: 20px;
    width: 100%;
    height: 36px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    overflow: hidden;
}
.index_search input {
    width: calc(100% - 50px);
    line-height: 36px;
    padding-left: 10px;
    background-color: transparent;
	color: #333;
    border: none;
    outline: none;
}
.index_search input::placeholder{
	color: #999;
}
.index_search a {
    display: inline-block;
    width: 45px;
    height: 36px;
    vertical-align: top;
    line-height: 36px;
    background-color: #2b9286;
    text-align: center;
}
.index_search img {
    width: 20px;
}

/* 筛选 */
.job_select {
    margin-top: 20px;
}
.job_select a {
    background-color: #fff;
    border-radius: 30px;
    font-size: 12px;
    color: #333;
    padding: 1px 8px;
}
.job_select a.active {
    color: #2b9286;
}
.job_select .job_select_param a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #333;
    margin-left: 3px;
    margin-top: 3px;
    vertical-align: middle;
}


.jobs_index {
    background-color: #f8f8f8;
}


.company_list {
    margin-top: 20px;
}
.company_list li {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 8px 1px #eeeeee;
    margin-bottom: 16px;
}
.company_list li a {
    position: relative;
    display: grid;
    grid-template-columns: 60px auto;
    background: url('../images/right.png') no-repeat right center;
    background-size: 8px;
}
.company_list .company_logo {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.company_list .company_name {
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.company_list .company_detail span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin: 0 2px;
}
.company_list .company_detail span:first-child {
    margin-left: 0;
}
.company_list .company_detail span.line {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    width: 1px;
    height: 10px;
    background-color: #555;
}




.company_list .more {
    position: relative;
    display: block;
    width: 110px;
    margin: 20px auto;
    padding: 2px 8px 2px 12px;
    border: 1px solid #2b9286;
    color: #2b9286;
    background-color: #e8faf8;
    border-radius: 20px;
    font-size: 12px;
}
.company_list .more img {
    height: 10px;
    width: auto;
}







.job_type {
    padding: 20px;
}
.job_type li {
    display: block;
    margin-bottom: 10px;
    color: #333;
    background-color: #efefef;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}
.job_type li.active {
    background-color: #2b9286;
    color: #fff;
}

.jobs_type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.jobs_type .left {
    background-color: #f8f8f8;
    height: 300px;
    overflow-y: scroll;
}
.jobs_type .right {
    background-color: #fff;
    height: 300px;
    overflow-y: scroll;
}
.jobs_type li {
    display: block;
    color: #333;
    line-height: 30px;
    text-align: left;
    font-size: 12px;
    padding-left: 20px;
}
.jobs_type li.active {
    background-color: #2b9286;
    color: #fff;
}

.job_param {
    padding: 0 20px;
}
.job_param .param_title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.job_param ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
.job_param li {
    color: #333;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #efefef;
    border-radius: 4px;
}
.job_param li.active {
    background-color: #2b9286;
    color: #fff;
}



/* 企业详情样式 */
.company_info {
    position: relative;
    display: grid;
    grid-template-columns: 60px auto;
    background-color: #fff;
    padding: 20px;
    font-size: 12px;
    color: #666;
    box-shadow: 0px 0px 8px 1px #eeeeee;
}
.company_info .company_logo {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.company_info .company_name {
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.company_info .company_detail span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin: 0 2px;
}
.company_info .company_detail span:first-child {
    margin-left: 0;
}
.company_info .company_detail span.line {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    width: 1px;
    height: 10px;
    background-color: #555;
}

.company_main {
    padding: 0 20px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 1px #eeeeee;
    margin-top: 20px;
}
.sub_title {
    position: relative;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
}
.sub_title::after {
    position: absolute;
    content: '';
    bottom: 10px;
    left: 0;
    right: 0;
    width: 30px;
    height: 3px;
    background-color: #2b9286;
    margin: auto;
}
.conpany_content {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
}
.address {
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.address span:first-child {
    display: inline-block;
    width: 50px;
    font-weight: 700;
    text-align-last: justify;
    color: #333;
}


.jobs_list li {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 8px 1px #eeeeee;
    margin-bottom: 16px;
}
.jobs_list .job_title {
    position: relative;
    margin-bottom: 5px;
}
.jobs_list .job_title .job_name {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.jobs_list .job_title .publish_time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #999;
}
.jobs_list .job_detail {
    color: #666;
    margin-bottom: 5px;
}
.jobs_list .job_detail span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin: 0 5px;
}
.jobs_list .job_detail span.salary {
    margin-left: 0;
    color: #ff0000;
}
.jobs_list .job_detail span.line {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    width: 1px;
    height: 10px;
    background-color: #555;
}
.jobs_list .job_tag span {
    display: inline-block;
    color: #555;
    margin-right: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 12px;
}
.jobs_list .job_company {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}
.jobs_list .job_company > div {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url(../images/company_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 2px;
}
.jobs_list .job_company span {
    display: inline-block;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}
.jobs_list .job_btn {
    position: absolute;
    right: 18px;
    bottom: 20px;
    padding: 1px 10px;
    border: 1px solid #2b9286;
    color: #2b9286;
    background-color: #e8faf8;
    border-radius: 20px;
    font-size: 12px;
}




