.stshow {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding-top: 30px;
}
.stshow .item {
  width: 306px;
  margin-bottom: 30px;
  cursor: pointer;
  display: flex;
  margin-right: 26px;
}
.stshow .item:nth-of-type(3n) {
  margin-right: 0;
}
.stshow .item .img {
  width: 100%;
  height: 204px;
  overflow: hidden;
}
.stshow .item .img img {
  transition: all 0.3s linear;
}
.stshow .item .title {
  width: calc(100% - 204px);
  padding: 15px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s linear;
  position: relative;
}
.stshow .item .title p {
  transition: all 0.3s linear;
}
.stshow .item .title > img {
  position: absolute;
  max-width: 214px;
  max-height: 100%;
  bottom: 0;
  right: 0;
}
.stshow .item .title p:nth-of-type(1) {
  font-size: 16px;
  height: 26px;
  color: #000000;
  line-height: 26px;
  -webkit-line-clamp: 1;
}
.stshow .item .title p:nth-of-type(2) {
  font-size: 14px;
  color: #888888;
  margin: 5px 0 0;
  height: 48px;
  line-height: 24px;
  -webkit-line-clamp: 6;
}
.stshow .item .title p:nth-of-type(3) span:nth-of-type(2) {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 5px;
  background-color: #888888b1;
}
.stshow .item:hover .img img {
  transform: scale(1.2);
}
.stshow .item:hover .title {
  background-color: #7E0D11;
}
.stshow .item:hover .title p {
  color: #fff;
}
.st-show-f .item:nth-of-type(3n) {
  margin-right: 28px;
}
.st-show-f .item:nth-of-type(4n) {
  margin-right: 0;
}
.st-show-f .item {
  width: 222px;
  flex-direction: column;
}
.st-show-f .item .img {
  height: 236px;
}
.st-show-f .item .title {
  width: 100%;
  height: 78px;
  background: #7E0D11;
}
.st-show-f .item .title p {
  color: #fff !important;
  -webkit-line-clamp: 2 !important;
}
.money-left-item:hover .img img {
  transform: scale(1.3);
}
.money-left-item:hover {
  background-color: #AB170D;
}
.money-left-item:hover p {
  color: #fff !important;
}
.money-left-item:hover span {
  color: #fff !important;
}
.money-left-item {
  width: 100%;
  margin-bottom: 20px;
  /* padding: 16px; */
  box-shadow: 0px 5px 12px 1px rgba(201, 160, 157, 0.4);
  cursor: pointer;
  display: flex;
  padding: 20px;
}
.money-left-item .img {
  width: 220px;
  height: 150px;
}
.money-left-item .money-left-item-title {
  width: 80%;
}
.money-left-item .img {
  height: 130px;
  overflow: hidden;
}
.money-left-item .img img {
  transition: all 0.3s linear;
}
.money-left-item .money-left-item-title {
  padding: 0 20px;
}
.money-left-item .money-left-item-title p:nth-of-type(1) {
  font-size: 18px;
  color: black;
  line-height: 28px;
  cursor: pointer;
  transition: all 0.2s;
}
.money-left-item .money-left-item-title p:nth-of-type(2) {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 10px 0 10px;
  height: 48px;
}
.money-left-item .money-left-item-title .range {
  width: 100%;
  height: 6px;
  border-radius: 3px 3px 3px 3px;
  background-color: #ffa7a175;
  margin-bottom: 10px;
}
.money-left-item .money-left-item-title .num {
  width: 100%;
  height: 20px;
  display: none;
  align-items: center;
  color: #666;
  padding-top: 16px;
}
.money-left-item .num > span img:nth-of-type(2) {
  display: none;
}
.money-left-item:hover span img:nth-of-type(1) {
  display: none;
}
.money-left-item:hover span img:nth-of-type(2) {
  display: inline-block !important;
}
.money-left-item .num > span img {
  height: 15px;
  width: auto;
  margin-right: 5px;
}
.money-left-item .num > span {
  font-size: 14px;
}
.money-left-item .num > span:nth-of-type(2) {
  margin-left: 15px;
}
@media (max-width: 900px) {
  .stshow {
    justify-content: space-between;
  }
  .stshow .money-left-item {
    width: 47%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .stshow {
    flex-direction: column;
  }
  .stshow .money-left-item {
    width: 100% !important;
    margin-right: 0 !important;
    flex-direction: column;
  }
  .money-left-item .img,.money-left-item .money-left-item-title{
    width: 100%;
  }
  
}
@media (max-width: 500px) {
  .stshow .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
