.indexD-rightint2 {
  position: relative;
}
.indexD-rightint2 .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.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: 45px 0 0;
  font-size: 45px;
  color: #fff;
  line-height: 1.2;
  font-family: var(--font-family);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.indexD-rightint2 .txt h3::after {
  content: "";
  width: 350px;
  height: 10px;
  background: #fff;
  margin: 60px auto 0 0;
  display: block;
}
.indexD-rightint2 .txt p {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  font-weight: 200;
  margin: 40px auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
}


/* Buttons */
.indexD-rightint2 .kuangke-banner-actions{
  display: flex;
  gap: 20px;
  justify-content: center;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 25px;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.16px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-width: 174px;
  justify-content: center;
}

.indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
  z-index: -1;
}

.indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn:hover::before {
  left: 100%;
}

.indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn-primary {
  background: var(--color-primary, #1554a3);
  color: #ffffff;
  text-transform: uppercase;
}

.indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn-primary:hover {
  background: #fff;
  color: #00378f;
  text-decoration: none;
}

.indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn-secondary {
  background: #fff;
  color: var(--color-primary, #1554a3);
  text-transform: uppercase;
}

.indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn-secondary:hover {
  background: var(--color-primary, #1554a3);
  color: #ffffff;
  text-decoration: none;
}


@media screen and (min-width: 1500px) and (max-width: 1921px) {
  .indexD-rightint2 .txt h3 {
    font-size: 40px;
  }
  .indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn {
    font-size: 20px;
    min-width: 145px;
  }
  .indexD-rightint2 .txt {
    text-align: center;
  }
  .indexD-rightint2 .txt h3::after {
    margin: 25px auto 0; 
  }
}



@media screen and (max-width: 1441px) {

  .indexD-rightint2 .txt h3::after {
    width: 250px;
    height: 6px;
    margin: 40px auto 0 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 22px;
    line-height: 36px;
    margin: 50px auto;
  }
}


@media screen and (max-width: 1281px) {


  .indexD-rightint2 .txt h3 {
    margin: 30px 0 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 20px;
    line-height: 32px;
    margin: 30px auto;
  }
  .indexD-rightint2 .txt{text-align: center;}
  .indexD-rightint2 .txt h3::after { margin: 25px auto 0;}
}


@media screen and (max-width: 768px) {


  .indexD-rightint2 .txt {
    text-align: center;
  }
  .indexD-rightint2 .txt em {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .indexD-rightint2 .txt h3 {
    margin: 20px 0 0;
    line-height: 1;
  }
  .indexD-rightint2 .txt h3::after {
    width: 150px;
    height: 3px;
    margin: 20px auto 0;
  }
  .indexD-rightint2 .txt p {
    font-size: 17px;
    line-height: 24px;
    margin: 20px auto;
  }
}

@media screen and (max-width: 576px) {



  .indexD-rightint2 .txt h3 br {
    display: none;
  }

  .indexD-rightint2 .txt p {
    font-size: 16px;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
    margin: 15px auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 480px) {
  .indexD-rightint2 .txt h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1500px) {
    .indexD-rightint2 .txt h3 {
        font-size: 40px;
    }
}
@media screen and (max-width: 1440px) {
    .indexD-rightint2 .txt h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1281px) {
    .indexD-rightint2 .txt h3 {
        font-size: 34px;
    }
    .indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn {font-size: 16px; min-width: 145px;}
}
@media screen and (max-width: 1171px) {
    .indexD-rightint2 .txt h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 992px) {
    .indexD-rightint2 .txt h3 {
        font-size: 26px;
    }
    .indexD-rightint2 .txt p {font-size: 16px;line-height: 24px;margin: 15px auto;}
    .indexD-rightint2 .txt h3::after {height: 4px;margin: 15px auto 0;width: 170px;}
    .indexD-rightint2 .txt p { font-size: 16px;line-height: 24px;margin: 15px auto;}

}
@media screen and (max-width: 768px) {
    .indexD-rightint2 .txt h3 {
        font-size: 24px;
    }
    .indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn {font-size: 14px; min-width: 125px;}
    
}

@media screen and (max-width: 576px) {
    .indexD-rightint2 .txt h3 {font-size: 16px;}
    .indexD-rightint2 .txt h3::after {display: none;}
      .indexD-rightint2 .txt h3 {margin: 0;}
    .indexD-rightint2 .txt p {font-size: 11px;line-height: 14px;margin: 8px auto;}
    .indexD-rightint2 .kuangke-banner-actions .kuangke-banner-btn {font-size: 10px;min-width: 88px;padding: 5px 10px;}
}
