.carousel49 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.carousel49 .slick-slide >a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel49 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}
.carousel49 .slick-slide.slick-active img {
  animation: scaleBig 5s linear 0s 1 both;
  transform-style: preserve-3d;
}
.carousel49 .slick-txt {
  font-weight: normal;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
}
.carousel49 .slick-txt p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 180px;
  box-sizing: border-box;
}
.carousel49 .slick-dot {
  width: 100%;
  bottom: 90px;
  position: absolute;
}
.carousel49 .slick-dots {
  position: relative;
  display: inline-block;
  text-align: left;
}
.carousel49 .slick-dots li {
  width: 22px;
  height: 2px;
  background: rgba(114, 169, 114, 0.5);
  cursor: pointer;
}
.carousel49 .slick-dots li.slick-active {
  background: #72a972;
}
.carousel49 .slick-dots li button {
  display: none;
}
.carousel49 .slick_menu {
  box-sizing: border-box;
  padding: 15px 0 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.carousel49 .slick_menu .gp-container {
  text-align: right;
}
.carousel49 .slick-arrow {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}
.carousel49 .slick-arrow:hover {
  background: #72a972;
}
.carousel49 .slick-arrow::after {
  display: none;
}
@media screen and (max-width: 1240px) {
  .carousel49 .slick-dot {
    bottom: 75px;
  }
  .carousel49 .slick-txt2 {
    height: 75px;
    line-height: 75px;
    font-size: 20px;
  }
  .carousel49 .slick_menu {
    padding: 10px 0;
  }
}
@media screen and (max-width: 996px) {
  .carousel49 .slick-dot {
    bottom: 50px;
  }
  .carousel49 .slick-txt p {
    width: 100% !important;
    text-align: left;
    padding-right: 140px;
    box-sizing: border-box;
  }
  .carousel49 .slick-txt2 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .carousel49 .slick_menu {
    right: 10px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .carousel49 .slick-arrow {
    display: none;
  }
  .carousel49 .slick-dot {
    bottom: 0px;
  }
}
.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: #72a972;
}
@media screen and (max-width:996px) {
  .block-list209 li a p {
    font-size: 16px;
    margin-top: 10px;
  }
}
.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: #72a972;
}
.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: #e0c67e;
  position: absolute;
  left: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title87 .zs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0c67e;
  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;
  }
}
.block-list82 a {
  display: flex;
  position: relative;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.block-list82 a .mode1lImg {
  width: 280px;
  overflow: hidden;
  z-index: 100;
}
.block-list82 a .mode1lImg .mode1lPic {
  padding-bottom: 56.43%;
}
.block-list82 a .mode1lInfor {
  padding: 20px;
  box-sizing: border-box;
  flex: 1;
  position: relative;
  z-index: 10;
  margin-right: 10px;
}
.block-list82 a .mode1lInfor p {
  line-height: 1.6;
  height: 4.8em;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.block-list82 a .mode1lInfor .date {
  padding-left: 29px;
  color: #999999;
  line-height: 32px;
  position: relative;
}
.block-list82 a .mode1lInfor .date::before {
  content: '';
  display: block;
  width: 20px;
  height: 18px;
  background: url(../images/dbx.png) no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (max-width:767px) {
  .mode1lImg {
    width: 100% !important;
    position: static !important;
  }
  .mode1lInfor {
    padding: 20px !important;
  }
  .block-list82 a {
    display: block;
  }
}
.block-list150 {
  box-sizing: border-box;
}
.block-list150 li {
  transition: all 0.3s ease-in-out;
}
.block-list150 li a {
  display: block;
}
.block-list150 li a .date2 {
  display: inline-block;
  width: 86px;
  height: 79px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  margin-top: 0px;
  color: #999999;
}
.block-list150 li a .date2 h2 {
  display: inline-block;
  color: #72a972;
  z-index: 10;
  position: relative;
  line-height: 30px;
}
.block-list150 li a .date2 p {
  z-index: 10;
  position: relative;
  line-height: 20px;
}
.block-list150 li a .mode1rdetail {
  margin-left: 86px;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.block-list150 li a .mode1rdetail p {
  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;
  color: #333333;
}
.block-list150 li a .date2::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(114, 169, 114, 0.1);
  position: absolute;
  left: 0;
  transform: skewY(-10deg);
  top: 0;
}
.block-list150 li:hover {
  transform: translateX(8px);
}
.block-list182 {
  margin: 0 -15px;
}
.block-list182 a {
  display: flex;
  margin: 0 15px;
  border: 1px solid #eee;
  background-color: #fbfbfb;
  border-radius: 4px;
  background: url(../images/block-list182_bg.png) no-repeat;
  background-position: 130% -70%;
  transition: all 0.35s ease-out;
}
.block-list182 a .date {
  width: 70px;
  padding: 42px 0;
  position: relative;
  z-index: 1;
  color: #333333;
}
.block-list182 a .date .day {
  display: block;
  line-height: 1;
  text-align: center;
  padding-bottom: 7px;
  color: #72a972;
}
.block-list182 a .date .month {
  display: block;
  line-height: 1;
  text-align: center;
}
.block-list182 a .date::after {
  content: "";
  display: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #72a972;
  border-radius: 4px;
  opacity: 0.18;
  z-index: -1;
}
.block-list182 a .item {
  flex: 1;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
}
.block-list182 a .item .middle {
  padding: 0 24px 0 10px;
  line-height: 1.5;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  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-list182 a:hover {
  background-color: #72a972;
}
.block-list182 a:hover .date span {
  color: #fff;
}
.block-list182 a:hover .date::after {
  background-color: rgba(0, 0, 0, 0.18);
  opacity: 1;
}
.block-list182 a:hover * {
  color: #fff;
}
.gp-title58 {
  height: 100%;
}
.gp-title58 a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  writing-mode: vertical-lr;
  vertical-align: top;
  text-align: center;
}
.block-list183 a {
  display: block;
  margin: 0 30px;
}
.block-list183 a .gp-img-responsive {
  padding-bottom: 96.875%;
}
.block-list183 a .title {
  margin: 20px 0px;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .block-list183 a .title {
    font-size: 16px;
  }
}
