.swiper-container {
    width: 1090px;
    height: 459px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.18);
}

.swiper-container img {
    width: 1090px;
}

.swiper-pagination {
    bottom: 30px !important;
}

.type1 .tea .h35,
.type1 .tea2>div,
.type2 .tea>div,
.type3 .tea>div,
.type4 .tea .h71,
.type4 .tea2>div {
    background-color: #fff;
    position: relative;
}

.type1 .tea .h35 a,
.type1 .tea2>div a,
.type2 .tea>div a,
.type3 .tea>div a,
.type4 .tea .h71 a,
.type4 .tea2>div a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.type1 .tea .h35,
.type .tea>div {
    text-align: center;
}

.type .tea img {
    width: 100%;
    height: 245px;
}

.type1 .h35 img {
    height: 254px;
}

.type3 .w50 img {
    height: 350px;
}

.type4 .h71 img {
    height: 710px;
}

.type1 .tea2 img {
    position: absolute;
    width: 146px;
    height: 170px;
    left: 0;
}

.type1 .tea h3 {
    font-size: 32px;
    line-height: 96px;
}

.type1 .tea2 .info {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #929293;
}

.type1 .tea2 .info p {
    color: #414141;
    font-size: 20px;
}

.type1 .tea2 .info span {
    font-size: 15px;
}

.type1 .tea2 .info div {
    padding-top: 40px;
    font-size: 14px;
}

.type1 .tea2 .info div span {
    font-size: 16px;
    color: #F23B11;
}

.type1 .tea2 .info div i {
    font-size: 20px;
    color: #F23B11;
}

.type .h35 p {
    padding: 20px 40px 0;
    color: #414141;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
    line-height: 18px;
    height: 36px;
}

/* .type .h35 p:after{
  content: "...";
  position: absolute;
  bottom: -4px;
  right: 38px;
  width:16px;
  height:22px;
  color:#414141;
  background-color:#fff;
} */

.type .h35 div {
    padding-top: 10px;
    color: #9C9C9D;
    font-size: 14px;
}

.type .h35 div i {
    font-size: 16px;
    color: #F23B11;
}

.activity img {
    width: 100%;
}