/* list */
.list_gallery{margin:20px 0 0;}
.list_gallery ul{margin:-20px 0 0 -20px;}
.list_gallery ul:after{content:'';display:block;clear:both;}
.list_gallery ul li{width:33.33%;float:left;}
.list_gallery ul li .wrap{margin:20px 0 0 20px;padding:10px;border:1px solid #e2e2e2}
.list_gallery .photo{height:250px;}
.list_gallery .photo > a{display:block;overflow:hidden;height:100%;text-align:center;}
.list_gallery .photo > a:before{content:'';display:inline-block;vertical-align:top;width:0;height:100%;}
.list_gallery .photo img{max-width:100%;}
.list_gallery .info{padding:13px 0 5px;}
.list_gallery .info strong{padding-bottom:3px; display:block; color:#545454; font-weight:bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.list_gallery .info strong a{color:#545454; text-decoration:none;}
.list_gallery .info em{padding:0 5px 0 0; color:#9b9b9b;font-size:11px;}
/* @list */