.r-depart-intro002 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.r-depart-intro002 .more002 i {
  color: #008f4d;
}

.r-depart-intro002 .inner-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.r-depart-intro002 .inner-box .left-img {
  width: auto;
  height: 3.4rem;
  padding-right: 0.4rem;
}

.r-depart-intro002 .inner-box .left-img .inner-img {
  width: auto;
  height: 100%;
  overflow: hidden;
}

.r-depart-intro002 .inner-box .left-img .inner-img img {
  width: auto;
  height: 100%;
}

.r-depart-intro002 .inner-box .right-info {
  width: 48%;
  flex: 1;
}
.r-depart-intro002 .inner-box .right-info .phone{
  position: absolute;
  bottom: 0.4rem;
}

.r-depart-intro002 .inner-box .right-info h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r-depart-intro002 .inner-box .right-info h1 a.qr-btn {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 4px;
  border: 1px solid #1c64b6;
  color: #1c64b6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.r-depart-intro002 .inner-box .right-info h1 a.qr-btn i {
  font-size: 0.24rem;
  font-weight: normal;
}

.r-depart-intro002 .inner-box .right-info .intro {
  color: #333;
  line-height: 0.3rem;
  max-height: 2.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.16rem;
  margin-top: 0.35rem;
  text-indent: 0.32rem;
  text-align: justify;
  min-height: 1rem;
}

@media (max-width: 960px) {
  .r-depart-intro002 {
    padding-top: 40px !important;
    padding-bottom: 40px;
  }

  .r-depart-intro002 .inner-box {
    flex-wrap: wrap;
    /* padding: 20px; */
  }
    .r-depart-intro002 .inner-box .right-info .phone{
      bottom: 0.1rem;
    }

  .r-depart-intro002 .inner-box .left-img {
    position: static;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .r-depart-intro002 .inner-box .left-img .inner-img {
    height: auto;
    width: 100%;
  }

  .r-depart-intro002 .inner-box .left-img .inner-img img {
    height: auto;
    width: 100%;
  }

  .r-depart-intro002 .inner-box .right-info {
    width: 100%;
    padding: 0;
    height: auto;
    flex: auto;
    margin-top: 20px;
  }

  .r-depart-intro002 .inner-box .right-info h1 {
    margin-top: 20px;
  }

  .r-depart-intro002 .inner-box .right-info .intro {
    margin-top: 20px;
  }

  .r-depart-intro002 .inner-box .right-info .entry-box:last-child {
    margin-right: 0;
  }

  .r-depart-intro002 .inner-box .right-info a.more002 {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=ruifox-depart-intro001.css.map */