﻿/* 列表样式 */
.list-Class .listFrame .list {
  padding: 10px;
}

.list-Class .listFrame .item {
  border-radius: 3px;
  box-shadow: 0 0 0 #eee, /*左边阴影*/
  3px 3px 3px #b2b2b2, /*右边阴影*/
  0 0 0 #eee, /*顶部阴影*/
  5px 5px 5px #b2b2b2; /*底边阴影*/
  margin-bottom: 15px;
}

.list-Class .listFrame .Img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-top: 67%;
}

  .list-Class .listFrame .Img > i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

.list-Class .listFrame .Title {
  width: 100%;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 39px;
  padding: 0 10px;
}
