/* 优化导航显示：居中对齐，均匀分布 */
#c1173335 ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;}

#c1173335 ul li {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 20px !important;
    flex: 1 !important; /* 允许弹性缩放，平分空间 */
    min-width: auto !important; /* 移除固定的最小宽度，以防止超出宽度 */
    text-align: center !important;}

#c1173335 #nav {
    line-height: 45px !important;
    font-size: 22px !important;
    text-align: center !important;}

#c1173335 #nav a {
    font-size: 17px !important;
    height: 45px !important;
    line-height: 45px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block !important; /* 让二级标题可设置padding */
    padding: 0 15px !important; /* 左右内边距，适度缩小以适应屏幕 */
    text-align: center !important; /* 文字居中 */
    vertical-align: top !important;}

#c1173335 .link {
    display: block !important;
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 0 10px !important; /* 左右内边距适当缩小，保证一行放得下 */
    white-space: nowrap !important;}

#c1173335 .cur {
    background: #869bae !important;}
/* 轮播图容器高度 */
#c1173308 {
  height: 520px !important;}

/* 轮播容器和列表项：防止刷新时图片并排显示 */
#c1173308 .bd {
  position: relative !important;
  z-index: 0 !important;}
#c1173308 .bd li {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: none;
  zoom: 1 !important;
  vertical-align: middle !important;}

/* 轮播图片两侧留白，防止按钮遮挡和图片形变 */
#c1173308 .bd li img {
  display: block !important;
  width: calc(100% - 108px) !important; /* 左右各留 54px */
  height: 520px !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin-left: 54px !important;
  margin-right: 54px !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
  background: #f8f8fa !important;}

/* 轮播左右按钮：玻璃渐变圆形，始终垂直居中于图片区域 */
#c1173308 .prev-next {
  position: absolute !important;
  left: 0; right: 0;
  top: 0; bottom: 0;
  width: 100% !important;
  overflow: visible !important;
  pointer-events: none;
  z-index: 10;}
#c1173308 .prev-next .prev,
#c1173308 .prev-next .next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 56px !important;
  height: 160px !important;
  background: rgba(255,255,255,0.38) !important;
  border-radius: 28px !important;
  border: 2px solid rgba(255,255,255,0.62) !important;
  box-shadow: 0 4px 24px rgba(180,180,190,0.10) !important;
  backdrop-filter: blur(8px) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto;
  transition: background .18s, border .18s, box-shadow .18s, transform .22s cubic-bezier(.4,1.4,.6,1) !important;
  overflow: hidden !important;}
#c1173308 .prev-next .prev {
  left: 54px !important;
  background: rgba(255,255,255,0.32) !important;
  background-image: url(images/arrow4.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 48px 80px !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  border-radius: 40px !important;}
#c1173308 .prev-next .next {
  right: 54px !important;
  background: rgba(255,255,255,0.32) !important;
  background-image: url(images/arrow3.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 48px 80px !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  border-radius: 40px !important;}
#c1173308 .prev-next .prev:hover {
  background: rgba(255,255,255,0.62) !important;
  border: 3px solid #e0e0e0 !important;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.12) !important;
  transform: translateY(-50%) !important;
  background-image: url(images/arrow4.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 48px 80px !important;}
#c1173308 .prev-next .next:hover {
  background: rgba(255,255,255,0.62) !important;
  border: 3px solid #e0e0e0 !important;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.12) !important;
  transform: translateY(-50%) !important;
  background-image: url(images/arrow3.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 48px 80px !important;}
#c1173308 .prev-next .prev:active {
  background: rgba(255,255,255,0.62) !important;
  border: 3px solid #e0e0e0 !important;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.12) !important;
  transform: translateY(-50%) !important;
  background-image: url(images/arrow4.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 48px 80px !important;}

#c1173308 .prev-next .next:active {
  background: rgba(255,255,255,0.62) !important;
  border: 3px solid #e0e0e0 !important;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.12) !important;
  transform: translateY(-50%) !important;
  background-image: url(images/arrow3.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 48px 80px !important;}
#c1173308 .prev-next .prev svg,
#c1173308 .prev-next .next svg {
  display: none !important;}

