/* list */
.galleryList{margin:20px 0 0;}
.galleryList ul{position:relative;}
.galleryList ul:after{content:'';display:block;clear:both;}
.galleryList ul li{width:33.33%; position:absolute; overflow:hidden; left:50%; top:50%;}
.galleryList ul li .wrap{width:250px; margin:20px auto;padding:10px 0;}
.galleryList .photo{width:250px; height:250px; margin:0 auto;}
.galleryList .photo img{width:0%;height:0%; border:1px solid #e2e2e2;  border-radius:50%;}
.galleryList .photo a:hover img{width:0%;height:0%; border:1px solid #e2e2e2;  border-radius:50%;
transition:all 1s;
-webkit-transition:all 1s;
-webkit-transform: rotateY( 360deg );
-moz-transform: rotateY( 360deg );
-o-transform: rotateY( 360deg );
transform: rotateY( 360deg );
}
.galleryList .info{padding:13px 0 5px; display:none}
.galleryList .info strong{padding-bottom:3px; display:block; color:#545454; font-weight:bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.galleryList .info strong a{color:#545454; text-decoration:none;}
.galleryList .info em{padding:0 5px 0 0; color:#9b9b9b;font-size:11px;}

.tabCategory{}
.tabCategory ul{overflow:hidden}
.tabCategory ul li{margin-right:5px; float:left}
.tabCategory ul li a{padding:0 20px; display:block; font-size:13px; line-height:28px; color:#000; background:#eee; border:1px solid #ddd;}
.tabCategory ul li.active a{border:1px solid #000; background:#000; color:#fff; font-weight:bold;}
/* @list */