.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);
  }
}
.carousel90 .banner {
  margin: 0 -20px;
}
.carousel90 .banner a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
}
.carousel90 .banner a .imgResponsive {
  padding-bottom: 66.62%;
}
.carousel90 .banner a .striveInfo {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}
.carousel90 .banner a .striveInfo .date {
  text-align: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -30px;
  background-color: #e68033;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel90 .banner a .striveInfo .date span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  width: 100%;
  height: 100%;
}
.carousel90 .banner a .striveInfo .date span b,
.carousel90 .banner a .striveInfo .date span i {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .carousel90 .banner a .striveInfo .date span b,
  .carousel90 .banner a .striveInfo .date span i {
    color: #333 !important;
  }
  .carousel90 .banner a .striveInfo .date span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.carousel90 .banner a .striveInfo .date i {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .carousel90 .banner a .striveInfo .date {
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 10px;
    background: none;
    left: 0;
    color: #333;
    text-align: left;
    color: #333333 !important;
    height: 47px;
  }
}
@media screen and (max-width: 767px) {
  .carousel90 .banner a .striveInfo .date::after {
    display: none;
  }
}
.carousel90 .banner a .striveInfo .box {
  background-color: #fff;
  padding: 26px 35px 25px 60px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}
.carousel90 .banner a .striveInfo .box .info {
  margin-bottom: 8px;
  color: #333333;
}
.carousel90 .banner a .striveInfo .box .box-txt {
  color: #666666;
  line-height: 1.67;
  height: 3.34em;
  display: box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .carousel90 .banner a .striveInfo .box {
    padding: 10px 0;
    box-shadow: none !important;
  }
  .carousel90 .banner a .striveInfo {
    padding: 0;
  }
  .carousel90 .banner {
    padding-bottom: 30px;
    box-sizing: border-box;
  }
}
.carousel90 .banner .slick-dots {
  text-align: right;
  position: absolute;
  right: auto;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.carousel90 .banner .slick-dots li {
  display: inline-block;
  width: 7px;
  height: 20px;
  margin: 0 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #e5e5e5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.carousel90 .banner .slick-dots li button {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .carousel90 .banner .slick-dots {
    bottom: 5px;
  }
}
.gp-title77 {
  padding: 10px 0;
  border-bottom: 1px solid #bfbeac;
  color: #e68033;
}
.gp-title77 span {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}
.gp-title77 h2 {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title77 .more {
  padding-top: 10px;
  color: #999999;
}
.block-list324 li a {
  display: block;
}
.block-list324 li a p {
  transition: all 0.2s ease-in-out;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
  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-list324 li a .gpArticleDate span {
  display: inline-block;
  margin-right: 5px;
}
.block-list324 li a:hover p {
  transform: translateX(10px);
}
.gp-title76 .gpColumnTitleIcon {
  display: inline-block;
  vertical-align: middle;
}
.gp-title76 .gpColumnTitle {
  display: inline-block;
  line-height: 1.39;
}
.gp-title76 .gpColumnTitle a {
  font-weight: bold;
  color: #333333;
  display: inline-block;
}
.gp-title76 .gpColumnTitle span {
  color: #999999;
  display: inline-block;
  font-weight: normal;
}
.block-list238 {
  display: block;
  border-left: #bfbeac 1px solid;
  overflow: hidden;
  font-size: 0;
}
.block-list238 li {
  display: inline-block;
  border-right: #bfbeac 1px solid;
  width: auto;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}
.block-list238 li a {
  padding: 0 14px;
  box-sizing: border-box;
  display: inline-block;
  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;
  line-height: 3.6;
}
