.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-title41 {
  border-bottom: 1px solid rgba(28, 75, 144, 0.3);
}
.gp-title41 .more {
  padding-top: 10px;
  color: #999999;
}
.gp-title41 h2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-bottom: 5px solid #1C4B90;
  padding: 0 0px 10px;
}
.gp-title41 h2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title41 h2 a {
  display: inline-block;
  color: #1C4B90;
}
.block-list211 a {
  display: block;
  margin: 0 12.5px;
  padding: 15px 15px 45px;
  box-shadow: 0px 5px 9.2px 0.8px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}
.block-list211 a .gpImgSize {
  padding-bottom: 62.333%;
}
.block-list211 a .gpArticleTitle {
  margin-top: 20px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-sizing: content-box;
}
.block-list211 a .gpArticleSummary {
  line-height: 1.7;
  margin-top: 20px;
  box-sizing: content-box;
  height: 3.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list211 a .gpArticleDate {
  padding-top: 30px;
  color: #1C4B90;
}
.block-list211 a .gpArticleDate::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #1C4B90;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 9px;
}
.block-list211 li:hover a {
  transform: translateY(-10px);
}
@media screen and (max-width: 540px) {
  .block-list211 li {
    width: 100%;
  }
  .block-list211 li a .gpArticleTitle,
  .block-list211 li a .gpArticleSummary,
  .block-list211 li a .gpArticleDate {
    margin-top: 10px;
  }
}
.block-list49 {
  overflow: hidden;
}
.block-list49 li {
  transition: all 0.4s ease-in-out;
  margin-bottom: 24px;
}
.block-list49 li a {
  display: block;
  line-height: 21px;
  padding: 20px 18px;
  margin: 0 10px;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 3px;
}
.block-list49 li a p {
  margin-bottom: 14px;
  line-height: 1.5;
  height: 1.5em;
  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-list49 li a span {
  color: #999999;
  position: relative;
  padding-left: 16px;
  display: block;
}
.block-list49 li a span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/time.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.block-list49 li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #1C4B90;
  position: absolute;
  left: 0;
  top: 20px;
}
.block-list49 li:hover {
  transform: translateX(8px);
}
.block-list209 li {
  vertical-align: bottom;
}
.block-list209 li a {
  display: block;
  text-align: center;
}
.block-list209 li a img {
  width: 32px;
  height: 32px;
}
.block-list209 li a p {
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  color: #333333;
}
.block-list209 li a:hover img {
  transition: all 1s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(360deg);
}
.block-list209 li a:hover p {
  color: #1C4B90;
}
@media screen and (max-width:996px) {
  .block-list209 li a p {
    font-size: 16px;
    margin-top: 10px;
  }
}
.block-list110 {
  margin: 0 -5px;
}
.block-list110 li a {
  display: block;
  margin: 0 5px;
  box-shadow: 0.174px 4.997px 10px 0px rgba(0, 0, 0, 0.15);
}
.block-list110 li a span {
  padding-bottom: 56.46%;
}
.gp-title42 {
  border-right: 1px solid rgba(28, 75, 144, 0.3);
  height: 100%;
  position: relative;
}
.gp-title42 h2 {
  font-weight: bold;
  text-align: center;
  padding: 0 15px 0 7px;
  border-right: 5px solid #1C4B90;
  line-height: 1em;
}
.gp-title42 h2 a {
  display: inline-block;
  width: 1em;
  line-height: 1.2;
  word-wrap: break-word;
  letter-spacing: 20px;
  color: #1C4B90;
  position: relative;
  vertical-align: top;
}
.gp-title42 h2 span {
  display: inline-block;
}
.gp-title42 .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.gp-title42 .more span {
  display: block;
}
.gp-title42 .more a {
  display: block;
  width: 2em;
  line-height: 1.2;
  word-wrap: break-word;
  letter-spacing: 20px;
  position: relative;
}
@media screen and (max-width:996px) {
  .gp-title42 {
    height: auto;
    border: none;
    border-bottom: 1px solid rgba(28, 75, 144, 0.3);
  }
  .gp-title42 h2 {
    text-align: left;
    display: inline-block;
    border: none;
    border-bottom: 5px solid #1C4B90;
    padding: 10px 0;
  }
  .gp-title42 h2 a {
    width: auto;
    letter-spacing: initial;
    text-align: left;
  }
  .gp-title42 .more {
    bottom: 50%;
    transform: translateY(50%);
  }
  .gp-title42 .more a {
    width: auto;
    letter-spacing: initial;
  }
}
.block-list131 {
  margin: 0 -10px;
}
.block-list131 li a {
  display: block;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
  margin: 0 10px;
  height: 100%;
  overflow: hidden;
}
.block-list131 li a .img {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.block-list131 li a .img img {
  width: auto;
  max-width: 50px;
}
.block-list131 li a .img span {
  display: block;
  padding: 18px 0 12px;
  text-align: center;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.35s ease-in-out;
}
.block-list131 li a .img strong {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.35s ease-in-out;
}
.block-list131 li a p {
  text-align: center;
  padding-bottom: 12px;
  transition: all 0.35s ease-in-out;
}
.block-list131 li a:hover {
  background: #1C4B90;
}
.block-list131 li a:hover .img span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.block-list131 li a:hover .img strong {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  top: 18px;
  filter: alpha(opacity=100);
}
.block-list131 li a:hover p {
  color: #fff;
}
