body {
    background: #eee;
}

.WRapper ul {
    text-align: center;
    max-width: 1500px;
    margin: auto
}

.WRapper li {
    width: 300px;
    height: 300px;
    background: white;
    border-radius: 4px;
    text-align: center;
    line-height: 300px;
    font-size: 20px;
    display: inline-block;
    margin: 20px;
}
li img{
    
    height:150px;
  
}

.title {
    background: red;
    color: #fff;
    width: 174px;
    padding: 4px 10px;
    height: 40px;
    margin-bottom: 30px;
    display: flex;
    margin-top: 50px;
}
