.carousel28 {
  position: relative;
}

.carousel28 .gpCarousel {
  position: relative;
}

.carousel28 .gpCarousel .slick-slider a {
  display: block;
}

.carousel28 .gpCarousel .slick-slider a span {
  padding-bottom: 37.5%;
}

.carousel28 .gpCarousel .slick-slider a .slick-txt {
  position: absolute;
  background: none;
  height: auto;
  line-height: 1.4;
  color: #fff;
  bottom: 22px;
  width: 100%;
  left: 0;
  padding: 0;
}

.carousel28 .gpCarousel .slick-slider a .slick-txt h3 {
  box-sizing: border-box;
  position: relative;
}

.carousel28 .gpCarousel .slick-slider a .slick-txt p {
  box-sizing: border-box;
  padding: 0 60px 0 20px;
}

.carousel28 .gpCarousel .slick-arrow {
  left: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: auto;
  right: 60px;
  transform: translateY(0);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  font-size: 20px;
}

.carousel28 .gpCarousel .slick-arrow::after {
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.carousel28 .gpCarousel .slick-arrow.slick-prev {
  bottom: 92px;
}

.carousel28 .gpCarousel .slick-arrow.slick-prev::after {
  border-radius: 0px;
}

.carousel28 .gpCarousel .slick-arrow.slick-next {
  bottom: 36px;
}

.carousel28 .gpCarousel .slick-arrow.slick-next::after {
  border-radius: 0;
}

.carousel28 .gpCarousel .slick-dots {
  right: 85px;
  bottom: 50%;
  transform: translateY(50%);
}

.carousel28 .gpCarousel .slick-dots li {
  width: 2px;
  height: 22px;
  display: block;
  margin: 10px 0;
}

.carousel28 .gpCarousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}

.carousel28 .gpCarousel .slick-dots li.slick-active button {
  background: #ffffff;
}

@media screen and (max-width: 1240px) {
  .carousel28 .gpCarousel .slick-dots {
    right: 30px;
  }

  .carousel28 .gpCarousel .slick-arrow {
    left: 10px;
    right: auto;
    top: 50%;
  }

  .carousel28 .gpCarousel .slick-arrow.slick-prev {
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 768px) {
  .carousel28 .slick-txt {
    display: none;
  }

  .carousel28 .gpCarousel .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
  }

  .carousel28 .gpCarousel .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel28 .gpCarousel .slick-arrow.slick-next {
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel28 .gpCarousel .slick-dots {
    top: auto;
    bottom: 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .carousel28 .gpCarousel .slick-dots li {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-image-repeat: 50%;
    margin: 0 3px;
  }
}

.gp-title15 {
  position: relative;
}

.gp-title15 span {
  display: inline-block;
  vertical-align: middle;
}

.gp-title15 h2 {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.gp-title15 h2 a {
  color: #94070a;
}

.block-list304>li>div {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}

.block-list304>li>div>a {
  color: #000;
  line-height: 1.5;
  /* flex: 1; */
  overflow: hidden;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  /* word-wrap: break-word; */
  /* -webkit-line-clamp: 1; */
  /* -webkit-box-orient: vertical; */
  /* box-sizing: content-box; */
  margin: 0 0 0 00px;
  display: block;
}

.block-list304>li>div .list-date2 {
  display: block;
  line-height: 1.5;
  color: #000;
  margin-right: 30px;
  float: left;
  width: 140px;
}

.block-list304>li>div:hover {
  transform: translateX(10px);
}

.block-list304>li>div:hover a {
  color: #94070a;
}

.block-list304>li:last-child {
  margin-bottom: 0;
}

.gp-more9 a {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 35px;
  border: 1px solid #e5e5e5;
  min-width: 118px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.gp-more9 a span {
  color: #999;
  position: relative;
  z-index: 5;
}

.gp-more9 a span i {
  margin-left: 15px;
}

.gp-more9 a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #94070a;
  position: absolute;
  transition: all 0.35s ease-out;
  left: -1px;
  top: 0;
  transform: translateX(-100%);
  z-index: 0;
}

.gp-more9 a:hover:before {
  transform: none;
  left: 0;
}

.gp-more9 a:hover span {
  color: #fff;
}

.gp-more9 a:hover i {
  transform: translateX(10px);
}