﻿@charset "utf-8";
/* 搜索 */
.search-header {
    height: 160px;
	background: url(../../../skins/imgs/course-header.jpg) center no-repeat;
	background-size: auto 100%;
	padding-top: 50px;
    margin-top: 20px;
    box-sizing: border-box;
}

.search-header .search-form {
    height: 48px;
    width: 840px;
    margin: 0 auto;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
    position: relative;
}

.search-header .search-form i {
    position: absolute;
    left: 16px;
    top: 8px;
    font-size: 24px;
    color: #D9DDE1;
}

.search-header .search-form .search-form-ipt {
    font-size: 16px;
    color: #93999F;
    width: 684px;
    line-height: 48px;
    height: 48px;
    margin-left: 52px;
    float: left;
    border: 0;
}

.search-header .search-form .search-form-btn {
    background: #3a7fe7;
    width: 104px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    float: left;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
}

.search-header .search-form .search-history-area {
    width: 736px;
    position: absolute;
    top: 48px;
    margin-top: 1px;
    background: #fff;
    z-index: 100;
    box-sizing: border-box;
    box-shadow: 0 8px 16px 0 rgba(7,17,27,.1);
    display: none;
}

.search-header .search-form .search-history-area .li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #4D555D;
}

.search-header .search-hot {
    margin: 0 auto;
    width: 840px;
}

.search-header .search-hot li {
    float: left;
    font-size: 12px;
    margin-top: 12px;
    margin-right: 24px;
}

.search-header .search-hot li a {
    font-size: 12px;
    color: #4D555D;
}

.search-header .search-hot li a:hover {
    color: #07111b;
}

.search-header .search-hot .fli {
    margin-right: 12px;
    font-size: 12px;
    line-height: 18px;
    color: #4D555D;
}

.search-body {
    margin: 0 auto;
    width: 1150px;
    padding-top: 16px;
    box-sizing: border-box;
}

.search-body .search-content {
    float: left;
    width: 1150px;
}

/* 职位筛选 */
.positionHead {
    background: #fff;
}

.filter-wrapper {
    position: relative;
    min-height: 36px;
    padding: 10px 0
}

.filter-wrapper li {
    zoom: 1;
    color: #555
}

.filter-wrapper li:before, .filter-wrapper li:after {
    content: "";
    display: table
}

.filter-wrapper li:after {
    clear: both
}

.filter-wrapper li .filter-box {
    float: left;
    margin-right: 5px;
    width: 100px;
    height: 23px;
}

.filter-wrapper li .filter-box .filter-text .filter-title {
    height: 24px;
    line-height: 24px;
    color: #555;
}

.filter-wrapper li .filter-box .filter-text .icon-filter-arrow {
    top: 8px;
}

.filter-wrapper li .filter-box .filter-list {
    top: 24px;
}

.filter-wrapper li .filter-box .filter-list li {
    padding: 6px;
}

ul .filter-wrapper li .filter-box .filter-list li:hover {
    background-color: rgba(68,165,242,.8);
}

.filter-wrapper li .filter-box .filter-list li a {
    padding: 0px;
}

.filter-wrapper li .filter-box .filter-list li a:hover {
    background-color: transparent;
    color: #555;
}

.filter-wrapper li .filter-box .filter-list li.filter-selected {
    background-color: rgba(68,165,242,.8);
}

.filter-wrapper li .filter-box .filter-list li.filter-selected a:hover {
    background-color: transparent;
    color: #fff;
}

.filter-wrapper li span, 
.filter-wrapper li a, 
.filter-wrapper li .btn-more, 
.filter-wrapper li .btn-more-hy {
    float: left;
    margin-right: 10px;
    padding: 5px 8px;
    height: 14px;
    line-height: 14px;
    border-radius: 4px;
}

.filter-wrapper li span {
    color: #adadad;
    width: 90px;
}

.filter-wrapper li a.active, .filter-wrapper li a:hover {
    background-color: #deebff;
}

