.main{
	width:1200px;
	margin:20px auto;
	background-color:#f9f9f9;
}


.listpic{
    margin-top:10px;
}
.listpic li{
    width:23%;
    margin:10px 1%;
    background-color:#f9f9f9;
    border-radius:5px;
    overflow:hidden;
    float:left;
}
.listpic li img{
    width:100%;
    height:220px;
}
.listpic li p{
    color:#333;
    padding:10px;
    height:60px;
    overflow:hidden;
}