@media(min-width:992px) {
  .zhuanti_head {
    /* background: url(/images/zhuanti1.jpg) no-repeat 100% center; */
    margin-top: 15px;
  }
}

.zhuanti_head_des {
  overflow: hidden;
  padding: 40px 15px 60px;
}

.zhuanti_head_des .news_top a {
  display: block;
  overflow: hidden;
}

.zhuanti_head_des .news_top img {
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.zhuanti_head_des .news_top:hover img {
  transform: scale(1.05);
}

.zhuanti_head_des .industry_h1 {
  margin-top: 0;
}

.zhuanti_head_des .zhuanti_shili {
  padding: 20px 20px 5px;
  background-color: #ffffff;
}

.zhuanti_shili h2 {
  font-size: 17px;
  margin: 0;
  line-height: 30px;
}

.zhuanti_shili p {
  font-size: 14px;
  color: #333333;
  margin: 20px 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zhuanti_shili span {
  display: block;
  height: 1px;
  border-bottom: 1px dashed #aeaeae;
}

.news_top:hover .zhuanti_shili h2 {
  color: #d11a2d;
}

.news_top:hover .zhuanti_shili .zhuanti_shili_more {
  color: #d11a2d;
}

.industry_li_tupian {
  padding: 0;
  overflow: hidden;
}

.industry_li_tupian img {
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.industry_li li:hover .industry_li_tupian img {
  transform: scale(1.05);
}

.industry_li_des {
  padding: 15px 30px;
}

.industry_li_des h2 {
  margin: 25px 0;
  font-size: 17px;
  color: #333333;
  line-height: 30px;
}

.industry_li_des p {
  font-size: 14px;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.industry_li li:hover h2 {
  color: #d11a2d;
}

.industry_li li:hover .img-list-1>li {
  background-color: #ffffff !important;
}

@media(min-width:576px) {
  .zhuanti_shili h2 {
    font-size: 18px;
  }

  .industry_li_des h2 {
    font-size: 18px;
  }
}

@media(min-width:1200px) {
  .pagination {
    padding-left: 140px !important;
  }
}

@media(min-width: 1660px) {
  .zhuanti_shili p {
    font-size: 16px;
  }

  .industry_li_des p {
    font-size: 16px;
  }
}