.qili-aframe1 {
  overflow: hidden;
  padding: clamp(30px, 4.166667vw, 50px) 0;
}

.qili-aframe1 .item {
  overflow: hidden;
  border-left: 1px solid #efefef;
  padding: 30px;
  width: calc((1 / 3) * 100%);
  position: relative;
  margin: 20px 0;
}

.qili-aframe1 .item:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  background: #d71635;
  position: absolute;
  left: 0;
  top: 60px;
}
.qili-aframe1 .item .img img{height: 50px;}
.qili-aframe1 .item .img {
  overflow: hidden;
  text-align: center;
}

.qili-aframe1 .item .txt {
  overflow: hidden;
}

.qili-aframe1 .item .txt h3 {
  font-size: clamp(16px, 0.99vw, 19px);
  padding: 15px 0;
  text-align: center;
}

.qili-aframe1 .item .txt p {
  font-size: clamp(14px, 0.78vw, 15px);
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-align: left;
}

.qili-aframe1 .item:last-child {
  border-right: 1px solid #efefef;
}

@media (min-width:992px) {
  .qili-aframe1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width:1px) and (max-width:991px) {
  .qili-aframe1 .item {
    width: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
  }


}
