.article-index-wrap h1,
.article-index-wrap h2,
.article-index-wrap h3 {
  color: #000009;
  font-weight: normal;
  font-family: var(--font-family1);
}
.article-index-wrap p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
}

.article-index-wrap > section {
 
}


.article-index-wrap .main-href {
  margin-top: 50px;
  text-align: center
}


.article-index-wrap .main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: var(--font-family1);
  background: var(--btn-bg);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px
}

.article-index-wrap .main-href a:hover {
  background: var(--btn-bg-hover);
}

.article-index-wrap .main-href a i {
  margin-left: 10px;
  font-size: 12px;
}

.article-index-wrap .title {
  width: 95%;
  margin: 0 auto;
  text-align: center
}

.article-index-wrap .title h1,
.article-index-wrap .title h1 a,
.article-index-wrap .title h2,
.article-index-wrap .title h2 a,
.article-index-wrap .title h3,
.article-index-wrap .title h3 a,
.article-index-wrap .title h4,
.article-index-wrap .title h4 a,
.article-index-wrap .title h5,
.article-index-wrap .title h5 a {
  font-size: 36px;
  letter-spacing: 2px;
  color: #000009;
  margin-top:20px;
}

.article-index-wrap .title b {
  display: block;
  margin-bottom: 8px;
  font-weight: 100;
  color: var(--text-color-active);
  font-size: 17px;
  font-family: var(--font-family2);
  letter-spacing: 0
}

.article-index-wrap .title p {
  margin-top: 20px
}

.blog .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;
  border-bottom: 1px solid #eee
}

.blogfl {
  width: 46%;
  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 var(--bg-color)
}

.blogfl h3 a,
.blogfr li h3 a {
  font-size: 22px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blogfl h3 a:hover,
.blogfr li h3 a:hover {
  color: var(--link-color-hover);
}

.blogfl p,
.blogfr p {
  margin-top: 15px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blogfr {
  width: 51%;
}

.blogfr li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px
}

.blogfr li span {
  margin-top: 2px
}

.blogfr li h3 {
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
  line-height: 32px
}

.blogfr li div:first-child {
  margin-right: 30px;
}

.blogfr li p {
  margin-top: 10px
}

.blog .main-href {
  margin-top: 104px;
  text-align: right
}

.latest-blog .blogcon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px
}

.latest-blog .blogfl {
  width: 31%
}

.blog-dont {
  padding-bottom: 100px
}

.blog-bgtu {
  width: 100%;
  padding: 10px 0;
  margin-top: 30px;
  background: #fff url('../images/bg12.jpg') no-repeat 20% center;
  overflow: hidden
}

.blog-dont .title span {
  display: block;
  margin-top: 30px
}

.blog-bgtu .blog-biaodan {
  float: right;
  width: 49%;
  padding: 10px 60px 60px;
  background: #fff;
  box-shadow: 2px 3px 10px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box
}

.blog-bgtu .blog-biaodan h3 {
  margin-top: 40px;
  font-size: 26px;
}

.blog-bgtu .blog-biaodan h3::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 18px;
  border-radius: 50%;
  background: var(--bg-color);
  vertical-align: middle;
}

