@charset "utf-8";
.PhotoList_d1 { padding:0;}
.PhotoList_d1 li{ width:23%; margin:0 1%; margin-bottom:20px; float:left; }
.PhotoList_d1 li span{ text-align:center; font-size:16px; line-height:30px; display:block; height:30px; text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.PhotoList_d1 li a{position:relative;display:block;overflow:hidden;}
.PhotoList_d1 li a img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s; /*height:100%;*/ max-width:100%; height:185px;}
.PhotoList_d1 li a:hover img{transform: scale(1.3);transition: all 1s ease 0s;-webkit-transform: scale(1.3);-webkit-transform: all 1s ease 0s;}
.PhotoList_d1 li a h4{ display:none;position: absolute;z-index:10;/*display:block;*/transition: 0.6s;color:#fff; top:0%; left:0; width:100%; text-align:center;line-height:30px; font-size:20px; opacity:0; font-family:"Arial";}
.PhotoList_d1 li a:hover h4{ opacity:1; top:30%;transition: 0.6s;}
/*.PhotoList_d1 li a::after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; background:rgba(0,0,0,.5) url(../images/ico5.png) no-repeat center 70%;z-index: 1;transition: 0.6s;}
.PhotoList_d1 li a:hover::after{width: 100%; height: 100%;z-index: 1;transition: 0.6s;}*/

@media only screen and (max-width: 1200px){
	}
	
@media (min-width:640px) and (max-width:1023px) {
.PhotoList_d1 { padding:0;}
.PhotoList_d1 li{ width:48%; margin-right:2%; margin-bottom:15px; float:left; }
.PhotoList_d1 li:nth-of-type(even){margin-right:0 !important;}
.PhotoList_d1 li a h4{ display:none;}
.PhotoList_d1 li a:hover::after{ display:none;}
.PhotoList_d1 li span{ text-align:center;padding:5px 2px 0 2px; font-size:12px; line-height:20px;display:block; height:30px;}
.PhotoList_d1 li a{position:relative;display:block;overflow:hidden;}
.PhotoList_d1 li a img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s; /*height:100%;*/ max-width:100%;height:185px;}
}

@media (min-width: 320px) and (max-width:639px ){
.PhotoList_d1 { padding:0;}
.PhotoList_d1 li{ width:48%; margin-right:2%; margin-bottom:15px; float:left; }
.PhotoList_d1 li:nth-of-type(even){margin-right:0 !important;}
.PhotoList_d1 li a h4{ display:none;}
.PhotoList_d1 li a:hover::after{ display:none;}
.PhotoList_d1 li span{ text-align:center;padding:5px 2px 0 2px; font-size:12px; line-height:20px;display:block; height:20px;}
.PhotoList_d1 li a{position:relative;display:block;overflow:hidden;}
.PhotoList_d1 li a img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s; /*height:100%;*/ max-width:100%;height:115px;}
}
