.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;
}
.all .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .l {
  width: 33%;
}
.all .r {
  width: 59.8%;
}
.all .point {
  width: 59.8% !important;
  margin-left: auto;
}
.all .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.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: 2;
  -webkit-box-orient: vertical;
}
.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 .img svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.all .img:hover 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;
}
.all .list > div {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.all .list > div>div{
    background: rgba(240, 243, 248, 0.6);
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .list > div:hover>div {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.all .list > div:hover .list_tit a {
  color: #f06330;
}
.all .list > div:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.all .list > div:nth-child(3n) {
  margin-right: 0;
}
.all .list > div:nth-child(n+4) {
  margin-top: 74px;
}
.all .txt {
  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;
  padding: 35px 50px;
  height: 180px;
}
.all .list_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.all .list_tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1700px){
    .all .img{
    border-radius: 0 20px 0 20px;
    }
    .all .top .img svg{
        width: 90px;
    }
    .all .list > div>div{
        border-radius: 0 20px 0 20px;
    }
    .all .list > div {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    }
    .all .txt{
        padding: 30px;
    }
    .all .list .img svg{
        width: 60px;
    }
    .all .list > div:nth-child(n+4) {
    margin-top: 20px;
}
}
@media screen and (max-width: 1200px){
    .all .txt {
        padding: 20px;
        height: 150px;
    }
    .all .l{
        padding-top: 0;
    }
        .all .top .img svg {
        width: 70px;
    }
}
@media screen and (max-width: 768px){
    .all .list{
        justify-content: space-between;
    }
    .all .list > div{
        width: calc((100% - 20px) / 2);
        margin-right: 0;
    }
    .all .list > div:nth-child(n+3) {
        margin-top: 20px;
    }
    .all .list > div>div {
        border-radius: 0 15px 0 15px;
    }
    .all .img {
        border-radius: 0 15px 0 15px;
    }
    .all .swiper-slide{
        flex-direction: column-reverse;
    }
    .all .l{
        width: 100%;
        margin-top: 5vw;
    }
    .all .r{
        width: 100%;
    }
    .all .point{
        width: 100% !important;
        margin-left: 0;
    }
    .all .top .img svg {
        width: 60px;
    }
    .all .txt{
        height: 140px;
    }
}
@media screen and (max-width:500px){
    .all .list > div{
        width: 100%;
    }
    .all .list > div:nth-child(n+2) {
        margin-top: 15px;
    }
}
