.swiper-cont-cover {
  display: flex;
  position: relative;
  height: 27.19vw;
  width: 100%;
}
.swiper-left {
  width: 50vw;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-right: 1.56vw;
}
.swiper-right {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.swiper-right
.swiper-a {
  display: block;
  width: 100%;
  cursor: pointer;
  height: 100%;
}
.swiper-img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-left .el-carousel__indicators--horizontal {
  bottom: 13px;
  left: 75%;
  right: 0;
  transform: translateX(0);
  display: flex;
  justify-content: flex-end;
  padding-right: 3.13vw;
}
.swiper-left .el-carousel__indicator--horizontal {
  padding: 0;
}
.swiper-left .el-carousel__indicator--horizontal:not(:first-of-type) {
  margin-left: 0.52vw;
}
.swiper-left .el-carousel__button {
  width: 0.89vw;
  height: 0.89vw;
  border-radius: 50%;
  opacity: 1;
}
.swiper-left .is-active .el-carousel__button {
  background-color: #8afaff;
}
/* 隐藏轮播图左右箭头 */
.swiper-left .el-carousel__arrow {
  display: none !important;
}
.btm-title {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  left: 0;
  height: 2.6vw;
  display: flex;
  align-items: center;
  bottom: 0;
  z-index: 8;
}
.btm-inner-title {
  width: 70%;
  height: 100%;
  overflow: hidden;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.94vw;
  color: #fff;
  padding-left: 1.04vw;
  line-height: 2.6vw;
}
/* 综合动态标签容器样式 */
.dynamic-tabs {
  height: 3.65vw;
  border-bottom: 1px solid #e4e7ed;
  display: flex;
  align-items: center;
}

/* 综合动态链接样式 */
.dynamic-tab-link {
  font-size: 1.25vw; /* 18px对应1.25vw */
  color: #3c3c3c;
  font-weight: bold;
  text-decoration: none;
  padding: 0 1.1vw;
  line-height: 3.65vw;
  display: inline-block;
  transition: color 0.3s ease;
  cursor: pointer;
}

.dynamic-tab-link:hover {
  color: #0077d3;
}
.list-cover {
  height: 22.92vw;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
}
.to-more-a {
  display: block;
  font-size: 0.94vw;
  cursor: pointer;
  color: #0077d3;
}
.list-inner-cont {
  width: 100%;
  padding: 0 1.1vw;
}
.news-item-a {
  display: block;
  padding: 0 0 0 1.04vw;
  position: relative;
  line-height: 1.5vw;
  font-size: 0.9vw; /* 13px对应0.9vw */
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.news-item-a:hover {
  color: #0077d3;
}
.news-item-a:not(:first-of-type) {
  margin-top: 0.26vw;
}
.news-item-a::before {
  content: '';
  display: block;
  width: 0.52vw;
  height: 0.52vw;
  border-radius: 50%;
  background: linear-gradient(180deg, #0077d3 0%, #0087f0 100%);
  position: absolute;
  top: 50%;
  left: 0.26vw;
  transform: translateY(-50%);
}
.menu-link-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.56vw;
  margin-top: 2.08vw;
}
.menu-item {
  width: 15.63vw;
  height: 10.94vw;
  background-size: 100% 100%;
  cursor: pointer;
  padding: 1.3vw 0 0;
  position: relative;
}

.men-item-icon {
  width: 4.8vw;
  height: 4.8vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
}
.menu-icon-img {
  display: block;
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.men-item-title {
  font-size: 1.50vw;
  color: #fff;
  text-align: center;
  margin-top: 0.9vw;
  font-weight: bold;
}
.menu-item-line {
  width: 5.21vw;
  height: 0.16vw;
  background-color: #fff;
  margin: 0.52vw auto 0;
}
.rzgg-cont {
  background-color: #f7fcff;
  padding: 1.3vw 0;
  position: relative;
}
.rzgg-inner-cont {
  margin: 0 auto;
}
/* 热招公告标签容器样式 */
.hot-job-tabs {
  height: 3.65vw;
  border-bottom: 1px solid #e4e7ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 热招公告链接样式 */
.hot-job-tab-link {
  font-size: 1.25vw; /* 18px对应1.25vw */
  color: #3c3c3c;
  font-weight: bold;
  text-decoration: none;
  padding: 0 1.1vw;
  line-height: 3.65vw;
  display: inline-block;
  transition: color 0.3s ease;
  cursor: pointer;
}

.hot-job-tab-link:hover {
  color: #0077d3;
}

/* 热招公告更多按钮样式 */
.hot-job-more-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.52vw 1.04vw;
  background: linear-gradient(135deg, #0077d3 0%, #0087f0 100%);
  color: #fff !important;
  text-decoration: none;
  border-radius: 0.39vw;
  font-size: 0.94vw;
  transition: all 0.3s ease;
  box-shadow: 0 0.13vw 0.52vw rgba(0, 119, 211, 0.2);
  margin-right: 1.1vw;
}

.hot-job-more-btn:hover {
  transform: translateY(-0.13vw);
  box-shadow: 0 0.26vw 0.78vw rgba(0, 119, 211, 0.3);
  background: linear-gradient(135deg, #0066bb 0%, #0077d3 100%);
}

.hot-job-more-btn::after {
  content: '»';
  margin-left: 0.26vw;
  transition: transform 0.3s ease;
}

.hot-job-more-btn:hover::after {
  transform: translateX(0.13vw);
}

/* 专题专栏标签容器样式 */
.special-column-tabs {
  height: 3.65vw;
  display: flex;
  align-items: center;
}

/* 专题专栏链接样式 */
.special-column-tab-link {
  font-size: 1.25vw; /* 18px对应1.25vw */
  color: #3c3c3c;
  font-weight: bold;
  text-decoration: none;
  padding: 0 1.1vw;
  line-height: 3.65vw;
  display: inline-block;
  transition: color 0.3s ease;
  cursor: pointer;
}

.special-column-tab-link:hover {
  color: #0077d3;
}
.gg-list-cover {
  background-color: #fff;
  border: 0.03vw solid rgba(0, 119, 211, 0.5);
  padding: 1.04vw 0;
}
.gg-list-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 1.56vw;
}
.gg-column {
  width: 32%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 1.04vw; /* 左右内边距，实现居中对齐 */
  align-items: center; /* 列内内容左右居中 */
}
.gg-column:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -1%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 119, 211, 0.3);
}
.gg-item-a {
  font-size: 0.9vw; /* 13px对应0.9vw，与综合动态保持一致 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  line-height: 1.35vw; /* 与综合动态保持一致 */
  display: block;
  cursor: pointer;
  transition: color 0.3s ease;
  width: 100%; /* 确保占满列宽 */
  text-align: left; /* 文字左对齐 */
}
.gg-item-a:not(:first-child) {
  margin-top: 0.39vw; /* 原来0.26vw的1.5倍 */
}
.gg-item-a:hover {
  color: #0077d3;
}
.ggs-span {
  color: #0077d3;
  font-size: 0.9vw; /* 与主体字体大小保持一致 */
  margin-right: 0.26vw;
}

.tab-custom-div {
  width: 16vw;
  height: 10vw;
  overflow: hidden;
  position: relative;
  background: none;
  border-radius: 0.78vw;
  background-color: #fff;
  box-shadow: 0 0.26vw 1.04vw rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.index-tab-cont .el-tabs__nav-wrap::after {
  display: none;
}

.index-tab-cont .el-tabs__header {
  border-bottom: none;
}

.index-tab-cont .el-tabs__active-bar {
  display: none;
}

.index-tab-cont .el-tabs__nav-prev {
  height: 7.29vw;
  width: 0.73vw;
  top: 45%;
  transform: translateY(-50%);
  background: var(--prev-img-url) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  position: absolute;
  left: 0;
}
.index-tab-cont .el-icon-arrow-left:before {
  display: none;
}
.index-tab-cont .el-tabs__nav-next {
  height: 7.29vw;
  width: 0.73vw;
  top: 45%;
  transform: translateY(-50%);
  background: var(--next-img-url) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  position: absolute;
  right: 0;
}
.index-tab-cont .el-icon-arrow-right:before {
  display: none;
}
.index-tab-cont .el-tabs__item {
  padding: 0 0.78vw; /* 减小内边距，给文字更多空间 */
  box-sizing: border-box; /* 确保内边距包含在宽度内 */
  overflow: hidden; /* 防止内容溢出 */
  position: relative; /* 确保定位正确 */
  height: 11.56vw; /* 设置与图片框高度相匹配 */
}
.index-tab-cont .el-tabs__nav-wrap.is-scrollable {
  padding: 0 1.82vw;
  position: relative;
}
.tab-custom-div:hover {
  transform: translateY(-0.26vw);
  box-shadow: 0 0.52vw 1.56vw rgba(0, 119, 211, 0.2);
}
.index-tab-cont .tab-link-a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0.78vw;
  overflow: hidden;
}
.index-tab-cont .tab-link-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 0.78vw;
}
.index-tab-cont .tab-link-a:hover img {
  transform: scale(1.05);
}
.main-link-div {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 4.17vw;
  position: relative;
  margin-bottom: 1.04vw;
}
.main-link-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25vw;
  color: #3d3d3d;
}
.main-link-a {
  font-size: 1.25vw;
  color: #3d3d3d;
  cursor: pointer;
  margin-right: 3vw;
  position: relative;
}
.main-link-a:hover {
  color: #0077d3;
}
.main-link-a:not(:first-of-type)::after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5vw;
  background-color: #3d3d3d;
}
.main-last-span {
  color: #0077d3;
  display: flex;
  align-items: center;
}
.down-img {
  display: inline-block;
  width: 1.04vw;
  height: 1.04vw;
  margin: 0 0 0 0.26vw;
}
.main-link-second-a {
  font-size: 0.94vw;
}

/* 漂浮二维码样式 - PC端 */
.floating-qr-pc {
  position: fixed;
  bottom: 2.08vw;
  right: 0.52vw;  /* 从1.56vw改为0.52vw，更靠右 */
  z-index: 1000;
  background: #fff;
  border-radius: 0.39vw;
  padding: 0;  /* 移除内边距，让图片完全铺满 */
  box-shadow: 0 0.13vw 0.52vw rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  animation: float 3s ease-in-out infinite;
  overflow: hidden;  /* 确保圆角效果 */
}

.floating-qr-pc:hover {
  transform: scale(1.05);
  box-shadow: 0 0.26vw 0.78vw rgba(0, 119, 211, 0.2);
}

.qr-img-pc {
  width: 4.69vw;  /* 保持原有宽度 */
  height: 6.98vw;  /* 根据图片宽高比1:1.49调整高度 (4.69 * 1.49 ≈ 6.98) */
  border-radius: 0.39vw;  /* 与容器圆角保持一致 */
  display: block;
  object-fit: cover;  /* 改为cover确保完全填充容器 */
  background: #fff;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.26vw);
  }
}
