.company-content {
  background-image: url("../../images/institution/company-bg.jpg");
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center;
}
.mb-48 {
  margin-bottom: 48px;
}

.company-name {
  margin-top: 70px;
  color: #fff;
  font-size: 36px;
}
.tips {
  color: #fff;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.content-list {
  background-color: rgba(245, 245, 245, 1);
  padding-top: 48px;
  padding-bottom: 90px;
}
.text-center {
  text-align: center;
}
.company-title {
  /** 文本1 */
  font-size: 24px;
  color: rgba(48, 49, 51, 1);
  position: relative;
  padding-bottom: 7px;
}
.details {
  padding: 40px;
  margin-top: 24px;
  border-radius: 4px;
}
.company-title::after {
  background: linear-gradient(
    90deg,
    rgba(46, 118, 218, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  content: "";
  position: absolute;
  width: 100px;
  height: 7px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.en-title {
  font-size: 16px;
  color: rgba(166, 171, 179, 1);
  margin-top: 8px;
}
.bg-white {
  background-color: #fff;
}

.company-logo {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  float: left;
  margin: 0 20px 0px 0;
  cursor: pointer;
}
.companyProfile {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: rgba(48, 49, 51, 1);
}

.company-us-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 31.68px;
  color: rgba(48, 49, 51, 1);
  text-align: left;
}
.mr-20{
  margin-right: 20px;
}
.company-about-us {
  display: flex;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18.48px;
  color: rgba(48, 49, 51, 1);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: rgba(48, 49, 51, 1);
  text-align: left;
  vertical-align: top;
  margin-top: 24px;
  min-height: 200px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-container .card {
  background: rgba(255, 255, 255, 1);
  padding: 24px;
  margin-bottom: 20px;
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
}
.card-container img {
  width: 260px;
  max-height: 168px;
  object-fit: cover;
  float: left;
  margin-right: 16px;
  cursor: pointer;
}
.card-container .card.full {
  flex-basis: 100%;
  max-width: 100%;
}
.card-container .card.half {
  flex-basis: calc(50% - 12px);
  max-width: calc(50% - 12px);
}
.card-container strong {
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px;
  color: rgba(102, 102, 102, 1);
  text-align: center;
}

.company-viewer{
  overflow: auto;
}
.card-container .decs {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgba(102, 102, 102, 1);
  max-height: 105px;
    overflow: auto;



}

.beyondHidden{
  flex:1;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qualification-container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
}
.qualification-container .title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #333;
  letter-spacing: 2px;
}
.qualification-container.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  justify-content: center;
}
.qualification-container .card {
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px 16px 16px;
  margin-bottom: 0;
  transition: box-shadow 0.2s;
}
.qualification-container .card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.qualification-container .card-img {
  width: 242px;
  height: 335px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #fafbfc;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}
.qualification-container .card-title {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-bottom: 8px;
}
