.pinned {
  padding: 62px 0 80px;
  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 .img {
  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: 50%;
}
.pinned .r {
  width: 44%;
  padding-top: 23px;
}
.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";
  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;
}
.pinned .play {
  width: 100px;
  height: 100px;
}

.play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

.vio_clk {
  cursor: pointer;
}

.list {
  padding: 0 0 120px;
  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 .play {
  width: 60px;
  height: 60px;
}
.list .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list .flx > div {
  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: 30px;
}
.list .img {
  position: relative;
  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 {
  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;
}
.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: 30px;
  color: #6BA23E;
}

.vio_task {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.vio_task .vio_con {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.vio_task video {
  max-height: 60%;
  max-width: 60%;
}
.vio_task .vio_close {
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.vio_task .vio_close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1600px){
    .pinned .play {
    width: 70px;
    height: 70px;
}
.pinned .des{
    margin-top: 15px;
}
.pinned .time{
    margin-top: 25px;
}
.pinned {
    padding: 40px 0 60px;
    
}
.list {
    padding: 0 0 6.25%;
}
.list .tit{
    margin-top: 20px;
}
.list .time{
    margin-top: 25px;
}
}
@media screen and (max-width: 1200px){
        .pinned {
        padding: 40px 0;
        
    }
    .pinned .img{
        height: 100%;
        padding-bottom: 0;
    }
    .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 {
   
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .pinned .swiper-slide{
        flex-direction: column;
    }
    .pinned .l {
    width: 100%;
}
.pinned .r {
    width: 100%;
}
.pinned .img{
        height: 0;
        padding-bottom: 56%;
    }
    .pinned .des {
    width: 100%;}
        .list .flx > div {
        width: 100%;
    }
    .list .flx > div:nth-child(3n-1) {
        margin: 30px 0;
        padding: 30px 0;
        border-top: 1px solid rgba(0,0,0,0.1);
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .list .tit{
        height: auto;
    }
        .list {
        padding: 0 0 40px;
    }
    .vio_task video {
    max-height: inherit;
    max-width: inherit;
    width: 90%;
}
    .list .time {
        margin-top: 15px;
            width: 140px;
    }
}
