.tem-title-btn-box {
  margin-bottom: 10px;
}

.shop-list-box {
  margin-right: -20px;
  min-height: 660px;
}

.shop-list {
  margin: 20px 20px 0 0;
}

.shop-list:hover {
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.list-left {
  width: 200px;
  height: 200px;
  float: left;
  overflow: hidden;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 200px;
}
.list-left a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-left img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list-right {
  float: right;
  width: 340px;
  padding: 20px;
  height: 160px;
  overflow: hidden;
  background: #3AA5C2;
  color: #fff;
}

.list-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.list-txt {
  line-height: 22px;
  width: 340px;
  height: 66px;
  text-indent: 2em;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-mes span, .list-mes a {
  line-height: 27px;
  height: 27px;
}
.list-mes span {
  float: left;
  background: url(../images/icon/shop-list-main-address.png) no-repeat;
  text-indent: 29px;
  width: 153px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-mes a {
  float: right;
  border: 1px solid #fff;
  width: 123px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.list-mes a:hover {
  background: #fff;
  color: #37a5c2;
}

#magic-pager {
  height: 26px;
  padding-bottom: 115px;
}
