.seeking_top{
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.seeking_c{
    background-color: #f5f5f5;
}
.seeking_c>div{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 40px;
}
.seeking_list_type1{
    display: flex;
    /* justify-content: space-between; */
}
.seeking_list_type1>a>div{
    width: 370px;
    height: 385px;
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    margin-right: 45px;
}
.seeking_list_type1>a:last-child div{
    margin-right: 0;
}
.seeking_list_type1>a>div .img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
}
.seeking_list_type1>a>div .img{
    text-align: center;
}
.seeking_list_type1 .top{
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 15px;
}
.seeking_list_type1 .top h1{
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-right: 30px;
}
.seeking_list_type1 .top img{
    width: 16px;
    height: 20px;
}
.seeking_list_type1 .introduce{
    display: flex;
    font-size: 16px;
    margin-bottom: 20px;
}
.seeking_list_type1 .introduce p{
    padding: 0 10px;
    border-left: 1px solid #333;
    color: #333;
}
.seeking_list_type1 .introduce p:first-child{
    padding-left: 0;
    border-left: none;
}
.seeking_list_type1 .list{
    display: flex;
    justify-content: space-between;
}
.seeking_list_type1 .list li{
    height: 30px;
    padding: 0 13px;
    background-color: #e6f5fe;
    color: #2b99ff;
    font-size: 16px;
    line-height: 30px;
}
.seeking_list_type1 .p1{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
}
.seeking_list_type2{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 1215px;
    /* justify-content: space-between; */
}
.seeking_list_type2>a>div{
    width: 390px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    margin-right: 15px;
}
.seeking_list_type2 .top_t h1{
    font-size: 19px;
    color: #333;
    margin-right: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.seeking_list_type2 .top_t div{
    display: flex;
    width: 60%;
}
.seeking_list_type2 .top_t div img{
    width: 16px;
    height: 20px;
}
.seeking_list_type2 .top_t{
    display: flex;
    justify-content: space-between;

}
.seeking_list_type2 .top{
    border-bottom: 1px solid #f1f1f1;
}
.seeking_list_type2 .top_t span{
    font-size: 22px;
    color: #fe6600;
}
.seeking_list_type2 .top_b{
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.seeking_list_type2 .top_b p{
    padding: 0 10px;
    border-left: 1px solid #333;
    color: #333;
}
.seeking_list_type2 .top_b p:first-child{
    padding-left: 0;
    border-left: none;
}
.seeking_list_type2 .bottomx img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
}
.seeking_list_type2 .bottomx>div{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.seeking_list_type2 .bottomx>div p{
    font-size: 14px;
    color: #333;
}
.seeking_list_type3 li{
    height: 140px;
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
}
.elite_manpower_c>div{
    height: 140px;
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}
.elite_manpower_c{
    margin-top: 20px;

}
.elite_manpower_c_l h1{
    font-size: 22px;
    color: #333;
}
.elite_manpower_c_l p{
    font-size: 24px;
    color: #fe6600;
}
.elite_manpower_c_l p span{
    font-size: 16px;
}
.elite_manpower_c_l .button{
    height: 25px;
    padding: 0 10px;
    background-color: #f1f1f1;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    width: auto;
    display: flex;
    float: left;
    margin-top: 12px;
}
.elite_manpower_c_l_t{
    height: 40px;
}
.elite_manpower_c_c h1{
    font-size: 16px;
    color: #333;
}
.elite_manpower_c_c{
    padding-top: 40px;
}
.elite_manpower_c_c>div{
    display: flex;
    font-size: 16px;
    margin-top: 25px;
}
.elite_manpower_c_c>div p{
    padding: 0 10px;
    border-left: 1px solid #999;
    color: #999;
}
.elite_manpower_c_c>div p:first-child{
    padding-left: 0;
    border-left: none;
}
.elite_manpower_c_r{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    width: 280px;
}
.elite_manpower_c_r a div{
    width: 120px;
    height: 40px;
    background-color: #fe6600;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.elite_manpower_c_r p{
    line-height: 40px;
    font-size: 16px;
    color: #b8b8b8;

}
.seeking_c .v_paging{
    background-color: #fff;
    margin: 0;
    height: 105px;
}
.pager {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-radius: 3px;
    display: inline-flex;
    clear: both;
}
.pagination{
    display: flex;
}

/*分类样式start*/
    .message_material_list{
        padding: 30px;
        background-color: #fff;
    }
    .message_material_list li{
    display: flex;
    font-size: 16px;
    }
    .message_material_list .class_list{
    margin-top: 15px;
    }
    .message_material_list li .p1{
        font-size: 16px;
        color: #999;
        margin-right: 10px;
        white-space: nowrap;
    }
    .message_material_list .class_list .color{
        color: #fe6000;
    }
    
    .message_material_list li>div div{
        margin-right: 25px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .message_material_list li>div a{
        margin-right: 25px;
        margin-bottom: 15px;
        cursor: pointer;
        color: black;
    }
    .message_material_list .li_region .p1{
        width: 60px;
    }
    .message_material_list .li_region{
        margin-top: 15px;
    }
    .message_material_list>li>div{
        display: flex;
        flex-wrap: wrap;
    }
    .message_material_list .li_region .color{
        color: #fe6000;
    }
/* 分类样式end */