.pid-a2dd85f1-c04f-4a24-8982-44857b5e486a{}
section .gp-teacher8 li a .img {
    width: 200px;
}
section .gp-teacher8 li::before {
    display:none
    
}
section .gp-teacher8 li a {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-left: 0px solid rgba(148, 7, 10, 0.1);
}
section .gp-title3 {
    border-bottom: 0px solid #94070a;
}
section .gp-teacher8 li a .info .tit span {
    display:none;
}
/* 1. 让 a 标签内部变成左右布局（flex） */
.gp-teacher15 .item ul li a {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

/* 2. 图片区域：固定宽度，不再撑满整行，比例保持不变 */
.gp-teacher15 .item ul li a .ledImg {
  flex: 0 0 150px;
  width: 120px;
  margin-right: 15px;
}

/* padding-bottom 百分比是相对宽度计算的，
   ledImg 宽度变了，比例依然保持 136.23% 不变，图片不会变形 */

/* 3. 文字区域：占据剩余空间，左对齐显示 */
.gp-teacher15 .item ul li a p {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.gp-teacher15 .item ul li a p .name {
  margin: 0 0 8px;
}

.gp-teacher15 .item ul li a p .summary {
  margin: 0;
}

/* 4. ul 整体文字对齐方式也改为左对齐（可选，视觉更协调） */
.gp-teacher15 .item ul {
  text-align: left;
}

/* 5. 移动端适配：小屏幕缩小图片列宽度 */
@media screen and (max-width: 768px) {
  .gp-teacher15 .item ul li a .ledImg {
    flex: 0 0 90px;
    width: 90px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .gp-teacher15 .item ul li a .ledImg {
    flex: 0 0 90px;
  }
}



.pid-e04c3675-c02c-4da4-9b58-3994996e31de.gpArticleSummary{height:182px !important;line-height:1.6 !important;-webkit-line-clamp:7 !important;}@media screen and (max-width:996px){}@media screen and (max-width:767px){}@media screen and (max-width:480px){}
.pid-48cec737-7485-4583-81f8-01554f59335e.gpArticleSummary{height:92px !important;line-height:1.5 !important;-webkit-line-clamp:4 !important;}@media screen and (max-width:996px){}@media screen and (max-width:767px){}@media screen and (max-width:480px){}
