.examples-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
}

.examples-list-item-point {
    width: 20px;
    height: 20px;
    background: rgba(71, 194, 172, 1);
    margin: 0 20px 0 0;
    border-radius: 10px;
}

.examples-list-item-text {
    font-size: 40px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    line-height: 60px;
    flex: 1;
}

.example-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.example-info-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 60px 0 30px 0;
}

.example-info-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}