.carousel12 {
  position: relative;
}
.carousel12 .slick-slide a {
  display: block;
}
.carousel12 .slick-slide a span {
  padding-bottom: 30.2%;
}
.carousel12 .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}
.carousel12 .slick-dots li {
  margin: 10px 6px 0;
  display: inline-block;
  zoom: 1;
}
.carousel12 .slick-dots li button {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
}
.carousel12 .slick-dots li.slick-active button {
  background-color: #992a18;
  border: 1px solid #992a18;
}
.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #992a18;
}
.gp-title2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title2 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title2 .more {
  padding-top: 10px;
  color: #999;
}
.block-list329 {
  margin: 0 -10px;
}
.block-list329 li .item {
  background: #fff;
  display: block;
  margin: 0 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 15px 20px;
  position: relative;
}
.block-list329 li .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e1e7ed;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}
.block-list329 li .item .title {
  font-weight: bold;
  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;
  color: #333333;
}
.block-list329 li .item .date {
  margin-top: 15px;
  color: #992a18;
}
.block-list329 li .item .date span {
  display: inline-block;
  margin-right: 5px;
}
.block-list329 li .item:hover .title {
  color: #992a18;
}
.block-list340 li::marker {
  content: '';
}
.block-list340 li .inner {
  padding: 28px 0;
  height: 90px;
  position: relative;
  z-index: 1;
  display: block;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-list340 li .inner .line {
  margin-right: 6px;
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  height: 1px;
  background-color: rgba(191, 190, 172, 0.6);
  z-index: -1;
}
.block-list340 li .inner .line:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 3px;
  background-color: #bfbeac;
}
.block-list340 li .inner .line:after {
  content: '';
  position: absolute;
  right: -6px;
  bottom: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
}
.block-list340 li .inner .bg {
  position: absolute;
  left: -24px;
  top: 0;
  right: -24px;
  bottom: 0;
  background: #992a18;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-list340 li .inner .bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #992a18;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.block-list340 li .inner .date {
  width: 78px;
  color: #992a18;
  line-height: 1.2;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-list340 li .inner .text {
  width: auto;
  flex: 1;
}
.block-list340 li .inner .text .tit {
  color: #333333;
  font-weight: 400;
  line-height: 1.33;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-list340 li .inner .text .desc {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.57;
  -webkit-box-orient: vertical;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-list340 li .inner .text .desc p {
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-list340 li.active .inner {
  height: 130px;
  align-items: flex-start;
}
.block-list340 li.active .inner .line {
  opacity: 0;
  visibility: hidden;
}
.block-list340 li.active .inner .bg {
  opacity: 1;
  visibility: visible;
}
.block-list340 li.active .inner .bg:after {
  left: 4px;
  top: 4px;
}
.block-list340 li.active .inner .date {
  color: #fff;
}
.block-list340 li.active .inner .text {
  padding-top: 2px;
}
.block-list340 li.active .inner .text .tit {
  color: #fff;
  height: 2.66em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.block-list340 li.active .inner .text .desc {
  display: -webkit-box;
}
.gp-title60 {
  display: inline-block;
  position: relative;
}
.gp-title60 h2 {
  display: flex;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding: 25px 0;
  line-height: 150px;
  background-color: #992a18;
  text-align: center;
}
.gp-title60 h2 a {
  display: flex;
  flex-wrap: wrap;
  width: 100px;
  text-align: justify;
  text-align-last: justify;
  line-height: 1.5;
  text-align: distribute-all-lines;
  text-align-last: justify;
}
.gp-title60 .more {
  display: inline-block;
  padding: 10px 34px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -150px;
  left: 0px;
  color: #333333;
  transition: all 0.35s ease;
}
.gp-title60:hover .more {
  background-color: #992a18;
  border-color: #992a18;
  color: #fff;
}
@media screen and (max-width: 996px) {
  .gp-title60 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gp-title60 .gpColumnTitle {
    height: auto;
    padding: 10px 0;
  }
  .gp-title60 .gpColumnTitle a {
    width: auto;
    height: auto !important;
  }
  .gp-title60 .gpColumnTitle a span {
    font-size: 30px;
  }
  .gp-title60 .more {
    position: static;
    left: auto;
    right: 0px;
  }
}
@media screen and (max-width: 479px) {
  .gp-title60 .gpColumnTitle {
    padding: 5px 0px;
  }
  .gp-title60 .gpColumnTitle a {
    font-size: 26px;
  }
  .gp-title60 .gpColumnTitle a span {
    font-size: 26px;
  }
}
.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: #992a18;
}
@media screen and (max-width:996px) {
  .block-list209 li a p {
    font-size: 16px;
    margin-top: 10px;
  }
}
.carousel14 {
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 -10px;
}
.carousel14 .slick-slider a {
  display: block;
  margin: 0 10px;
}
.carousel14 .slick-slider a p {
  margin: 10px 5px;
  box-sizing: border-box;
}
.carousel14 .slick-arrow {
  width: 30px;
  height: 50px;
  background: #992a18;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}
.carousel14 .slick-arrow:after {
  display: none;
}
