.other>div:first-of-type {
    margin-bottom: 0;
}

.other-main>div:nth-of-type(2n) {
    background: #FFEFEF;
}

.other-main-img {
    margin: auto;
}

.other-main-img>img {
    width: 100%;
}

.other-main-txt {
    width: 30%;
}

.other-main>div {
    height: 480px;
}

.other-main-ul {
    display: flex;
    justify-content: space-between;
    padding: 65px 0 55px 0;
}

.other-main-ulsub {
    color: #333333;
    line-height: 24px;
    margin-top: 24px;
    margin-left: 20px;
}
.other-main-ulsub1{
    margin-top: 47px;
}
.other-main-ulsub1>li{
    position: relative;
}
.other-main-ulsub1>li::after{
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #EB5959;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 7px;
}