.filter-wrapper li .btn-more, .filter-wrapper li .btn-more-hy {
    position: relative;
    z-index: 11;
    float: right;
    margin-top: -6px;
    margin-bottom: -6px;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    font-weight: 400;
    color: #555
}

.filter-wrapper li .btn-more i, .filter-wrapper li .btn-more-hy i {
    position: absolute;
    top: 15px;
    right: -3px;
    font-size: 0;
    height: 0;
    width: 0;
    border-width: 6px 6px 0;
    border-style: solid dashed;
    border-color:#2c68ff transparent transparent;
    overflow: hidden;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.filter-wrapper li .btn-more:hover, .filter-wrapper li .btn-more-hy:hover {
    background-color: transparent;
    color: #555
}

.filter-wrapper li .btn-more:hover i, .filter-wrapper li .btn-more-hy:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-fill-mode: forwards
}

.filter-wrapper li.li-taller {
    padding: 12px 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.filter-wrapper li.first {
    border-bottom: 1px dashed #ededed
}

.filter-wrapper a {
    color: #333;
    background-color: transparent;
    text-decoration: none;
}

.filter-wrapper .details {
    position: relative;
    overflow: visible;
}

.filter-wrapper .details li {
    padding: 10px 0;
}

.filter-wrapper .seo-all-hide {
    display: none
}

.filter-wrapper .multi-chosen .chosen {
    position: relative;
    padding: 5px 22px 5px 8px;
    background-color: #3a7fe7;
    color: #fff;
}

.filter-wrapper .multi-chosen .chosen .delete {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 11px;
    height: 11px;
    background: url(../images/delete_filter_icon_41c99f2.png) no-repeat
}

.filter-wrapper .multi-chosen .chosen + .chosen {
    margin-left: 9px
}

.filter-wrapper .multi-chosen .current {
    background-color: #fff;
    color: #555;
    font-size: 14px;
    border: 1px solid #ebebeb;
}

.filter-wrapper .multi-chosen .right-arrow {
    margin-top: 5px;
    height: 8px;
    background: url(../images/arrow_right_f2fff85.png) no-repeat;
}

/* 职位列表 */
.s_position_list .con_list_item {
    position: relative;
    color: #666;
    background: #fff;
    margin-top: 18px;
    border-radius: 4px;
}
.s_position_list .con_list_item:hover  {
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.s_position_list .list_item_top {
    height: 70px;
    padding: 14px 15px 0;
    display: flex;
}

.s_position_list .list_item_top a{
    color: #000;
}
.s_position_list .list_item_top a:hover{
    color: #2c68ff;
}
.s_position_list .list_item_top .position {
    flex: 1;
    width: 528px;
    margin-right: 20px
}

.s_position_list .list_item_top .position .p_top {
    height: 34px;
    line-height: 34px
}

.s_position_list .list_item_top .position .p_top h3 {
    float: left;
    max-width: 272px;
    margin: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-weight: bold;
}
.s_position_list .list_item_top .position .p_bot {
    height: 24px;
    line-height: 24px
}

.s_position_list .list_item_top .position .p_bot .li_b_l {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.s_position_list .list_item_top .position .p_bot .li_b_l span.money {
    margin-right: 1em;
    font-size: 16px;
    color: #f01414
}

.s_position_list .list_item_top .position .p_bot .li_b_l i {
    display: inline-block;
    width: 12px;
    height: 16px;
    margin-right: 10px;
    background: url(//www.lgstatic.com/www/static/search-result/modules/common/img/icons_6084500.png) no-repeat -10px -10px
}

.s_position_list .list_item_top .company {
    flex: 1;
    width: 300px;
    margin-right: 15px;
    text-align: right;
}

.s_position_list .list_item_top .company .company_name {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.s_position_list .list_item_top .company .company_name .company_mark {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-left: .5em;
    background: url(//www.lgstatic.com/www/static/search-result/modules/positions/img/approve_aae725a.png) no-repeat 0 0;
    vertical-align: middle;
    cursor: pointer
}

.s_position_list .list_item_top .company .company_name .company_mark span {
    display: none;
    position: absolute;
    top: 26px;
    left: -15px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    white-space: nowrap;
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 4px #f2f2f2;
    -moz-box-shadow: 4px 4px 4px #f2f2f2;
    box-shadow: 4px 4px 4px #f2f2f2
}

.s_position_list .list_item_top .company .industry {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 12px;
}

.s_position_list .list_item_top .com_logo {
    flex-shrink: 0;
    width: 62px
}

.s_position_list .list_item_top .com_logo a {
    display: block
}

.s_position_list .list_item_top .com_logo a img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: #f2f2f2;
}

.s_position_list .list_item_bot {
    height: 40px;
    padding: 0 15px;
    display: flex;
    line-height: 30px;
    color: #999;
    border-top: 1px solid #eee;
    font-size: 13px;
}

.s_position_list .list_item_bot .li_b_l {
    flex: 1;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
}

.s_position_list .list_item_bot .li_b_l span {
    display: inline-block;
    max-width: 108px;
    height: 20px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.s_position_list .list_item_bot .li_b_l span + span {
    margin-left: 6px
}

.s_position_list .list_item_bot .li_b_r {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    padding: 5px 0;
}

.s_position_list .empty_position {
    width: 530px;
    margin: 115px auto 140px;
    zoom: 1
}

.s_position_list .empty_position:before, 
.s_position_list .empty_position:after {
    content: "";
    display: table
}

.s_position_list .empty_position:after {
    clear: both
}

.s_position_list .empty_position .pic {
    float: left;
    width: 130px;
    height: 150px;
    background: url(//www.lgstatic.com/www/static/search-result/modules/common/img/icons_6084500.png) no-repeat -10px -30px
}

.s_position_list .empty_position .txt {
    margin-top: 75px;
    float: left;
    margin-left: 45px
}

.s_position_list .empty_position .txt div {
    font-size: 22px;
    margin-bottom: 20px
}

.s_position_list .empty_position .txt span {
    font-size: 16px;
    color: #999
}

.s_position_list .item_con_pager {
    margin-top: 35px;
    padding-bottom: 35px;
    text-align: center
}

.pos_icon {
    display: inline-block;
    width: 73px;
    height: 21px;
    margin-left: .5em;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: top;
    margin-top: 7px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 73px 21px
}

.chat_pop .pop-arrow {
    left: -13px !important
}

.hurry_up {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(../images/hurry_4096c19.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .hurry_up {
        background-image: url(../images/hurry@2x_d51c7b3.png);
        background-size: 40px 40px
    }
}

/* 岗位头部 */
.position-head {
    background-color: #fff;
    padding: 30px 0 10px;
}
.position-head .container{
    position: relative;
}

.position-head .position-head-l .job-name .company {
    margin: -2px 0 8px 0;
    font-size: 14px;
    color: #555;
    position: relative;
    left: 2px;
}

.position-head .position-head-l .job-name .name {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 15px 0 20px;
}

.position-head .position-head-l .job_request {
    font-size: 16px;
    color: #555;
}

.position-head .position-head-l .job_request p {
    margin-bottom: 8px;
}

.position-head .position-head-l .job_request p .salary {
    color: #fd5f39;
    font-size: 24px;
}

.position-head .position-head-l .job_request .position-label .labels {
    float: left;
    height: 22px;
    margin-right: 8px;
    padding: 0 10px;
    line-height: 22px;
    background-color: #fff;
    color: #70797b;
    font-size: 12px;
    border-radius: 10px;
}

.position-head .position-head-l .job_request .publish_time {
    font-size: 14px;
    color: #999;
}

.position-head .position-head-l .job_request .welfare {
    font-size: 14px;
    color: #999;
}

.position-head .position-head-r {
    position: absolute;
    right: 0;
    top: 12px;
    max-width: 328px;
}

.position-head .position-head-r .position-deal {
    position: relative;
}

.position-head .position-head-r .position-deal .resume-deliver {
    position: relative;
    float: right;
}

.position-head .position-head-r .position-deal .resume-deliver .s-send-btn {
    display: inline-block;
    margin-left: 17px;
    padding: 0 30px;
    border-radius: 3px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background-color: #3a7fe7;
    color: #fff;
    cursor: pointer;
}

.position-head .position-head-r .position-deal .resume-deliver .s-rsend-btn {
    display: inline-block;
    margin-left: 17px;
    padding: 0 30px;
    border-radius: 3px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background-color: #00b38a;
    color: #fff;
}

.position-head .position-head-r .position-deal .jd_collection {
    display: inline-block;
    height: 44px;
    width: 104px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #00b38a;
    border-radius: 3px;
    background-color: #ebf0ef;
    cursor: pointer;
    font-size: 14px;
    color: #00b38a;
}

.position-head .position-head-r .position-deal .jd_collection i {
    display: inline-block;
    margin-right: 6px;
    vertical-align: -2px;
    font-size: 18px;
}
/* 岗位信息 */
.position-content{
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
    align-items: flex-start;
}
.content_l {
    flex: 1;
    margin-right: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}
.content_r {
    width: 245px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    flex-shrink: 0;
}

.job_detail dt {
    padding-right: 35px;
    position: relative;
}

.job_detail dd {
    padding: 15px 0 10px;
    color: #333;
    word-wrap: break-word;
}

.job_detail dd.job_bt {
    margin-bottom: 0;
    padding-bottom: 0;
}

.job_detail .job-address {
    padding-top: 25px;
    margin-top: -26px;
    margin-bottom: 10px;
}

.job_detail .job-address .address {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.job-advantage .advantage {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.job-advantage p {
    margin-top: 13px;
    color: #333;
}

.job_bt {
    font-size: 14px;
    line-height: 22px;
}

.job_bt h3.description {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 16px;
    margin-bottom: 22px;
    margin-top: 5px;
}

.job_bt p {
    margin: 1em 0;
}

.job_bt strong {
    font-weight: 700;
}
.job_company > dt {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: -10px;
}

.job_company dt a {
    color: #333;
    display: flex;
}

.job_company dt h2 {
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.job_company > dd {
    padding: 10px 0;
}

.job_company .c_feature li {
    position: relative;
    margin: 0 0 20px;
    color: #737373;
    line-height: 30px;
    height: 15px;
}

.job_company .c_feature i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    vertical-align: middle;
}

.job_company .c_feature i.type {
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.job_company .c_feature i.process {
    background-position: 0px -18px;
    height: 14px;
    background-repeat: no-repeat;
}

.job_company .c_feature i.number {
    background-position: 0px -35px;
    background-repeat: no-repeat;
}

.job_company .c_feature i.address {
    background-position: -1px -53px;
    width: 14px;
    height: 17px;
    background-repeat: no-repeat;
}

.job_company .c_feature i.type, 
.job_company .c_feature i.process, 
.job_company .c_feature i.number, 
.job_company .c_feature i.address {
    background-image: url(../images/main_z_85b62b3.png);
}

.job_company .c_feature li .hovertips {
    display: none;
    padding: 0 3px;
    border: 2px solid #b7b7b7;
    background-color: #FFF;
    color: #555;
    font-size: 12px;
    line-height: 18px;
}

.job_company .c_feature a {
    color: #737373;
}

.job_company img {
    border: 0;
    vertical-align: top;
    display: inline-block;
}

.job_company .b2 {
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    border: 2px solid #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.job_company .b2 img{
    max-width: 96px;
    max-height: 96px;
}
/*公司信息*/
.companyinfo .top_info {
    padding: 40px 0;
    background: #fff;
}

.companyinfo .top_info .container{
    display: flex;
}
.companyinfo .top_info .company_logo {
    width: 164px;
    height: 164px;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
}
.companyinfo .top_info .company_logo img{
    max-width: 150px;
    max-height: 150px;
}

.companyinfo .top_info .company_info {
    margin-left: 30px;
    flex: 1;
}

.companyinfo .company_main {
    position: relative;
    min-height: 100px;
    /*padding-top: 20px;*/
}

.companyinfo .company_main a.hovertips:hover {
    color: #3a7fe7
}

.companyinfo .company_main h1 {
    /* float: left; */
    max-width: 600px;
    max-height: 33px;
    padding-right: 2px;
    margin: 0;
    line-height: 33px;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.companyinfo .company_main h1 span {
    display: none;
    position: absolute;
    padding: 3px 10px;
    margin: 3px 0 0;
    border: 2px solid #e8e8e8;
    font-size: 14px;
    background-color: #fff
}

.companyinfo .company_main h1 a {
    line-height: 33px
}

.companyinfo .company_main h1 a:hover {
    color: #555
}

.companyinfo .company_main .icon-wrap i {
    float: left;
    width: 14px;
    height: 12px;
    margin: 10px 8px 0 5px;
    background: url(../images/icons1_b3ea05c.png) no-repeat 0 0;
    cursor: pointer
}

.companyinfo .company_main .company_word {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    clear: both
}

.companyinfo .company_data {
    margin-top: 10px;  
    overflow: hidden
}

.companyinfo .company_data ul {
    padding: 8px 0;
    font-size: 0
}

.companyinfo .company_data li {
    display: inline-block;
    width: 120px;
    text-align: center
}
.companyinfo .company_data li+li{   
    border-left: 1px solid #ededed;
}
.companyinfo .company_data li strong {
    font-size: 18px;
    font-weight: 100;
    color: #555
}

.companyinfo .company_data li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    font-size: 12px;
    color: #b7b7b7
}

.companyinfo .company-container{
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
    align-items: flex-start;
}
.companyinfo .container_left {
    flex: 1;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    margin-right: 20px;
}

.companyinfo .container_right {
    width: 245px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    flex-shrink: 0;
}

.companyinfo .item_container {
    position: relative;
    width: 100%;
    min-height: 20px;
    padding: 40px 0;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8
}

.companyinfo .item_container .item_ltitle {
    position: absolute;
    top: -15px;
    left: 0;
    height: 28px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    background-color: #fff
}
.companyinfo .item_container .item_content img{
    max-width: 100%;
}
.companyinfo .item_container .item_page {
    text-align: center;
}

.companyinfo p + p {
    margin-top: 0
}

.companyinfo .company_intro .company_intro_text {
    display: none;
    min-height: 20px;
    margin-bottom: 30px;
    overflow-y: hidden;
    color: #555
}

.companyinfo .item_content > ul {
    margin-left: 20px
}

.companyinfo .item_content > ul > li {
    height: 15px;
    line-height: 15px
}

.companyinfo .item_content > ul > li > i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    vertical-align: middle
}

.companyinfo .item_content > ul > li > span {
    position: relative;
    top: 2px
}

.companyinfo .item_content > ul > li .type {
    background-repeat: no-repeat;
}

.companyinfo .item_content > ul > li .process {
    height: 14px;
    background-repeat: no-repeat;
}

.companyinfo .item_content > ul > li .number {
    background-repeat: no-repeat;
}

.companyinfo .item_content > ul > li .address {
    width: 14px;
    height: 17px;
    background-repeat: no-repeat;
}

.companyinfo .item_content > ul li + li {
    margin-top: 30px
}

.companyinfo .item_content > ul > li .type {
    background-position: 0px 0px
}

.companyinfo .item_content > ul > li .process {
    background-position: 0px -18px
}

.companyinfo .item_content > ul > li .number {
    background-position: 0px -35px
}

.companyinfo .item_content > ul > li .address {
    background-position: -1px -53px
}

.companyinfo .item_content > ul > li .type, 
.companyinfo .item_content > ul > li .process, 
.companyinfo .item_content > ul > li .number, 
.companyinfo .item_content > ul > li .address {
    background-image: url(../images/main_z_85b62b3.png)
}

.companyinfo .posfilterlist_container .item_ltitle {
    font-size: 18px;
    color: #333
}

.companyinfo .posfilterlist_container .item_ltitle .list_total {
    color: #00b38a
}

.companyinfo .posfilterlist_container .item_con_filter {
    display: none;
    position: relative;
    padding: 15px;
    border: 1px solid #ededed;
    background-color: #fafafa;
    zoom: 1
}

.companyinfo .posfilterlist_container .item_con_filter:before, 
.posfilterlist_container .item_con_filter:after {
    content: "";
    display: table
}

.companyinfo .posfilterlist_container .item_con_filter:after {
    clear: both
}

.companyinfo .posfilterlist_container .item_con_filter .con_filter_type {
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #555
}

.companyinfo .posfilterlist_container .item_con_filter .con_filter_ul {
    float: left;
    zoom: 1
}

.companyinfo .posfilterlist_container .item_con_filter .con_filter_ul:before, 
.posfilterlist_container .item_con_filter .con_filter_ul:after {
    content: "";
    display: table
}

.companyinfo .posfilterlist_container .item_con_filter .con_filter_ul:after {
    clear: both
}

.companyinfo .posfilterlist_container .item_con_filter .con_filter_ul .selected {
    height: auto;
    background-color: #00b38a;
    color: #fff
}

.companyinfo .posfilterlist_container .item_con_filter .con_filter_li {
    float: left;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 14px;
    color: #555;
    cursor: pointer
}

.companyinfo .posfilterlist_container .item_con_filter .con_filter_li:hover {
    background-color: #00b38a;
    color: #fff
}

.companyinfo .posfilterlist_container .item_con_list .con_list_item {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    /* border: 1px solid #ededed; */
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    font-size: 14px
}

.companyinfo .posfilterlist_container .item_con_list .con_list_item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.companyinfo .posfilterlist_container .item_con_list .con_list_item .left_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #44a5f2
}

.companyinfo .posfilterlist_container .item_con_list .con_list_item .pos_icon {
    float: left;
    width: 73px;
    height: 21px;
    margin-left: .5em;
    margin-top: 1px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 73px 21px
}

.companyinfo .posfilterlist_container .item_con_list .item_detail {
    zoom: 1
}

.companyinfo .posfilterlist_container .item_con_list .item_detail:before, 
.posfilterlist_container .item_con_list .item_detail:after {
    content: "";
    display: table
}

.companyinfo .posfilterlist_container .item_con_list .item_detail:after {
    clear: both
}

.companyinfo .posfilterlist_container .item_con_list .item_detail .item_salary {
    float: left;
    font-size: 16px;
    color: #f01414
}

.companyinfo .posfilterlist_container .item_con_list .item_detail .item_desc {
    margin-left: 20px;
    color: #666;
    line-height: 26px;
    font-size: 12px;
}

.companyinfo .posfilterlist_container .item_con_list .item_title_date {
    margin-bottom: 10px;
    zoom: 1
}

.companyinfo .posfilterlist_container .item_con_list .item_title_date:before, 
.posfilterlist_container .item_con_list .item_title_date:after {
    content: "";
    display: table
}

.companyinfo .posfilterlist_container .item_con_list .item_title_date:after {
    clear: both
}

.companyinfo .posfilterlist_container .item_con_list .item_title_date .item_title {
    float: left;
    font-size: 16px;
    color: #000;
    max-width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.companyinfo .posfilterlist_container .item_con_list .item_title_date .item_title:hover{
    color: #2c68ff;
}
.companyinfo .posfilterlist_container .item_con_list .item_title_date .item_date {
    float: right;
    color: #999;
    font-size: 12px;
}