.stshow {
  display: flex;
  flex-wrap: wrap;
}

.stshow .item {
  width: 284px;
  margin-bottom: 30px;
  cursor: pointer;
}


.stshow .item .img {
  width: 100%;
  height: 172px;
  overflow: hidden;
}

.stshow .item .img img {
  transition: all 0.3s linear;
}

.stshow .item .title {
  width: 100%;
  height: 82px;
  padding: 14px 31px;
  transition: all 0.3s linear;
  position: relative;
  border: 1px solid #E7E7E7;
  border-top: none;
  line-height: 26px;
}

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

.stShowPho .item {
  width: 380px;
}

.stShowPho .item .img {
  height: 269px;
}

.stShowPho .item .title {
  background-image: url("https://www.cwpostpioneers.com/xyh/e2c7baf5-8caf-47a9-8006-8b0da7d7adb5/static/images/stShowPho.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.stShowPhoTea .item {
  width: 350px;
  height: 395px;
  background-image: url("https://www.cwpostpioneers.com/xyh/e2c7baf5-8caf-47a9-8006-8b0da7d7adb5/static/images/tea-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px;
margin-right:75px;
}
.stShowPhoTea .item:nth-of-type(3n){
margin-right:0;
}
.stShowPhoTea .item .img {
  width: 310px;
  height: 212px;
  border-radius: 0px 18px 18px 0px;
}

.stShowPhoTea .item .content {
  padding: 16px 0;
}

.stShowPhoTea .item .content .nowrap {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  border-bottom: 1px dashed #FF8080;
  padding-bottom: 14px;
}

.stShowPhoTea .item .content .nowrap-3 {
  font-size: 14px;
  color: #666666;
  padding-top: 15px;
  line-height: 23px;
}

.stShowPhoSc .item {
  width: 100%;
  display: flex;
}

.stShowPhoSc .item .img {
  width: 228px;
  height: 152px;
}

.stShowPhoSc .item .content {
  width: calc(100% - 228px);
  padding: 16px 20px;
  background-image: url("https://www.cwpostpioneers.com/xyh/e2c7baf5-8caf-47a9-8006-8b0da7d7adb5/static/images/stShowPhoSc-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.stShowPhoSc .item:hover .content {
  background-image: url("https://www.cwpostpioneers.com/xyh/e2c7baf5-8caf-47a9-8006-8b0da7d7adb5/static/images/stShowPhoSc-bg-ac.png");
}

.stShowPhoSc .item .content .nowrap {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  border-bottom: 1px dashed #FF8080;
  padding-bottom: 14px;
}

.stShowPhoSc .item .content .nowrap-3 {
  font-size: 14px;
  color: #666666;
  padding-top: 15px;
  line-height: 23px;
}

.stShowPhoTea .item:hover {
  background-image: url("https://www.cwpostpioneers.com/xyh/e2c7baf5-8caf-47a9-8006-8b0da7d7adb5/static/images/tea-bg-ac.png");
}

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

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

.stShowPho .item:hover .title {
  background-image: url("https://www.cwpostpioneers.com/xyh/e2c7baf5-8caf-47a9-8006-8b0da7d7adb5/static/images/stShowPho-ac.png");
}

.tab-ac {
  display: flex;
  justify-content: space-between;
}

.tab-ac .son-page-list {
  width: 200px;

}

.tab-ac .stShowPhoSc {
  width: 100%;
  padding-top:20px;
}
.active-tab{
  background: #a1383872 !important;
  color: #F6E9E9 !important;
}
.tab-ac .page-list-v-more {
  display: block;
}

.tab-ac .page-list-v>.item {
  width: 100%;
  text-align: center;
  line-height: 60px;
  height: 60px;
  background: #972727;
  display: block;
  border-bottom: 4px solid #FAF4F3;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}

.tab-ac .page-list-v-more a:nth-of-type(1) {
  border-top: none !important;
}

.tab-ac .page-list-v-more a {
  /* text-align: center; */
  line-height: 50px;
  background: #F6E9E8;
  text-indent: 60px;
  border-top: 1px solid #9727271f;
}

.tab-ac .page-list-v-more a:hover {
  background: #a1383872 !important;
  color: #F6E9E9 !important;
}

.right-main {
  width: calc(100% - 250px);
}

.right-main .son_page_title {
  display: flex !important;
  border-bottom: 1px solid #9F4347 !important;
  height: 60px !important;
}
.son_page .inner .right .son_page_title .left-title{
  height: 60px !important;
  color: #333333 !important;
}
.son_page .inner .right .son_page_title .right-title{
  color: #9C0002 !important;
}
@media (max-width: 1150px) {
  .stshow {
    justify-content: space-between;
  }
.stShowPhoTea .item{
width:45%;
margin-right:0;
}
.stShowPhoTea .item .img{
width:100%;
}
}
@media (max-width: 900px) {
  .stshow {
    justify-content: space-between;
  }

  .stshow .item {
    width: 47%;
    margin-right: 0 !important;
  }
}

@media (max-width: 700px) {
  .stshow {
    flex-direction: column;
  }

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

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