.stshow {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding-top: 30px;
}

.stshow .item {
  width: 295px;
  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;
  position: relative;
}

.stshow .item .img p {
  width: 100%;
  height: 64px;
  background: #1B7F59;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 64px;
  font-size: 16px;
  padding: 0 16px;
  color: #fff;
  display: none;
}

.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 .img p {
  display: block;
}

.stshow .item:hover .title {
  background-color: #1B7F59;
}

.stshow .item:hover p {
  color: #fff !important;
}

.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: 218px;
  flex-direction: column;
}

.st-show-f .item .img {
  height: 236px;
}

.st-show-f .item .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-show-f .item .title {
  width: 100%;
  height: 78px;
  background: #fff;
}

.st-show-f .item .title p {
  color: #333;
  -webkit-line-clamp: 2 !important;
}

.money-left-item:hover 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: 32%;
  margin-right: 1%;
  margin-bottom: 10px;
  /* padding: 16px; */
  box-shadow: 0px 5px 12px 1px rgba(201, 160, 157, 0.4);
  cursor: pointer;
}

.money-left-item .img {
  height: 174px;
  overflow: hidden;
}

.money-left-item .img img {
  transition: all 0.3s linear;
}

.money-left-item .money-left-item-title {
  padding: 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: #999999;
  line-height: 24px;
  margin: 16px 0 16px;
  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: flex;
  align-items: center;
  color: #999999;
  border-top: 1px solid #EFEFEF;
  padding-top: 16px;
}

.money-left-item .num>span {
  font-size: 14px;
}

.money-left-item .num>span:nth-of-type(2) {
  margin-left: 15px;
}

.st-show-v .item {
  width: 31.3%;
}

.st-show-v .item:nth-of-type(3n) {
  margin-right: 0px;
}

.st-show-v .item:nth-of-type(4n) {
  margin-right: 26px;
}

@media (max-width: 1200px) {
  .stshow {
    justify-content: space-between;
  }

  .st-show-f .item:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}

@media (max-width: 900px) {
  .st-show-f .item {
    width: 48%;
    margin: 0px 0px 30px 0 !important;
  }

  .stshow .item {
    margin: 0px 0px 20px 0 !important;
  }

  .stshow {
    justify-content: space-between;
  }

  .stshow .money-left-item {
    width: 47%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .stshow .item {
    width: 100% !important;
  }

  .stshow {
    flex-direction: column;
  }

  .stshow .money-left-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 500px) {
  .stshow .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
