.carousel8 {
  overflow: hidden;
}
.carousel8 a {
  display: block;
  overflow: hidden;
  position: relative;
}
.carousel8 a .slick-img {
  display: block;
  height: 0;
  padding-bottom: 41%;
}
.carousel8 a .slides_tills {
  position: absolute;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  left: 0;
  height: 139px;
  background: url(../images/banner_bg.png) repeat-x;
}
.carousel8 a .slides_tills p {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0px 2px 6px #000;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 80px;
}
.carousel8 .slick-arrow {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 80px;
  font-size: 4rem;
  text-align: center;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel8 .slick-prev {
  left: 50px;
}
.carousel8 .slick-next {
  right: 50px;
}
.carousel8 .slick-arrow:after {
  display: none;
}
.carousel8 .slick-dots {
  bottom: 65px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}
.carousel8 .slick-dots li {
  width: 18px;
  height: 22px;
  background: url(../images/a.png) no-repeat center top;
  text-indent: 9999px;
  transition: all 0.5s ease-in-out;
}
.carousel8 .slick-dots li button {
  display: none;
}
.carousel8 .slick-dots li.slick-active,
.carousel8 .slick-dots li.slick-active {
  background-image: url(../images/a_hover.png);
}
@media screen and (max-width:1200px) {
  .slick-arrow {
    transform: scale(0.8) translateY(-50%) !important;
  }
  .slick-txt {
    height: 70px !important;
  }
  .slick-dots {
    bottom: 33px !important;
  }
}
@media screen and (max-width:997px) {
  .slick-arrow {
    transform: scale(0.5) translateY(-100%) !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  .slick-next {
    right: 0 !important;
  }
}
@media screen and (max-width:520px) {
  .slick-dots {
    display: none !important;
  }
}
.gp-title92 {
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gp-title92 .gp-titleft {
  display: block;
}
.gp-title92 .gp-titleft .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title92 .gp-titleft .channelName {
  display: inline-block;
  vertical-align: middle;
}
.gp-title92 .gp-titleft .gpColumnTitleEn {
  display: block;
}
.gp-title92 .more {
  display: block;
  width: 64px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  background: #d9d9d9;
  border-left: none;
  margin-right: 2px;
}
.gp-title92 .more i {
  position: absolute;
  width: 6px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}
.gp-title92 .more::before {
  content: "";
  display: block;
  width: 66px;
  height: 40px;
  border: 1px solid #d9d9d9;
  position: absolute;
  left: 0px;
  top: -2px;
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.gp-title92 .more::after {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.block-list11 {
  margin: 0 -10px;
}
.block-list11 >li {
  margin-bottom: 20px;
}
.block-list11 >li >a {
  display: block;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-out;
}
.block-list11 >li >a .gp-img-responsive {
  padding-bottom: 56.25%;
}
.block-list11 >li >a .gpTextArea {
  padding-bottom: 20px;
}
.block-list11 >li >a .item-date1 {
  background-color: #0f4588;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
}
.block-list11 >li >a h3 {
  line-height: 1.5;
  height: 72px;
  overflow: hidden;
  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;
  margin: 15px 20px 0;
  font-weight: normal;
  box-sizing: content-box;
}
.block-list11 >li >a .p1 {
  margin: 23px 20px 15px;
  line-height: 22px;
  color: #999;
  height: 110px;
  overflow: hidden;
  border-top: 2px solid #ddd5ce;
  padding-top: 15px;
}
@media screen and (min-width:996px) {
  .block-list11 a:hover {
    transform: translateY(-10px);
  }
}
@media screen and (max-width:766px) {
  .block-list11 h3 {
    height: auto !important;
  }
  .block-list11 .p1 {
    height: auto !important;
  }
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  display: flex;
  align-items: center;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0f4588;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  flex: 1;
  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;
  order: 1;
}
.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: #0f4588;
}
.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: #0f4588;
}
