.ewfEqp {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    height: 348px;
    overflow: hidden;
}

.iJWZGV {
    width: 266px;
    background: rgb(247, 248, 250);
    border-radius: 2px;
    padding: 36px 30px 0px;
    border: 3px solid rgb(255, 255, 255);
    height: 174px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    box-sizing: border-box;
}
.iJWYTy {
    width: 364px;
    background: rgb(247, 248, 250);
    border-radius: 2px;
    padding: 36px 30px 0px;
    border: 3px solid rgb(255, 255, 255);
    height: 174px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    box-sizing: border-box;
}
.jXpgcP {
    font-size: 20px;
    color: rgb(5, 18, 51);
    font-weight: bold;
    margin-bottom: 12px;
}
.jXpgcP span {
    vertical-align: middle;
}
.hxFCUg {
    font-size: 13px;
    color: rgb(109, 115, 133);
}
.IddeB {
    z-index: -1;
    height: 134px;
    width: 100%;
    transition: all 0.5s ease 0s;
}
.IddeB .cDZdlM{
    display: none;
}
.gMqtMQ {
    z-index: 111;
    height: 344px;
    opacity: 1;
    width: 100%;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow-y: hidden;
}
.gMqtMQ .cDZdlM{
    display: block;
}
.gMqtMQ .dHVKUn {
    background-image: linear-gradient(
            -45deg, rgb(26, 122, 248) 0%, rgb(56, 177, 252) 100%);
    border-radius: 0px 0px 2px 2px;
    height: 134px;
    padding: 30px 30px 0px;
}
 .gMqtMQ .hxFCUg {
    color:#fff;
}
 .gMqtMQ .jAMQZJ{
    background: rgb(57, 120, 240);
    border-radius: 10px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 25px;
    line-height: 25px;
    transform: scale(0.8);
    font-weight: lighter;
}
.gMqtMQ .jXpgcP span {
    color: #fff;
}
.jAMQZJ {
    background: rgb(57, 120, 240);
    border-radius: 10px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 25px;
    line-height: 25px;
    transform: scale(0.8);
    font-weight: lighter;
}
.cDZdlM {
    width: 100%;
    height: 210px;
}
.ewfEqp .iJWZGV:nth-child(1) .cDZdlM{
    background-image: url(../img/jianchi.jpg);
    background-size: cover;
}
.ewfEqp .iJWZGV:nth-child(2) .cDZdlM{
    background-image: url(../img/chaidan.jpg);
    background-size: cover;
}
.ewfEqp .iJWZGV:nth-child(3) .cDZdlM{
    background-image: url(../img/gongxu.jpg);
    background-size: cover;
}
.ewfEqp .iJWZGV:nth-child(4) .cDZdlM{
    background-image: url(../img/yujing.jpg);
    background-size: cover;
}
.ewfEqp .iJWZGV:nth-child(5) .cDZdlM{
    background-image: url(../img/dayin.jpg);
    background-size: cover;
}
.ewfEqp .iJWZGV:nth-child(6) .cDZdlM{
    background-image: url(../img/churuku.jpg);
    background-size: cover;
}
.ewfEqp .iJWZGV:nth-child(7) .cDZdlM{
    background-image: url(../img/duijie.jpg);
    background-size: cover;
}
.ewfEqp .iJWZGV:nth-child(8) .cDZdlM{
    background-image: url(../img/dingzhi.jpg);
    background-size: cover;
}

@media (max-width: 768px) {
    .ewfEqp{
        width: 94%;
        margin: 0 auto;
        height: auto;
    }
    .iJWZGV,.iJWYTy{
        width: 49%;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 6px;
        height: auto;
    }
    .ewfEqp .iJWZGV:nth-child(2n){
        margin-left: 2%;
    }
    .jXpgcP{
        font-size: 16px;
    }

}