.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-title87 {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
  padding-right: 3px;
}
.gp-title87::before {
  content: "";
  display: block;
  width: ;
}
.gp-title87 .more {
  width: 88px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #ebe8e2;
  position: relative;
}
.gp-title87 .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  left: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title87 .more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  right: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title87 .more:hover {
  color: #a31418;
}
.gp-title87 .img {
  position: absolute;
  top: 50%;
  left: 80px;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.gp-title87 .img img {
  max-height: 100%;
}
.gp-title87 .title {
  margin-bottom: 10px;
}
.gp-title87 .title h2 {
  display: inline-block;
}
.gp-title87 .title span {
  display: inline-block;
  margin-left: 10px;
}
.gp-title87 .zs {
  position: relative;
}
.gp-title87 .zs .card {
  width: 75px;
  height: 25px;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background: #f2e1db;
}
.gp-title87 .zs::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #a31418;
  position: absolute;
  left: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title87 .zs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #a31418;
  position: absolute;
  left: 45px;
  top: 66%;
}
@media screen and (max-width:996px) {
  .gp-title87 .more {
    width: 75px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #ebe8e2;
    position: relative;
    margin-top: 5px;
  }
}
.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: #a31418;
  -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;
  }
}
.block-list337 li::marker {
  content: '';
}
.block-list337 li a {
  display: block;
  border-bottom: dashed 1px #ddd;
  transition: 0s all;
}
.block-list337 li a .xz-title {
  position: relative;
  margin-left: 18px;
  padding-left: 25px;
  position: relative;
  /* padding-right: 140px; */
  line-height: 78px;
  display: flex;
  align-items: center;
}
.block-list337 li a .xz-title .txt{flex:1;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.block-list337 li a .xz-title::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a31418;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-list337 li a .xz-title span {
  padding: 0;
  background: none;
  color: #999999;
  margin: 0 20px;
  /* position: absolute; */
  /* right: 30px; */
  /* top: 0; */
}
.block-list337 li a .zk-hover-tt {
  font-size: 18px;
  display: none;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
}
.block-list337 li a .zk-hover-p {
  font-size: 14px;
  display: none;
  color: #fff;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width: 680px) {
  .block-list337 li a .xz-title {
    line-height: 54px;
  }
}
@media screen and (max-width: 480px) {
  .block-list337 li a .xz-title {
    margin-left: 10px;
    padding-left: 16px; 
  }
  .block-list337 li a .xz-title span {
    margin: 0 10px;
  }
}
.block-list337 li.active a {
  height: 160px;
  padding: 40px 30px;
  box-sizing: border-box;
  border: none;
  background-size: cover;
  background-image: linear-gradient(to right, #a31418, #F75C23);
  background-image: -o-linear-gradient(to right, #a31418, #F75C23);
  background-image: -moz-linear-gradient(to right, #a31418, #F75C23);
  background-image: -webkit-linear-gradient(to right, #a31418, #F75C23);
 
}
.block-list337 li.active a .xz-title {
  display: none;
}
.block-list337 li.active a .zk-hover-tt {
  display: -webkit-box;
}
.block-list337 li.active a .zk-hover-p {
  display: -webkit-box;
}
@media screen and (max-width: 680px) {
  .block-list337 li.active a {
    padding: 20px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .block-list337 li.active a .zk-hover-tt {
    line-height: 1.4;
  }
  .block-list337 li.active a .zk-hover-p {
    margin-top: 10px;
  }
}
.pid-7488a692-1a68-4501-a964-62a9d634c6a5{background: url(../images/bg1.png) no-repeat center bottom;background-size: cover;}
.pid-7488a692-1a68-4501-a964-62a9d634c6a5 .gp-title87 .title h2 a{color: #fff;}
.pid-7488a692-1a68-4501-a964-62a9d634c6a5 .gp-title87 .title span{color: #ddd !important;}
.pid-7488a692-1a68-4501-a964-62a9d634c6a5 .gp-title87 .more{color: #fff !important;} 
.pid-7488a692-1a68-4501-a964-62a9d634c6a5 .gp-title87 .zs::after, .pid-7488a692-1a68-4501-a964-62a9d634c6a5 .gp-title87 .zs::before, .pid-7488a692-1a68-4501-a964-62a9d634c6a5 .gp-title87 .zs .card{background: #fff !important}


.block-list212 {
  margin: 0 -12px;
}
.block-list212 li a {
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
  display: flex;
  background: #fff;
  margin: 0 12px;
  transition: all 0.2s ease-in-out;
}
.block-list212 li a .img {
  width: 64%;
  display: block;
}
.block-list212 li a .img span {
  padding-bottom: 62%;
}
.block-list212 li a .info {
  box-sizing: border-box;
  margin-left: 20px;
  overflow: hidden;
  flex: 1;
  position: relative;
}
.block-list212 li a .info .title {
  line-height: 1.5;
  height: auto;
  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;
  color: #333333;
}
.block-list212 li a .info .date {
  color: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list212 li a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.block-list212 li a:hover .info .title {
  color: #a31418;
}
@media screen and (max-width:1240px) {
  .block-list212 li a .img {
    width: 50%;
  }
  .block-list212 li a .info {
    margin-left: 10px;
  }
  .block-list212 li a .info .title {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width:768px) {
  .block-list212 li {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width:479px) {
  .block-list212 li a {
    display: block;
  }
  .block-list212 li a .img {
    width: 100%;
  }
  .block-list212 li a .info {
    margin-top: 15px;
    margin-left: 0;
  }
  .block-list212 li a .info .date {
    position: relative;
    margin-top: 5px;
  }
}


.block-list353 li .item {
  display: block;
  margin: 0 15px;
  position: relative;
  box-sizing: border-box;
  padding: 30px 30px 40px;
  box-shadow: 10px 15px 30px 10px rgba(0, 0, 0, 0.05);
}
.block-list353 li .item .date {
  display: inline-block;
  color: #a31418;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  background: #fff;
}
.block-list353 li .item .title {
  color: #333333;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.block-list353 li .item .info {
  padding-top: 15px;
  border-top: 1px solid #999999;
}
.block-list353 li .item .info div {
  margin-bottom: 12px;
  color: #999999;
  margin-bottom: 12px;
  color: #999999;
  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-list353 li .item .info div:last-child {
  margin-bottom: 0;
}
.block-list353 li .item .info div span {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  background: #999999;
  color: #a31418;
}
.block-list353 li .item .info div .date {
  border: 0px;
}
.block-list353 li .item .txt {
  margin-top: 20px;
  color: #bfbeac;
}
.block-list353 li .item:hover .title {
  color: #a31418;
}
@media screen and (max-width:768px) {
  .block-list353 li .item .info div {
    margin-bottom: 10px;
  }
  .block-list353 li .item .txt,
  .block-list353 li .item .info,
  .block-list353 li .item .title {
    margin-top: 12px;
  }
}
.block-list115 li >div {
  box-sizing: border-box;
  overflow: hidden;
  padding: 23px 30px;
  display: flex;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}
.block-list115 li >div:hover {
  transform: translateX(10px);
}
.block-list115 li::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.block-list115 li .date {
  width: 65px;
  border-right: 1px solid #e5e5e5;
  color: #999;
}
.block-list115 li .date i {
  display: block;
  font-style: normal;
}
.block-list115 li .date b {
  display: block;
  color: #a31418;
}
.block-list115 li a {
  display: block;
  flex: 1;
  padding-left: 10px;
  color: #333;
  line-height: 1.5;
  height: 3em;
  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-list115 li a:hover {
  color: #a31418;
}