.zbox {
    padding: .2667rem 0;

}

.zbox img {
    display: block;
}
.zbox h2 {
    font-size: .48rem;
    text-align: center;
    padding-bottom: .2667rem;
}
.bg_w {
    background-color: #fff;
}

.zbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jiuye ul li {
    width: 48%;
    margin-bottom: .2667rem;
}
.jiuye ul li .img {
    overflow: hidden;
    width: 100%;
    height: 2.5067rem;
}
.jiuye ul li .title {
    width: 55%;
    height: .64rem;
    background-color: #018ede;
    margin: 0 auto;
    text-align: center;
    line-height: .64rem;
    border-radius: .3333rem;
    color: #fff;
    font-size: .32rem;
    position: relative;
    top: -0.32rem;
    z-index: 10;
}

.jiuye ul li .discrip {
    width: 100%;

}


.jiuye ul li .discrip p {
    font-size: .2667rem;
    padding: 0 .2667rem;
    line-height: 1.2;
}
.cuoshi {
    margin-top: .2667rem;
}
.cuoshi ul li {
    width: 48%;
    margin-bottom: .2667rem;
}
.cuoshi ul li:nth-child(1) {
    width: 100%;
}