.carousel92 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.carousel92 .slick-slide >a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel92 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}
.carousel92 .slick-slide.slick-active img {
  animation: scaleBig 5s linear 0s 1 both;
  transform-style: preserve-3d;
}
.carousel92 .slick-txt {
  font-weight: normal;
  width: 100%;
  height: auto;
  line-height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 0px;
  background: transparent;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.659) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.659) 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.659) 0%, transparent 100%);
}
.carousel92 .slick-txt div {
  color: #fff;
  line-height: 1.33;
  padding: 20px 0 40px;
  position: relative;
}
.carousel92 .slick-txt div::before {
  content: "";
  display: block;
  width: 66px;
  height: 3px;
  background: #b28850;
  position: absolute;
  left: 0;
  top: 0px;
}
.carousel92 .slick-dots {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 60px;
}
.carousel92 .slick-dots li {
  display: block;
  width: 24px;
  height: 25px;
  background: url(../images/carousel92_dot1.png) no-repeat;
  background-size: cover;
  margin: 15px 0;
  cursor: pointer;
}
.carousel92 .slick-dots li.slick-active {
  background: url(../images/carousel92_dot2.png) no-repeat;
  background-size: cover;
}
.carousel92 .slick-dots li button {
  display: none;
}
.carousel92 .slick-arrow {
  display: none;
  overflow: initial;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #8a0021;
}
.carousel92 .slick-arrow:hover {
  color: #8a0021;
  background: #fff;
}
.carousel92 .slick-arrow::after {
  display: none;
}
@media screen and (max-width: 996px) {
  .carousel92 .slick-dots {
    right: 30px;
  }
  .carousel92 .slick-dots li {
    margin: 10px 0;
  }
  .carousel92 .slick-txt div {
    padding: 20px 0;
  }
  .carousel92 .slick-arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .carousel92 .slick-dots {
    text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 10px;
  }
  .carousel92 .slick-dots li {
    display: inline-block;
    margin: 0 6px 0 6px;
    width: 16px;
    height: 17px;
  }
}
@media screen and (max-width: 479px) {
  .carousel92 .slick-dots {
    bottom: 5px;
  }
  .carousel92 .slick-dots li {
    width: 12px;
    height: 13px;
    margin: 0 5px;
  }
}
@-webkit-keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.gp-title39 .gpColumnTitleEn {
  display: inline-block;
  vertical-align: middle;
}
.gp-title39 .cloum {
  font-weight: bold;
  position: relative;
}
.gp-title39 .cloum .gpColumnTitleIcon {
  position: absolute;
  width: 28px;
  height: 2px;
  background: #8a0021;
  right: -48px;
  top: 50%;
  margin-top: -1px;
}
.gp-title39 .more {
  line-height: 24px;
  color: #999999;
}
.carousel75 {
  position: relative;
}
.carousel75 .gpCarousel {
  position: relative;
  /* .slick-txt {
            font-weight: bold;
            overflow: hidden;
            position: absolute;
            bottom: 130px;
            width: 100%;
            text-align: center;
            color: #fff;
        } */
}
.carousel75 .gpCarousel .slick-list {
  margin: 0 -10px;
  overflow: visible;
  overflow-x: clip;
}
.carousel75 .gpCarousel .slick-slider a {
  display: block;
  margin: 0 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.carousel75 .gpCarousel .slick-slider a span {
  padding-bottom: 56%;
  overflow: hidden;
}
.carousel75 .gpCarousel .slick-slider a .info {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.carousel75 .gpCarousel .slick-slider a .info .date {
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 8px;
  background: url(../images/carousel75_datebg.png) no-repeat #8a0021;
  border: 3px solid #fff;
  transform: translateY(0px);
  position: absolute;
  left: 25px;
  top: -40px;
  color: #fff;
}
.carousel75 .gpCarousel .slick-slider a .info .date b {
  font-weight: normal;
  display: block;
}
.carousel75 .gpCarousel .slick-slider a .info .date i {
  font-style: normal;
  display: block;
}
.carousel75 .gpCarousel .slick-slider a .info h3 {
  margin-top: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: content-box;
  height: 3em;
}
.carousel75 .gpCarousel .slick-slider a .info p {
  padding-top: 10px;
  position: relative;
  color: #999999;
  box-sizing: border-box;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: content-box;
  height: 3em;
}
.carousel75 .gpCarousel .slick-slider a:hover {
  transform: translateY(-8px);
}
.carousel75 .gpCarousel .slick-slider a:hover .info h3 {
  color: #8a0021;
}
.carousel75 .gpCarousel .slick-current a span img {
  transition: transform 6000ms linear 0s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel75 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 90px;
  line-height: 90px;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 50%;
  z-index: 1;
}
.carousel75 .gpCarousel .slick-arrow:hover {
  background: rgba(138, 0, 33, 0.8);
}
.carousel75 .gpCarousel .slick-arrow.slick-prev {
  left: -10px;
  transform: translate(-100%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_ljt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-next {
  right: -10px;
  transform: translate(100%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_rjt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel75 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel75 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 0px;
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.carousel75 .gpCarousel .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 50%;
}
.carousel75 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel75 .gpCarousel .slick-dots li.slick-active {
  background: #8a0021;
}
@media screen and (max-width: 1240px) {
  .carousel75 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .carousel75 {
    padding: 0;
  }
}
.block-list59 li {
  border-bottom: 1px dashed #e0e0e0;
  overflow: hidden;
}
.block-list59 li >div {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.block-list59 li span {
  width: 60px;
  display: block;
  background: #8a0021;
  color: #fff;
}
.block-list59 li span b {
  display: block;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.block-list59 li span i {
  display: block;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  border: 1px solid #8a0021;
  text-align: center;
  color: #666666;
  background: #fff;
}
.block-list59 li a {
  display: block;
  padding: 0 0 0 10px;
  overflow: hidden;
  line-height: 1.7;
  height: auto;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list317 {
  margin: 0 -50px;
}
.block-list317 li a {
  display: block;
  margin: 0 50px;
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.block-list317 li a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #8a0021;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s ease-in-out;
}
.block-list317 li a:hover::before {
  width: 100%;
}
.block-list317 li a .tit {
  color: #333333;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list317 li a:hover .tit {
  color: #8a0021;
}
@media screen and (max-width:1200px) {
  .block-list317 {
    margin: 0 -30px;
  }
  .block-list317 li a {
    margin: 0 30px;
  }
}
@media screen and (max-width:996px) {
  .block-list317 {
    margin: 0 -20px;
  }
  .block-list317 li a {
    margin: 0 20px;
  }
}
@media screen and (max-width:768px) {
  .block-list317 {
    margin: 0 -15px;
  }
  .block-list317 li a {
    margin: 0 15px;
  }
}
