.headhunting-service img{
    width: 88px;
}

.headhunting-service h3 {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    text-align: left;
    color: #333333;
    letter-spacing: 2px;
    text-align: center;
    margin: 15px 0 40px 0;
}

.successful-cases {
    padding: 0 15px;
}

.successful-cases>div {
    padding: 0;
}

.successful-cases .cases-l {
    padding-left: 40px;
}

.successful-cases .table-header {
    padding-left: 40px;
    height: 63px;
    line-height: 63px;
    margin-top: 0;
    background-color: #f5f5f5;
    margin-bottom: 0;
}

.successful-cases .table-info {
    height: 63px;
    line-height: 63px;
    margin-bottom: 14px;
    background-color: #fcfcfc;
}

.successful-cases h3{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
}

.successful-cases .cases-title {
    position: relative;
}

.successful-cases .cases-title .tip {
    position: absolute;
    left: 30px;
    top: 23px;
    width: 4px;
    height: 17px;
    background: #0e61ec;
    border-radius: 2px;
}

.successful-cases .cases-info {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.successful-cases .cases-info span{
    color: #333333;
    font-weight: 700;
}

.successful-cases .cases-s {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #34b82b;
}

@media (min-width: 1330px) {
    .successful-cases {

    }
}

.voice {
    margin-top: 50px;
    width: 100%;
    background-image: url('../img/headhunting/bg.png');
    padding: 22px 0;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.voice .voice-info {
    text-align: center;
}

.voice .voice-info h3 {
    margin-top: 0;
    font-size: 28px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #ffffff;
}

.voice .voice-info p {
    margin: 0;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

