.carousel16 .gpCarousel {
  position: relative;
}
.carousel16 .gpCarousel .slick-slider a span {
  padding-bottom: 38%;
}
.carousel16 .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);
}
.carousel16 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(148, 44, 44, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.carousel16 .gpCarousel .slick-arrow.slick-prev {
  left: 10%;
  border-radius: 20px 0 0 20px;
}
.carousel16 .gpCarousel .slick-arrow.slick-next {
  right: 10%;
  border-radius: 0 20px 20px 0;
}
.carousel16 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel16 .gpCarousel .slick-txt {
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #fff;
  background-color: rgba(6, 32, 64, 0.52);
  background: -webkit-linear-gradient(bottom, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* æ ‡å‡†çš„è¯­æ³• */
}
.carousel16 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 35px;
}
.carousel16 .gpCarousel .slick-dots li {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: #e8ecf6;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel16 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel16 .gpCarousel .slick-dots li.slick-active {
  width: 67px;
  height: 11px;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .carousel16.slick-prev {
    left: 10px;
  }
  .carousel16.slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .carousel16 .slick-txt {
    display: none;
  }
  .carousel16 .gpCarousel .slick-dots {
    bottom: 15px;
  }
}
.gp-title99 {
  display: flex;
  align-items: end;
  align-items: flex-end;
}
.gp-title99 .titLt {
  flex: 1;
  overflow: hidden;
}
.gp-title99 .titLt .gpColumnTitleEn {
  display: block;
  box-sizing: border-box;
  padding-left: 13px;
  border-left: 2px solid #942c2c;
  line-height: 1;
  color: #942c2c;
}
.gp-title99 .titLt .title {
  margin: 10px 0 0;
}
.gp-title99 .titLt .title span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title99 .titLt .title h2 {
  display: inline-block;
  vertical-align: middle;
}
.gp-title99 .titLt .title h2 a {
  color: #333333;
}
.gp-title99 .more {
  box-sizing: border-box;
  padding: 9px 28px;
  border-radius: 20px;
  border: 1px solid #d6d6d6;
}
.gp-title99 .more:hover {
  color: #942c2c;
}
@media screen and (max-width:768px) {
  .gp-title99 .more {
    padding: 5px 20px;
  }
}
.carousel68 {
  overflow: hidden;
  position: relative;
}
.carousel68 a {
  display: block;
  position: relative;
}
.carousel68 a .img {
  padding-bottom: 62%;
  position:relative;
}
.carousel68 a .img img{
  position:absolute;
  height:100%
}
.carousel68 a .slick-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 13px 100px 13px 5px;
}
.carousel68 .slick-dots {
  bottom: 13px;
  right: 0;
}
.carousel68 .slick-dots li {
  width: auto;
  height: auto;
}
.carousel68 .slick-dots li button {
  text-indent: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #942c2c;
}
.carousel68 .slick-dots li.slick-active button {
  color: #fff;
  background: #942c2c;
}
@media screen and (max-width: 996px) {
  .carousel68 a .slick-txt {
    padding: 10px 100px 10px 5px;
    font-size: 16px;
  }
  .carousel68 .slick-dots {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .carousel68 a .slick-txt {
    padding: 6px 100px 6px 5px;
    font-size: 14px;
  }
  .carousel68 .slick-dots {
    bottom: 6px;
  }
}
.carousel54 {
  position: relative;
  margin: 0 -10px;
  padding-top: 54px;
}
.carousel54 .slick-slider a {
  display: block;
  margin: 0 10px;
}
.carousel54 .slick-slider a span {
  padding-bottom: 168%;
  position: relative;
}
.carousel54 .slick-slider a .slick-txt {
  box-sizing: border-box;
  padding: 5px 0;
  line-height: 1.5;
  border-bottom: 1px solid #000;
}
.carousel54 .slick-slider a:hover .slick-txt {
  color: #942c2c;
}
.carousel54 .slick-arrow {
  width: 40px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  position: absolute;
  left: auto;
  top: -54px;
  right: 0;
  transform: translateY(0);
  background: #fff;
  color: #999;
  border: 1px solid #fff;
}
.carousel54 .slick-arrow::after {
  display: none;
}
.carousel54 .slick-arrow.slick-prev {
  right: 40px;
}
.carousel54 .slick-arrow:hover {
  background: #942c2c;
  color: #fff;
}
.carousel54 .slick-dots {
  right: 50%;
  transform: translateX(50%) translateY(100%);
  bottom: -18px;
  text-align: center;
}
.carousel54 .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #f9f9f9;
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel54 .slick-dots li button {
  display: none;
}
.carousel54 .slick-dots li.slick-active {
  background: #942c2c;
}
@media screen and (max-width: 996px) {
  .carousel54 .slick-slider a .slick-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .carousel54 .slick-slider a .slick-txt {
    font-size: 14px;
  }
}
.block-list297 li a {
  padding: 18px 20px 15px;
  display: flex;
  align-items: center;
  border: 1px solid #ededed;
  transition: all 0.35s ease;
}
.block-list297 li a .gpArticleDate {
  color: #333333;
  font-family: 'georgia';
}
.block-list297 li a .gpArticleDate span {
  display: block;
  margin-right: 20px;
  box-sizing: border-box;
  text-align: right;
  line-height: 1.2;
}
.block-list297 li a .gpArticleDate .day {
  color: #333333;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.block-list297 li a .gpArticleDate .day::before {
  content: '';
  display: block;
  width: 42px;
  height: 1px;
  background: #942c2c;
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-list297 li a .articleInfo {
  flex: 1;
  overflow: hidden;
}
.block-list297 li a .articleInfo .gpArticleTitle {
  height: 3em;
  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;
}
.block-list297 li a .articleInfo .gpArticleSummary {
  line-height: 1.6;
  color: #333333;
}
.block-list297 li a:hover {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.26);
}
.block-list297 li a:hover box-shadow:0 0 14px rgba(0,
.block-list297 li a:hover 0,
.block-list297 li a:hover 0,
.block-list297 li a:hover .26) .gpArticleDate {
  color: #999999;
}
.block-list297 li a:hover .articleInfo .gpArticleSummary {
  color: #333333;
}
@media screen and (max-width: 680px) {
  .block-list297 li {
    margin-bottom: 20px !important;
  }
  .block-list297 li a {
    padding: 15px;
  }
  .block-list297 li a .articleInfo .gpArticleTitle {
    font-size: 20px;
  }
  .block-list297 li a .articleInfo .gpArticleSummary {
    font-size: 18px;
  }
}
.block-list189 a {
  padding: 20px;
  display: block;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.block-list189 a .listDate {
  display: inline-block;
  margin-bottom: 10px;
}
.block-list189 a .listDate::before {
  margin-right: 6px;
  color: #942c2c;
}
.block-list189 a .listTitle {
  display: block;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  transition: all 0.2s ease;
}
.block-list189 a::before {
  content: "";
  display: block;
  width: 4px;
  height: 19px;
  background: #942c2c;
  position: absolute;
  left: 0;
  top: 53px;
}
.block-list189 a:hover .listTitle {
  padding-left: 10px;
}
.carousel17 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel17 .gpCarousel {
  margin: 0 -25px;
}
.carousel17 .gpCarousel .slick-slider a {
  display: block;
  margin: 0 25px;
}
.carousel17 .gpCarousel .slick-slider a .gp-img-responsive {
  border-radius: 8px;position: relative;
}
.carousel17 .gpCarousel .slick-slider a .gp-img-responsive::before{content: '';display: block;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);width: 80px;height: 80px;border: 1px solid #fff;border-radius: 50%;background: rgba(0, 0, 0, 0.3);z-index: 2;}
.carousel17 .gpCarousel .slick-slider a .gp-img-responsive::after{content: '';display: block;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);border-left: 13px solid #fff;border-bottom: 8px solid transparent;border-top: 8px solid transparent;z-index: 3;}
.carousel17 .gpCarousel .slick-slider a .slickText {
  text-align: center;
  line-height: 1.3;
  padding: 20px 0;
  box-sizing: border-box;
}
.carousel17 .gpCarousel .slick-prev {
  left: 24px;
  color: #942c2c;
  margin-top: -30px;
}
.carousel17 .gpCarousel .slick-next {
  right: 24px;
  color: #942c2c;
  margin-top: -30px;
}
.carousel17 .gpCarousel .slick-arrow:hover::after {
  background-color: #942c2c;
}
.carousel17 .gpCarousel .slick-arrow:hover {
  color: #fff;
}
.carousel17 .gpCarousel .slick-dots {
  position: static;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1440px) {
  .carousel17 .articleList04 {
    margin-left: -13vw;
  }
}
@media screen and (max-width: 1300px) {
  .carousel17 .articleList04 {
    margin-left: 0;
  }
}
.gp-title66 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.gp-title66 .gpColumnTitleIcon {
  width: 100%;
}
.gp-title66 .gpColumnTitleIcon img {
  width: 100%;
  max-width: none;
}
.gp-title66 .gpColumnTitle {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  position: absolute;
  box-sizing: border-box;
  left: 30px;
  right: 30px;
}
.gp-title66 .gpColumnTitleEn {
  line-height: 1.6;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .gp-title66 .gpColumnTitle {
    padding: 20px;
    left: 20px;
    right: 20px;
  }
}
.gp-title66 h2 {
  display: inline-block;
  position: relative;
}
.gp-title66 h2 .title {
  display: block;
  color: #942c2c;
  position: relative;
  margin-bottom: 25px;
}
.gp-title66 h2 .gpArticleSummary {
  display: block;
  color: #666;
  font-weight: normal;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
}
.block-list315 li a {
  display: block;
  color: #fff;
  position: relative;
}
.block-list315 li a .pic {
  padding-bottom: 66.66%;
}
.block-list315 li a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: end;
  align-items: flex-end;
}
.block-list315 li a .txt .tit {
  flex: 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 30px;
}
.block-list315 li a .txt .tit div {
  font-weight: bold;
  line-height: 1.22;
  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-list315 li a .txt .time {
  box-sizing: border-box;
  padding: 30px;
  background: #942c2c;
  font-weight: bold;
}
.block-list315 li a .txt .time b {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width:996px) {
  .block-list315 li a .txt .time {
    padding: 25px;
  }
  .block-list315 li a .txt .tit {
    padding: 25px;
  }
}
@media screen and (max-width:768px) {
  .block-list315 li a .txt .time {
    padding: 20px;
  }
  .block-list315 li a .txt .tit {
    padding: 20px;
  }
}
@media screen and (max-width:479px) {
  .block-list315 li a .txt .time {
    padding: 15px;
  }
  .block-list315 li a .txt .tit {
    padding: 15px;
  }
}
.block-list316 li a {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
}
.block-list316 li a::before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.block-list316 li a .pic {
  order: 2;
  position: relative;
  width: 160px;
}
.block-list316 li a .pic .gpImgSize {
  padding-bottom: 66.66%;
}
.block-list316 li a .pic+.txt .time {
  right: -10px;
}
.block-list316 li a .pic+.txt .tit {
  padding-right: 0;
}
.block-list316 li a .txt {
  order: 1;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.block-list316 li a .txt .tit {
  flex: 1;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 1.625;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list316 li a .txt .time {
  position: relative;
  right: 0px;
  z-index: 1;
  box-sizing: border-box;
  padding: 12px 14px;
  background: #942c2c;
  text-align: center;
  color: #fff;
  clip-path: polygon(0 0, 80px 0, 80px 28px, 68px 28px, 68px 44px, 80px 44px, 80px 71px, 0 80px, 0 44px, 12px 44px, 12px 28px, 0 28px);
}
.block-list316 li a .txt .time b {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width:479px) {
  .block-list316 li a {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
  }
  .block-list316 li a::before {
    display: none;
  }
  .block-list316 li a .pic {
    width: 100%;
    order: 1;
  }
  .block-list316 li a .txt {
    width: 100%;
    order: 2;
    background: #fff;
  }
  .block-list316 li a .pic+.txt .time {
    right: 0px;
  }
  .block-list316 li a .pic+.txt .tit {
    padding-right: 30px;
  }
}
.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 #942c2c;
  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: #942c2c;
}
.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(148, 44, 44, 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: #942c2c;
}
@media screen and (max-width: 1240px) {
  .carousel75 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .carousel75 {
    padding: 0;
  }
}
