.content .substance .right ul{
  display: flex;
  flex-wrap: wrap;
}
.content .substance .right li {
  width:200px;
  height: 325px;
  margin-right: 95px;
  margin-bottom: 25px;
}
.content .substance .right li img{
	width:200px;
  height:250px;
}
.content .substance .right li > a {
  width:200px;
  height:250px;
  overflow: hidden;
}
.content .substance .right li a {
  font-size: 16px;
  color: #444;
  text-align: center;
  line-height: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .substance .right li a span {
  display: block;
}
.content .substance .right li a i {
  display: block;
  font-style: normal;
}
.content .substance .right ul {
  padding: 0 55px;
  margin-top: 15px;
}
.content .substance .right ul li:nth-child(3n) {
  margin-right: 0;
}
.content .substance .right li img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .substance .right li:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.content .substance .right li:hover a {
  color: #193e8c;
}
