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

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

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

.qili-aframe1 .item .img {
  overflow: hidden;
  text-align: center;
}
.qili-aframe1 .item .img img{width:65px;}
.qili-aframe1 .item .txt {
  overflow: hidden;
}

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

.qili-aframe1 .item .txt p {
  font-size: clamp(13px, 0.83vw, 16px);
  color: #666;
  line-height: 1.8;
  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;
  }
}


@media (max-width:991px) {
  .qili-aframe1 .container {
    display: flex;
    flex-wrap: wrap;
  }
  .qili-aframe1 .item {
    width: 50%;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 0 15px;
    border-left: 1px solid #efefef;
    border-right: none;
  }
  .qili-aframe1 .item:nth-child(2n) {
    border-right: 1px solid #efefef;
  }
  .qili-aframe1 .item:before {
    display: none;
  }
  .qili-aframe1 .item .img img {
    width: 55px;
  }
}

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

  .qili-aframe1 .item:last-child {
    border-right: none;
  }
}
