﻿.job-search {
    border: 0.15rem solid #f5f5f5;
    border-left: none;
    border-right: none;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
}

.job-search-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 5.55rem;
    margin-right: 0.75rem;
    padding-left: 0.15rem;
}

.job-search-item {
    display: flex;
    align-items: center;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
}
.job-search-item:nth-child(n+3){
    margin-bottom: 0;
}

.job-search-item span {
    display: block;
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #333;
    margin-right: 0.1rem;
}

.job-search-item input {
    display: block;
    width: 1.8rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #C7C7C7;
    border: none;
    border-bottom: 1px solid #C7C7C7;
}

.search-button {
    width: 1.05rem;
    height: 1.05rem;
    font-size: 0.3rem;
    line-height: 1.05rem;
    color: #fff;
    text-align: center;
    background: #FF0000;
}


.job-panel{
    padding: 0 0.15rem;
}

.index-recruit-item{
    padding:0.24rem 0 0.2rem;
    border-bottom: 1px solid #DCDCDC;
}
.index-recruit-title{
    margin-bottom: 0.26rem;
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-recruit-footer{
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
    line-height: 0.18rem;
}

.index-recruit-job{
    width: 3rem;
    margin-right: 0.6rem;
    color: #999;
	font-size: 0.24rem;
}

.index-recruit-address{
    width: 1.3rem;
    margin-right: 0.3rem;
    color: #999;
}

.index-recruit-number{
    width: 0.8rem;
    margin-right: 0.2rem;
    color: #999;
}

.index-recruit-solary{
    width: 1rem;
    margin-right: 0.3rem;
    color: #999;
}
.index-recruit-solary span{
    color: #FF0000;
}
.index-recruit-date{
     
    color: #999;
}

