body {
    padding-top: 86px;
}
@media (max-width: 992px){
    body {
        padding-top: 50px;
    }
}
.culture {
    padding: 1.8rem 0;
    background-color: #f0f0f0;
}
.culture-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.culture-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    width: 25.531915%;
    background-color: #fff;
}
.culture-item:nth-child(1) {
    width: 48.93617%;
}
.culture-item:nth-child(2) {
    flex-direction: column;
}
.culture-text {
    padding: 0 8.333333%;
    flex: 1;
}
.culture-item:nth-child(1) .culture-text {
    padding: 0 5.797101%;
    
}
.culture-text-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: .7rem 0 .9rem;
}
.culture-title {
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    color: #333333;
}
.culture-index {
    padding-top: .5rem;
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 50px;
    color: #f2f2f2;
}
.culture-desc {
    margin-bottom: 1rem;
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #666666;
}
@media (max-width: 1400px) {
    .culture-list {
        justify-content: space-between;
    }
    .culture-item {
        flex-direction: column !important;
        width: 49%;
    }
    .culture-item:nth-child(1) {
        width: 100%;
        margin-bottom: .4rem;
    }
}
@media (max-width: 768px) {
    .culture-item {
        width: 100%;
        margin-bottom: .4rem;
    }
}