.blog-bgtu .blog-biaodan p {
  margin-top: 20px;
  margin-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.blog-bgtu .blog-biaodan form {
  margin-top: 50px;
}
.blog-bgtu .blog-biaodan input {
  width: 100%;
  height: 72px;
  padding-left: 20px;
  outline: none;
  border: 1px solid #bbb;
  font-size: 16px;
  box-sizing: border-box;
}

.blog-bgtu button {
  width: 100%;
  margin-top: 20px;
  height: 72px;
  font-size: 16px;
  outline: none;
  background: var(--btn-bg);
  border: none;
  color: #fff;
  cursor: pointer
}

.blog-bgtu button:hover {
  background: var(--btn-bg-hover);
}

.blog-gou {
  margin-top: 30px;
  overflow: hidden
}

.blog-gou b {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  cursor: pointer;
  line-height: 24px
}

.blog-gou b.cilckgou {
  border-color: var(--bg-color);
  background: url('../images/ico61.png') no-repeat center
}

.blog-gou span {
  float: left;
  width: 85%;
  color: #999;
  font-size: 18px;
  line-height: 26px
}

.blog-gou span a {
  color: #666;
  text-decoration: underline
}


@media screen and (max-width: 1580px) {
  .article-index-wrap .title h3 {
    font-size: 34px
  }

  .blog-gou span {
    font-size: 15px
  }

  .article-index-wrap p {
    line-height: 26px
  }
}

@media screen and (max-width: 1400px) {
  .article-index-wrap .main-href a {
    padding: 15px 50px
  }

  .blog-gou span {
    width: 80%
  }

  .blogfr li h3 {
    line-height: 26px
  }

  .article-index-wrap .title h1,
  .article-index-wrap .title h1 a,
  .article-index-wrap .title h3,
  .article-index-wrap .title h3 a {
    font-size: 32px
  }

  .article-index-wrap .main-href a {
    font-size: 14px
  }
}

@media screen and (max-width: 1280px) {
  .article-index-wrap > section {
    margin: 60px 0
  }

  .blog-bgtu .blog-biaodan {
    padding: 10px 30px 20px
  }
  .blog-bgtu .blog-biaodan h3 {
    margin-top: 20px
  }
  .blog-bgtu .blog-biaodan form {
    margin-top: 30px;
  }
  .blog-bgtu .blog-biaodan input {
    height: 52px;
  }
  .blog-bgtu button {
    height: 52px;
  }
}

@media screen and (max-width: 960px) {
  .article-index-wrap .main-href a {
    font-size: 14px
  }

  .article-index-wrap .title {
    width: 100%
  }

  .article-index-wrap > section {
    margin: 40px 0
  }

  .article-index-wrap .title h1,
  .article-index-wrap .title h1 a,
  .article-index-wrap .title h3,
  .article-index-wrap .title h3 a {
    font-size: 30px
  }

  .article-index-wrap p {
    font-size: 15px;
    line-height: 24px
  }

  .blogfr, .blogfl {
    width: 100%;
  }
  .blogfr {
    margin-top: 30px
  }
  .blogfr li {
    flex-wrap: wrap;
  }
  .blogfr li div,
  .blogfr li div img {
    width: 100%
  }
  .blogfr li div:first-child {
    margin-right: 0
  }
  .blogfr li span {
    margin-top: 20px
  }

  .blog .main-href {
    margin-top: 50px;
    text-align: center
  }

  .blog .container,
  .blog-dont {
    padding-bottom: 60px
  }

  .latest-blog .blogfl,
  .list-blog .blogfl {
    width: 100%;
    margin: 30px 0 0;
  }

  .blog-bgtu .blog-biaodan {
    float: none;
    width: 100%
  }

}
@media screen and (max-width:480px){
.blogfl h3 a, .blogfr li h3 a{
font-size:18px !important;
}
      .article-index-wrap p {
        font-size: 12px;
        line-height: 20px;
    }
      .blog .container, .blog-dont {
        padding-bottom: 0;
    }
  
  .article-index-wrap .title h1, .article-index-wrap .title h1 a, .article-index-wrap .title h2, .article-index-wrap .title h2 a, .article-index-wrap .title h3, .article-index-wrap .title h3 a, .article-index-wrap .title h4, .article-index-wrap .title h4 a, .article-index-wrap .title h5, .article-index-wrap .title h5 a{
  font-size:24px !important;
  }
  .latest-blog .blogcon{
  margin-top:0 !important;
  }
  .article-index-wrap .title h1, .article-index-wrap .title h1 a, .article-index-wrap .title h3, .article-index-wrap .title h3 a{
  font-size:24px !important;
  }
  .blog-bgtu .blog-biaodan h3{
  font-size:20px !important;
  }
  
}