.carousel4 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.carousel4 .slick-dots {
  right: 50%;
  transform: translateX(50%);
}
.carousel4 .slick-list {
  overflow: visible;
}
.carousel4 .slick-slider {
  max-width: 1200px;
  margin: 0 auto;
}
.carousel4 .slick-slide >a {
  display: block;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.carousel4 .slick-slide >a img {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.carousel4 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 36.92%;
  overflow: hidden;
}
.carousel4 .slick-txt {
  width: 100% !important;
  margin: 0;
}
.carousel4 .slick-current >a img {
  opacity: 1;
}
.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #94070a;
}
.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;
}
.carousel95 .gpCarousel a {
  display: block;
}
.carousel95 .gpCarousel a .gp-img-responsive {
  padding-bottom: 56.23%;
  position: relative;
}
.carousel95 .gpCarousel a .title {
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 23px;
  text-align: center;
}
.carousel95 .gpCarousel a .title:hover {
  color: #94070a;
}
.carousel95 .gpCarousel a .summary {
  color: #333333;
  line-height: 1.6;
  margin-top: 10px;
  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: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}
.carousel95 .gpCarousel .slick-arrow {
  width: 33px;
  height: 68px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  top: 40%;
  font-size: 25px;
  left: 0px;
}
.carousel95 .gpCarousel .slick-arrow:hover {
  background: #94070a;
  color: #fff;
}
.carousel95 .gpCarousel .slick-next {
  left: auto;
  right: 0px;
}
.carousel95 .gpCarousel .slick-arrow:after {
  display: none;
}
.carousel95 .slick-dots {
  display: block;
  position: static;
  width: 100%;
  margin-top: 28px;
  text-align: center;
}
.carousel95 .slick-dots li {
  display: inline-block;
  width: 17px;
  height: 18px;
  border-radius: 0%;
  margin: 0 9px;
  border: none;
  box-sizing: border-box;
  background: url(../images/carousel95_dot1.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.carousel95 .slick-dots li button {
  display: none;
  border: none;
  outline: none;
  font-size: 0px;
}
.carousel95 .slick-dots li.slick-active {
  background: url(../images/carousel95_dot2.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 996px) {
  .carousel95 .gpCarousel .slick-arrow {
    display: none;
    top: 36%;
  }
  .carousel95 .gpCarousel .slick-dots {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .carousel95 .gpCarousel a .title {
    margin-top: 15px;
  }
  .carousel95 .gpCarousel .slick-dots {
    margin-top: 10px;
  }
  .carousel95 .gpCarousel .slick-dots li {
    width: 14px;
    height: 15px;
    margin: 0 6px;
  }
}
.block-list59 li {
  border-bottom: 1px dashed #e0e0e0;
  overflow: hidden;
}
.block-list59 li >div {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.block-list59 li span {
  width: 60px;
  display: block;
  background: #94070a;
  color: #fff;
}
.block-list59 li span b {
  display: block;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.block-list59 li span i {
  display: block;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  border: 1px solid #94070a;
  text-align: center;
  color: #666666;
  background: #fff;
}
.block-list59 li a {
  display: block;
  padding: 0 0 0 10px;
  overflow: hidden;
  line-height: 1.7;
  height: auto;
  flex: 1;
  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-list187 a {
  padding: 30px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1efef;
  overflow: hidden;
  position: relative;
}
.block-list187 a .listDate {
  flex-shrink: 0;
  color: #999999;
  padding-right: 5px;
}
.block-list187 a .listTitle {
  line-height: 1.5;
  transition: all 0.2s ease;
  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-list187 a:before {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  background: #94070a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-list187 a:hover {
  text-decoration: none;
  color: #94070a;
}
.block-list187 a:hover .listTitle {
  padding-left: 10px;
}
@media screen and (max-width: 479px) {
  .block-list187 a {
    flex-wrap: wrap;
    padding: 29px 15px;
  }
  .block-list187 a span {
    width: 100%;
  }
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #94070a;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
}
