.one{
    padding-top: 108px;
    padding-bottom: 135px;
    width: 1480px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.one .left{
    color: #1c1c1c;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.one .right{
    width: 740px;
}
.one .right .item{
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
}
.one .right .item .top{
    color: #1CB692;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.one .right .item .bottom{
    color: #666;
    font-size: 18px;
    line-height: 36px;
    margin-top: 30px;
}
.one .right .item .top .icon{
    margin-right: 14px;
    position: relative;
    top: -2px;
}
.one .left .ewm{
    width: 120px;
    text-align: center;
    margin: 60px 0 0 0;
}
.one .left .ewm img{
    width: 100%;

}
.one .left .ewm p{
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

@media screen and (max-width: 1920px) {
    .one{
        padding-top: 5.625vw;
        padding-bottom: 7.03125vw;
        width: 77.08333333333334vw;
    }
    .one .left{
        font-size: 2.0833333333333335vw;
        line-height: 2.604166666666667vw;
    }
    .one .right{
        width: 38.54166666666667vw;
    }
    .one .right .item{
        margin-bottom: 1.8229166666666667vw;
        padding-bottom: 1.8229166666666667vw;
        border-bottom: 0.052083333333333336vw solid #ccc;
    }
    .one .right .item .top{
        font-size: 0.9375vw;
    }
    .one .right .item .bottom{
        font-size: 0.9375vw;
        line-height: 1.875vw;
        margin-top: 1.5625vw;
    }
    .one .right .item .top .icon{
        margin-right: 0.7291666666666667vw;
    }

    .one .left .ewm{
        width: 6.25vw;
        margin: 3.125vw 0 0 0;
    }
    .one .left .ewm p{
        font-size: 0.7291666666666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .one{
        padding-top: 40px;
        padding-bottom: 30px;
        width: 90%;
        flex-direction: column;
    }
    .one .left{
        font-size: 22px;
        margin: 0 0 25px;
        line-height: 1.4;
    }

    .one .right{
        width: 100%;
    }
    .one .right .item .top .icon {
        margin-right: 8px;
    }
    .one .right .item .top{
        font-size: 15px;
    }
    .one .right .item .bottom {
        font-size: 14px;
        line-height: 28px;
        margin-top: 15px;
    }
    .one .right .item {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .one .left .ewm{
        width: fit-content;
        margin: 20px 0 0 0;
    }
    .one .left .ewm p{
        font-size: 14px;
        margin: 10px 0 0 0;
    }

}
