.left{
    width:760px;
}
.culture-title{
    text-align:center;
    line-height: 20px;
    font-size: 16px;
    color: #111111;
}
.article-info{
    margin-top:18px;
    height:30px;
    line-height:30px;
    background:#E0E0E0;
    font-size:14px;
}
.culture-img{
    width:100%;
    height:355px;
}
.culture-img img{
    display:block;
    width:100%;
    height:100%;
    object-fit: cover;
}
.culture-desc{
    margin-top:25px;
}
.culture-desc p{
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    line-height: 28px;
}
.culture-desc p span{
    text-wrap: wrap !important;
}
