.yjptlist {}

.pic li{border-bottom:none;}

.yjptlist ul {
  width: 100%;
  float: left;
  min-height: 500px;
  margin: 0 -10px;}

.yjptlist ul li {
  float: left;
  width: 30%;
  margin: 10px 10px;}

.yjptlist ul li span {
  width: 100%;
  float: left;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;}

.yjptlist ul li span img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;}

.yjptlist ul li span:hover img {
  transform: scale(1.1);}

.yjptlist ul li h4 {
  width: 100%;
  float: left;
  text-indent: 20px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  background: #fff url() no-repeat 10px center;}
.yjptlist ul li:hover h4 {
  color: #fff;
  background: #3761d7 url(g) no-repeat 10px center;}
