.list-blog h3 {
  color: #000009;
  font-weight: normal;
  font-family: var(--font-family1);
}
.list-blog p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}

.list-blog {
  margin-top: 60px;
  margin-bottom: 90px
}

.list-blog .blogcon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0
}

.blogfl {
  width: 48%;
  padding-bottom: 25px;
  border-bottom: 2px solid #eee;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.blogfl a,
.blogfr li a {
  display: block;
  overflow: hidden
}

.blogfl a img,
.blogfr li a img {
  width: 100%
}

.blogfl:hover a img,
.blogfr li:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.blogfl span,
.blogfr li span {
  display: block;
  margin: 25px 0 10px;
  font-size: 14px;
  color: #999
}

.blogfl:hover {
  border-bottom: 2px solid #e93e25
}

.blogfl h3,
.blogfr li h3 {
  font-size: 22px;
  color: #212121
}

.blogfl h3 a:hover,
.blogfr li h3 a:hover {
  color: #e93e25
}

.blogfl p {
  margin-top: 15px;
  font-size: 16px
}

.list-blog .blogfl {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 32%;
  margin-top: 40px;
  padding: 0;
  border: 1px solid #f5f5f5;
}

.list-blog .blogfl:hover {
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -6px);
  -moz-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px)
}

.list-blog .blogfl h3 {
  font-size: 18px;
  font-family: var(--font-family1);
  line-height: 1.6;
}

.p-href a {
  display: inline-block;
  font-size: 16px;
  color: var(--btn-bg);
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  opacity: .8;
  border-bottom: 1px solid transparent;
}

.p-href a i {
  font-weight: bold;
}

.p-href a:hover {
  color: var(--btn-bg-hover);
  border-bottom: 1px solid #f49e92;
  opacity: 1
}

.blog-wen {
  position: relative;
  flex: 1;
  padding: 0 30px 70px;
  overflow: hidden;
  background: #f5f5f5;
}

.blog-wen h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-wen p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-wen .p-href {
  position: absolute;
  left: 30px;
  bottom: 15px;
  font-size: 0;
}

.list-blog .page {
  margin-top: 15px
}

@media screen and (max-width: 1280px) {
  .list-blog {
    margin-top: 20px
  }
}

@media screen and (max-width: 960px) {
  .list-blog .blogfl {
    width: 100%;
  }
  .list-blog p {
    font-size: 15px;
  }
  .list-blog{
  margin-bottom:20px;
  }
}