* {
  font-family: 'Source Han Sans CN';
}

.main-container {
  width: 1200px;
  margin: 0 auto;
}

.content-box {
  background: #fff;
  box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 20px;
}

.institution-header {
  position: relative;
  height: auto;
  border-radius: 4px;
  background: url("../images/bg_userinfo.png") no-repeat center;
  background-size: 100% 100%;
  border: 1px solid #f0f4f9;
  margin-bottom: 40px;
  padding: 40px;
  box-sizing: border-box;
}

.institution-info-card {
  display: flex;
  align-items: center;
}

.institution-logo {
  width: 280px;
  height: 160px;
  position: relative;
  margin-right: 40px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.institution-logo img {
  max-width: 90%;
  max-height: 90%;
}

.institution-logo>* {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.institution-basic-info {
  flex: 1;
}
.institution-name-box {
  display: flex;
  margin-bottom: 30px;
}
.institution-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #333;
  margin-right: 12px;
}

.institution-name-en {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  margin-top: 8px;
}
.institution-row {
  display: flex;
  gap: 16px;
}
.institution-row .institution-detail-item {
  font-family: 'Source Han Sans CN';
  width: calc(50% - 20px);
  line-height: 28px;
}
.institution-row .institution-detail-item:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #9ba3ac;
}
.institution-detail-item {
  position: relative;
  display: flex;
  align-items: start;
  margin-bottom: 4px;
}

.institution-detail-item:last-child {
  margin-bottom: 0;
}

.institution-detail-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.institution-detail-icon img {
  width: 100%;
  height: 100%;
  margin-top: 8px;
}

.institution-detail-label {
  font-size: 16px;
  color: #666;
  width: 100px;
  margin-right: 10px;
  white-space: nowrap;
}

.institution-detail-value {
  font-size: 16px;
  color: #333;
  max-width: calc(100% - 135px);
  word-break: break-all;
}

.section-title {
  position: relative;
  height: 30px;
  margin-bottom: 12px;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background: linear-gradient(139.07deg, #2e85fe 33.15%, #4db2ff 151.34%);
  border-radius: 22px;
  z-index: 1;
}

.section-title-text {
  position: absolute;
  top: 0;
  left: 14px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  z-index: 2;
}

.section-content {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 28px;
}

.section-content p {
  margin: 0;
}

.section-content.last {
  margin-bottom: 0;
}

/* Ã§Â§Â»Ã¥Å Â¨Ã§Â«Â¯Ã¥â€¦Â¼Ã¥Â®Â¹Ã¦Â Â·Ã¥Â¼Â */
@media screen and (max-width: 768px) {
  .main-container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .content-box {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  .institution-header {
    height: auto;
    padding: 20px 10px;
    margin-bottom: 20px;
  }

  .institution-info-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .institution-logo {
    width: 100%;
    height: 130px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .institution-row {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 10px;
  }
  .institution-name {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .institution-name-en {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .institution-row .institution-detail-item {
    width: 100%;
    flex-wrap: wrap;
  }
  .institution-row .institution-detail-item:first-child::after {
    display: none;
  }
  .institution-detail-item {
    margin-bottom: 10px;
  }

  .institution-detail-label {
    /* width: 105px; */
    margin-right: 5px;
  }
  
  .institution-detail-value {
    max-width: calc(100% - 135px);
    /* word-break: break-all; */
  }

  .section-title {
    height: 25px;
    margin-bottom: 10px;
  }

  .section-title-text {
    font-size: 18px;
  }

  .section-content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
