.services-list{
  padding-top: 70px;
}
.services-list a{
  position: relative;
  margin-top: 20px;
  border: 12px solid #e7e7e7;
}
.services-list a img.bg{
  position: relative;
  max-width: 100%;
  z-index: 0;
}
.services-list a .words{
  color: #fff;
  text-align: center;
  z-index: 2;
}
.services-list a .words p.en{
  font-size: 14px;
  white-space:nowrap;
  word-break: keep-all;
}
.services-list a .words p.ch{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
.services-list a:before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66%;
  height: 60%;
  content: "";
  z-index: 1;
  background-color: transparent;
  transition: all .5s;
}
.services-list a:hover:before{
  background-color: #dea91a;
}
@media (max-width: 1200px) {
  .services-list{
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
  }
  .services-list a{
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 930px){
  .services-list a{
    margin-left: 0;
    margin-right: 0;
    width: 48%;
  }
  .services-list a img{
    width: 100%;
  }
}
@media (max-width: 640px) {
  .services-list{
    padding-top: 10.9375vmin;
  }
  .services-list a{
    margin-top: 3.125vmin;
    border-width: 1.875vmin;
  }
  .services-list a .words p.en{
    font-size: 2.1875vmin;
  }
  .services-list a .words p.ch {
    margin-top: 1.5625vmin;
    font-size: 2.8125vmin;
    font-weight: 600;
  }
}