.piclist_list_ul{
	width: 1200px;
	margin:60px auto;
	overflow: hidden;
}
.piclist_list_ul li{
	width: 250px;
	margin-right:25px;
	margin-left:25px;
	margin-bottom:20px;
	float: left;
	transition:1200ms;
	overflow: hidden;
	text-align: center;
}
.piclist_list_ul li:hover{
	transform:scale(1.1 , 1.1);
}
.piclist_list_ul li img{
	max-width: 100%;
}