.search{
    margin-top: 12px;
}
.search{
    width: 870px;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
}
#searchForm{
    font-size: 0;
}
.search_position{
    display: inline-block;
    vertical-align: top;
    width: 228px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding: 0 20px;
    box-sizing: border-box;
}
.search_position img{
    vertical-align: middle;
    margin-right: 8px;
}
.search_box{
    margin-left: 28px;
    width: 608px;
    height: 44px;
    display: inline-block;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    vertical-align: top;
    font-size: 0;
    position: relative;
}
.search_left{
    vertical-align: top;
    background-color: #fff;
    width: 510px;
    display: inline-block;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    position: relative;
    padding-left: 122px;
    box-sizing: border-box;
}
.search_box_cate{
    position: absolute;
    left:20px;
    top: 0;
}
.search_box_cate:hover .category_box{
    display: block;
}
.search_box_cate img{
    vertical-align: middle;
}
.search_box_cate span{
    vertical-align: top;
}
.search_left>span{
    color: #cccccc;
}
.search_box_input{
    width: 300px;
    border: none;
    text-indent: 12px;
}
.search_right{
    vertical-align: top;
    background-color: #6bc955;
    display: inline-block;
    width: 98px;
    height: 44px;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.banner{
    height: 256px;
    margin-top: 26px;
}
.banner .img_box{
    width: 1200px;
    height: 256px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.select_box{
    color: #b3b3b3;
}
.cv{
    margin-top: 26px;
}
.cv span{
    margin-right: 100px;
}
.active{
    color: #6bc955;
}
.select_box{
    margin-top: 14px;
    margin-right: 14px;
}

.list{
    min-height: 360px;
  	margin-top:4px;
}
.list_item{
    width: 384px;
    height: 194px;
    box-shadow: 0px 0px 18px 0px rgba(163, 163, 163, 0.2);
    margin: 16px 12px  0 0;
    box-sizing: border-box;
    padding: 22px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.list_item:nth-child(3n){
    margin-right: 0;
}
.list_item_name{
    position: absolute;
    left: 26px;
    top: 88px;
}
.list_item_name a{
    color: #6bc955;
    font-size: 16px;
}
.list_item_name .salary{
    color: #6bc955;
}
.list_item_name .name{
    color: #343434;
}
.list_item_time{
    position: absolute;
    left: 26px;
    bottom: 52px;
    color: #808080;
}
.list_item_logo{
    position: absolute;
    top: 17px;
    left: 25px;
    width: 52px;
    height: 52px;
    border-radius:4px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}
.list_item_prise{
    position: absolute;
    left: 92px;
    top: 20px;
}
.list_item_prise_name{
    color: #333333;
    width: 260px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list_item_type{
    font-size: 12px;
    margin-top: 10px;
    color: #808080;
}
.list_item_kefu{
    position: absolute;
    left: 26px;
    bottom: 20px;
    color: #6bc955;
}
.list_item_kefu img{
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 6px;
}
.list_item_btn{
    width: 82px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #6bc955;
    color: #ffffff;
    position: absolute;
    right: 20px;
    bottom:46px;
    cursor: default;
}
.list_item_btn:active{
    bottom:45px;
}
.list_item_ed{
    width: 88px;
    background-color: #e6e6e6;
    color: #7c7c7c;
    position: absolute;
    right:-20px;
    top: 15px;
    transform: rotateZ(45deg);
    text-align: center;
}
.page{
    margin-top: 20px;
    margin-bottom: 20px;
}

/*弹窗*/
.cv_tips{
    width: 660px;
    height: 260px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: fixed;
    z-index: 2001;
    top: 240px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    display: none;
    padding: 28px;
    box-sizing: border-box;
}
.cv_tips_title{
    font-size: 16px;
    color: #4d4d4d;
}
.cv_tips_body{
    width: 480px;
    margin-top: 42px;
    padding-left: 88px;
    margin-bottom: 42px;
}
.cv_tips_body_key{
    position: absolute;
    width: 88px;
    height: 44px;
    line-height: 44px;
    left: 0;
    top: 0;
}
.cv_tips_body_val{
    width: 456px;
    height: 44px;
    border: 1px solid #cccccc;
}
.cv_tips_cancel,.cv_tips_enter{
    margin-right: 6px;
    width: 118px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #6bc955;
    color: #6bc955;
    text-align: center;
    line-height: 38px;
    display: inline-block;
}
.cv_tips_enter{
    background-color: #6bc955;
    color: #fff !important;
}
.cv_tips_enter:active{
    position: relative;
    top: 1px;
}