.menuMaterial{
    float: left;
    display: inline-block;
    width: 310px;
    height: 300px;
    background-color: white;
    padding: 15px;
    margin-left: 8px;
}
.menuMaterial>a>img{
    width: 280px;
    height: 180px;
    margin-bottom: 10px;
}
.menuMaterial>a>div.menuMaterial-title{
    line-height: 20px;
    font-size: 16px;
    height: 80px;
    overflow: hidden;
    color: #000;
    font-weight: bold;
}