/*背景图*/
.home_content {
    padding-top:0;
}
.company_content_img{
    background-image: url(../../images/company/famous_banner_two.png);
    width: 100%;
    height:348px;
    zoom: 1;
    object-fit: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    position: relative;
}
.famous_top_box{
    position: absolute;
    left: 50%;
    top: 58%;
    margin-left: -585px;
}
.famous_top_header{
    color:white;
    margin-left:8px;
    font-size: 32px;
    font-weight: bold;
}
.famous_add_member{
    background: #e74d0f;
    color: white;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 28px;
    cursor: pointer;
    margin-top:4px;
}
/*名企图展示*/
.famous_box_list{
    margin-top:34px;
}
.quality_data_ul{
    flex-wrap: wrap;
}
.quality_data_li_high{
    width: 373px;
    height: 214px;
    margin-left:16px;
    margin-bottom: 18px;
    position:relative;
}
.quality_data_li_high img{
    width: 100%;
    height: 140px;
    border-radius: 6px;
}
.quality_data_li_high:hover{
    box-shadow: 0px 10px 8px 0px rgba(200,200,200,0.1);
    /*box-shadow: 0px 10px 8px 0px rgb(111 116 132 / 10%);*/
    /*transform: scale(1.05);*/
    transform: translateY(-5px);
}
.recruit_tips_content{
    position: absolute;
    bottom:74px;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    padding: 0 5px;
    height:22px;
    color:white;
    font-size: 13px;
}
.recruit_tips_content img {
    width:16px;
    height:10px;
    vertical-align: middle;
}
.recruit_ll_num{
    margin-left: 4px;
}
.recruit_company_bb_box{
    background: white;
    padding:10px 6px;
    border-radius: 0 0 6px 6px;
}
.company_bb_top img{
    width: 22px;
    height: 22px;
    border-radius:3px;
    vertical-align: middle;
}
.well_bloggers_textBox{
    width: 252px;
    margin-left:6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company_bb_bottom{
    font-size:12px;
    color: #9f9f9f;
    margin-top: 4px;
}
.circulation_message {
    font-size: 14px;
    color: #7b7b7b;
    margin-top: 10px;
    margin-left: 3px;
}
.circulation_message img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 2px;
}