.item_content ul {
list-style:none;
}
.item_content ul li {
width:200px;
height:120px;
float:left;
margin:5px
}
.item_content {
background:#eee;
width:740px;
height:460px;
margin:5px auto;
border:1px solid #ccc;
border-radius:5px;
}
.item_content .item {
width:200px;
height:120px;
line-height:120px;
text-align:center;
cursor:pointer;
background:#ccc;
}
.item_content .item img {
width:200px;
height:120px;
border-radius:6px;
border:1px solid;
}