.culture {
    margin-top: 50px;
    width: 100%;
}

.culture_box {
    width: 100%;
    height: 278px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .1);
    margin-bottom: 45px;
}

.culture_box .culture_img {
    width: 40.14%;
}

.culture_detail {
    width: 59.86%;
    padding: 45px 33px 45px 68px;
}

.culture_detail .culture_detail_box {
    width: 100%;
    height: 100%;
}

.culture_detail .culture_detail_box .culture_detail_box_top {
    width: 100%;
    height: 90px;
    line-height: 90px;
    font-size: 36px;
    color: #c79872;
    font-weight: normal;
    border-bottom: 2px solid #e7e7e7;
}

.culture_detail .culture_detail_box .culture_detail_box_bottom {
    width: 100%;
    height: 98px;
    line-height: 40px;
    font-size: 18px;
    color: #3a3a3a;
    padding: 26px 0;
    overflow: hidden;
}


/* .culture_detail_box .culture_line {
    width: 100%;
    height: 2px;
    background-color: #e7e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
} */