@charset "UTF-8";

.slideshow {
    height: 400px;
    object-fit: cover;
}

/* 例如：设置全局字体为"宋体" */
body {
  /* font-family: "微软雅黑", SimSun, serif; */
  font-family: -apple-system, BlinkMacSystemFont, font_1256165_kf5ixqaoub, "Microsoft YaHei", Roboto, Helvetica, Arial, sans-serif;
}

/* 手机端隐藏新闻中心右侧图片 */
@media (max-width: 768px) {
  .news-image-container {
    display: none !important;
  }
}

  /* 小屏幕 */
.slide-title-big {
  background: linear-gradient(90deg, #00ff99, #0099ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent !important;
  position: relative;
  top: -100px;
  font-weight: bold;
  font-size: 24px;
}

 /* 小屏幕 */
.slide-title-big2 {
  font-weight: bold;
  font-size: 18px;
  color: #fff !important;
  position: relative;
  top: -75px;
  }

  /* 大屏设备调整 */
@media (min-width: 768px) {  

  /* 绿到蓝渐变色标题 */
.slide-title-big {

  top: -200px;
  font-size: 64px;
}

.slide-title-big2 {
  font-size: 32px;
  top: -160px;
  }
}
