.content .jiegou {
    max-width: 1495px;
}
.bj-right {
    text-align: right;
}
.bj-right img {
    width: 306px;
    height: 306px;
}
.content-content>img {
    height: 160px;
    object-fit: cover;
    margin-top: 45px;
}
.content ul {
    max-width: 1365px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.content ul::after {
    content: '';
    width: 100%;
    border-bottom: 1px dashed #9b9a99;
    bottom: 68px;
    position: absolute;
    z-index: -1;
}
.content li div img {
    max-height: 42px;
}

.culture-texts {
    position: relative;
    width: 280px;
    height: 263px;
    margin-bottom: 100px;
    
}
.culture-texts::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../image/aboutUs/culture/bj.png) no-repeat;
    background-size: contain;
    margin-top: -5px;
    margin-left: -5px;
}
.content li:nth-child(even) .culture-texts::after {
    margin-top: 45px;
    margin-left: 10px;
    transform: rotate(180deg);
}
.culture-texts>* {
    position: relative;
    z-index: 1;
}
.culture-texts p {
    font-size: 22px;
    margin-top: 17px;
    margin-bottom: 5px;
}
.culture-texts span {
    font-size: 14px;
}
.content li>img {
    margin-bottom: 23px;
}
.content li:nth-child(1)>img {
    margin-top: -21px;
}


@media screen and (max-width: 1024px) {
    .content li>img {
        display: none;
    }
    .culture-texts {
        margin-bottom: 35px;
    }
    .content li {
        margin-bottom: 50px;
    }
    .content ul::after {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .content ul {
        flex-direction: column;
    }
}