@charset "utf-8";

.ta-content-main {
  padding: 30px;
}

.ta-acade-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ta-acade-item + .ta-acade-item {
  margin-top: 24px;
}

.ta-acade-card {
  display: flex;
  min-height: 241px;
  color: var(--color-primary-2);
}

.ta-acade-media {
  flex: 0 0 183px;
  width: 183px;
  height: 241px;
  overflow: hidden;
  background: #dbe6f3;
}

.ta-acade-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ta-acade-body {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 241px;
  padding: 24px 28px 24px 24px;
  background: #F8FCFF;
  color: var(--color-primary-2);
}

.ta-acade-title {
  margin: 0 0 16px;
  color: var(--color-primary-2);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.ta-acade-summary {
  color: var(--color-primary-2);
  /* font-family: "Microsoft YaHei"; */
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.ta-acade-summary p {
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ta-acade-summary p > span {
  display: block;
}

.ta-acade-summary p + p {
  margin-top: 12px;
}

@media (max-width: 1140px) {
  .ta-acade-body {
    padding: 24px 28px 24px 24px;
  }

  .ta-acade-summary {
    font-size: 16px;
    line-height: 1.8;
  }

  .ta-acade-summary p + p {
    margin-top: 10px;
  }
}

@media (max-width: 960px) {
  .ta-content-main {
    padding: 28px;
  }

  .ta-acade-item + .ta-acade-item {
    margin-top: 20px;
  }

  .ta-acade-card {
    min-height: 0;
  }

  .ta-acade-media {
    flex-basis: 168px;
    width: 168px;
    height: 220px;
  }

  .ta-acade-body {
    min-height: 220px;
    padding: 20px 22px;
  }

  .ta-acade-title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.2;
  }

  .ta-acade-summary {
    font-size: 15px;
    line-height: 1.8;
  }

  .ta-acade-summary p + p {
    margin-top: 9px;
  }
}

@media (max-width: 720px) {
  .ta-content-main {
    padding: 20px 16px;
  }

  .ta-acade-item + .ta-acade-item {
    margin-top: 14px;
  }

  .ta-acade-card {
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
    background: #F8FCFF;
  }

  .ta-acade-media {
    flex: 0 0 118px;
    width: 118px;
    height: auto;
    min-height: 154px;
    align-self: stretch;
  }

  .ta-acade-body {
    min-height: 0;
    padding: 12px 12px 12px 10px;
  }

  .ta-acade-title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.35;
  }

  .ta-acade-summary {
    font-size: 12px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .ta-acade-summary p + p {
    margin-top: 8px;
  }
}

@media (max-width: 540px) {
  .ta-content-main {
    padding: 16px 12px;
  }

  .ta-acade-card {
    display: block;
    background: #F8FCFF;
  }

  .ta-acade-media {
    width: 46%;
    max-width: 130px;
    min-height: 0;
    height: auto;
    aspect-ratio: 183 / 257;
    margin: 0 auto;
  }

  .ta-acade-body {
    padding: 12px 10px 14px;
  }

  .ta-acade-title {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.35;
  }

  .ta-acade-summary {
    font-size: 11px;
    line-height: 1.7;
    -webkit-line-clamp: 5;
  }

  .ta-acade-summary p + p {
    margin-top: 6px;
  }
}
