.consultdetails {
  margin-top: 0;
}
.consultdetails .details-title {
  margin: 20px auto 20px;
  font-size: 14px;
  color: #444444;
}
.consultdetails .details-title a {
  color: #1476CB;
}
.consultdetails .shop {
  width: 100%;
  background: #fff;
}
.consultdetails .shop .details-title1 {
  text-align: center;
  font-size: 24px;
  color: #111;
  padding: 40px 0 10px;
}
.consultdetails .shop .details-time {
  color: #888888;
  font-size: 14px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.consultdetails .shop .articleNotice {
  height: 50px;
  padding-left: 30px;
}
.lists {
  padding: 20px 0 30px;
  width: 100%;
}
.lists a {
  text-decoration: underline;
}
.lists p {
  text-align: center;
  font-size: 14px;
  color: #444444;
  margin: 0;
  padding: 0 30px;
}
.lists img {
  display: block;
  margin: 20px auto 20px;
  max-width: 100%;
}
.shop1 {
  margin-top: 20px;
  width: 100%;
  background: #fff;
  padding-bottom: 37px;
}
.shop1 h3 {
  font-size: 14px;
  color: #444;
  padding: 20px 0 20px 30px;
}
.shop1 ul {
  overflow: hidden;
}
.shop1 ul a {
  width: 180px;
  float: left;
  padding-left: 35px;
}
.shop1 ul a img {
  width: 180px;
  height: 135px;
}
.shop1 ul a p {
  color: #111;
  font-size: 14px;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