/* 响应式：按钮和图片安全区缩小 */
@media (max-width: 768px) {
  #c1173308 .bd li img {
    width: calc(100% - 80px) !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
    height: auto !important;}
  #c1173308 .prev-next {
    width: 100% !important;
    overflow: visible !important;}
  #c1173308 .prev-next .prev,
  #c1173308 .prev-next .next {
    width: 44px !important;
    height: 44px !important;}
  #c1173308 .prev-next .prev { left: -16px !important;}
  #c1173308 .prev-next .next { right: -16px !important;}
  #c1173308 .prev-next .prev svg,
  #c1173308 .prev-next .next svg {
    width: 22px !important;
    height: 22px !important;}
}
@media (max-width: 480px) {
  #c1173308 .bd li img {
    width: calc(100% - 48px) !important;
    margin-left: 24px !important;
    margin-right: 24px !important;}
  #c1173308 .prev-next {
    width: 100% !important;
    overflow: visible !important;}
  #c1173308 .prev-next .prev,
  #c1173308 .prev-next .next {
    width: 36px !important;
    height: 36px !important;}
  #c1173308 .prev-next .prev { left: -8px !important;}
  #c1173308 .prev-next .next { right: -8px !important;}
  #c1173308 .prev-next .prev svg,
  #c1173308 .prev-next .next svg {
    width: 16px !important;
    height: 16px !important;}
}
/* 学院新闻图片组件样式优化 - 美观大气 */
#c1173327 {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 2px;
  margin: 10px auto; /* 基于父容器水平居中 */
  border: 1px solid #e0e0e0;
  overflow: hidden;
  width: 100%; /* 填满父容器 */
  box-sizing: border-box;
  position: relative;}

#c1173327 .hd {
  text-align: center;
  margin-bottom: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;}

#c1173327 .hd ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;}

#c1173327 .hd ul li {
  width: 16px;
  height: 16px;
  background: radial-gradient(circle, #ddd 0%, #bbb 100%);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #aaa;}

#c1173327 .hd ul li:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}

#c1173327 .hd ul li.on {
  background: radial-gradient(circle, #5a7fa1 0%, #4a6b8a 100%);
  transform: scale(1.1);
  box-shadow: 0 3px 6px rgba(90, 127, 161, 0.4);}

#c1173327 .bd {
  position: relative;}

#c1173327 .bd ul {
  list-style: none;
  padding: 0;
  margin: 0;}

#c1173327 .bd ul li {
  display: none;
  transition: opacity 0.5s ease;}

#c1173327 .bd ul li.on {
  display: block;}

#c1173327 .bd ul li a {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;}

#c1173327 .bd ul li a:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);}

#c1173327 .bd ul li a img {
  width: 100% !important;
  height: 100% !important; /* 设置高度为100%，与容器高度一致 */
  object-fit: cover !important; /* 保持比例，裁剪多余部分 */
  display: block;
  transition: filter 0.3s ease;}

#c1173327 .bd ul li a:hover img {
  filter: brightness(1.1);}

/* 响应式设计 */
@media (max-width: 768px) {
  #c1173327 {
    padding: 15px;
    margin: 5px 0;}
}

/* 学院新闻列表样式优化 - 美观大气 */
#c1173328 {
  padding: 2px;
  max-height: 800px;
  overflow: hidden;
  width: 100%;}

#c1173328 .two-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;}

#c1173328 .two-list li {
  margin-bottom: 5px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
  border: 1px solid #f0f0f0;}

#c1173328 .two-list li:nth-child(n+7) {
  display: none;}

#c1173328 .two-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  border-color: #5a7fa1;}

#c1173328 .two-list li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-size: 18px; /* 增大标题字体 */
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

#c1173328 .two-list li a:hover {
  color: #5a7fa1;
  background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);}

#c1173328 .two-list li a span {
  color: #999;
  font-size: 14px;
  margin-right: 2px; /* 减少右侧空白，让标题显示更多字 */
  font-weight: 400;
  display: inline-block;
  background: rgba(90, 127, 161, 0.1);
  padding: 2px 8px;
  border-radius: 12px;
  margin-bottom: 4px;}

#c1173328 .two-list li a:hover span {
  color: #5a7fa1;
  background: rgba(90, 127, 161, 0.2);}

/* 添加装饰元素 */
#c1173328 .two-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #5a7fa1, #869bae);
  transform: scaleY(0);
  transition: transform 0.3s ease;}

#c1173328 .two-list li a:hover::before {
  transform: scaleY(1);}

