.culture-list{
    width: 100%;
    height: 150px;
    margin-top: 30px;
}
.culture-list .left{
    width: 120px;
    height: 120px;
    float: left;
}
.culture-list .left img{
    width: 143px;
    height: 120px;
    border-radius: 120px;
}
.culture-list .right{
    width: calc(100% - 120px);
    float: right;
    padding-top: 20px;
}
.culture-list .right .name{
    width: 100%;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
}
.culture-list .right .text{
    width: 100%;
    
   
}
.cu-img{
    width: 100%;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.cu-img img{
    width: 100%;
}