@-webkit-keyframes homeProgressbar {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@keyframes homeProgressbar {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@media (min-width: 769px) {
  /* 绿色算力 */
  /* banner */
  .et-db #et-boc .et-l .text_banner .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% - 80px));
    width: 100%;
    padding: 0;
    color: #333;
    z-index: 1;
  }

  .text_banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    display: flex;
    justify-content: center;
  }

  .et-db #et-boc .et-l .text_banner .et_pb_fullwidth_header.et_pb_fullwidth_header_0 h1 {
    width: fit-content;
    font-weight: bold;
    line-height: 56px;
    margin-bottom: 0;
    font-size: 40px !important;
    color: #ffffff;
    letter-spacing: 0.53px;
  }

  .et-db #et-boc .et-l .text_banner .et_pb_fullwidth_header.et_pb_fullwidth_header_0 h1 span:last-child {
    display: inline-block;
    margin-top: 24px;
  }

  /* 介绍 */
  .et-db #et-boc .et-l .et_pb_section.text_introduce {
    padding-bottom: 0px;
  }

  .et-db #et-boc .et-l .text_introduce .et_pb_row_0.et_pb_row {
    margin-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content {
    display: flex;
    flex-direction: row-reverse;
  }

  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    margin-right: 40px;
    padding-top: 40px;
    flex: 1;
  }

  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    font-size: 40px;
    color: #333333;
    line-height: 56px;
    font-weight: bold;
  }

  .text_introduce
    .et_pb_blurb.et_pb_text_align_left
    .et_pb_blurb_content
    .et_pb_blurb_container
    .et_pb_blurb_description {
    margin-top: 24px;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
  }

  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
    width: 760px;
    overflow: hidden;
    border-radius: 2px;
  }

  .et-db #et-boc .et-l .text_introduce .et_pb_row_0.et_pb_row .et_pb_module.et_pb_blurb {
    margin-bottom: 0;
  }

  /* 奖项荣誉 */
  /* 列表 */
  .et-db #et-boc .et-l .et_pb_section.green-strategy-honour {
    background: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .et-db #et-boc .et-l .green-strategy-honour .et_pb_row.honour {
    margin-top: 48px;
  }

  .green-strategy-honour .et_pb_row.honour .pc_slidesperview_3 .slide_item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    border-radius: 2px;
    overflow: hidden;
    background: #ffffff;
  }

  .green-strategy-honour .et_pb_row.honour .pc_slidesperview_3 .slide_item:hover::after {
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f70000;
  }

  .green-strategy-honour .et_pb_row.honour .slide_item:last-child {
    margin-right: 0;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .slide_text {
    height: 100%;
  }
  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box {
    padding: 40px;
    padding-bottom: 24px;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .top {
    display: flex;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 40px;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .top p:first-child {
    flex: 1;
    margin-right: 40px;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .top img {
    width: 75px;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .bottom {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding: 20px 0 0px;
    border-top: 1px solid #efefef;
    margin-top: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  /* 按钮 */
  .honour .swiper_box .slide_navigation .icon_btn.swiper-button-disabled {
    cursor: auto;
    opacity: 0.6;
  }

  .honour .swiper_box .slide_navigation .icon_btn .iconfont {
    display: none;
  }

  .honour .swiper_box .slide_navigation .swiper-button-prev:hover {
    background-image: url('/wp-content/uploads/2023/09/大箭头-右-h备份@2x.png');
  }

  .honour .swiper_box .slide_navigation .swiper-button-next:hover {
    background-image: url('/wp-content/uploads/2023/09/大箭头-左备份@2x.png');
  }

  .honour .swiper_box .slide_navigation {
    position: inherit;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    z-index: 3;
    margin-top: 24px;
  }

  .honour .swiper_box .slide_navigation .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-image: url('/wp-content/uploads/2023/09/大箭头-右-h@2x.png');
    left: auto;
    background-size: cover;
    top: auto;
    transform: translateY(0%);
    position: inherit;
  }

  .honour .swiper_box .slide_navigation .swiper-button-next {
    width: 48px;
    height: 48px;
    background-image: url('/wp-content/uploads/2023/09/大箭头-左@2x.png');
    right: auto;
    background-size: cover;
    top: auto;
    transform: translateY(0%);
    position: inherit;
    margin-left: 70px;
  }

  .honour .swiper_box .slide_navigation .swiper-button-prev:hover.swiper-button-disabled {
    background-image: url('/wp-content/uploads/2023/09/大箭头-右-h@2x.png');
  }

  .honour .swiper_box .slide_navigation .swiper-button-next:hover.swiper-button-disabled {
    background-image: url('/wp-content/uploads/2023/09/大箭头-左@2x.png');
  }

  /* 政策与报告 */
  .et-db #et-boc .et-l .et_pb_section.policy-reporting {
    position: relative;
  }

  .policy-reporting .et_pb_fullwidth_code.et_pb_module {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1520px;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .policy-reporting .policy .green-strategy-title {
    font-size: 40px;
    color: #333333;
    text-align: center;
    line-height: 56px;
    margin-top: 80px;
  }

  .policy-reporting .policy ul {
    width: 680px;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    backdrop-filter: blur(10px);
    margin-top: 48px;
  }

  .policy-reporting .policy ul li {
    min-height: 70px;
    border-bottom: 1px solid rgba(234, 234, 234, 0.14);
    display: flex;
    align-items: center;
    padding: 8px 0;
  }

  .policy-reporting .policy ul li:last-child {
    border-bottom: 0;
  }

  .policy-reporting .policy ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 25px;

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .policy-reporting .policy ul li a:hover {
    text-decoration: underline;
  }

  .policy-reporting .policy ul li img {
    width: 32px;
    height: 32px;
  }

  .policy-reporting .policy ul li img:last-child {
    display: none;
  }

  /* 环保认证 & 新闻资讯  - swiper */
  .et-db #et-boc .et-l .et_pb_section.green-strategy-swiper {
    padding-top: 80px;
  }

  .et-db #et-boc .et-l .et_pb_section.green-strategy-swiper .swiper-w {
    margin-top: 48px;
  }

  .swiper-w .pc_slidesperview_4 .slide_item {
    width: calc((100% - 60px) / 4);
  }

  .swiper-w .pc_slidesperview_3 .slide_item {
    width: calc((100% - 40px) / 3);
  }

  .swiper-w .swiper_box .slide_item {
    margin-right: 20px;
  }

  .swiper-w .swiper_box .slide_item:last-child {
    margin-right: 0;
  }

  .swiper-w .swiper_box .slide_item .img_box {
    display: flex;
    border-radius: 2px;
    overflow: hidden;
  }

  .swiper-w .swiper_box .slide_item .slide_text {
    margin-top: 20px;
  }

  .swiper-w .swiper_box .slide_item .slide_text .title {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
  }

  .green-strategy-swiper.news .swiper-w .swiper_box .slide_item .slide_text .title {
    text-align: left;
  }

  .swiper-w .pc_slidesperview_3 .slide_item .slide_text .summary_box {
    margin-top: 8px;
  }

  .swiper-w .swiper_box .slide_item .slide_text .summary_box {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
  }

  /* 合作组织 */
  .et-db #et-boc .et-l .et_pb_section.cooperative-organizations {
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: 80px;
    background: #f5f5f5;
  }

  .et-db #et-boc .et-l .et_pb_section.cooperative-organizations .swiper-w {
    margin-top: 48px;
  }

  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text {
    margin-top: 0;
  }

  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box {
    display: flex;
    flex-wrap: wrap;
  }

  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box p {
    display: flex;
    width: calc((100% - 120px) / 7);
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 2px;
  }

  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box p:nth-child(7n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .policy-reporting .policy ul li {
    min-height: 60px;
  }
  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box {
    padding: 30px;
    padding-bottom: 24px;
  }
  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .top img {
    width: 68px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .policy-reporting .policy ul li {
    min-height: 50px;
  }
  .et-db #et-boc .et-l .text_banner .et_pb_fullwidth_header.et_pb_fullwidth_header_0 h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
  .xfusion-green-strategy .text_banner .et_pb_fullwidth_image img {
    min-height: 450px;
    object-fit: cover;
  }
  .xfusion-green-strategy .policy-reporting .et_pb_fullwidth_image img {
    min-height: 450px;
    object-fit: cover;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box {
    padding: 26px;
    padding-bottom: 24px;
  }
  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .top img {
    width: 52px;
  }
  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .bottom {
    font-size: 12px;
  }
  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_main_blurb_image {
    max-width: 55%;
  }
  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    margin-right: 20px;
    padding-top: 0px;
  }
  .xfusion-green-strategy .text_banner .et_pb_fullwidth_image img {
    min-height: 420px;
    object-fit: cover;
  }
  .xfusion-green-strategy .policy-reporting .et_pb_fullwidth_image img {
    min-height: 450px;
    object-fit: cover;
  }
  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    font-size: 36px;
    line-height: 46px;
  }
  .swiper-w .swiper_box .slide_item .slide_text .title {
    text-align: left;
    font-size: 16px;
  }
  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box p {
    width: calc((100% - 96px) / 7);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .top p:first-child{
    margin-right: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .text_banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 90%;
  }
  .swiper-w .swiper_box .slide_item .slide_text .title {
    text-align: left;
    font-size: 15px;
  }
  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .top img {
    width: 48px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  /* 政策与报告 */
  .policy-reporting .et_pb_fullwidth_code.et_pb_module {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .et-db #et-boc .et-l .et_pb_section.text_introduce {
    padding-top: 0;
  }
  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content {
    flex-direction: column-reverse;
  }
  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 100%;
    max-width: 100%;
  }
  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    text-align: center;
  }
  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    margin-right: 0;
  }
  .text_banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 93%;
  }
  .et-db #et-boc .et-l .text_banner .et_pb_fullwidth_header.et_pb_fullwidth_header_0 h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box p {
    width: calc((100% - 64px) / 5);
  }
  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box p:nth-child(5n){
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 820px) {
  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box p {
    width: calc((100% - 48px) / 4);
  }
  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box p:nth-child(5n){
    margin-right: 16px;
  }
  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box p:nth-child(4n){
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  /* 绿色算力 */
  /* banner */
  .et-db #et-boc .et-l .text_banner .et_pb_fullwidth_header.et_pb_module {
    position: absolute;
    top: 16.6%;
    left: 0;
    /* transform: translateY(calc(-50% - 80px)); */
    width: 100%;
    padding: 0;
    color: #333;
    z-index: 1;
  }

  .text_banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    display: flex;
    justify-content: center;
  }

  .et-db #et-boc .et-l .text_banner .et_pb_fullwidth_header.et_pb_module h1 {
    width: fit-content;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 0;
    font-size: 24px !important;
    color: #ffffff;
    letter-spacing: 0.32px;
  }

  .et-db #et-boc .et-l .text_banner .et_pb_fullwidth_header.et_pb_module h1 span:last-child {
    display: inline-block;
    margin-top: 12px;
  }

  /* 介绍 */
  .et-db #et-boc .et-l .et_pb_section.text_introduce {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .et-db #et-boc .et-l .text_introduce .et_pb_row_0.et_pb_row {
    margin-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 0px !important;
  }

  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content {
    display: flex;
    flex-direction: column-reverse;
  }

  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    margin-right: 0px;
    padding-top: 0px;
    flex: 1;
  }

  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
  }

  .text_introduce
    .et_pb_blurb.et_pb_text_align_left
    .et_pb_blurb_content
    .et_pb_blurb_container
    .et_pb_blurb_description {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
  }

  .text_introduce .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0;
    margin-top: 12px;
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
  }

  .et-db #et-boc .et-l .text_introduce .et_pb_row_0.et_pb_row .et_pb_module.et_pb_image {
    margin-top: 12px;
    overflow: hidden;
    border-radius: 2px;
  }

  .et-db #et-boc .et-l .text_introduce .et_pb_row_0.et_pb_row .et_pb_module.et_pb_blurb {
    margin-bottom: 0;
  }

  /* 奖项荣誉 */
  /* 列表 */
  .et-db #et-boc .et-l .et_pb_section.green-strategy-honour {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .et-db #et-boc .et-l .green-strategy-honour .et_pb_row.honour {
    margin-top: 20px;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_swiper {
    overflow: visible;
  }

  .green-strategy-honour .et_pb_row.honour .pc_slidesperview_1 .slide_item {
    width: calc((100%));
    margin-right: 16px;
    border-radius: 2px;
    overflow: hidden;
    background: #ffffff;
  }

  .green-strategy-honour .et_pb_row.honour .pc_slidesperview_1 .slide_item:last-child {
    margin-right: 0px;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .slide_text {
    height: 100%;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box {
    padding: 24px;
    padding-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .top {
    display: flex;
    flex-direction: column-reverse;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    flex: 1;
    justify-content: flex-end;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .top p:first-child {
    margin-top: 20px;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .top img {
    width: 45px;
  }

  .green-strategy-honour .et_pb_row.honour .swiper_box .slide_item .summary_box .bottom {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    padding: 15px 0 0px;
    border-top: 1px solid #efefef;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* 焦点分页 */
  .et-db #et-boc .et-l .green-strategy-honour .honour .news_pagination {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: auto;
    text-align: center !important;
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }

  .green-strategy-honour .honour .news_pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    height: 2px;
    background: #d8d8d8;
    border-radius: 1px;
    width: 14px;
    animation: none;
  }

  .green-strategy-honour .honour .news_pagination span.swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 2px;
    margin: 0;
    margin-right: 4px;
    border-radius: 1px;
    background: #d8d8d8;
    opacity: 1;
    text-align: center;
  }

  .green-strategy-honour .honour .news_pagination span.swiper-pagination-bullet-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #f70000;
    border-radius: 1px;
    animation: homeProgressbar 2s;
  }

  /* 政策与报告 */
  .et-db #et-boc .et-l .et_pb_section.policy-reporting {
    background: #f5f5f5;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .policy-reporting .et_pb_fullwidth_code.et_pb_module {
    padding: 0 16px;
    overflow: hidden;
    border-radius: 0 0 2px 2px;
  }

  .policy-reporting .green-strategy-title {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
  }

  .policy-reporting .et_pb_fullwidth_image {
    margin-top: 20px;
    padding: 0px;
    margin: 20px 16px 0;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
  }

  .policy-reporting .policy .green-strategy-title {
    display: none;
  }

  .policy-reporting .policy ul {
    border-radius: 2px;
    backdrop-filter: blur(10px);
  }

  .policy-reporting .policy ul li {
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    padding: 10px 20px;
    background: #fff;
  }

  .policy-reporting .policy ul li:last-child {
    border-bottom: 0;
  }

  .policy-reporting .policy ul li a {
    font-size: 14px;
    color: #333;
    line-height: 20px;

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .policy-reporting .policy ul li a:hover {
    text-decoration: underline;
  }

  .policy-reporting .policy ul li img {
    width: 26px;
    height: 26px;
  }

  .policy-reporting .policy ul li img:nth-child(2) {
    display: none;
  }

  /* 环保认证 */
  .et-db #et-boc .et-l .et_pb_section.green-strategy-swiper {
    padding-top: 40px;
  }

  .et-db #et-boc .et-l .et_pb_section.green-strategy-swiper .swiper-w {
    margin-top: 20px;
  }

  .et-db #et-boc .et-l .green-strategy-swiper .et_pb_row:first-child {
    margin-bottom: 20px;
  }

  .et-db #et-boc .et-l .et_pb_row.green-strategy-mb {
    display: flex;
  }

  .et-db #et-boc .et-l .et_pb_row.green-strategy-mb .et_pb_column {
    margin-bottom: 20px;
    margin-right: 12px;
  }

  .et-db #et-boc .et-l .et_pb_row.green-strategy-mb .et_pb_column:last-child {
    margin-right: 0;
  }

  .et-db #et-boc .et-l .et_pb_row.green-strategy-mb .et_pb_column .et_pb_image {
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 2px;
  }

  .et-db #et-boc .et-l .et_pb_row.green-strategy-mb .et_pb_column .et_pb_text {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
  }

  /*  新闻资讯  - swiper */
  .news .et_pb_row.swiper-w .swiper_box .slide_swiper {
    overflow: visible;
  }

  .et-db #et-boc .et-l .et_pb_section.news {
    padding-top: 40px;
  }

  .et-db #et-boc .et-l .et_pb_section.news .swiper-w {
    margin-top: 20px;
  }

  .swiper-w .pc_slidesperview_4 .slide_item {
    width: calc((100% - 60px) / 4);
  }

  .swiper-w .pc_slidesperview_3 .slide_item {
    width: calc((100% - 40px) / 3);
  }

  .swiper-w .swiper_box .slide_item {
    margin-right: 16px;
  }

  .news .swiper-w .swiper_box .slide_item {
    margin-right: 16px;
    background: #fafafa;
    border-radius: 2px;
    overflow: hidden;
  }

  .swiper-w .swiper_box .slide_item:last-child {
    margin-right: 0;
  }

  .swiper-w .swiper_box .slide_item .img_box {
    display: flex;
    /* border-radius: 2px;
        overflow: hidden; */
  }

  .news .swiper-w .swiper_box .slide_item .slide_text {
    padding: 12px 16px 32px;
  }

  .swiper-w .swiper_box .slide_item .slide_text {
    padding: 0px;
  }

  .swiper-w .swiper_box .slide_item .slide_text .title {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .swiper-w .pc_slidesperview_1 .slide_item .slide_text .summary_box {
    margin-top: 8px;
  }

  .swiper-w .swiper_box .slide_item .slide_text .summary_box {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
  }

  /* 焦点分页 */
  .et-db #et-boc .et-l .news .swiper-w .news_pagination {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: auto;
    text-align: center !important;
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }

  .news .swiper-w .news_pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    height: 2px;
    background: #d8d8d8;
    border-radius: 1px;
    width: 14px;
    animation: none;
  }

  .news .swiper-w .news_pagination span.swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 2px;
    margin: 0;
    margin-right: 4px;
    border-radius: 1px;
    background: #d8d8d8;
    opacity: 1;
    text-align: center;
  }

  .news .swiper-w .news_pagination span.swiper-pagination-bullet-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #f70000;
    border-radius: 1px;
    animation: homeProgressbar 2s;
  }

  /* 合作组织 */
  .et-db #et-boc .et-l .et_pb_section.cooperative-organizations {
    padding-top: 40px;
    padding-bottom: 32px;
    margin-top: 30px;
    background: #f5f5f5;
  }

  .et-db #et-boc .et-l .et_pb_section.cooperative-organizations .swiper-w {
    margin-top: 20px;
  }

  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text {
    margin-top: 0;
  }

  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box {
    display: flex;
    flex-wrap: wrap;
  }

  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box p {
    display: flex;
    width: calc((100% - 16px) / 3);
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 2px;
  }

  .cooperative-organizations .swiper-w .swiper_box .slide_item .slide_text .summary_box p:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 320px) {
  .policy-reporting .policy ul li {
    padding: 8px 12px;
  }

  .et-db #et-boc .et-l .text_banner .et_pb_fullwidth_header.et_pb_module h1 {
    font-size: 20px !important;
  }
}
