.carousel28 {
  position: relative;
}
.carousel28 .gpCarousel {
  position: relative;
}
.carousel28 .gpCarousel .slick-slider a {
  display: block;
}
.carousel28 .gpCarousel .slick-slider a span {
  padding-bottom: 37.5%;
}
.carousel28 .gpCarousel .slick-slider a .slick-txt {
  position: absolute;
  background: none;
  height: auto;
  line-height: 1.4;
  color: #fff;
  bottom: 22px;
  width: 100%;
  left: 0;
  padding: 0;
}
.carousel28 .gpCarousel .slick-slider a .slick-txt h3 {
  box-sizing: border-box;
  position: relative;
}
.carousel28 .gpCarousel .slick-slider a .slick-txt p {
  box-sizing: border-box;
  padding: 0 60px 0 20px;
}
.carousel28 .gpCarousel .slick-arrow {
  left: initial;
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: initial;
  right: 60px;
  transform: translateY(0);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  font-size: 20px;
}
.carousel28 .gpCarousel .slick-arrow::after {
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.carousel28 .gpCarousel .slick-arrow.slick-prev {
  bottom: 92px;
}
.carousel28 .gpCarousel .slick-arrow.slick-prev::after {
  border-radius: 0px;
}
.carousel28 .gpCarousel .slick-arrow.slick-next {
  bottom: 36px;
}
.carousel28 .gpCarousel .slick-arrow.slick-next::after {
  border-radius: 0;
}
.carousel28 .gpCarousel .slick-dots {
  right: 85px;
  bottom: 50%;
  transform: translateY(50%);
}
.carousel28 .gpCarousel .slick-dots li {
  width: 2px;
  height: 22px;
  display: block;
  margin: 10px 0;
}
.carousel28 .gpCarousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}
.carousel28 .gpCarousel .slick-dots li.slick-active button {
  background: #ffffff;
}
@media screen and (max-width: 1240px) {
  .carousel28 .gpCarousel .slick-dots {
    right: 30px;
  }
  .carousel28 .gpCarousel .slick-arrow {
    left: 10px;
    right: initial;
    top: 50%;
  }
  .carousel28 .gpCarousel .slick-arrow.slick-prev {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  .carousel28 .slick-txt {
    display: none;
  }
  .carousel28 .gpCarousel .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
  }
  .carousel28 .gpCarousel .slick-arrow.slick-prev {
    left: 10px;
    right: initial;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel28 .gpCarousel .slick-arrow.slick-next {
    right: 10px;
    left: initial;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel28 .gpCarousel .slick-dots {
    top: initial;
    bottom: 10px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  .carousel28 .gpCarousel .slick-dots li {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-image-repeat: 50%;
    margin: 0 3px;
  }
}
.gp-title23 {
  position: relative;
}
.gp-title23 h2 {
  font-weight: bold;
  text-align: center;
}
.gp-title23 h2 span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  color: #999;
}
.gp-title23 h2 a {
  color: #323232;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.column-list2 li p {
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gp-more3 {
  text-align: center;
  padding: 30px 0;
}
.gp-more3 a {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 35px;
  border: 1px solid #e5e5e5;
  min-width: 118px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.gp-more3 a span {
  color: #999;
  position: relative;
  z-index: 5;
}
.gp-more3 a span i {
  margin-left: 15px;
}
.gp-more3 a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #9A0000;
  position: absolute;
  transition: all 0.35s ease-out;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 0;
}
.gp-more3 a:hover:before {
  transform: none;
}
.gp-more3 a:hover span {
  color: #fff;
}
.gp-more3 a:hover i {
  transform: translateX(10px);
}
.block-list105 li a {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.block-list105 li a .date {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #9A0000;
  border: 5px solid #fff;
  position: relative;
  margin-right: 20px;
}
.block-list105 li a .date span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.block-list105 li a .date b {
  display: block;
}
.block-list105 li a .date i {
  font-style: normal;
  display: block;
  white-space: nowrap;
}
.block-list105 li a .info {
  display: block;
  overflow: hidden;
  flex: 1;
  height: 100px;
  border-bottom: 1px solid #d8dade;
}
.block-list105 li a .info div {
  vertical: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.block-list105 li a .info div h3 {
  color: #222;
}
.block-list105 li a .info div p {
  color: #999999;
}
.block-list105 li a:hover .info h3 {
  color: #9A0000;
}
@media screen and (max-width:768px) {
  .block-list105 li a .date {
    width: 70px;
    height: 70px;
    margin-right: 8px;
  }
  .block-list105 li a .date span b {
    font-size: 16px;
  }
  .block-list105 li a .info {
    height: 70px;
  }
  .block-list105 li a .info h3 {
    padding-bottom: 5px;
  }
}
.gp-title27 {
  margin: 14px 0;
}
.gp-title27 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.gp-title27 h2 {
  line-height: 1.5;
  color: #222;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title27 .more {
  padding: 7px 35px;
  border: 1px solid #e5e5e5;
  min-width: 118px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: 3px;
}
.gp-title27 .more span {
  color: #999;
  position: relative;
  z-index: 1;
}
.gp-title27 .more::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #9A0000;
  position: absolute;
  transition: all 0.35s ease-out;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 0;
}
.gp-title27 .more:hover::before {
  transform: none;
}
.gp-title27 .more:hover span {
  color: #fff;
}
.block-list106 li:nth-child(odd) {
  width: 37.5%;
  float: left;
}
.block-list106 li:nth-child(odd) a {
  display: block;
  position: relative;
  color: #fff;
}
.block-list106 li:nth-child(odd) a .img span {
  padding-bottom: 56.22%;
  position: relative;
}
.block-list106 li:nth-child(odd) a .img span::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  min-height: 60px;
  background: transparent;
  background: -webkit-gradient(top, bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list106 li:nth-child(odd) a .info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}
.block-list106 li:nth-child(odd) a .info h3 {
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.block-list106 li:nth-child(odd) a .info p {
  display: none;
}
.block-list106 li:nth-child(even) {
  width: 61.66%;
  float: right;
  background: #f5f5f5;
}
.block-list106 li:nth-child(even) a {
  display: flex;
  overflow: hidden;
}
.block-list106 li:nth-child(even) a .img {
  width: 60.81%;
}
.block-list106 li:nth-child(even) a .img span {
  padding-bottom: 56.22%;
}
.block-list106 li:nth-child(even) a .info {
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}
.block-list106 li:nth-child(even) a .info span {
  color: #999999;
}
.block-list106 li:nth-child(even) a .info h3 {
  font-weight: normal;
  margin: 15px 0 25px;
  line-height: 1.5;
  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-list106 li:nth-child(even) a .info p {
  color: #999999;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:1200px) {
  .block-list106 li:nth-child(even) a .info h3 {
    margin: 10px 0 12px;
    box-sizing: content-box;
  }
}
@media screen and (max-width:996px) {
  .block-list106 li:nth-child(even) a .info p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width:768px) {
  .block-list106 li:nth-child(odd),
  .block-list106 li:nth-child(even) {
    width: 49%;
  }
  .block-list106 li:nth-child(odd) a .info {
    padding: 0 20px;
  }
  .block-list106 li:nth-child(even) a {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .block-list106 li:nth-child(even) a .img {
    width: 100%;
  }
  .block-list106 li:nth-child(even) a .img span {
    padding-bottom: 56.22%;
  }
  .block-list106 li:nth-child(even) a .info {
    position: absolute;
    bottom: 15px;
    left: 0;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .block-list106 li:nth-child(even) a .info span {
    color: #999999;
    color: #fff;
  }
  .block-list106 li:nth-child(even) a .info h3 {
    font-weight: normal;
    margin: 0px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
  }
  .block-list106 li:nth-child(even) a .info p {
    display: none;
  }
}
@media screen and (max-width:479px) {
  .block-list106 li:nth-child(odd),
  .block-list106 li:nth-child(even) {
    width: 100%;
    float: none;
  }
}
.block-list107 li:nth-child(even) {
  width: 37.5%;
  float: right;
}
.block-list107 li:nth-child(even) a {
  display: block;
  position: relative;
  color: #fff;
}
.block-list107 li:nth-child(even) a .img span {
  padding-bottom: 56.22%;
  position: relative;
}
.block-list107 li:nth-child(even) a .img span::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  min-height: 60px;
  background: transparent;
  background: -webkit-gradient(top, bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list107 li:nth-child(even) a .info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}
.block-list107 li:nth-child(even) a .info h3 {
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.block-list107 li:nth-child(even) a .info p {
  display: none;
}
.block-list107 li:nth-child(odd) {
  width: 61.66%;
  float: left;
  background: #f5f5f5;
}
.block-list107 li:nth-child(odd) a {
  display: flex;
  overflow: hidden;
}
.block-list107 li:nth-child(odd) a .img {
  width: 60.81%;
}
.block-list107 li:nth-child(odd) a .img span {
  padding-bottom: 56.22%;
}
.block-list107 li:nth-child(odd) a .info {
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}
.block-list107 li:nth-child(odd) a .info span {
  color: #999999;
}
.block-list107 li:nth-child(odd) a .info h3 {
  font-weight: normal;
  margin: 15px 0 25px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #222;
}
.block-list107 li:nth-child(odd) a .info p {
  color: #999999;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:1200px) {
  .block-list107 li:nth-child(odd) a .info h3 {
    margin: 10px 0 12px;
  }
}
@media screen and (max-width:996px) {
  .block-list107 li:nth-child(odd) a .info p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width:768px) {
  .block-list107 li:nth-child(odd),
  .block-list107 li:nth-child(even) {
    width: 49%;
  }
  .block-list107 li:nth-child(even) a .info {
    padding: 0 20px;
  }
  .block-list107 li:nth-child(odd) a {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .block-list107 li:nth-child(odd) a .img {
    width: 100%;
  }
  .block-list107 li:nth-child(odd) a .img span {
    padding-bottom: 56.22%;
  }
  .block-list107 li:nth-child(odd) a .info {
    position: absolute;
    bottom: 15px;
    left: 0;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .block-list107 li:nth-child(odd) a .info span {
    color: #999999;
    color: #fff;
  }
  .block-list107 li:nth-child(odd) a .info h3 {
    font-weight: normal;
    margin: 0px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
  }
  .block-list107 li:nth-child(odd) a .info p {
    display: none;
  }
}
@media screen and (max-width:479px) {
  .block-list107 li:nth-child(odd),
  .block-list107 li:nth-child(even) {
    width: 100%;
    float: none;
  }
}
.block-list108 {
  margin: 0 -12px;
}
.block-list108 li a {
  margin: 0 12px;
  display: block;
  box-shadow: 0.174px 4.997px 10px 0px rgba(0, 0, 0, 0.15);
}
.block-list108 li a span {
  padding-bottom: 66.54%;
}
.block-list108 li a .info {
  text-align: center;
  box-sizing: border-box;
  padding: 25px 20px;
  background: #fff;
}
.block-list108 li a .info h3 {
  color: #222;
  margin-bottom: 15px;
}
.block-list108 li a .info p {
  color: #999999;
}
@media screen and (max-width:996px) {
  .block-list108 li a .info {
    padding: 10px 15px;
  }
  .block-list108 li a .info h3 {
    margin-bottom: 6px;
  }
}
.block-list109 {
  margin: 0 -20px;
}
.block-list109 li a {
  display: block;
  margin: 0 20px;
  border: 1px solid #e5e5e5;
  padding: 10px 0;
  border-radius: 33px;
  position: relative;
}
.block-list109 li a p {
  color: #222;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.block-list228 {
  overflow: hidden;
  margin: 0 -15px;
}
.block-list228 a {
  display: block;
  margin: 0 15px;
}
.block-list228 a .imgResponsive {
  padding-bottom: 56.25%;
  overflow: hidden;
}
.block-list228 a p {
  line-height: 1.7;
  height: 3.4em;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  top: 0;
  box-sizing: content-box;
}
.block-list228 a:hover .imgResponsive img {
  transform: scale(1.1);
  opacity: 0.85;
}
