.carousel47 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.carousel47 .slick-slide >a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel47 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}
.carousel47 .slick-slide.slick-active img {
  animation: scaleBig 5s linear 0s 1 both;
  transform-style: preserve-3d;
}
.carousel47 .slick-txt {
  font-weight: normal !important;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  font-weight: bold;
  background: transparent;
  background: -webkit-gradient(top, bottom, color-stop(0%, transparent), color-stop(70%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.carousel47 .slick-txt div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel47 .slick-arrow {
  width: 63px;
  height: 20px;
  background: none;
  color: transparent;
  overflow: initial;
}
.carousel47 .slick-arrow.slick-prev {
  background: url(../images/carousel47_lt.png) center no-repeat;
  left: 33px;
}
.carousel47 .slick-arrow.slick-prev::after {
  left: 0px;
}
.carousel47 .slick-arrow.slick-prev:hover {
  color: transparent;
}
.carousel47 .slick-arrow.slick-prev:hover::after {
  background: none;
  border: none;
}
.carousel47 .slick-arrow.slick-next {
  background: url(../images/carousel47_rt.png) center no-repeat;
  right: 33px;
}
.carousel47 .slick-arrow.slick-next::after {
  right: 0px;
  left: auto;
}
.carousel47 .slick-arrow.slick-next:hover {
  color: transparent;
}
.carousel47 .slick-arrow.slick-next:hover::after {
  background: none;
  border: none;
}
.carousel47 .slick-arrow::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 996px) {
  .carousel47 .slick-txt div {
    width: 100% !important;
    text-align: left;
  }
  .carousel47 .slick-arrow {
    width: 45px;
  }
  .carousel47 .slick-arrow::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 3px;
  }
}
@-webkit-keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.gp-title116 {
  display: flex;
  align-items: center;
}
.gp-title116 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.gp-title116 h2 a {
  color: #2e758a;
}
.gp-title116 .more {
  margin-left: 30px;
  color: #333333;
  display: flex;
  align-items: center;
}
.gp-title116 .more .line {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  margin-right: 17px;
  background-color: #333333;
}
.gp-title116 .more .line::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #333333;
}
.gp-title116 .more .line::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333333;
}
.carousel136 .item {
  position: relative;
}
.carousel136 .item .gp-img-responsive {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 56.25%;
}
.carousel136 .item .gp-img-responsive img:hover {
  opacity: 1;
}
.carousel136 .item .bottom {
  padding: 20px 30px;
  padding-right: 110px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.carousel136 .item .bottom .title {
  color: #333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 996px) {
  .carousel136 .item .bottom .title {
    margin-bottom: 14px;
  }
}
.carousel136 .item .bottom .summary {
  color: #999999;
  margin-bottom: 25px;
  box-sizing: content-box;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 996px) {
  .carousel136 .item .bottom .summary {
    margin-bottom: 15px;
  }
}
.carousel136 .item .bottom .time {
  color: #2e758a;
  font-family: 微软雅黑;
}
.carousel136 .item .bottom .time i {
  display: inline-block;
  margin: 0 7px 0 0;
}
.carousel136 .slick-arrow {
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 5%;
  top: auto;
  left: auto;
  transform: translateY(0);
}
.carousel136 .slick-arrow:hover::after {
  background-color: #2e758a;
}
.carousel136 .slick-arrow::after {
  width: 100%;
  height: 100%;
  left: 0;
}
.carousel136 .slick-arrow::before {
  display: block;
  transform: rotate(90deg);
}
.carousel136 .slick-arrow.slick-prev::before {
  transform: rotateY(180deg) rotateZ(90deg);
}
.carousel136 .slick-arrow.slick-prev {
  bottom: 100px;
}
@media screen and (max-width: 996px) {
  .carousel136 .slick-arrow.slick-prev {
    bottom: 80px;
  }
}
.carousel136 .slick-arrow.slick-next {
  bottom: 20px;
}
.carousel136 .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 10px;
}
.block-list397 {
  position: relative;
  padding: 40px;
  padding-bottom: 60px;
  background: url(../images/list_bg.png) no-repeat right bottom, #c5aa88;
}
.block-list397 li {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.block-list397 li .gpTextArea {
  display: flex;
}
.block-list397 li .gpTextArea .gpArticleTitle {
  font-weight: normal;
  line-height: 1.7;
  flex: 1;
  padding-left: 20px;
  margin-top: 10px;
  height: 3.4em;
  box-sizing: border-box;
  color: #333333;
}
.block-list397 li .gpTextArea .gpArticleDate {
  font-family: '思源宋体';
  color: #333333;
  padding: 10px 8px;
  position: relative;
  text-align: center;
  background: url(../images/item_bg.png) no-repeat center/100% 100%;
}
.block-list397 li .gpTextArea .gpArticleDate i {
  display: block;
  font-style: normal;
}
.block-list397 li:hover {
  transform: translateY(5px);
}
.block-list397 li:hover .gpArticleTitle {
  color: #2e758a;
}
.gp-title117 {
  display: flex;
  align-items: center;
}
.gp-title117 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.gp-title117 h2 a {
  color: #333333;
}
.gp-title117 h2 a .red {
  color: #2e758a;
}
.gp-title117 .more {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.gp-title117 .more a {
  color: #2e758a;
}
.gp-title117 .more .line {
  position: relative;
  display: block;
  width: 30px;
  height: 1px;
  margin-right: 17px;
  background-color: #2e758a;
}
.gp-title117 .more .line::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #2e758a;
}
.gp-title117 .more .line::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2e758a;
}
.block-list400 li {
  padding: 0 20px;
  padding-top: 60px;
  box-sizing: border-box;
}
.block-list400 li .gpTextArea {
  display: block;
  padding: 0 30px 33px 30px;
  background-color: rgba(46, 117, 138, 0.05);
}
.block-list400 li .gpTextArea .date {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  transform: translateY(-50%);
}
.block-list400 li .gpTextArea .date .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-list400 li .gpTextArea .date .bg1 {
  width: 100%;
}
.block-list400 li .gpTextArea .date .bg1 svg path {
  fill: currentColor;
  color: #fcf8f4;
}
.block-list400 li .gpTextArea .date .bg2 {
  width: 83%;
}
.block-list400 li .gpTextArea .date .bg2 svg path {
  fill: currentColor;
  color: #2e758a;
}
.block-list400 li .gpTextArea .date .bg3 {
  width: 67%;
}
.block-list400 li .gpTextArea .date .bg3 svg path {
  fill: currentColor;
  color: #2e758a;
}
.block-list400 li .gpTextArea .date .gpArticleDate {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45%;
  left: 50%;
  font-family: '思源宋体';
  transform: translate(-50%, -50%);
  text-align: center;
}
.block-list400 li .gpTextArea .date .gpArticleDate span {
  color: #fff;
}
.block-list400 li .gpTextArea .title {
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px;
  margin-top: -60px;
}
.block-list400 li .gpTextArea .summary {
  line-height: 1.5;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-list399 {
  position: relative;
}
.block-list399 li .gpTextArea {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 30px;
  padding-left: 22px;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
}
.block-list399 li .gpTextArea::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #333333;
}
.block-list399 li .gpTextArea::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #333333;
}
.block-list399 li .gpTextArea .gpArticleTitle {
  font-weight: normal;
  line-height: 1.5;
  box-sizing: border-box;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.block-list399 li .gpTextArea .gpArticleDate {
  font-family: '思源宋体';
  color: #333333;
  padding-bottom: 20px;
  position: relative;
}
.block-list399 li .gpTextArea .gpArticleDate i {
  display: block;
  font-style: normal;
}
.block-list399 li:hover .gpArticleTitle {
  color: #2e758a !important;
  transform: translate(10px, 0%);
}
.block-list401 {
  position: relative;
  padding: 20px;
}
.block-list401 li .gpTextArea {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 30px;
  padding-left: 22px;
  border-left: 1px solid rgba(46, 117, 138, 0.3);
}
.block-list401 li .gpTextArea::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px dashed@primaryColor;
}
.block-list401 li .gpTextArea::before {
  content: "";
  display: none;
  position: absolute;
  left: -4px;
  top: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2e758a;
}
.block-list401 li .gpTextArea .show-text {
  display: flex;
  align-items: center;
}
.block-list401 li .gpTextArea .show-text .gpArticleTitle {
  font-weight: normal;
  box-sizing: border-box;
  color: #333333;
}
.block-list401 li .gpTextArea .show-text .gpArticleDateLargeSize {
  font-family: '思源宋体';
  color: #2e758a;
  position: relative;
  margin-right: 20px;
  font-style: italic;
}
.block-list401 li .gpTextArea .show-text .gpArticleDateLargeSize i {
  display: block;
  font-style: normal;
}
.block-list401 li .gpTextArea .info {
  display: none;
  padding-left: 20px;
  margin-top: 15px;
}
.block-list401 li .gpTextArea .info .gpArticleDate {
  color: #2e758a;
  margin-right: 20px;
  font-family: '思源宋体';
}
.block-list401 li .gpTextArea .info .summary {
  color: #999999;
}
.block-list401 li .gpTextArea.active .info {
  display: flex;
}
.block-list401 li .gpTextArea.active::before {
  display: block;
}
.block-list401 li:hover .gpArticleTitle {
  color: #2e758a;
}
.carousel138 .gpCarousel .slick-list {
  margin: 0 -20px;
  margin-right: 80px;
}
.carousel138 .gpCarousel .slick-slider a {
  margin-bottom: 20px;
  display: block;
}
.carousel138 .gpCarousel .slick-slider a .striveImg {
  padding-bottom: 38.54%;
}
.carousel138 .gpCarousel .slick-arrow {
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 10px;
  top: auto;
  left: auto;
  border-radius: 50%;
  border: 1px solid #2e758a;
  transform: translateY(0);
}
.carousel138 .gpCarousel .slick-arrow:hover::after {
  background-color: #2e758a;
}
.carousel138 .gpCarousel .slick-arrow::after {
  width: 100%;
  height: 100%;
  left: 0;
}
.carousel138 .gpCarousel .slick-arrow::before {
  display: block;
  transform: rotate(90deg);
}
.carousel138 .gpCarousel .slick-arrow.slick-prev::before {
  transform: rotateY(180deg) rotateZ(90deg);
}
.carousel138 .gpCarousel .slick-arrow.slick-prev {
  bottom: 100px;
}
@media screen and (max-width: 996px) {
  .carousel138 .gpCarousel .slick-arrow.slick-prev {
    bottom: 80px;
  }
}
.carousel138 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.carousel138 .gpCarousel .slick-dots li {
  display: inline-block;
  border-radius: none;
  transition: all 0.2s ease;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 5px;
}
.carousel138 .gpCarousel .slick-dots li button {
  vertical-align: middle;
}
.carousel138 .gpCarousel .slick-dots li.slick-active button {
  background: #2e758a;
}
