.qili-aframe1 {
  overflow: hidden;
  padding: 80px 0;
}

@media screen and (max-width:1440px) {
  .qili-aframe1 {
    padding: 50px 0;
  }
}

@media screen and (max-width:991px) {
  .qili-aframe1 {
    padding: 30px 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 .txt {
  overflow: hidden;
}

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

.qili-aframe1 .item .txt p {
  font-size: clamp(14px, 0.85vw, 16px);
  color: #666;
  line-height: 1.8;
  text-align: left;
 
}
.qili-aframe1 .item:nth-child(2) .txt p,.qili-aframe1 .item:nth-child(3) .txt p{
   max-height: 210px;
  overflow-y: scroll;
}
.qili-aframe1 .item:last-child {
  border-right: 1px solid #efefef;
}

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

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

}
