.all {
  position: relative;
  padding-bottom: 109px;
}
.all > div {
  position: relative;
  z-index: 2;
}
.all::after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #FFFFFF), to(rgba(62, 126, 31, 0.4)));
  background: linear-gradient(180deg, #FFFFFF 2%, rgba(62, 126, 31, 0.4) 100%);
}

.pinned {
  margin-top: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pinned .swiper-button-disabled {
  opacity: 0.8;
}
.pinned .w1440 {
  position: relative;
}
.pinned .swiper {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.pinned .flx{
    background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.pinned .img {
        width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.pinned .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;
}
.pinned .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.pinned .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pinned .l {
  width: 47.5%;
  position: relative;
}
.pinned .r {
  width: 52.5%;
  padding: 55px 63px 0;
}
.pinned .time {
  width: 168px;
  height: 39px;
  border-radius: 40px;
  border: 1px solid rgba(107, 162, 62, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6BA23E;
  margin-top: 35px;
}
.pinned .tit {
  line-height: 1.2;
  font-family: "fontM";
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pinned .subtit {
  font-family: "fontM";
  color: #6BA23E;
  line-height: 1.16;
}
.pinned .des {
            padding-right: 10px;
  margin-top: 17px;
  height: 9em;
  overflow: auto;
}
.pinned .des::-webkit-scrollbar {
    width: 2px;
    border-radius: 4px;
  }
.pinned .des::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.02); 
    /* 背景色 */
    border-radius: 4px;
  }
.pinned .des::-webkit-scrollbar-thumb {
  background: #6BA23E;
  /* 滚动色 */
  border-radius: 6px;
}


.pinned #point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.pinned #point span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #fff;
}
.pinned #point .swiper-pagination-bullet-active {
  width: 38px;
}
.pinned .sw_info {
        white-space: nowrap;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 27px;
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 52px;
}

.list {
  padding-top: 112px;
  position: relative;
}
.list .w1440 {
  position: relative;
  z-index: 2;
}
.list .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list .flx > div {
  border-radius: 10px;
  overflow: hidden;
  height: 345px;
  padding: 25px 42px 0;
  width: calc((100% - 60px) / 3);
}
.list .flx > div:nth-child(3n-1) {
  margin-left: 30px;
  margin-right: 30px;
}
.list .flx > div:nth-child(n+4) {
  margin-top: 60px;
}
.list .flx > div::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 55%;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
}
.list .flx > div::before {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #6BA23E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list .flx > div:hover::before {
  width: 100%;
}
.list .img {
  position: relative;
  z-index: 2;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.list .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;
}
.list .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.list .tit {
  position: relative;
  z-index: 2;
  font-family: "fontM";
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 21px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}
.list .tit:hover {
  color: #6BA23E;
}
@media screen and (max-width: 1600px){
   .pinned{
        margin-top: 5.36%;
} 
.pinned .r {
   
    padding: 30px 50px 0;
}
.pinned .sw_info{
        bottom: 20px;
        padding: 0 30px;
}
.list {
    padding-top: 5.83%;
    
}
.list .flx > div{
    height: 260px;
}
.list .flx > div:nth-child(n+4) {
    margin-top: 40px;
}
.all {
    padding-bottom: 5.6%;
}
}
@media screen and (max-width: 1320px){
    .pinned .des{
    height: 6em;
}
}

@media screen and (max-width: 1200px){
        .pinned .r {
        padding: 20px 35px 0;
    }
    .pinned .des {
    margin-top: 10px;
        
    }
    .list .flx > div:nth-child(3n-1) {
    margin-left: 20px;
    margin-right: 20px;
}
.list .flx > div{
    padding: 0 15px;
    height: 210px;
        width: calc((100% - 40px) / 3);
}
}

@media screen and (max-width: 768px){
    .pinned .flx {
    flex-direction: column;
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .pinned .l {
    width: 100%;
        
    }
    .pinned .r {
    width: 100%;
               padding: 20px 20px 30px; 
                      
    }
    .list .flx > div{
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        margin-top: 20px;

    }
    .list .tit{
        margin-top: 10px;
    }
        .list {
        padding-top: 0;
    }
    .pinned .subtit {
    margin-top: 5px;
        
    }
    .list .flx > div:nth-child(3n-1) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .pinned{
        margin-top: 40px;
    }
        .all {
        padding-bottom: 40px;
    }
        .list .flx > div:nth-child(n+4) {
        margin-top: 20px;
    }
}
