.list {
  padding: 30px 0;
}

.list .item {
  width: 370px;
  height: 270px;
  /* border-radius: 10px; */
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  transition: all 1s linear 0s;
  float: left;
  margin: 10px 15px;
  box-sizing: border-box;
}

.list .item .img_ovf {
  width: 370px;
  height: 214px;
  overflow: hidden;
  position: relative;
}

.list .item img {
  width: 370px;
  height: 214px;
  transition: all 1s ease 0s;
}

.list .item:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
  /* Opera */
}

.list .item .text {
  height: 56px;
  padding: 5px 20px 0 20px;
  box-sizing: border-box;
  width: 370px;
}

.list .item .text h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.list .item .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

.list_title {
  /* background: url("../images/list/banner_1.jpg") no-repeat; */
  /* height: 180px; */
}
.img_ovf_time {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
}
