.crumbs {
  margin: 0 !important;
  padding: 40px 0;
}

.pinned {
  padding: 95px 0 80px;
  background: rgba(217, 217, 217, 0.2);
  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 .pinned_btn {
  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;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pinned .pinned_btn svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pinned .pinned_btn:not(.swiper-button-disabled) {
  cursor: pointer;
}
.pinned .swiper-button-disabled {
  opacity: 0.8;
}
.pinned .pinned_btn:not(.swiper-button-disabled):hover {
  background: #6BA23E;
}
.pinned .pinned_btn:not(.swiper-button-disabled):hover svg path {
  fill: #fff;
}
.pinned .w1440 {
  margin: 0 50px;
}
.pinned .img {
  position: relative;
  height: 0;
  padding-bottom: 53.15%;
  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: 50%;
}
.pinned .r {
  width: 44%;
  padding-top: 70px;
}
.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;
  transition: all 0.5s;
}
.pinned .tit:hover{
    color: #6BA23E;
}
.pinned .des {
  width: 70%;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pinned .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.pinned .point span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #6BA23E;
}
.pinned .point .swiper-pagination-bullet-active {
  width: 38px;
}

.list {
  padding: 95px 0 135px;
  position: relative;
}
.list .w1440 {
  position: relative;
  z-index: 2;
}
.list::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 278px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #FFFFFF), to(#3E7E1F));
  background: linear-gradient(180deg, #FFFFFF 2%, #3E7E1F 100%);
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.list .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list .flx > div {
  width: calc((100% - 100px) / 3);
}
.list .flx > div:nth-child(3n-1) {
  margin-left: 50px;
  margin-right: 50px;
}
.list .flx > div:nth-child(n+4) {
  margin-top: 66px;
}
.list .img {
  position: relative;
  height: 0;
  padding-bottom: 53.15%;
  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 {
  font-family: "fontM";
  line-height: 1.2;
  height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 38px;
  padding-right: 10px;
}
.list .tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}
.list .tit a:hover {
  color: #6BA23E;
}
.list .des {
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.list .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;
  margin-top: 25px;
  color: #6BA23E;
}
@media screen and (max-width: 1600px){
    .crumbs {
        padding: 20px 0;
    }
    .pinned {
    padding: 4.94% 0;
        
    }
    .pinned .r {
    padding-top: 20px;
    }
    .pinned .des{
        margin-top: 10px;
    }
    .pinned .time{
        margin-top: 25px;
    }
    .pinned .w1440 {
    margin: 0 25px;
}
.pinned .point{
    margin-top: 35px;
}
.list {
    padding: 4.94% 0 7%;
    
}
.list .flx > div {
    width: calc((100% - 70px) / 3);
}
.list .flx > div:nth-child(3n-1) {
    margin-left: 30px;
    margin-right: 30px;
}
.list .flx > div:nth-child(n+4) {
    margin-top: 45px;
}
.list .tit{
    margin-top: 20px;
}
}
@media screen and (max-width: 1200px){
    .pinned .pinned_btn{
        display: none;
    }
    .pinned .img{
        padding-bottom: 0;
        height: 100%;
    }
        .list .flx > div {
        width: calc((100% - 40px) / 3);
    }
    .list .flx > div:nth-child(3n-1) {
    margin-left: 20px;
    margin-right: 20px;
}
}
@media screen and (max-width: 768px){
        .pinned {
        padding: 40px 0;
    }
        .pinned .point {
        margin-top: 20px;
    }
    .pinned .swiper-slide{
        flex-direction: column;
    }
    .pinned .l {
    width: 100%;
    }
    .pinned .r {
    width: 100%;
    }
        .pinned .img {
        padding-bottom: 53.15%;
        height: 0;
    }
        .list .flx > div {
        width: 100%;
    }
    .list .flx > div:nth-child(n+2) {
        margin:30px 0 0 !important;
    }
        .list {
        padding: 40px 0;
    }
    .list .tit{
        height: auto;
    }
    .list .des{
        height: auto;
    }
}