.graphic {
  padding: 32px 20px 20px;
  border-radius: 8px;
  background-color: rgba(211, 211, 211, 0.2);
  background-position: center top;
  background-repeat: repeat-y;
}

.graphic_list {
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
}

.graphic_list:last-child {
  margin-bottom: 0;
}

.graphic_img {
  width: 44.8717%;
  position: relative;
  z-index: 1;
}

.graphic_img a {
  height: 0;
  padding-bottom: 50%;
  display: block;
}

.graphic_img img {
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
}

.graphic_content {
  width: 55.1282%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 8px 32px 32px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

/* .graphic_content:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 350px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 55px solid #fff;
  position: absolute;
  left: -55px;
  top: 0;
  z-index: 2;
  display: none;
} */

.graphic_t1 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.graphic_des {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 20px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  position: relative;
  padding-right: 24px;
}

.graphic_des::after {
  content: "";
  display: block;
  position: sticky;
  bottom: 0;
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 58.17%, #FFF 100%);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  pointer-events: none;
}

.graphic_des::-webkit-scrollbar {
  width: 4px;
}
.graphic_des::-webkit-scrollbar-thumb {
  background: #E5E6EB;
  border-radius: 4px;
}
.graphic_des::-webkit-scrollbar-track {
  background: #F9FAFC;
}

.graphic_link {
  flex-shrink: 0;
}

.graphic_link a {
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  padding: 10px 40px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
}

.graphic_link a:hover {
  background: #2b2b2b;
  color: #fff;
}

.graphic_list:nth-child(even) .graphic_img {
  order: 1;
  margin-left: auto;
}

.graphic_list:nth-child(even) .graphic_content {
  right: auto;
  left: 0;
}

/* .graphic_list:nth-child(even) .graphic_content {
  padding: 30px 55px 30px 35px;
}

.graphic_list:nth-child(even) .graphic_content:after {
  left: auto;
  right: -55px;
  transform: scaleX(-1);
  display: none;
} */

@media only screen and (max-width: 1600px) {
  .graphic_content {
    padding: 20px 8px 20px 20px;
  }

  .graphic_des {
    padding-right: 12px;
  }

  /* .graphic_list:nth-child(even) .graphic_content {
    padding: 20px 45px 20px 25px;
  } */

  .graphic_t1 {
    font-size: 20px;
  }

}

@media only screen and (max-width: 1025px) {
  .graphic_content {
    padding: 12px 8px 12px 12px;
  }

  .graphic_des {
    padding-right: 4px;
  }

  /* .graphic_list:nth-child(even) .graphic_content {
    padding: 10px 25px 10px 15px;
  } */

  .graphic_t1 {
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px) {
  .graphic {
    padding: 20px 12px;
    width: 100%;
    border-radius: 0;
  }

  .graphic_list {
    flex-wrap: wrap;
    margin-bottom: 12px;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    height: auto;
  }

  .graphic_img {
    width: 100%;
  }

  .graphic_content {
    width: 100%;
    position: relative;
    right: auto;
    left: auto;
    height: auto;
  }

  .graphic_content,
  .graphic_list:nth-child(even) .graphic_content {
    padding: 12px 4px 12px 12px;
  }

  .graphic_t1 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .graphic_des {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
    max-height: 176px;
    padding-right: 8px;
  }

  .graphic_des::after {
    height: 32px;
  }

  .graphic_link a {
    height: 35px;
    padding: 7px 40px;
    border-width: 0.5px;
  }

  .graphic_link a:hover {
    background: none;
    color: #2b2b2b;
  }

  /* .graphic_content:after {
    display: none;
  } */

  .graphic_list:nth-child(even) .graphic_img {
    order: 0;
    margin-left: 0;
  }

  #swiper-pagination-graphic {
    width: calc(100% - 30px);
    bottom: 0;
  }

  #swiper-pagination-graphic .swiper-pagination-bullet {
    margin: 0 5px;
    background: #D0D0D0;
    opacity: 1;
  }

  #swiper-pagination-graphic .swiper-pagination-bullet-active {
    background: #dc2f2f;
  }
}