/* 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{position:relative;padding:0 0 100%;font-size:0;text-align:center;}
.list_gallery .photo a{position:absolute;left:0;top:0;right:0;bottom:0;}
.list_gallery .photo a:before{content:'';display:inline-block;vertical-align:middle;width:0;height:100%;}
.list_gallery .photo img{max-width:100%;max-height: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 */

.bottom {text-align:right; margin:10px 0 0;}

.info_s {font-size:12px; margin:0 0 10px;}
.info_s ul li { position:relative; padding-left:10px;}
.info_s ul li:before {content:""; display:block; width:5px; height:1px; background:#666; position:absolute; left:0; top:5px;}