.figure-list{
  margin: 0;
  padding: 0;
}
.figure-list:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.figure-list li{
  list-style: none;
  float: left;
  width: 23%;
  margin: 0 2% 2% 0;
}
.figure-list .img{
  height: 200px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.figure-list .index-img{
  height: 260px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.figure-list figure{
  border: 1px solid #cccccc;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding-bottom: 100%; /* 关键就在这里 */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.figure-list figure a{
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  text-decoration:none;
  color:#656464;
}
.figure-list li a{
	
 text-decoration:none;
  color:#656464;	
	
	
}
.hjtuwenlisttype3ullitudiv {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	vertical-align: top;
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hjtuwenlisttype3ullitu {
	max-width: 100%;
	max-height: 100%;
	transition: transform 300ms ease-out;
	-moz-transition: -moz-transform 300ms ease-out; /* Firefox 4 */
	-webkit-transition: -webkit-transform 300ms ease-out; /* Safari and Chrome */
	-o-transition: -o-transform 300ms ease-out; /* Opera */
}
.hjtuwenlisttype3ullitu:hover {
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2); /* Firefox 4 */
	-webkit-transform: scale(1.2, 1.2); /* Safari and Chrome */
	-o-transform: scale(1.2, 1.2); /* Opera */
}