.banner{
    width: 100%;
    min-width: 1200px;
}
.banner img{
    width: 100%;
    display: block;
}
.recruit {
    padding-top: 20px;
    min-width: 1200px;
}
.recruit .container {
    /* padding-left: 50px; */
}
.recruit .recruit_container .item {

    padding-top: 35px;
    padding-left: 50px;

}
.recruit .recruit_container .item .title {
    width: 215px;
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    -webkit-background-clip: text;
}
.recruit .recruit_container .item .content {
    padding-top: 30px;
    padding-bottom: 36px;
    border-bottom: 1px solid #E9E9E9;;
}
.recruit .recruit_container .item .content .content_title {
    width: 72px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C9151E;
    line-height: 25px;
    -webkit-background-clip: text;
}
.recruit .item .content .content_title_show {
    padding-top: 9px;
}
.recruit .item .content .content_title_show p {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    -webkit-background-clip: text;
    margin-top: 3px;
}
.recruit .item .content .duty_title{
    width: 72px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C9151E;
    line-height: 25px;
    -webkit-background-clip: text;
    margin: 12px 0;
}
.recruit .item .content .duty_content p {
    width: 318px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    -webkit-background-clip: text;
    margin-top: 3px;
}
.recruit .item .p-b-57{
    padding-bottom: 57px;
} 