.block-region-right h2{
  font-szie:18px;
  font-weight:600;
  margin:20px 0 10px 0;
  color:#252a87;
}
.leadership{
  padding:20px;
}
.leadership p, .leadership div{
font-size:14px !important;
color:#555;
}
.leadership h3{
  font-size:22px !important;
  font-weight:600;
  color:#135592;
  margin-bottom:10px;
  margin-top:10px;
}
.leadership h3 span{
 color:#999;
 font-size:18px !important;
 padding-left:10px
}
.leadership img{
max-width:300px;
max-height:400px;
object-fit: cover;
width:100%;
}

.sections{
padding:40px;
}
.section-s{
background:rgba(51,102,204,0.1);
}
.section-w{
background:rgba(255,255,255);
}
.sections h2{
color:#3366CC;
font-size:24px;
padding-bottom:20px;
}
.list-platform a{
  padding:20px;
  display:block;
  margin:10px;
  background:#f8f8f8;
}
.list-platform a:hover{
  background:#f2f2f2;
}

/* 瀑布流容器 */

   .waterfall {
		max-width: 1400px;
    margin: 0 auto;
    column-count: 3;
    column-gap: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    }

    /* 响应式：自动改列数 */
    @media (max-width: 900px) {
      .waterfall { column-count: 2; }
    }
    @media (max-width: 500px) {
      .waterfall { column-count: 1; }
    }

    /* 图片卡片（必须加这个防止断裂） */
    .waterfall-item {
      break-inside: avoid; /* 关键：不让图片被列截断 */
      margin-bottom: 15px; /* 图片上下间距 */
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    .waterfall-item:hover {
      transform: translateY(-3px);
    }

    /* 图片自适应 */
    .waterfall-item img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* ===================== Lightbox 灯箱 ===================== */
    .lightbox {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.95);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      padding: 20px;
    }

    .lightbox.show {
      display: flex;
    }

    .lightbox-img {
      max-width: 92%;
      max-height: 92%;
      border-radius: 8px;
      user-select: none;
    }

    .lightbox-close {
      position: absolute;
      top: 20px;
      right: 30px;
      color: white;
      font-size: 40px;
      cursor: pointer;
      user-select: none;
      transition: 0.2s;
    }

    .lightbox-close:hover {
      color: #ff4444;
    }

.field.field-attachments.field-type-file.field-label-above {
    background: #FCF7EF;
    padding: 20px 35px;
    margin-top: 30px;
}
.field.field-attachments .field-label {
    border-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #1C69B7;
    text-align: left;
}

.field-field-campus-attachments{
    background: #FCF7EF;
    padding: 20px 35px;
    margin-top: 30px;
}
.field-field-campus-attachments .field-label {
    border-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #1C69B7;
    text-align: left;
}
.field.field-field-campus-attachments.field-items:before {
    content: "\9644\4ef6";
    border-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #1C69B7;
    text-align: left;
    display: block;
}

table{
	line-height:150%;
	border: 1px solid #c6c6c6;
}
table thead tr th {
    font-size: 15px !important;
    background: #4c4fa8;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight:600;
    text-align: left;
    border-bottom: 0;
    color:#FFF;
}
table thead tr th p{
      font-size:15px !important;
}
table p{
  font-size:14px;
  margin:0;
  line-height:150%;
}
table tbody tr:nth-child(odd) {
    background:#f6f6ff;
}
table tbody tr:nth-child(even) {
    background:#FFFFFF;
}
table tbody tr td {
    vertical-align: top;
}
table>tbody>tr>td, table>thead>tr>td, table>tfoot>tr>td, table>tbody>tr>th, table>thead>tr>th, table>tfoot>tr>th {
    border: 1px solid #c6c6c6;
}