.info {
  font-size: 0.73rem;
  line-height: 1.45rem;
  color: #5C5C5C;
  margin-bottom: 5.45rem;
}
.business-link {
  position: relative;
  top: -4.55rem;
}
.bus-item {
  position: relative;
  margin-bottom: 10.32rem;
}
.bus-item .img {
  width: 59.4%;
  overflow: hidden;
}
.bus-item .img img {
  transition: all 0.5s ease;
}
.bus-item .item-box {
  position: absolute;
  right: 0;
  bottom: -2.14rem;
  width: 47%;
  height: 16.82rem;
  padding: 0 2.32rem;
  background-color: #F7F7F7;
  transition: all 0.5s ease;
}
.bus-item .item-box .num {
  position: absolute;
  right: 0;
  top: -7.5rem;
  font-size: 8.05rem;
  font-weight: bold;
  color: #F7F7F7;
  line-height: 1;
  z-index: -1;
}
.bus-item .item-box h3 {
  font-size: 1.64rem;
  color: #C79B6B;
}
.bus-item .item-box .en {
  position: relative;
  color: #C79B6B;
  font-size: 0.91rem;
  margin-bottom: 2.91rem;
}
.bus-item .item-box .en::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.36rem;
  width: 0.91rem;
  height: 0.18rem;
  background-color: #C79B6B;
}
.bus-item .item-box p {
  line-height: 1.09rem;
  color: #5C5C5C;
}
.bus-item .item-box i {
  position: absolute;
  right: 1.09rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8.95rem;
  color: #fff;
  opacity: 0;
}
.bus-item .linka {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.bus-item:nth-of-type(even) .img {
  margin-left: 40.6%;
}
.bus-item:nth-of-type(even) .item-box {
  left: 0;
}
.bus-item:nth-of-type(even) .item-box .num {
  left: 0;
}
.bus-item:hover .img img {
  transform: scale(1.04);
}
.bus-item:hover .item-box {
  background-color: #C79B6B;
}
.bus-item:hover h3,
.bus-item:hover .en,
.bus-item:hover p {
  color: #fff;
}
.bus-item:hover .en::after {
  background-color: #fff;
}
.bus-item:hover i {
  opacity: 0.17;
}
@media only screen and (max-width: 640px) {
  .info {
    margin-bottom: 3.45rem;
  }
  .bus-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 5.32rem;
  }
  .bus-item .img {
    width: 100%;
  }
  .bus-item .item-box {
    position: static;
    height: 10.82rem;
    width: 100%;
    padding: 0px 1.32rem;
  }
  .bus-item .item-box .en {
    margin-bottom: 1.91rem;
  }
  .bus-item .item-box .en::after {
    bottom: -1rem;
  }
  .bus-item .item-box .num {
    top: -4rem;
    font-size: 5.05rem;
  }
  .bus-item .item-box h3 {
    font-size: 1.3rem;
  }
  .bus-item:nth-of-type(even) .img {
    margin-left: 0;
  }
}
