.news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news ul .fen1 .rcont {
  height: 216px;
  position: unset!important;
}

.news ul .fen1 .limg {
  width: 100%;
  position: unset!important;
}

.news ul .fen1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 560px!important;
  height: 588px!important;
  background-color: #f4f4f4;
}

.news ul .fen1 .limg .tupian a img {
  width: 560px;
  height: 372px;
}

.news ul .fen1 .limg .tupian {
  width: 100%!important;
}

.news ul .fen1 .rcont .rwenzi {
  width: 100%!important;
  height: 100%!important;
  padding: 0!important;
}

.news ul .fen1 .rcont {
  width: 100%!important;
}

.news ul .fen1 .rcont .rwenzi .wz1, .news ul .fen1 .rcont .rwenzi .wz2, .news ul .fen1 .rcont .rwenzi .wz3 {
  margin-left: 20px;
}

.news ul .fen1 .rcont .rwenzi .wz3 {
  position: absolute;
  bottom: 41px;
}

.news ul .fen1 .rcont .rwenzi .wz3::after {
  position: absolute;
  content: "";
  top: 12px;
  right: -111px;
  width: 100px;
  height: 2px;
  background-color: #999999;
}

/* .fix:after, .fix:before {
  display: none!important;
} */

.news ul .fen1 .rcont .rwenzi .wz3 a {
  border-bottom: none!important;
}

.news ul .fen1 .rcont .rwenzi .wz3 a {
  color: #999999!important;
}

.news ul .fen1 .rcont .rwenzi .wz1 a:hover {
  color: #13a552!important;
}

.news ul .fen1 .rcont .rwenzi .wz2 a:hover {
  color: #13a552!important;
}

.news ul .fen1 .rcont .rwenzi .wz2 a {
  color: #999!important;
}

.news ul .fen1:hover .rcont .rwenzi a {
  color: #13a552!important;
}

.news ul .fen1:hover .rcont .rwenzi .wz3::after {
  background: #13a552!important;
  transition: .3s;
}

@media screen and (min-width: 1220px) {
  .title {
    width: 1200px;
    margin: auto;
  }
  .title div {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 62px;
  }
}
@media screen and (max-width: 800px){
  .title{
    width: 95%;
    margin: auto;
  }
  .title span{
    font-size: 20px !important;
  }
  .banner .slide{
    position: unset;
  }
  .news ul .fen1 .limg .tupian a img{
    height: auto;
  }
  .news ul .fen1{
    height: auto!important;
  }
}
.title div span {
  font-size: 36px;
  font-weight: 800;
  line-height: 30px;
  color: #13a552;
}

.title p {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  color: #13a552;
}

.title>p {
  width: 70px;
  position: relative;
}

.title>p::after {
  width: 200px;
  height: 2px;
  background-color: #13a552;
  position: absolute;
  content: "";
  right: -221px;
  top: 13px;
}

.foot {
  /* height: 379px; */
  position: relative;
}
.title p{
  margin-bottom: 19px;
}


.fix:after, .fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 800px){
.foot .duan p{
  width: 95%;
  margin: auto;
}
.foot .wp:last-child .duan{
  width: 100%;
}
}