.message_manpower_tab{
    width: 400px;
    height: 100%;
    background-color: #fffcf6;
    color: #fe6000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.message_manpower_a{
    width: 200px;
    background-color: #ffe2d7;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fe0000;
    font-size: 18px;
}
.message_manpower{
    display: flex;
    height: 60px;
    margin-bottom: 20px;
}
/*.message_material>div{*/
/*    padding-top: 0;*/
/*}*/
.message_manpower span{
    margin-right: 8px;
    font-size: 19px;
}
.message_manpower .color{
    background-color: #fe6000;
    color: #fff;
}
.talents,.elite{
    display: none;
}
.manpower_show{
    display: block;
}
.manpower_c>div{
    height: 100px;
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    padding: 20px 30px;
    display: flex;
}
.manpower_c{
    margin-top: 20px;
}
.manpower_c_type1{
    width: 330px;
    display: flex;
}
.manpower_c_type1 img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 20px;
}
.manpower_c_type1 div h1{
    font-size: 18px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.manpower_c_type1 div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333;
    padding: 4px 0;
}
.manpower_c_type1 div p{
    font-size: 14px;
}
.manpower_c_type2{
    width: 370px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 175px;
}
.manpower_c_type2 div{
    display: flex;
    font-size: 16px;
}
.manpower_c_type2_l p{
    padding: 0 10px;
    border-left: 1px solid #fe6000;
    color: #fe6000;
}
.manpower_c_type2 .manpower_c_type2_l p:first-child
{ 
padding-left: 0;
border-left: none;
}
.manpower_c_type2_r p{
    padding: 0 10px;
    border-left: 1px solid #333;
    color: #333;
}
.manpower_c_type2 .manpower_c_type2_r p:first-child
{ 
padding-left: 0;
border-left: none;
}
.manpower_c_type3{
    width: 285px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.manpower_c_type3 p{
    font-size: 16px;
    color: #b8b8b8;
}
.manpower_c_type3 a div{
    width: 120px;
    height: 40px;
    background-color: #fe6000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 18px;
}
.manpower_c_type1 h1 span{
    color: #ffdcb0;
    margin-left: 15px;
}
.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{
    width: 300px;
}
.elite_manpower_c_l h1{
    font-size: 22px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.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: 180px;
}
.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;

}