.all {
  margin-top: 90px;
  margin-bottom: 140px;
  padding-top: 1px;
  position: relative;
}
.all::after {
  top: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 327px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #FFFFFF), to(#3E7E1F));
  background: linear-gradient(0deg, #FFFFFF 2%, #3E7E1F 100%);
}
.all .w1440 {
  position: relative;
  z-index: 2;
}
.all .title {
  line-height: 1.16;
  font-family: "fontM";
  margin-top: 63px;
}
.all .time {
  color: #6BA23E;
  margin-top: 30px;
}
.all .con {
  margin-top: 28px;
  padding: 34px 0 64px;
  border-top: 1px solid #D3E3C5;
  border-bottom: 1px solid #D3E3C5;
}
.all .content img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px;
}
.content ul li{
     list-style-type:disc;
}
.content ol li{
     list-style-type:decimal;
}
.all .tag {
    font-family: 'fontM';
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .tag_list {
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all .tag_list a {
    color: #333;
  padding: 8px 15px;
  background: rgba(124, 173, 122, 0.1);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(47, 81, 49, 0.1);
  margin-right: 9px;
  font-family: "fontM";
  line-height: 1;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          transition: all 0.5s;
}
.all .tag_list a:hover{
    color: #6BA23E;
}
.all .con .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .prev_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all .prev_next a {
  border-radius: 50px;
  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: #fff;
  width: 180px;
  height: 45px;
  overflow: hidden;
  position: relative;
}
.all .prev_next a span{
    position: relative;
    z-index: 2;
}
.all .prev_next a:after{
    background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #458031), color-stop(57%, #447F31), to(#7CA84B));
  background: linear-gradient(90deg, #7CA84B 0%, #458031 19%, #447F31 57%, #7CA84B 100%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.all .prev_next a:hover:after{
    width: 200%;
}
.all .next {
  margin-right: 17px;
}
.all .footer_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all .footer_share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 14px;
}
.all .footer_share a:last-child {
  margin-right: 0;
}
.all .footer_share a .img {
    border:2px solid #fff;
  border-radius: 10px;
    overflow: hidden;
  width: 120px;
  position: absolute;
  left: 50%;
  top: -140px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  background: #fff;
}
.all .footer_share a .img:after{
    width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
}
.all .footer_share a .img img{
    max-width: 100%;
    border-radius: 10px;
}
.all .footer_share a svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .footer_share a:hover svg path {
  fill: #739061;
}
.all .flx_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all .share_name {
  width: 70px;
  font-family: 'fontM';
}
.all .posts_name {
  font-family: "fontM";
  line-height: 1.16;
}

.posts {
  margin-top: 63px;
}
.posts .posts_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
.posts .box {
  width: calc((100% - 100px) / 3);
}
.posts .img {
  position: relative;
  height: 0;
  padding-bottom: 53.15%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.posts .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;
}
.posts .img:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.posts .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;
}
.posts .tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}
.posts .tit a:hover {
  color: #6BA23E;
}
.posts .des {
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.posts .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){
    .all {
    margin-top: 60px;
            margin-bottom: 7.29%;
    }
    .crumbs .w1440{
        width: 100%;
    }
    .all .title {
    margin-top: 40px;
}
.all .time {
    margin-top: 15px;
}
.all .tag {

    margin-top: 25px;
    
}
.all .con .flx{
        margin-top: 20px;
}
.all .prev_next a{
    width: 140px;
}
.all .con {
    margin-top: 28px;
    padding: 25px 0 40px;
    
}
.posts {
    margin-top: 40px;
}
.posts .posts_list{
    margin-top: 25px;
}
.posts .box {
    width: calc((100% - 70px) / 3);
}
.posts .tit{
    margin-top: 20px;
    padding-right: 0px;
}
}
@media screen and (max-width: 1200px){
    .posts .box {
        width: calc((100% - 40px) / 3);
    }
}
@media screen and (max-width: 768px){
        .all .title {
        text-align: center;
        margin-top: 25px;
    }
        .all .time {
        text-align: center;
                margin-top: 20px;
    }
        .all .con {
        margin-top: 15px;
            
        }
        .all .tag {
        margin-top: 20px;
    }
    .all .con .flx{
        flex-direction: column;
        align-items: start;
    }
    .all .prev_next {
    margin: 35px auto 0;
        
    }
    .posts .posts_list{
        flex-wrap: wrap;
    }
        .posts .box {
        width: 100%;
    }
    .posts .box:nth-child(n+2){
        margin-top: 30px;
    }
    .posts .tit{
        height: auto;
    }
    .posts .des{
        height: auto;
            margin-top: 10px;
    }
}
