* {
box-sizing: border-box;
}
.item {
float: left;
width: 33%;
padding: 10px;
border: 1px solid #CCC;
margin-bottom: 15px;
}
.item:nth-child(3n+2) {
width: 34%;
text-align: center;
}
img{
max-width: 100%;
max-width: 161px;
}