/* 响应式设计 */
@media (max-width: 768px) {
  #c1173328 {
    padding: 15px;
    margin: 5px 0;}

  #c1173328 .two-list li a {
    font-size: 16px;
    padding: 12px 15px;}

  #c1173328 .two-list li a span {
    font-size: 12px;
    margin-right: 8px;}
}

/* 通知公告样式优化 - 参考学院新闻，美观大气 */
.c1173332 {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0px auto; /* 居中显示 */
  border: 1px solid #e0e0e0;
  width: 100%; /* 防止溢出 */
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;}

.c1173332 .insiTitle {
  border-bottom: 1px solid #5a7fa1 !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;}

.c1173332 .insiTitle h2 {
  float: left !important;
  color: #5a7fa1 !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  margin: 0 !important;}

.c1173332 .insiTitle a {
  float: right !important;
  color: #999 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  margin-top: 5px !important;}

.c1173332 .insiTitle a:hover {
  color: #5a7fa1 !important;}

.c1173332 .insiTitle a img {
  vertical-align: middle !important;
  margin-left: 5px !important;}

.c1173332 .textList {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;}

.c1173332 .textList ul {
  list-style: none;
  margin: 0;
  padding: 0;}

.c1173332 .textList ul li {
  margin-bottom: 5px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
  border: 1px solid #f0f0f0;}

.c1173332 .textList ul li:nth-child(n+7) {
  display: none;}

.c1173332 .textList ul li:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  border-color: #5a7fa1;}

.c1173332 .textList ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  font-size: 18px; /* 增大标题字体 */
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease;
  position: relative;}

.c1173332 .textList ul li a:hover {
  color: #5a7fa1;
  background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);}

.c1173332 .textList ul li a em {
  display: inline;
  margin-bottom: 0;
  margin-right: 10px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.c1173332 .textList ul li a span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  background: rgba(90, 127, 161, 0.1);
  padding: 2px 8px;
  border-radius: 12px;}

.c1173332 .textList ul li a:hover span {
  color: #5a7fa1;
  background: rgba(90, 127, 161, 0.2);}

/* 添加装饰元素 */
.c1173332 .textList ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #5a7fa1, #869bae);
  transform: scaleY(0);
  transition: transform 0.3s ease;}

.c1173332 .textList ul li a:hover::before {
  transform: scaleY(1);}

/* 响应式设计 */
@media (max-width: 768px) {
  .c1173332 {
    padding: 15px;
    margin: 5px auto;
    width: 100%;}

  .c1173332 .textList ul li a {
    font-size: 14px;
    padding: 12px 15px;}

  .c1173332 .textList ul li a span {
    font-size: 12px;}
}

/* 科学研究样式优化 - 仿照教学动态 */
.c1173309 {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;}

.c1173309 .Title1 {
  border-bottom: 1px solid #5a7fa1;
  margin-bottom: 18px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.c1173309 .Title1 h2, .c1173309 .Title1 span {
  margin: 0;
  color: #5a7fa1;
  font-weight: 600;
  font-size: x-large;}

.c1173309 .Title1 span em {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;}

.c1173309 .Title1 a {
  color: #999;
  font-size: x-large;
  text-decoration: none;
  flex-shrink: 0;}

.c1173309 .Title1 a:hover {
  color: #5a7fa1;}

.c1173309 ul {
  list-style: none;
  margin: 0;
  padding: 0;}

.c1173309 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  padding: 5px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
  border: 1px solid #f0f0f0;}

.c1173309 ul li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border-color: #5a7fa1;}

.c1173309 ul li .img {
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;}

.c1173309 ul li .img img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;}

.c1173309 ul li:hover .img img {
  transform: scale(1.1);}

.c1173309 ul li .wen {
  flex: 1;}

.c1173309 ul li .wen .tit {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  margin-bottom: 5px;
  line-height: 1.4;
  transition: color 0.3s ease;}

.c1173309 ul li .wen .tit:hover {
  color: #5a7fa1;}

.c1173309 ul li .wen p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;}

.c1173309 ul li .wen .detail {
  color: #5a7fa1;
  text-decoration: none;
  font-weight: 500;}

.c1173309 ul li .wen .detail:hover {
  text-decoration: underline;}

/* 响应式设计 */
@media (max-width: 768px) {
  .c1173309 {
    padding: 15px;
    margin: 5px 0;}

  .c1173309 ul li {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;}

  .c1173309 ul li .img {
    margin-right: 0;
    margin-bottom: 10px;}

  .c1173309 ul li .img img {
    width: 100%;
    height: 150px;}

  .c1173309 ul li .wen .tit {
    font-size: 16px;}

  .c1173309 ul li .wen p {
    font-size: 13px;}
}

/* 教学动态样式优化 - 美观大气 */
#c1173329 {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;}

#c1173329 .Title1 {
  border-bottom: 1px solid #5a7fa1;
  margin-bottom: 18px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;}

#c1173329 .Title1 h2 {
  margin: 0;
  color: #5a7fa1;
  font-weight: 600;
  font-size: x-large;}

#c1173329 .Title1 a {
  color: #999;
  font-size: x-large;
  text-decoration: none;
  flex-shrink: 0;}

