.PhotoList_i1{width: 83.3%;margin: 38px auto 0 auto;}
.PhotoList_i1 ul {display: block;}
.PhotoList_i1 li{width: 29.6%;margin-right: 5.6%;margin-bottom: 3.0vw;padding: 2.65vw 2.6vw 1.97vw 2.6vw;display: block;box-sizing :border-box;
	float: left;background-color: #443c39;text-align: center;border: 1px solid transparent;}
.PhotoList_i1 li:nth-child(3n){margin-right: 0;}
.PhotoList_i1 li a{display: block;position: relative;height: 22.3vw;}
.PhotoList_i1 li a img{display: block;max-height: 100%;max-width: 100%;transition:.8s all ease;/*box-shadow: 0.3vw 0.7vw 1.9vw 0.3vw rgba(0,0,0,0.05);*/
position: relative;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
.PhotoList_i1 li span{text-align: center;line-height: 1.5;margin-top: 2.4vw;font-size: 18px;width: 100%;height: 1.5em;color: #ad8e6a;
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;}
.PhotoList_i1 li h4{display: none;}
.PhotoList_i1 li:hover{border: 1px solid #ffcea3;border-radius: 2px;box-sizing:border-box;}
.PhotoList_i1 li:hover span{color: #ffd29c;}

.company-photo .PhotoList_i1 li,.VideoList_b1 li{padding: 1vw;}
.company-photo .PhotoList_i1 li a{height: 14vw;}
.VideoList_b1 li{width: 47.5%;border-radius: 5px;margin-right: 5%;float: left;box-sizing:border-box;background: #161616;padding: 1.5;border: 1px solid transparent;}
.VideoList_b1 li:nth-child(2n){margin-right: 0;margin-bottom: 1.5vw;}
.VideoList_b1 li a{overflow: hidden;display: block;width: 100%;}
.VideoList_b1 li img{height: 16vw;display: block;transform: translate(-50%,0);-webkit-transform:translate(-50%,0);position: relative;left: 50%;max-width: none;}
.VideoList_b1 li p{font-size: 16px;margin-top: 15px;line-height: 1.15;color: #ad8e6a;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;}
.company-photo .PhotoList_i1 li span{margin-top: 1.4vw;}

.VideoList_b1 li:hover{border: 1px solid #ffcea3;}
.VideoList_b1 li:hover{border: 1px solid #ffcea3;}
.VideoList_b1 li:hover p{color: #ffd29c;}

@media screen and (max-width: 1024px) {
	.PhotoList_i1{width: 90%;margin: 0 auto;}
    .PhotoList_i1 li a{height: 31vw;}	
    .PhotoList_i1 li{margin-bottom: 15px;}
    .PhotoList_i1 li span, .VideoList_b1 li p{margin-top: 10px;}
    .VideoList_b1 li img{height: 23vw;}

}
@media screen and (max-width: 640px){
	.PhotoList_i1{width: 94.5%;margin-top: 0;}
    .VideoList_b1 li img{height: 30vw;}

    .PhotoList_i1 li a {height: 52vw;}
	.PhotoList_i1 li{display: block;float: left; width: 48.5%;margin: 0 3% 15px 0;}
	.PhotoList_i1 li:nth-child(3n){margin-right: 3%;}
	.PhotoList_i1 li:nth-child(2n){margin-right: 0;}
	.PhotoList_i1 li span, .VideoList_b1 li p{line-height: 1.5;height: 1.5em;font-size: 14px;color: #ffd29c;}
    .company-photo .PhotoList_i1 li a{height: 24vw;}
}