.industry-list{
  padding: 15px 0 0 0;
}
.industry-list .il-list ul li{
  margin-top: 50px;
  box-shadow: 0 1px 13px #ebebeb;
}
.industry-list .il-list ul li a{
  padding: 38px 22px;
  transition: all .3s;
}
.industry-list .il-list ul li a:hover{
  background-color: #dea91a;
}
.industry-list .il-list ul li a .img-box{
  width: 254px;
  height: 164px;
  overflow: hidden;
}
.industry-list .il-list ul li a .img-box img{
  width: 100%;
  max-height: 100%;
}
.industry-list .il-list ul li a .words{
  flex: 1;
  margin-left: 32px;
}
.industry-list .il-list ul li a .words .time{
  font-size: 24px;
  color: #272727;
  font-weight: 600;
}
.industry-list .il-list ul li a .words .tit{
  margin-top: 34px;
  width: 100%;
  font-size: 16px;
  color: #272727;
  font-weight: 600;
  -webkit-line-clamp: 1;
}
.industry-list .il-list ul li a .words .desc{
  margin-top: 12px;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
}
.industry-list .il-list ul li a:hover .words p{
  color: #fff;
}
@media (max-width: 1200px) {
  .industry-list{
    padding: 2.34375vmin 1.5625vmin;
  }
}
@media (max-width: 640px) {
  .industry-list .il-list ul li{
    margin-top: 4.6875vmin;
  }
  .industry-list .il-list ul li a{
    padding: 3.125vmin 1.5625vmin;
  }
  .industry-list .il-list ul li a .img-box{
    width: 31.25vmin;
    height: 20.3125vmin;
    height: auto;
  }
  .industry-list .il-list ul li a .words{
    margin-left: 3.125vmin;
  }
  .industry-list .il-list ul li a .words .time{
    font-size: 3.75vmin;
  }
  .industry-list .il-list ul li a .words .tit{
    margin-top: 3.25vmin;
    font-size: 2.5vmin;
  }
  .industry-list .il-list ul li a .words .desc{
    margin-top: 1.875vmin;
    font-size: 2.1875vmin;
    line-height: 3.4375vmin;
    height: auto;
  }
}