#c1173329 .Title1 a:hover {
  color: #5a7fa1;}

#c1173329 ul {
  list-style: none;
  margin: 0;
  padding: 0;}

#c1173329 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  padding: 5px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
  border: 1px solid #f0f0f0;}

#c1173329 ul li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border-color: #5a7fa1;}

#c1173329 ul li .img {
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;}

#c1173329 ul li .img img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;}

#c1173329 ul li:hover .img img {
  transform: scale(1.1);}

#c1173329 ul li .wen {
  flex: 1;}

#c1173329 ul li .wen .tit {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  margin-bottom: 5px;
  line-height: 1.4;
  transition: color 0.3s ease;}

#c1173329 ul li .wen .tit:hover {
  color: #5a7fa1;}

#c1173329 ul li .wen p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;}

#c1173329 ul li .wen .detail {
  color: #5a7fa1;
  text-decoration: none;
  font-weight: 500;}

#c1173329 ul li .wen .detail:hover {
  text-decoration: underline;}

/* 响应式设计 */
@media (max-width: 768px) {
  #c1173329 {
    padding: 15px;
    margin: 5px 0;}

  #c1173329 ul li {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;}

  #c1173329 ul li .img {
    margin-right: 0;
    margin-bottom: 10px;}

  #c1173329 ul li .img img {
    width: 100%;
    height: 150px;}

  #c1173329 ul li .wen .tit {
    font-size: 16px;}

  #c1173329 ul li .wen p {
    font-size: 13px;}
}
/* 学生活动样式优化 - 仿照教学动态 */
.c1173331 {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;}

.c1173331 .Title1 {
  border-bottom: 1px solid #5a7fa1;
  margin-bottom: 18px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;}

.c1173331 .Title1 h2, .c1173331 .Title1 span {
  margin: 0;
  color: #5a7fa1;
  font-weight: 600;
  font-size: x-large;}

.c1173331 .Title1 span em {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
  font-style: normal;
  font-weight: 400;}

.c1173331 .Title1 a {
  color: #999;
  font-size: x-large;
  text-decoration: none;
  flex-shrink: 0;}

.c1173331 .Title1 a:hover {
  color: #5a7fa1;}

.c1173331 ul {
  list-style: none;
  margin: 0;
  padding: 0;}

.c1173331 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  padding: 5px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
  border: 1px solid #f0f0f0;}

.c1173331 ul li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border-color: #5a7fa1;}

.c1173331 ul li .img {
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;}

.c1173331 ul li .img img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;}

.c1173331 ul li:hover .img img {
  transform: scale(1.1);}

.c1173331 ul li .wen {
  flex: 1;}

.c1173331 ul li .wen .tit {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  margin-bottom: 5px;
  line-height: 1.4;
  transition: color 0.3s ease;}

.c1173331 ul li .wen .tit:hover {
  color: #5a7fa1;}

.c1173331 ul li .wen p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;}

.c1173331 ul li .wen .detail {
  color: #5a7fa1;
  text-decoration: none;
  font-weight: 500;}

.c1173331 ul li .wen .detail:hover {
  text-decoration: underline;}

/* 响应式设计 */
@media (max-width: 768px) {
  .c1173331 {
    padding: 15px;
    margin: 5px 0;}

  .c1173331 ul li {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;}

  .c1173331 ul li .img {
    margin-right: 0;
    margin-bottom: 10px;}

  .c1173331 ul li .img img {
    width: 100%;
    height: 150px;}

  .c1173331 ul li .wen .tit {
    font-size: 16px;}

  .c1173331 ul li .wen p {
    font-size: 13px;}
}

