/* banner开始 */
.banner {
  width: 100%;
  height: 14.5833vw;
}

.banner p {
  width: 62.5vw;
  margin: 0 auto;
  height: 100%;
  line-height: 14.5833vw;
  color: #fff;
  font-size: 2.1875vw;
  font-weight: bold;
}

/* banner结束 */

/* 当前位置开始 */
.dqwz {
  width: 100%;
  height: 2.6042vw;
  background: #F5F5F5;
  color: #9E9E9E;
  font-size: 0.8333vw;
  line-height: 2.6042vw;
}

.dqwz_cen {
  width: 62.5vw;
  margin: 0 auto;
  height: 100%;
  display: flex;
}

.dqwz a {
  font-size: 0.8333vw;
  color: #9E9E9E;
}

/* 当前位置结束 */

/* 公用标题条开始 */
.gzdt {
  width: 62.5vw;
  /* 原：1200px */
  margin-top: 2.6042vw;
  /* 原：50px */
  margin: 0 auto;
  margin-top: 2.6041vw;
}

.title_Bar {
  width: 100%;
}

.title_Bar div {
  width: 100%;
  /* 原：1200px */
  text-align: center;
  background: url(titleBg.png) no-repeat;
  background-size: 100%;
  background-position-y: center;
  position: relative;
}

