.all {
  background: -webkit-gradient(linear, left top, left bottom, from(#E4EDFA), to(rgba(239, 243, 249, 0))), #FFFFFF;
  background: linear-gradient(180deg, #E4EDFA 0%, rgba(239, 243, 249, 0) 100%), #FFFFFF;
}
.banner img{
    width: 100%;
}
.banner_spe_btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.swiper-button-disabled{
    opacity: 0.4;
}
.banner_spe_btn:not(.swiper-button-disabled):hover{
    cursor: pointer;
}
.banner_spe_btn:not(.swiper-button-disabled):hover path{
    fill: #f06330;
}
.banner_spe_btn path{
    transition: all 0.5s;
}
.banner_spe_prev{
    left: 64px;
}
.banner_spe_next{
    right: 64px;
}
.all .banner_spe img{
    width: 100%;
}
.all .top {
  padding: 72px 0 50px 72px;
  border-radius: 0 30px 0 30px;
  position: relative;
}
.all .top::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 45px);
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 30px 0 30px 0;
}
.all .swiper {
  position: relative;
  z-index: 2;
}
.all .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .slogan {
  color: #f06330;
  font-weight: bold;
}
.all .l {
  width: 33%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .r {
  width: 60%;
  z-index: 2;
}
.all .r .img:hover img{
   transform: scale(1.05);
}
.all .point {
  width: 60% !important;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.all .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.all .tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .tit a:hover {
  color: #f06330;
}
.all .des {
  line-height: 1.875;
  color: #737373;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.625em;
}
.all .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 0 30px 0 30px;
}
.all .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.all .list > div:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.all .common_search {
  background: none;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.all .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .list > div {
  width: calc((100% - 30px) / 2);
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .list > div:nth-child(n+3) {
  padding-top: 30px;
}
.all .list .image {
  width: 350px;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
}
.all .list .txt {
  width: calc(100% - 380px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.all .list .list_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.all .list .list_tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .list > div:hover .list_tit a{
  color: #f06330;
}
.all .list .list_des {
  margin-top: 5px;
  color: #737373;
  line-height: 1.875;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.all .list .list_time {
  line-height: 2.5;
}
.all .list .more{
    display: flex;
}
.all .list .more path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .list > div:hover .more path {
  fill: #f06330;
}

.follow {
  background-image: url(/static/cn/img/shop.jpg);
  background-size: cover;
  color: #fff;
}
.follow .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.follow .img {
  border-radius: 0 10px 0 10px;
  overflow: hidden;
  padding: 10px;
  background: #fff;
  width: 110px;
}
.follow .img img{
    max-width: 100%;
}
.follow .l {
  font-weight: bold;
}
@media screen and (max-width: 1700px) {
    .all .img{
            border-radius: 0 20px 0 20px;
    }
    .all .top{
        border-radius: 0 20px 0 20px;
        padding: 50px 0 50px 50px;
    }
    .all .list .image{
        width: 270px;
            border-radius: 0 20px 0 20px;
    }
    .all .list .txt {
    width: calc(100% - 300px);
        
    }
    .all .list .list_time {
    line-height: 1;
}
    .all .top::after{
        border-radius: 20px 0 20px 0;
    }
    .banner_spe_prev {
    left: 40px;
    }
    .banner_spe_next {
    right: 40px;
    }
}
@media screen and (max-width: 1200px){
    .all .list > div{
        width: 100%;
    }
    .all .list > div:nth-child(n+2) {
    padding-top: 30px;
    }
    .all .img{
        height: 100%;
        padding-bottom: 0;
    }
    .all .top {
        border-radius: 0 20px 0 20px;
        padding: 40px 0 30px 40px;
    }
}
@media screen and (max-width: 768px){
    .banner_spe_prev {
    left: 20px;
    }
    .banner_spe_next {
    right: 20px;
    }
    .all .des{
        height: auto;
            -webkit-line-clamp: 2;
    }
    .all .point{
        width: 100% !important;
    }
    .all .top::after{
        width: 100%;
        border-radius: 15px 0 15px 0;
    }
    .all .swiper-slide{
        flex-direction: column-reverse;
    }
    .all .l{
        width: 100%;
    }
    .all .r{
        width: 100%;
    }
    .all .top{
        padding: 30px;
                border-radius: 0 15px 0 15px;
    }
    .all .top .img {
        padding-bottom: 56%;
        
    }
    .all .list .image{
        width: 120px;
    }
    .all .img{
        padding-bottom: 80%;
        border-radius: 0 15px 0 15px;
    }
    .all .list .txt {
        width: calc(100% - 140px);
    }
    .all .list .list_des{
        display: none;
    }
    .all .list > div:first-child{
        padding-top: 0 !important;
    }
    .all .list > div{
        padding: 20px 0 !important;
    }
    .all .list .more{
        display: none;
    }
    .all .list .list_tit{
        margin-top: 0;
            -webkit-line-clamp: 2;
    }
    .all .list .txt>div{
            height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    }
}
