#special{
background: url(../../../core_sys/images/main/top/special_bg.png)no-repeat center,
  linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%,rgba(0,0,0,0) 100%);
  min-height: 1302px;
z-index:10;
position:relative;
}

.special__list{
margin-top:55px;
}

.special__list>li{
margin-bottom:55px;
position:relative;
}

.special__list>li::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url(../../../core_sys/images/main/top/special_hover.png) no-repeat center;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events:none;
}
.special__list>li:hover::after {
  opacity: 1;
}