.pressOPcss {
  content: "20250617下午";
}
.pressOPSet h2 {
  color: var(--G900);
  font-size: var(--h2FS);
  margin-bottom: 1.5rem;
  text-align: center;
}

.pressOPSet {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  margin: auto;
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  row-gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.pressOPSet>.col {
  width: 100%;
}


.pressOPWrap {
  padding-top: 1.5rem;
}

.pressIndex ul li {
  display: inline-block;
  padding-bottom: 1rem;
  width: 100%;
}

.pressBioContent {
  font-size: 20px;
  margin-bottom: 1rem;
  /* height: 186px; */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pressBioContent .toggleMoreBtn {
  width: 100%;
  margin: auto;
}

.logoBioContainer {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.logoBioGroup .logoImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logoBioGroup .logoImg {
  width: 220px;
  height: 220px;
  text-align: center;
}

.logoBioGroup {
  box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
  background: #fff;
}

@media (min-width: 768px) {
  .pressOPSet {
    flex-direction: row;
  }

  .pressOPSet {
    max-width: 650px;
  }

  .pressOPSet>.col:nth-child(1) {
    width: fit-content;
  }

  .pressOPSet>.col:nth-child(2) {
    flex: 1;
  }

  .pressBioContent .toggleMoreBtn {
    width: fit-content;
    margin: auto;
  }


  .pressOPSet>.col:nth-child(1) {
    width: fit-content;
  }

  .pressOPSet>.col:nth-child(2) {
    flex: 1;
  }
}