
.ads-shop {
  background-color: #fff;
  margin: 15px auto;
  padding: 0;
}
.ads-shop .shop_item {
  position: relative;
  height: 112px;
  box-sizing: border-box;
  padding: 0 11px;
  cursor: pointer;
  overflow: hidden;
  display: block;
  border: solid 1px #dbdbdb;
}
.ads-shop .shop_item .shop_logo {
  width: 72px;
  height: 72px;
  border: solid 1px #dbdbdb;
  position: absolute;
  left: 20px;
  top: 20px;
}
.ads-shop .shop_item .shop_logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.ads-shop .shop_item .shop_right {
  position: absolute;
  color: #295992;
  top: 42px;
  right: 24px;
  font-size: 12px;
  z-index: 99;
}
.ads-shop .shop_item .shop_right .btn {
  display: inline-block;
  width: 79px;
  height: 32px;
  background-color: #295992;
  border: solid 1px #295992;
  text-align: center;
  line-height: 32px;
  color: #fff;
}
.ads-shop .shop_item .shop_right .btn:hover {
  box-shadow: 0 2px 12px 0 rgba(38, 37, 37, 0.3);
}
.ads-shop .shop_item .shop_right .btn.kefu {
  background-color: #fff;
  color: #295992;
  margin-left: 10px;
}
.ads-shop .shop_item .shop_main {
  padding: 17px 100px 0 110px;
}
.ads-shop .shop_item .shop_main .company {
  color: #666;
  position: relative;
  padding-top: 5px;
  font-size: 14px;
  padding-right: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ads-shop .shop_item .shop_main .company .year {
  height: 24px;
  width: 55px;
  line-height: 24px;
  font-size: 12px;
  color: #f7b05e;
}
.ads-shop .shop_item .shop_main .company .year img {
  display: inline-block;
  padding: 0 3px;
}
.ads-shop .shop_item .shop_main .add {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  max-width: 75%;
}
.ads-shop .shop_item .shop_main .mobile {
  color: #000;
  padding-top: 10px;
}
.ads-shop .shop_item .shop_main .mobile .see {
  color: #295992;
}
.ads-shop .shop_item:hover .company {
  font-weight: bold;
  color: #cc3300;
}