ul,li{ list-style:none; padding:0px; margin:0px; display:block;font-family:"segoe ui","Arial";}
.sycpk{width: 230px;
    padding-right: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
    float: left;}
 .pic{width:228px; height:228px; overflow:hidden;border:1px solid #ddd;border-radius:5px;} 
 .title{ font-size:14px; margin-top:10px; text-align:center } 
.title a{ color:#333; text-decoration:none;font-family:"segoe ui","Arial"; font-size:14px;}
 .title a:hover{ color:#000; text-decoration:underline;font-family:"segoe ui","Arial";}
 



.pic img 
{  width:228px; height:228px;
	border:0px;
	-webkit-transform:scale(1);
	transform:scale(1);
	-moz-transform:scale(1); 
    -o-transform:scale(1); 
	-webkit-transition: -webkit-transform 0.5s;	
	transition:transform 0.5s;	
	
}

.pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 

}