/* 容器：接近脚注(#5a7fa1)的半透明磨砂，整体更紧凑 */
#c1173311 {
  background: rgba(90,127,161,0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(70,105,134,0.7);
  color: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  line-height: 1.5;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;}

#c1173311 .links-grid {
  display: flex;
  flex-wrap: wrap;            /* 超出时允许换行，避免硬撑宽 */
  gap: 20px;}

#c1173311 .media-col {
  flex: 0 0 36%;              /* 左侧大约 1/3 宽 */
  min-width: 260px;
  box-sizing: border-box;}

#c1173311 .friend-col {
  flex: 1 0 18%;              /* 右侧列按内容自适应，初始约五分之一 */
  min-width: 180px;           /* 足够放下一两个字 */
  box-sizing: border-box;}

/* 标题 */
#c1173311 .col-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;}
#c1173311 .col-title::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 32px; height: 3px;
  background: #cfe6f5;
  border-radius: 3px;}

/* 校园平台（媒体） */
#c1173311 .media-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;}
#c1173311 .media-item {
  text-align: center;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 8px 6px 10px;
  transition: .2s;}
#c1173311 .media-item:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.35);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.22);}
#c1173311 .qr-box img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  border-radius: 6px;
  background: #fff;}
#c1173311 .m-title {
  margin: 6px 0 2px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
#c1173311 .m-desc {
  margin: 0;
  font-size: 11px;
  color: #e3eff6;
  line-height: 1.25;
  min-height: 1.25em;}

/* 友情链接列表：每列内部竖排，链接可换行 */
#c1173311 .friend-list {
  list-style: none;
  margin: 0;
  padding: 0;}
#c1173311 .friend-list li {
  float: none !important;
  display: block;
  margin: 0 0 6px 0 !important;}
#c1173311 .friend-list li a {
  float: none !important;
  display: block;
  width: 100%;                /* 关键：每条在本列内占满宽度 */
  max-width: 100%;
  margin: 0;
  padding: 6px 12px 6px 20px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  font-size: 12.5px;
  color: #fff;
  text-decoration: none;
  white-space: normal;        /* 允许换行 */
  word-break: break-all;      /* 长英文/url 也强制断行 */
  overflow-wrap: break-word;
  position: relative;
  box-sizing: border-box;
  transition: .2s;}
#c1173311 .friend-list li a::before {
  content: "";
  position: absolute;
  left: 8px; top: 50%;
  width: 7px; height: 7px;
  background: #cfe6f5;
  border-radius: 50%;
  transform: translateY(-50%);}
#c1173311 .friend-list li a:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.35);
  transform: translateY(-2px);}

/* 覆盖公共 .link-list2 a 浮动（防止被老样式拖走）
   同时为通用选择器 .vsb-container.mainOne .vsb-space.linkTwo .link-list2 提供同等覆盖，避免全局样式干扰 */
#c1173311 .link-list2 a {
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 6px 0 !important;
  box-sizing: border-box;}

/* ========== 平板：<=960px ========== */
@media (max-width: 960px) {
  #c1173311 {
    padding: 16px 14px;}

  /* 左侧媒体独占一行，右侧三列在下一行换行排布 */
  #c1173311 .media-col {
    flex: 0 0 100%;}

  #c1173311 .links-grid {
    gap: 16px;}

  #c1173311 .media-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));}
}

/* ========== 手机：<=640px，彻底防溢出 ========== */
@media (max-width: 640px) {
  #c1173311 {
    padding: 12px 10px;
    border-radius: 0;
    max-width: 100vw;
    width: 100vw;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;}

  #c1173311 .links-grid {
    flex-direction: column;   /* 所有列竖排：媒体 + 三个友链列依次堆叠 */
    gap: 12px;}

  #c1173311 .media-col,
  #c1173311 .friend-col {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;}

  #c1173311 .media-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));}

  #c1173311 .friend-list li a,
  #c1173311 .link-list2 a {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px;
    border-radius: 18px;}
}

/* 只约束“联系我们/友情链接”这个组件，不动别的 mainOne
   —— 在窄屏下，保证整体不比视口宽，并把内部列改为竖排 */
@media (max-width: 960px) {
  #c1173311 {
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    overflow-x: hidden;}

  #c1173311 .links-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    max-width: 100%;}

  #c1173311 .col {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;}

  #c1173311 .media-list,
  #c1173311 .friend-list {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;}

  #c1173311 .friend-list li a {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;}

  #c1173311 img {
    max-width: 100%;
    height: auto;}
}

