.dsz {
    padding: 100px 0;
}

.dsz .left {
    width: 400px;
    text-align: center;
}

.dsz .right {
    width: calc(100% - 400px);
}

.dsz-title {
    padding: 20px 0;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0;
}

.dsz-title-en {
    font-size: 18px;
    color: #666;
}

.dsz p {
    display: block;
    text-indent: 2em;
    margin-bottom: 10px !important;
    line-height: 2.3;
}

.dsz-img {
    width: 100%;
    max-width: 1440px!important;
}