img {
    height: auto;
    display: block;
}
body{
    background: #fff;
}
.content {
    background: #fff;
    box-sizing: border-box;
    /* padding: 80px 0; */
}
.ab_img img{
    width: 100%;
}
.ab_nav{
    background: #feebeb;
    line-height: 40px;
}
.navindex{
    color: #be3333;
}
.ab_nav span{
    color: #666;
}
/* 内容 */
.job {
    background: #fff4f4;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 40px 0px 60px 0px;
}
.joblayout{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.baoming {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #be0111;
    padding: 15px 40px;
    color: #fff;
}
.name {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
.spantext {
    color: #888;
    margin: 20px 0 20px 0;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    overflow: hidden;
    /* line-height: 24px; */
    /* height: 80px; */
    font-size: 15px;
    line-height: 40px;
}
.spantext span {
    margin: 0px 5px;
}
.price {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #be0111;
}

.oneinfo {
    margin: 60px 0px;
}
.oi_title {
    margin-bottom: 30px;
}
.oi_name {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}
.oi_title .img {
    margin-left: 120px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(7px);
}
.oi_title .img img{
    width: 100%;
}
.oi_text {
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
}
.bottomjoin {
    background: #be0111;
    color: #fff;
    padding: 20px 0px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}
@media screen and (max-width:1000px) {
    .ab_nav {
        font-size: 14px;
    }
    .content{
        font-size: 14px;
    }
    .name {
        font-size: 24px;
    }

    .spantext {
        font-size: 14px;
    }
    .price {
        font-weight: bold;
        color: #be0111;
    }

    .baoming {
        right: 10px;
    }

    .bottomjoin {
        font-size: 16px;
        margin-top: 50px;
    }

    .job {
        margin-bottom: 0px;
        padding: 20px 0px 40px 0px;
    }

    .oneinfo {
        margin: 40px 0px;
    }

    .oi_title {
        margin-bottom: 20px;
    }

    .oi_name {
        font-size: 24px;
        line-height: 40px;
    }
}
@media screen and (max-width:700px) {
    .content {
        font-size: 14px;
    }

    .name {
        font-size: 18px;
        line-height: 30px;
    }

    .spantext {
        font-size: 12px;
        line-height: 30px;
    }

    .price {
        font-size: 18px;
    }

    .bottomjoin {
        padding: 15px 0px;
        font-size: 16px;
        margin-top: 50px;
    }

    .job {
        margin-bottom: 0px;
        padding: 10px 0px 30px 0px;
    }

    .oneinfo {
        margin: 20px 0px;
    }

    .oi_title {
        margin-bottom: 10px;
    }

    .oi_name {
        font-size: 18px;
        line-height: 30px;
    }

    .oi_text {
        letter-spacing: 1px;
        font-size: 13px;
    }
}