/* 关于协会.css */
.xiehui-text {
  margin: 0.9375rem 0;
  line-height: 1.8; /* 设置行间距 */
}

.xiehui-text-content {
  font-weight: bold;
  color: #333;
}

.xiehui-bottom {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}

.xiehui-bottom-text {
  font-size: 0.9375rem;
  color: #ebebebe7;
}

.xiehui-bottom-container {
  margin-top: 1.875rem;
  background-color: #1a6fc4;
  color: #ffffff;
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
  text-align: center;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

/* 协会单位 */
.members-style {
  background-color: white;
}

.card-main-right-title {
  background-color: #e8f0f9;
  display: flex;
  gap: 0.625rem;
  border-radius: 0.625rem;
  color: #333333;
  margin-top: 1.5625rem;
  padding: .4375rem;
  font-size: 1.0625rem;
  margin-bottom: 1.25rem;
}
.card-main-right-title p {
  min-width: 2.625rem;
  border-radius: 0.3125rem;
}


.title-active {
  background-color: #1a6fc4; /* 蓝色背景 */
  color: white; /* 白色文字 */
}
.item-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
  flex: 1;
  gap: .1875rem;
}


.item-right p {
  display: flex;
  justify-content: center;
  padding: .125rem;
  margin: 0;
}

.hospital-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.5rem;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
  background-color: white;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05);
}

.hospital-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.5rem;
  padding: 1.25rem;
  margin-bottom: 0.9375rem;
  background-color: white;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.05);
  position: relative;
}
.hospital-card::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.1875rem;
  height: 2.5rem;
  background-color: #1a6fc4;
}
.hospital-card-left {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.hospital-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.hospital-info {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.hospital-name {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.tag {
  display: flex;
  gap: 0.5rem;
}

.tag-text {
  font-size: 0.875rem;
  color: #5176bb;
  padding: 2px 0.5rem;
  background-color: #e1edf9;
  border-radius: 0.25rem;
}

.c-right {
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
}

.ruhui-style-bottom {
  text-align: center;
}
.ruhui-style-bottom > a {
  font-size: 1.0625rem;
  color: #1a6fc4;
  border-bottom: 0.0625rem solid;
  padding-bottom: 0.625rem;
}

/* 协会领导 */
.leader-section {
  margin-top: 1.875rem;
}

.section-title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #1A6FC4;
  text-align: center;
  margin: 1.25rem 0;
  letter-spacing: 0.375rem; 
  transform: translateX(0.3125rem); 
}

.leader-card {
  text-align: center;
  margin: 0 auto;
  width: 6.5rem; 
  background: #FFFFFF;
  box-shadow: 0px 0.375rem 0.625rem 0px rgba(179, 179, 179, 0.5);
  border-radius: 0.625rem; 
}

.leader-card img {
  width: 6rem; 
  height: auto;
  border-radius: 0.25rem; 
  margin: 0.25rem auto 0;
  display: block;
}

.leader-name {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  padding: 0.625rem 0; 
}

.vice-leader-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.875rem; 
  margin-bottom: 6rem;
}

.vice-leader-card {
  text-align: center;
  width: 6.5rem;
  background: #FFFFFF;
  box-shadow: 0px 0.375rem 0.625rem 0px rgba(179, 179, 179, 0.5); 
  border-radius: 0.625rem; 
  margin-bottom: 1.125rem; 
  width: 30%;
}

.vice-leader-card img {
  width: 6rem;
  height: auto;
  border-radius: 0.25rem;
  margin: 0.25rem auto 0;
  display: block;
}