﻿@charset "utf-8";
.PhotoList_i3 {}
.PhotoList_i3 li{ width:17%; margin:0 3.75% 80px 0; float:left;}
.PhotoList_i3 li:nth-child(5n+5){margin-right:0;}
.PhotoList_i3 li a{ position:relative; display: inline-block; width:100%;height:380px;text-align:center;background:#fff;box-sizing:border-box;vertical-align: middle;overflow: hidden; transition:all 0.5s;}
.PhotoList_i3 li a img{ margin-top:3%; height:94%; transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s; vertical-align: middle; }
.PhotoList_i3 li .title{text-align:center; width:100%; height:70px;background:#f8f8f8;}
.PhotoList_i3 li:hover .title{ background:#12b504; color:#fff;}
.PhotoList_i3 li .title span{display:block; padding-top:10px; width:100%; height:30px; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.PhotoList_i3 li .title em{ display:block; }
.PhotoList_i3 li a:hover img{transform: scale(1.1);transition: all 1s ease 0s;-webkit-transform: scale(1.1);-webkit-transform: all 1s ease 0s;}
.PhotoList_i3 li a h4{ display:none;position: absolute;z-index:10;display:block;transition: 0.6s;color:#fff; top:0%; left:0; width:90%; padding:0 5%; text-align:center; line-height:40px; font-size:22px; opacity:0; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.PhotoList_i3 li a:hover h4{ display:none;opacity:1; top:30%;transition: 0.6s;}
.PhotoList_i3 li a::after{ display:none;content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; background:rgba(0,0,0,.5); background-size:10%;z-index: 1;transition: 0.6s;}
.PhotoList_i3 li a:hover::after{display:none;width: 100%; height: 100%;z-index: 1;transition: 0.6s;}

@media only screen and (max-width: 1200px){
.PhotoList_i3 li{ width:31%; margin-right:2%; margin-bottom:30px; float:left; }
	}
@media only screen and (max-width: 800px){
.PhotoList_i3 li{ width:90%; margin-left:5%; margin-bottom:20px; float:left; }
.PhotoList_i3 li a h4{ display:none;}
.PhotoList_i3 li a:hover::after{ display:none;}
.PhotoList_i3 li span{ text-align:center;}
.PhotoList_i3 li a img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s; vertical-align: middle; display: inline-block;}
.PhotoList_i3 li a:hover img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s;}
	}