/* 更窄手机：再收紧一点 padding，彻底防横向溢出 */
@media (max-width: 640px) {
  #c1173311 {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0;}
}
/* 联系我们整体放大并居中 */
#c1173311 {
  font-size: 20px;  /* 进一步放大字体 */
  padding: 30px 35px;  /* 增加内边距 */
  margin: 0 auto;  /* 自动居中 */
  max-width: 1400px;  /* 增加最大宽度以放大整体 */
  width: 100%;
  box-sizing: border-box;}

/* 栏目标题稍大一点 */
#c1173311 .col-title {
  font-size: 16px;}

/* 左侧"融媒体"文字放大 */
#c1173311 .m-title {
  font-size: 13px;}
#c1173311 .m-desc {
  font-size: 12px;}

/* 右侧链接按钮字体放大一点 */
#c1173311 .friend-list li a {
  font-size: 13.5px;}

/* 小屏时让联系我们区块占满宽度，避免右边空白不一致 */
@media (max-width: 960px) {
  #c1173311 {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;}
}

/* 针对 contact-enlarged 类名的放大和居中样式 */
.contact-enlarged {
  font-size: 22px !important;  /* 放大字体 */
  padding: 20px 20px !important;  /* 增加内边距 */
  margin: 0 auto !important;  /* 自动居中 */
  max-width: 100% !important;  /* 不超过上级组件宽度 */
  width: 100% !important;  /* 自适应上级组件宽度 */
  box-sizing: border-box !important;}

.contact-enlarged .links-grid {
  width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;  /* 防止换行，保持一行布局 */
  gap: 10px !important;  /* 减少间隙，让组件更贴合 */
  box-sizing: border-box !important;}

.contact-enlarged .media-col {
  flex: 0 0 300px !important;  /* 固定左侧列宽度，自适应调整 */
  box-sizing: border-box !important;}

.contact-enlarged .friend-col {
  flex: 1 !important;  /* 右侧列自适应填充剩余空间 */
  box-sizing: border-box !important;}

.contact-enlarged .media-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}

.contact-enlarged .col-title {
  font-size: 20px !important;}

.contact-enlarged .m-title {
  font-size: 16px !important;}

.contact-enlarged .m-desc {
  font-size: 15px !important;}

.contact-enlarged .friend-list li a {
  font-size: 16px !important;  /* 进一步放大链接字体 */
  padding: 8px 14px 8px 22px !important;}

/* 放大联系我们标题 */
.contact-enlarged .Title1 {
  font-size: 24px !important;  /* 放大标题字体 */
  height: auto !important;  /* 高度自适应 */
  padding: 15px 20px !important;}

.contact-enlarged .Title1 span {
  font-size: 24px !important;}

/* 使 .contact-enlarged 的外框与外层 .vsb-container.mainOne 宽度对齐
   说明：.vsb-space 通常带有左右内边距（如 16px / 12px），此处通过
   负边距和等宽扩展来抵消内边距，保证视觉上组件与 .vsb-container 同宽 */
.vsb-container.mainOne > .vsb-space.linkTwo > .link-list2.contact-enlarged,
.vsb-container.mainOne .vsb-space.linkTwo .link-list2.contact-enlarged {
  box-sizing: border-box !important;
  max-width: none !important;
  /* 默认假设 .vsb-space 左右内边距为 16px：向左拉 16px，并加回左右共 32px 的宽度 */
  width: calc(100% + 32px) !important;
  margin-left: -16px !important;
  margin-right: -16px !important;
  padding-left: 16px !important; /* 保持内部可视填充一致 */
  padding-right: 16px !important;}

/* 如果页面在小于 960px 时 .vsb-space 使用 12px 内边距，使用对应补偿 */
@media (max-width: 960px) {
  .vsb-container.mainOne > .vsb-space.linkTwo > .link-list2.contact-enlarged,
  .vsb-container.mainOne .vsb-space.linkTwo .link-list2.contact-enlarged {
    width: calc(100% + 24px) !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;}
}

/* 极小屏幕下保持不溢出视口 */
@media (max-width: 640px) {
  .vsb-container.mainOne > .vsb-space.linkTwo > .link-list2.contact-enlarged,
  .vsb-container.mainOne .vsb-space.linkTwo .link-list2.contact-enlarged {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;}
}