.title_zh {
  width: 100%;
  height: 2.7083vw;
  /* 原：52px */
  line-height: 2.7083vw;
  /* 原：52px */
  margin: 0 auto;
  font-size: 1.875vw;
  /* 原：36px */
  font-weight: bold;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  background: linear-gradient(180deg, #FEA846 0%, #E00A0A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.title_en {
  width: 100%;
  height: 1.0938vw;
  /* 原：21px */
  line-height: 1.0938vw;
  /* 原：21px */
  margin: 0 auto;
  font-size: 0.9375vw;
  /* 原：18px */
  font-variation-settings: "opsz" auto;
  background: linear-gradient(180deg, #FFECD0 0%, #FFD8A5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.title_more {
  font-size: 0.9375vw;
  /* 原：18px */
  line-height: 1.4063vw;
  /* 原：27px */
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
}

/* 公用标题条结束 */

/* 工作动态开始 */
.gzdt_ul {
  width: 100%;
}

.gzdt_ul ul {
  width: 100%;
  height: 16.6667vw;
  /* 原：320px */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.0417vw;
  /* 原：20px */
}

.gzdt_ul ul li {
  height: 3.125vw;
  /* 原：60px */
  width: 30.4688vw;
  /* 原：585px */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-right: 1.0417vw;
  /* 原：20px */
  margin: 0.5208vw 0;
  /* 原：10px 0 */
}

.gzdt_ul ul li:hover {
  padding-left: 1.0417vw;
  /* 原：20px */
  background: url(gzdtActBg.png) no-repeat;
  background-size: 100% 100%;
}

.gzdt_ul ul li a {
  font-size: 0.9375vw;
  /* 原：18px */
  color: #333333;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gzdt_ul ul li p {
  height: 1.4063vw;
  /* 原：27px */
  line-height: 1.4063vw;
  /* 原：27px */
}

.gzdt_item_title {
  width: 21.5625vw;
  /* 原：414px */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gzdt_item_date {
  color: #999999;
}

/* 工作动态结束 */

/* 先锋风采开始 */
.xffc {
  width: 62.5vw;
  /* 原：1200px */
  margin: 0 auto;
  margin-top: 2.0833vw;
  /* 原：40px */
}

.xffc_list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4583vw;
  /* 原：28px */
}

.xffc_list_liem {
  width: 19.7917vw;
  /* 原：380px */
  height: 18.1771vw;
  /* 原：349px */
}

.xffc_item_img_cen {
  height: 11.25vw;
  /* 原：216px */
  width: 100%;
}

.xffc_item_img_cen a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.xffc_item_img_cen a .flurDiv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.xffc_item_img_cen a .showImg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.xffc_item_img_cen a .showImg img {
  height: 100%;
  object-fit: contain;
  /* 推荐添加，防止图片变形 */
}

.xffc_item_text_cen {
  display: block;
  width: 100%;
  height: 6.9271vw;
  /* 原：133px */
  background: #DDA661;
  box-sizing: border-box;
  padding-top: 1.0417vw;
  /* 原：20px */
}

.xffc_item_text_cen p:first-child {
  box-sizing: border-box;
  padding: 0 1.0417vw;
  /* 原：20px */
  width: 100%;
  height: 2.8125vw;
  /* 原：54px */
  font-size: 0.9375vw;
  /* 原：18px */
  line-height: 1.4063vw;
  /* 原：27px */
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xffc_item_text_cen p:last-child {
  padding: 1.0417vw 1.0417vw 0 1.0417vw;
  /* 原：20px 20px 0 20px */
  display: flex;
  align-items: center;
}

.xffc_item_text_cen p:last-child i {
  display: block;
  width: 0.9375vw;
  /* 原：18px */
  height: 0.9375vw;
  /* 原：18px */
  background: url(detaIcon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.5208vw;
  /* 原：10px */
}

.xffc_item_text_cen p:last-child span {
  font-size: 0.8333vw;
  /* 原：16px */
  color: #fff;
}

/* 先锋风采结束 */

/* 学习专栏开始 */
.xxzl {
  width: 100%;
  margin: 0 auto;
  margin-top: 2.6042vw;
  /* 原：50px */
  background: url(xxzlBg.png) no-repeat;
  background-size: 100%;
  background-position-y: bottom;
}

.xxzl_cen {
  width: 62.5vw;
  /* 原：1200px */
  margin: 0 auto;
}

.xxzl_ul {
  width: 100%;
  margin-top: 1.5625vw;
  /* 原：30px */
  padding-bottom: 5.2083vw;
  /* 原：100px */
}

.xxzl_ul_top2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top2_item {
  width: 30.4688vw;
  /* 原：585px */
  border-bottom: 1px dashed #CCCCCC;
  /* 保留像素值 */
  padding: 1.0417vw 0 1.0417vw 1.0417vw;
  /* 原：20px 0 20px 20px */
  background: url(liDot.png) no-repeat;
  background-size: 0.1563vw 0.1563vw;
  /* 原：3px × 3px */
  background-position-x: left;
  background-position-y: center;
}

.top2_item_title {
  width: 100%;
  font-size: 0.9375vw;
  /* 原：18px */
  line-height: 1.4063vw;
  /* 原：27px */
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top2_item_zaiyao {
  width: 100%;
  height: 2.5vw;
  /* 原：48px */
  font-size: 0.8333vw;
  /* 原：16px */
  line-height: 1.25vw;
  /* 原：24px */
  color: #999999;
  margin-top: 1.0417vw;
  /* 原：20px */
  margin-bottom: 1.0417vw;
  /* 原：20px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xxzl_ul_bottom8 {
  height: 8.9583vw;
  /* 原：172px */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.2083vw;
  /* 原：4px */
}

.xxzl_ul_bottom8 a {
  display: block;
  width: 29.4792vw;
  /* 原：566px */
  height: 1.4063vw;
  /* 原：27px */
  line-height: 1.4063vw;
  /* 原：27px */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9375vw;
  /* 原：18px */
  color: #333333;
  padding-left: 1.0417vw;
  /* 原：20px */
  background: url(liDot.png) no-repeat;
  background-size: 0.1563vw 0.1563vw;
  /* 原：3px × 3px */
  background-position-x: left;
  background-position-y: center;
  margin-top: 0.8333vw;
  /* 原：16px */
}

/* 👇 以下是你需要重点转换的部分 👇 */

.xxyd_ul {
  margin-top: 3.125vw; /* 原：60px → 60 / 1920 * 100 = 3.125vw */
  position: relative;
}

.xxydTit {
  width: 2.0833vw; /* 40px */
  height: 6.25vw; /* 120px */
  background: url(xxydTitle.png) no-repeat;
  background-size: 100% 100%;
  font-size: 1.0417vw; /* 20px */
  font-weight: bold;
  line-height: 1.1458vw; /* 22px */
  color: #FFFFFF;
  text-align: center;
  padding-top: 0.4167vw; /* 8px */
  position: absolute;
  top: 0;
  left: 0;
}

.xxydList {
  width: 62.5vw; /* 1200px */
  height: 14.7917vw; /* 284px → 284 / 1920 * 100 ≈ 14.7917vw */
  background: url(shujia.png) no-repeat;
  background-size: 100%;
  background-position-y: bottom;
  display: flex;
  justify-content: center;
}

.xxydList div {
  width: 8.0729vw; /* 155px → 155 / 1920 * 100 ≈ 8.0729vw */
  height: 10.9375vw; /* 210px */
  background: #FFFFFF;
  box-shadow: 0px 0.2083vw 0.5208vw 0px rgba(0, 0, 0, 0.3); /* 4px → 0.2083vw, 10px → 0.5208vw */
  margin-right: 6.9792vw; /* 134px → 134 / 1920 * 100 ≈ 6.9792vw */
}

.xxydList div:last-child {
  margin-right: 0;
}

.xxydList div img {
  width: 100%;
  height: 100%;
}