﻿@charset "UTF-8";

/*# sourceMappingURL=index.css.map */
.pictureList {
  overflow: hidden;
}
.pictureList .list {
  width: 110%;
}
.pictureList .item {
  width: 282px;
  float: left;
  position: relative;
  display: block;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-top: 204px;
  border: 1px solid #bbb5b5;
}
.pictureList .item img {
  width: 280px;
  height: 210px;
  display: block;
  position: absolute;
  top: 1px;
  z-index: 10;
}
.pictureList .item h3 {
  margin: 0 15px;
  height: 0px;
  line-height: 0px;
  font-size: 16px;
  color: #404040;
  border-bottom: 1px solid #d0c8c8;
}
.pictureList .item .more {
  margin: 0 15px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #333333;
  font-family: arial; border-top:1px solid #999999
}
.pictureList .item .more .ico {
  width: 32px;
  height: 16px;
  float: right;
  margin-top: 20px;
  background-position: -268px -154px;
}
.pictureList .item:hover img {
  -webkit-filter: brightness(105%);
  filters: brightness(105%);
}
.pictureList .item:hover h3 {
  color: #f6121c;
}
.pictureList .item:hover .more {
  color: #f6121c;
}
.pictureList .item:hover .more .ico {
  background-position: -227px -154px;
}






