.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: #9D0001;
}

.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 .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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 {
  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;
}

.st-show-s .item {
  width: 219px;
  height: 219px;
  background: #F6F6F6;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.st-show-s .item .img{
    height: fit-content;
    text-align: center;
    padding: 20px;
}
.st-show-s .item .img img{
  height: 50px;
  text-align: center;
width:auto;
}
.st-show-s .item .title{
  width: 100%;
  padding: 0;
  box-shadow: none;
  transition: all 0.3s linear;
  position: relative;
  text-align: center;
  margin-top: 23px;
}
.st-show-s .item:hover .title{
  background-color: #F6F6F6 !important;
}
.st-show-s .item:hover .title p{
  color:#333333;
}
.st-show-s .item{
  margin-right:31px;
}
.st-show-s .item:nth-of-type(3n){
  margin-right: 31px;
}
.st-show-s .item:nth-of-type(4n){
  margin-right: 0px;
}
@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) {
  .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;
  }
}
