.pid-a067f766-4f3d-40fc-bd54-57a04f519234 .gp-container{
    position:relative;
}
.pid-a067f766-4f3d-40fc-bd54-57a04f519234 .gp-title22{
    position:absolute;left:50%;top:60px;transform:translateX(-50%);z-index:500;
}

.pid-a067f766-4f3d-40fc-bd54-57a04f519234 .block-list91 li .intro span{
    margin-top:15px !important;
}
/*标题背景*/
.pid-a067f766-4f3d-40fc-bd54-57a04f519234 .gp-title21 h2{
    background:#f5f5f5;
}

/*标题底色，与全局区分开*/
.pid-a067f766-4f3d-40fc-bd54-57a04f519234 .gp-title59 .more, .pid-a067f766-4f3d-40fc-bd54-57a04f519234 .gp-title59 h2{
    background:#f5f5f5 !important;
}



/*a*/
/*添加图标*/
/* 图片容器：新增相对定位（作为图标定位参考）+ 伪元素实现图标 */
.pid-a067f766-4f3d-40fc-bd54-57a04f519234 .block-list170 .flex .item-img {
  position: relative;
}
/* 核心：通过:before伪元素添加图标（兼容IE9） */
.pid-a067f766-4f3d-40fc-bd54-57a04f519234 .block-list170 .flex .item-img:before {
  content: "";
  /* 图标父级尺寸：66px宽高 */
  width: 66px;
  height: 66px;
  /* 绝对定位实现上下左右居中 */
  position: absolute;
  top: 50%;
  left: 50%;
  /* 兼容IE9的居中偏移（-ms-前缀） */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* 图标设置：替换为你的图标实际路径 */
  background-image: url("https://demo.gpowersoft.com/editor_saas/api/page/siteResource/view/737ce82d6ec96ed591d61c3cae11c528");
  background-size: 100% 100%; /* 图标100%呈现 */
  background-repeat: no-repeat;
  background-position: center;
  /* 过渡动画：兼容IE9（-ms-前缀） */
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  /* 图标层级：确保在图片上方 */
  z-index: 1;
}
/* 鼠标移入：图标向中心坍缩10%（66*0.9=59.4px） */
.pid-a067f766-4f3d-40fc-bd54-57a04f519234 .block-list170 .flex .item-img:hover:before {
  width: 59.4px;
  height: 59.4px;
  /* 坍缩后仍保持居中（重新计算偏移） */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



/*a*/
/*左侧伪类背景*/
.pid-a067f766-4f3d-40fc-bd54-57a04f519234 .block-list170 .flex .item-img a{
    background:#fff;
}
/* 左侧文字区域（item-txt）背景图 - 兼容IE9 */
.pid-a067f766-4f3d-40fc-bd54-57a04f519234 .block-list170 .flex .item-txt {
  position: relative;
  z-index: 0;
  overflow: hidden; /* 确保背景不溢出到右侧 */
  /* 背景图仅相对于item-txt容器定位，无fixed，稳定显示 */
  background-image: url("https://demo.gpowersoft.com/editor_saas/api/page/siteResource/view/4640853df1f948f3d08184ede882109b");
  background-position: center left; /* 背景图在文字区内居中 */
  background-repeat: no-repeat;
  background-size: cover; /* 覆盖容器且不变形，IE9支持 */
  /* 可选：若想背景图不跟随文字滚动（仅元素内固定），用local（IE9支持） */
  background-attachment: local;
}

@media screen and (max-width: 1460px) {
    /*左侧文字部分*/
    .block-list170 .flex .item-txt .p {
        height: 205px !important;
    }
}
/* 响应式适配：确保小屏下背景图仍适配文字区（可选，根据需求调整） */
@media screen and (max-width: 997px) {
  .pid-a067f766-4f3d-40fc-bd54-57a04f519234 .block-list170 .flex .item-txt {
    background-size: 100% 100%; /* 小屏下仍覆盖文字区 */
  }
}

.pid-f91f9049-e289-4ab2-bc21-79bee9124eed{
    display:none;
}



/*a*/
/*右侧视频图标*/
/* 轮播图图片居中图标 - 兼容IE9 */
.pid-f91f9049-e289-4ab2-bc21-79bee9124eed .carousel114 .item .gp-img-responsive:before {
  content: "";
  /* 图标父级66px宽高 */
  width: 66px;
  height: 66px;
  /* 绝对定位实现上下左右居中 */
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE9兼容的居中偏移（-ms-前缀） */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* 图标设置：替换为你的实际图标路径 */
  background: url("https://demo.gpowersoft.com/editor_saas/api/page/siteResource/view/737ce82d6ec96ed591d61c3cae11c528") no-repeat center / 100% 100%;
  /* 过渡动画（兼容IE9） */
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  /* 确保图标在图片上方 */
  z-index: 1;
}
/* 鼠标移入：图标向中心坍缩10%（66*0.9=59.4px） */
.pid-f91f9049-e289-4ab2-bc21-79bee9124eed .carousel114 .item .gp-img-responsive:hover:before {
  width: 59.4px;
  height: 59.4px;
  /* 坍缩后仍保持居中 */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pid-e3aa45cd-9ee8-4266-915b-4ec4e889eeb0{}



/*a*/
/*右侧视频图标*/
/* 轮播图图片居中图标 - 兼容IE9 */
.pid-e3aa45cd-9ee8-4266-915b-4ec4e889eeb0 .carousel114 .item .gp-img-responsive:before {
  content: "";
  /* 图标父级66px宽高 */
  width: 66px;
  height: 66px;
  /* 绝对定位实现上下左右居中 */
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE9兼容的居中偏移（-ms-前缀） */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* 图标设置：替换为你的实际图标路径 */
  background: url("https://demo.gpowersoft.com/editor_saas/api/page/siteResource/view/737ce82d6ec96ed591d61c3cae11c528") no-repeat center / 100% 100%;
  /* 过渡动画（兼容IE9） */
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  /* 确保图标在图片上方 */
  z-index: 1;
}
/* 鼠标移入：图标向中心坍缩10%（66*0.9=59.4px） */
.pid-e3aa45cd-9ee8-4266-915b-4ec4e889eeb0 .carousel114 .item .gp-img-responsive:hover:before {
  width: 59.4px;
  height: 59.4px;
  /* 坍缩后仍保持居中 */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



/*第二个标题隐藏*/
.pid-e3aa45cd-9ee8-4266-915b-4ec4e889eeb0 .layout:nth-child(2) .gp-title59 h2{
    display:none;
}
.pid-e3aa45cd-9ee8-4266-915b-4ec4e889eeb0 .layout:nth-child(2) .gp-title59 {
  min-height: 106px; 
}
@media screen and (max-width: 996px) {
    .pid-e3aa45cd-9ee8-4266-915b-4ec4e889eeb0 .layout:nth-child(2) .gp-title59 {
      min-height: 60px; 
    }
}
/*标题单独调整*/
/*左侧装饰*/
.pid-e3aa45cd-9ee8-4266-915b-4ec4e889eeb0 .gp-title59 h2 .before{
    /*display:none;*/
}
/*栏目位置*/
.pid-e3aa45cd-9ee8-4266-915b-4ec4e889eeb0 .gp-title59 {
  justify-content: initial !important;
}
.pid-e3aa45cd-9ee8-4266-915b-4ec4e889eeb0 .gp-title59 h2 {
  /*padding:0 30px 0 0;*/
}

.pid-b71ffd9d-7748-454a-9f49-f8f80c970ffb{}


.pid-83f72c9b-497d-4f0c-aebb-fefcb6fb765c.gpArticleTitle{height:27px !important;line-height:1.5 !important;-webkit-line-clamp:1 !important;}@media screen and (max-width:996px){.sm-pid-83f72c9b-497d-4f0c-aebb-fefcb6fb765c.gpArticleTitle{height:24px !important;line-height:1.5 !important;}}@media screen and (max-width:767px){.xs-pid-83f72c9b-497d-4f0c-aebb-fefcb6fb765c.gpArticleTitle{height:21px !important;line-height:1.5 !important;}}@media screen and (max-width:480px){.xxs-pid-83f72c9b-497d-4f0c-aebb-fefcb6fb765c.gpArticleTitle{height:21px !important;line-height:1.5 !important;}}
.pid-38da574a-c29f-4a6e-aba5-d274ea5f4e01.gpArticleTitle{height:54px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}@media screen and (max-width:996px){.sm-pid-38da574a-c29f-4a6e-aba5-d274ea5f4e01.gpArticleTitle{height:48px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:767px){.xs-pid-38da574a-c29f-4a6e-aba5-d274ea5f4e01.gpArticleTitle{height:42px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:480px){.xxs-pid-38da574a-c29f-4a6e-aba5-d274ea5f4e01.gpArticleTitle{height:42px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}.pid-38da574a-c29f-4a6e-aba5-d274ea5f4e01.gpArticleSummary{height:46px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}@media screen and (max-width:996px){.sm-pid-38da574a-c29f-4a6e-aba5-d274ea5f4e01.gpArticleSummary{height:42px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:767px){.xs-pid-38da574a-c29f-4a6e-aba5-d274ea5f4e01.gpArticleSummary{height:36px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:480px){.xxs-pid-38da574a-c29f-4a6e-aba5-d274ea5f4e01.gpArticleSummary{height:36px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}
.pid-645438f6-078f-4699-9711-6a7ae0f09bab.gpArticleTitle{height:57px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}@media screen and (max-width:996px){.sm-pid-645438f6-078f-4699-9711-6a7ae0f09bab.gpArticleTitle{height:48px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:767px){.xs-pid-645438f6-078f-4699-9711-6a7ae0f09bab.gpArticleTitle{height:42px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:480px){.xxs-pid-645438f6-078f-4699-9711-6a7ae0f09bab.gpArticleTitle{height:42px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}.pid-645438f6-078f-4699-9711-6a7ae0f09bab.gpArticleSummary{height:71px !important;line-height:1.57 !important;-webkit-line-clamp:3 !important;}@media screen and (max-width:996px){.sm-pid-645438f6-078f-4699-9711-6a7ae0f09bab.gpArticleSummary{height:65px !important;line-height:1.57 !important;-webkit-line-clamp:3 !important;}}@media screen and (max-width:767px){.xs-pid-645438f6-078f-4699-9711-6a7ae0f09bab.gpArticleSummary{height:37px !important;line-height:1.57 !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:480px){.xxs-pid-645438f6-078f-4699-9711-6a7ae0f09bab.gpArticleSummary{height:37px !important;line-height:1.57 !important;-webkit-line-clamp:2 !important;}}
.pid-55ad71ad-fd74-4e72-b726-ed8a9ddff213.gpArticleTitle{height:54px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}@media screen and (max-width:996px){.sm-pid-55ad71ad-fd74-4e72-b726-ed8a9ddff213.gpArticleTitle{height:48px !important;line-height:1.5 !important;}}@media screen and (max-width:767px){.xs-pid-55ad71ad-fd74-4e72-b726-ed8a9ddff213.gpArticleTitle{height:42px !important;line-height:1.5 !important;}}@media screen and (max-width:480px){.xxs-pid-55ad71ad-fd74-4e72-b726-ed8a9ddff213.gpArticleTitle{height:42px !important;line-height:1.5 !important;}}.pid-55ad71ad-fd74-4e72-b726-ed8a9ddff213.gpArticleSummary{height:46px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}@media screen and (max-width:996px){.sm-pid-55ad71ad-fd74-4e72-b726-ed8a9ddff213.gpArticleSummary{height:42px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:767px){.xs-pid-55ad71ad-fd74-4e72-b726-ed8a9ddff213.gpArticleSummary{height:36px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:480px){.xxs-pid-55ad71ad-fd74-4e72-b726-ed8a9ddff213.gpArticleSummary{height:36px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}}
.pid-c5c21682-c688-4cda-8080-64ecaeab60b7.gpArticleTitle{height:27px !important;line-height:1.5 !important;-webkit-line-clamp:1 !important;}@media screen and (max-width:996px){.sm-pid-c5c21682-c688-4cda-8080-64ecaeab60b7.gpArticleTitle{height:24px !important;line-height:1.5 !important;-webkit-line-clamp:1 !important;}}@media screen and (max-width:767px){.xs-pid-c5c21682-c688-4cda-8080-64ecaeab60b7.gpArticleTitle{height:21px !important;line-height:1.5 !important;}}@media screen and (max-width:480px){.xxs-pid-c5c21682-c688-4cda-8080-64ecaeab60b7.gpArticleTitle{height:21px !important;line-height:1.5 !important;}}
.pid-d421a544-fe8d-4f68-9419-76c07d396c89.gpArticleTitle{height:54px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}@media screen and (max-width:996px){.sm-pid-d421a544-fe8d-4f68-9419-76c07d396c89.gpArticleTitle{height:auto !important;line-height:1.5 !important;max-height:48px !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:767px){.xs-pid-d421a544-fe8d-4f68-9419-76c07d396c89.gpArticleTitle{height:auto !important;line-height:1.5 !important;max-height:42px !important;-webkit-line-clamp:2 !important;}}@media screen and (max-width:480px){.xxs-pid-d421a544-fe8d-4f68-9419-76c07d396c89.gpArticleTitle{height:auto !important;line-height:1.5 !important;max-height:42px !important;-webkit-line-clamp:2 !important;}}
.pid-cbf69bff-3a00-49e1-9072-d021e8ceb346.gpArticleTitle{height:27px !important;line-height:1.5 !important;-webkit-line-clamp:1 !important;}@media screen and (max-width:996px){.sm-pid-cbf69bff-3a00-49e1-9072-d021e8ceb346.gpArticleTitle{height:24px !important;line-height:1.5 !important;}}@media screen and (max-width:767px){.xs-pid-cbf69bff-3a00-49e1-9072-d021e8ceb346.gpArticleTitle{height:21px !important;line-height:1.5 !important;}}@media screen and (max-width:480px){.xxs-pid-cbf69bff-3a00-49e1-9072-d021e8ceb346.gpArticleTitle{height:21px !important;line-height:1.5 !important;}}
.pid-7e907785-d1e9-43d1-ad38-f528dbef304a.gpArticleTitle{height:auto !important;line-height:1.7 !important;max-height:122px !important;-webkit-line-clamp:4 !important;}@media screen and (max-width:996px){.sm-pid-7e907785-d1e9-43d1-ad38-f528dbef304a.gpArticleTitle{height:auto !important;line-height:1.7 !important;max-height:81px !important;-webkit-line-clamp:3 !important;}}@media screen and (max-width:767px){.xs-pid-7e907785-d1e9-43d1-ad38-f528dbef304a.gpArticleTitle{height:auto !important;line-height:1.7 !important;max-height:71px !important;-webkit-line-clamp:3 !important;}}@media screen and (max-width:480px){.xxs-pid-7e907785-d1e9-43d1-ad38-f528dbef304a.gpArticleTitle{height:auto !important;line-height:1.7 !important;max-height:71px !important;-webkit-line-clamp:3 !important;}}
.pid-30432fe8-1bf2-4887-9c30-fa922ca418e2.gpArticleSummary{height:auto !important;line-height:1.8 !important;max-height:215px !important;-webkit-line-clamp:7 !important;}@media screen and (max-width:996px){.sm-pid-30432fe8-1bf2-4887-9c30-fa922ca418e2.gpArticleSummary{height:auto !important;line-height:1.7 !important;max-height:166px !important;-webkit-line-clamp:6 !important;}}@media screen and (max-width:767px){.xs-pid-30432fe8-1bf2-4887-9c30-fa922ca418e2.gpArticleSummary{height:auto !important;line-height:1.6 !important;max-height:115px !important;-webkit-line-clamp:5 !important;}}@media screen and (max-width:480px){.xxs-pid-30432fe8-1bf2-4887-9c30-fa922ca418e2.gpArticleSummary{height:auto !important;line-height:1.5 !important;max-height:84px !important;-webkit-line-clamp:4 !important;}}
.pid-b6774ffd-5525-4360-8272-8db5e8fbfbd3.gpArticleTitle{height:21px !important;line-height:1.2 !important;}@media screen and (max-width:996px){.sm-pid-b6774ffd-5525-4360-8272-8db5e8fbfbd3.gpArticleTitle{height:19px !important;line-height:1.2 !important;}}@media screen and (max-width:767px){.xs-pid-b6774ffd-5525-4360-8272-8db5e8fbfbd3.gpArticleTitle{height:16px !important;line-height:1.2 !important;}}@media screen and (max-width:480px){.xxs-pid-b6774ffd-5525-4360-8272-8db5e8fbfbd3.gpArticleTitle{height:16px !important;line-height:1.2 !important;}}
.pid-278fc080-b320-4fc1-8d5f-662d9bfc99a0.gpArticleTitle{height:21px !important;line-height:1.2 !important;}@media screen and (max-width:996px){.sm-pid-278fc080-b320-4fc1-8d5f-662d9bfc99a0.gpArticleTitle{height:19px !important;line-height:1.2 !important;}}@media screen and (max-width:767px){.xs-pid-278fc080-b320-4fc1-8d5f-662d9bfc99a0.gpArticleTitle{height:16px !important;line-height:1.2 !important;}}@media screen and (max-width:480px){.xxs-pid-278fc080-b320-4fc1-8d5f-662d9bfc99a0.gpArticleTitle{height:16px !important;line-height:1.2 !important;}}
