.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;}

.img-lists ul li {
  float: left;
  width: 29%;
  margin: .4rem 2% 0 2%;
  border: .01rem solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;}

.img-lists ul li:hover {
  box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.16);
  top: -0.1rem;}

.img-lists ul li a {
  display: block;
  width: 100%;}

.img-lists ul li a .pic {
  padding-top: 70%;}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 1.96rem;}

.img-lists ul li a>div.info {
  padding: .1rem;
  font-size: 0;
  text-align: center;}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;}

.img-lists ul li:hover a>div.info p {
  color: #9a0000;}

.pic {
  padding-top: 75%;
  position: relative;
  overflow: hidden;}

.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;}

.pic img:hover {
  transform: scale(1.2);
  cursor: pointer;}

.pb_sys_style1 .p_no_d {
    border: 1px solid #90000a !important;
    color: #fff;
    background-color: #90000a !important;}

