.stshow {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.stshow .item {
  width: 306px;
  margin-bottom: 30px;
  cursor: pointer;
  display: flex;
  margin-right: 26px;
}
.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;
  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 {
  width: 45%;
}
.st-show-f .item .img {
  width: 140px;
  height: 170px;
}
.st-show-f .item .title {
  width: calc(100% - 150px);
}
.st-show-f .item .title .line {
  width: 100%;
  height: 1px !important;
  background: linear-gradient(90deg, #E1B655 0%, rgba(225, 182, 85, 0) 100%);
  margin: 14px 0 !important;
}
.st-show-f .item .title .nowrap-3 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.stshow-p .item {
  width: 22.5%;
  flex-direction: column;
  margin-right: 30px;
}
.stshow-p .item .img {
  height: 151px;
}
.stshow-p .item .nowrap {
  font-size: 16px;
  margin-top: 14px;
    text-align: center;
}
.stshow-p .item:nth-of-type(4n) {
  margin-right: 0;
}
.money-left-item:hover img {
  transform: scale(1.3);
}
.money-left-item:hover .money-left-item-title {
  background-image: url(../images/donate-page-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.money-left-item:hover p {
  color: #fff !important;
}
.money-left-item:hover span {
  color: #fff !important;
}
.money-left-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  /* padding: 16px; */
  box-shadow: 0px 5px 12px 1px rgba(201, 160, 157, 0.4);
  cursor: pointer;
}
.money-left-item:nth-of-type(3n) {
  margin-right: 0;
}
.money-left-item .img {
  height: 174px;
  overflow: hidden;
  position: relative;
}
.money-left-item .img div {
  position: absolute;
  background: #E1B655;
  border-radius: 30px;
  bottom: 10px;
  left: 20px;
  padding: 5px 20px 5px 40px;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.money-left-item .img div img {
  width: 37px;
  height: auto;
  position: absolute;
  left: -10px;
  bottom: 0;
  transform: none !important;
}
.stshow-p .item:hover .nowrap {
  color: #A1241E;
}
.more-box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 11px;
  color: #A1241E;
font-size:14px;
}
.more-box img {
  width: 13px;
  height: 13px;
}
.money-left-item .img img {
  transition: all 0.3s linear;
}
.money-left-item .money-left-item-title {
  padding: 15px;
  position: relative;
}
.money-left-item .money-left-item-title p:nth-of-type(1) {
  font-size: 16px;
  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: 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%;
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  color: #999999;
  border-top: 1px dashed #A32123;
  padding-top: 16px;
}
.money-left-item .num > span {
  font-size: 14px;
}
.money-left-item .num > span:nth-of-type(2) {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .stshow {
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .stshow-p .item:nth-of-type(4n) {
    margin-right: 30px !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;
  }
}
