.indexD-rightint2 {
  position: relative;
}

.indexD-rightint2 img{
  display: block; 
  margin: 0 auto;
  width: 100%;
}
.indexD-rightint2 .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}
.indexD-rightint2 .txt .container {
  max-width: 1300px;
  margin: 200px 0;
}
.indexD-rightint2 .txt em {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 700;
  letter-spacing: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.indexD-rightint2 .txt h3 {
  margin: 15px 0 0;
  font-size: clamp(24px, 2.4vw, 46px);
  color: #fff;
  line-height: 1.2;
  font-family: inter;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 700px;
}
.indexD-rightint2 .txt h3::after {
  display: none; /* 隐藏下划线，和图片一致 */
}
.indexD-rightint2 .txt p {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  max-width: 420px;
  margin: 25px 0 0;
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
  /* text-align: left; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 6; */
  -webkit-box-orient: vertical;
      text-align: justify;
}

/* 响应式适配 */
@media screen and (max-width: 1200px) {

  .indexD-rightint2 .txt p {
    max-width: 380px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .indexD-rightint2 .txt {
    padding: 0 20px;
  }
  .indexD-rightint2 .txt em {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .indexD-rightint2 .txt h3 {
    margin: 10px 0 0;
  }
  .indexD-rightint2 .txt p {
    max-width: 100%;
    font-size: 12px;
    padding: 15px;
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .indexD-rightint2 .txt {position: relative; padding: 0;}
  .indexD-rightint2 .txt h3{color: #000;}
  .indexD-rightint2 .txt p {padding: 0;margin: 15px 0 0 0;}
  .indexD-rightint2{padding:0  0 30px 0;}


}
