@charset "utf-8";
.gWidth{width: 769px;margin-left: auto;margin-right: auto;}
.fl{float: left;}
.fr{float: right;}
.pc{display: none;}
.phone{display: block;}


.list-2 li {
	float: left;
	width: 33%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.list-2 li>a {
	display: block;
	margin-right: 20px;
	margin-left: 0;
}
.list-2 li:nth-child(2n)>a{margin-right: 20px;}
.list-2 li:nth-child(3n)>a{margin-right: 0px;}

.list-2 li .img-center {
	overflow: hidden;
	height: 348px;
	line-height: 348px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 2px;
}

.list-2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-2 li a .img-center:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}
.list-2 li a .img-center:hover  img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-2 li a .img-center {
	text-align: center;
	font-size: 0;
}
.list-2 li a .img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}