.alliab-active-pic img, .his_icon img,
.his_micon img {
  display: block;
  width: 100%;
}
/* article-cards */
.cards-section-padding {
  padding: 4.0rem 16.1rem 7.3rem 16.1rem;
}
.doLins {
  cursor: pointer;
}
.doLins:hover {
  color: rgba(29, 29, 31, 0.95);
  font-weight: bold;
  text-decoration: underline;
}
.cards-dtitle, .cards-text, .cards-history {
  padding: 0 7.2rem;
  line-height: 3.4rem;
  font-size: 1.8rem;
  color: var(--black-light-4);
  font-family: "SourceHanSansCN-regular";
}
.cards-dtitle h2 {
  line-height: 4.5rem;
  font-size: 3rem;
  color: var(--black-light-1);
  font-weight: Bold;
}
.cards-dtitle p {
  margin: 2.4rem 0 0 0;
}

.cards-dconts {
  margin: 4rem 0 0 0;
  padding: 5.35rem 7.2rem;
  line-height: 3.4rem;
  font-size: 2rem;
  background: var(--white-primary);
  border-radius: 2.4rem;
  font-family: "SourceHanSansCN-regular";
}
.cards-dconts img {
  /* display: block; */
  max-width: 100%;
}
.cards-text {
  margin: 4.5rem 0 0 0;
  font-family: "SourceHanSansCN-regular";
}
.cards-text p, .cards-history p {
  margin: 1.4rem 0 0 0;
}
.cards-text p a {
  color: #666;
}
.cards-text p a:hover {
  font-family: 'SourceHanSansCN-medium';
  color: rgba(29, 29, 31, 0.95);
}

.cards-history {
  margin: 4.6rem 0 0 0;
  line-height: 5rem;
}

.cards-history h4, .cards-history p a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.cards-history h4 em, .cards-history p em {
  flex: 1;
  min-width: 0;
}
.cards-history h4 em {
  font-size: 2rem;
  color: #DE0515;
  font-weight: bold;
}

.cards-history p a {
  color: #626262;
}

.his_icon {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1.7rem 0 0;
}
.his_micon {
  width: 1.9rem;
  height: 1.9rem;
  margin: 0 2rem 0 0;
}

@media screen and (max-width: 1280px) {
  .cards-section-padding {
    padding: 3rem;
  }
  .cards-dtitle,
    .cards-text, .cards-history {
      padding: 0 3rem;
    }
    .cards-dconts {
      padding: 4rem 3rem;
    }
}

@media screen and (max-width: 767px) {
  .cards-section-padding {
    padding: 3rem 0.5rem;
  }
  /* article-cards */
  .article-cards {
    padding: 1.5rem 0.5rem;
  }
  .cards-dtitle,
  .cards-text, .cards-history {
    padding: 0 0.5rem;
    line-height: 1rem;
    font-size: 0.7rem;
  }

  .cards-dtitle h2 {
    line-height: 1.2rem;
    font-size: 0.8rem;
  }

  .cards-dtitle p {
    margin: 0.5rem 0 0 0;
    font-size: 0.6rem;
  }

  .cards-dconts {
    margin: 1rem 0 0 0;
    padding: 1rem 0.75rem;
    line-height: 1rem;
    font-size: 0.7rem;
    border-radius: 1rem;
  }

  .cards-text {
    margin: 1rem 0 0 0;
  }

  .cards-text p, .cards-history p {
    margin: 0.5rem 0 0 0;
  }
  .cards-history {
    margin: 1rem 0 0 0;
    line-height: 1.5rem;
  }
  .cards-history h4,
  .cards-history p a {
    align-items: flex-start;
    align-content: flex-start;
  }
  .cards-history h4 em {
    font-size: 1rem;
  }
  
  .his_icon {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.15rem 0.55rem 0 0;
  }

  .his_micon {
    width: 1rem;
    height: 1rem;
    margin: 0.25rem 0.75rem 0 0;
  }
}