/* start =================== Banner样式覆盖 =================== start */
.banner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.banner table {
  width: 100%;
  margin: 0;
  padding: 0;
}

.banner table td {
  padding: 0;
  margin: 0;
  line-height: 0;
}

#flashBoxu_u2_ {
  width: 100% !important;
  height: 34.53vw !important;
  max-width: none !important;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#flashBoxu_u2_ img {
  width: 100% !important;
  height: 34.53vw !important;
  max-width: none !important;
  display: none;
  margin: 0;
  padding: 0;
  object-fit: fill;
}

#flashBoxu_u2_ img:first-child {
  display: block;
}

/* 分页圆点样式 */
#flashBoxu_u2_ ul {
  left: 50% !important;
  right: auto !important;
  bottom: 10px !important;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}

#flashBoxu_u2_ ul li {
  width: 8px !important;
  height: 8px !important;
  line-height: 8px !important;
  border-radius: 50% !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  color: transparent !important;
  margin-right: 8px !important;
}

#flashBoxu_u2_ ul li.hover {
  background: #ffffff !important;
}
/* end =================== Banner样式覆盖 =================== end */

/* start =================== 新闻动态模块样式 =================== start */
.xwdt-section {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.xwdt-container {
  max-width: 1200px;
  margin: 0 auto;
}

.xwdt-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  padding: 15px 0;
  margin-bottom: 18px;
}

.xwdt-header-left {
  display: flex;
  align-items: center;
}

.xwdt-icon {
  width: 39px;
  height: 39px;
}

.xwdt-title {
  color: #9b0103;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  margin-left: 8px;
}

.xwdt-more {
  color: #666;
  font-size: 14px;
}

.xwdt-wrap {
  display: flex;
  gap: 30px;
}

.xwdt-img {
  flex: 6.5;
  flex-shrink: 0;
}

.xwdt-list-wrap {
  flex: 5.5;
  min-width: 0;
}

/* 轮播图自适应容器宽度 */
.xwdt-img table,
.xwdt-img #u_u3_centerCutImg,
.xwdt-img #u_u3_div,
.xwdt-img #u_u3_imgdiv,
.xwdt-img #u_u3_pic {
  width: 100% !important;
  max-width: 100% !important;
}

.xwdt-img #u_u3_centerCutImg {
  height: auto !important;
}

.xwdt-img #u_u3_div {
  height: 420px !important;
}

.xwdt-img #u_u3_pic {
  height: 420px !important;
  object-fit: cover;
}

.xwdt-img table tr td div[style*='width:175px'] {
  width: 100% !important;
}

/* 学院动态轮播图样式改造 */
.xwdt-img table {
  position: relative;
}

.xwdt-img #u_u3_centerCutImg {
  position: relative !important;
}

/* 底部40px半透明遮罩层 */
.xwdt-img #u_u3_centerCutImg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  pointer-events: none;
}

/* 标题行定位到图片底部遮罩内 */
.xwdt-img table tr:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.xwdt-img table tr:last-child td {
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.xwdt-img table tr:last-child td div {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: 40px !important;
  line-height: 40px;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.xwdt-img table tr:last-child td div a {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 0 120px 0 10px !important;
  color: #ffffff !important;
  font-size: 14px;
  text-decoration: none;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 40px !important;
}

/* 分页按钮容器定位到遮罩内右侧 */
.xwdt-img #u_u3_centerCutImg > div:last-child {
  position: absolute !important;
  bottom: 0 !important;
  right: 10px !important;
  left: auto !important;
  top: auto !important;
  height: 40px !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  z-index: 3;
  filter: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: right !important;
  padding-top: 8px !important;
}

/* 分页按钮改为圆点样式 12px */
.xwdt-img #u_u3_centerCutImg > div:last-child a {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 12px !important;
}

/* 激活状态为橙色 */
.xwdt-img #u_u3_centerCutImg > div:last-child a.imagechangenews_fnode {
  background: #ff9109 !important;
}

/* 普通状态为白色 */
.xwdt-img #u_u3_centerCutImg > div:last-child a.imagechangenews_pnode {
  background: #ffffff !important;
}

/* 响应式布局 */
@media (max-width: 1200px) {
  .xwdt-section {
    padding-bottom: 0;
    margin-bottom: 40px;
    background-image: none !important;
  }

  .xwdt-container {
    margin: 0 auto;
  }

  .xwdt-header {
    padding: 20px 0;
    margin-bottom: 0;
  }

  .xwdt-wrap {
    gap: 6px;
  }

  .xwdt-wrap {
    flex-direction: column !important;
  }

  .xwdt-img,
  .xwdt-list-wrap {
    flex: none !important;
    width: 100% !important;
  }

  .xwdt-img {
    margin-bottom: 20px;
  }

  .xwdt-img #u_u3_div {
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .xwdt-img #u_u3_pic {
    height: 100% !important;
  }

  /* 标题栏图片和文字缩小 */
  .xwdt-icon {
    width: 30px !important;
    height: 30px !important;
  }

  .xwdt-title {
    font-size: 19px !important;
  }

  .xwdt-more {
    font-size: 12px !important;
  }
}
/* end =================== 新闻动态模块样式 =================== end */

/* start =================== 文章模块样式 =================== start */
.sy-section {
  max-width: 1200px;
  margin: 0 auto;
}

.sy-module-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 50px;
}

@media (max-width: 1200px) {
  .sy-module-grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
/* end =================== 文章模块样式 =================== end */

/* start =================== 链接模块样式 =================== start */
.link-section {
  background: #f0f0f0;
  margin-top: 45px;
  height: 170px;
}

.link-container {
  max-width: 1200px;
  margin: 0 auto;
}

.link-header {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.link-icon {
  width: 39px;
  height: 39px;
  margin: 0;
}

.link-title {
  color: #9b0103;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  margin-left: 8px;
}

.link-content table {
  width: 100%;
  table-layout: fixed;
}

.link-content table td {
  width: 25%;
  text-align: center;
  padding: 0 10px;
}

.link-content table td:first-child {
  padding-left: 0;
}

.link-content table td:last-child {
  padding-right: 0;
}

.link-content table td a {
  display: block;
}

.link-content table td img {
  width: 100% !important;
  height: 70px !important;
  max-width: 100%;
  object-fit: fill;
}

@media (max-width: 1200px) {
  .link-section {
    height: auto;
    padding-bottom: 20px;
  }

  .link-icon {
    width: 30px;
    height: 30px;
  }

  .link-title {
    font-size: 19px;
  }

  .link-content table td {
    padding: 0 3px;
  }

  .link-content table td img {
    height: 5.833vw !important;
  }
}

@media (max-width: 425px) {
  .link-content table,
  .link-content table tbody,
  .link-content table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .link-content table td {
    display: block;
    width: 50%;
    padding: 5px 3px;
    box-sizing: border-box;
  }

  .link-content table td:nth-child(odd) {
    padding-left: 0;
  }

  .link-content table td:nth-child(even) {
    padding-right: 0;
  }

  .link-content table td img {
    height: 15vw !important;
  }
}
/* end =================== 链接模块样式 =================== end */

.copyright-bar {
  margin-top: 0 !important;
}

@media (max-width: 1200px) {
  .xwdt-container,
  .sy-section,
  .link-container {
    padding: 0 10px;
  }
}