
.carousel16 .gpCarousel {
  position: relative;
}
.carousel16 .gpCarousel .slick-slider a span {
  padding-bottom: 38%;
}
.carousel16 .gpCarousel .slick-current a span img {
  transition: transform 6000ms linear 0s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel16 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(28, 75, 144, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.carousel16 .gpCarousel .slick-arrow.slick-prev {
  left: 10%;
  border-radius: 20px 0 0 20px;
}
.carousel16 .gpCarousel .slick-arrow.slick-next {
  right: 10%;
  border-radius: 0 20px 20px 0;
}
.carousel16 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel16 .gpCarousel .slick-txt {
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #fff;
  background-color: rgba(6, 32, 64, 0.52);
  background: -webkit-linear-gradient(bottom, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢ */
}
.carousel16 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 35px;
}
.carousel16 .gpCarousel .slick-dots li {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: #e8ecf6;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel16 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel16 .gpCarousel .slick-dots li.slick-active {
  width: 67px;
  height: 11px;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .carousel16.slick-prev {
    left: 10px;
  }
  .carousel16.slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .carousel16 .slick-txt {
    display: none;
  }
  .carousel16 .gpCarousel .slick-dots {
    bottom: 15px;
  }
}
.gp-title8 {
  margin-bottom: 15px;
}
.gp-title8 .more {
  float: right;
}
.gp-title8 .more a {
  display: block;
  position: relative;
  color: #999999;
  padding-right: 10px;
  padding-top: 5px;
}
.gp-title8 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title8 h2 {
  /*background: url(../images/title_bg.png) no-repeat center left;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title8 h2 strong {
  font-weight: normal;
  display: inline-block;
  margin-left: 8px;
  color: #999999;
}
.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: #1c4b90;
}
.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: #1c4b90;
}
.block-list10 {
  margin: 0 -5px;
}
.block-list10 li {
  margin-bottom: 15px;
}
.block-list10 li a {
  display: block;
  margin: 0 5px;
  text-align: center;
  overflow: hidden;
}
.block-list10 li a .item-img4.gp-img-responsive {
  padding-bottom: 62.14%;
}
.block-list10 li a .item-txt4 {
  background-color: rgba(28, 75, 144, 0.7);
  border-top: 1px solid #fff;
  overflow: hidden;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 68px;
  padding: 10px 0;
}
.block-list10  li >a .item-txt4 span {
  overflow: hidden;
  color: #fff;
  padding: 0 5px;
  font-weight: bold;
  line-height: 21px;
  /* height: 42px; */
  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;
}
.block-list10 li a .item-txt4:before {
  content: '';
  position: absolute;
  top: 0;
  left: -80px;
  width: 60px;
  height: 100%;
  margin-top: 0px;
  overflow: hidden;
  z-index: 6;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.block-list10  li a:hover .item-txt4:before {
  -webkit-animation: aniBlink 0.6s ease-out forwards;
  -moz-animation: aniBlink 0.6s ease-out forwards;
  -o-animation: aniBlink 0.6s ease-out forwards;
  animation: aniBlink 0.6s ease-out forwards;
}
@keyframes aniBlink {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 120%;
  }
}
@-webkit-keyframes aniBlink {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 120%;
  }
}
.block-list10 li:nth-child(2) .item-txt4 {
  background-color: rgba(28, 75, 144, 0.9);
}
.block-list10 li:nth-child(3) .item-txt4 {
  background-color: rgba(28, 75, 144, 0.65);
}
.block-list10 li:nth-child(4) .item-txt4 {
  background-color: rgba(28, 75, 144, 0.9);
}
.block-list10 .slick-arrow{
  text-indent: -88888rem;
}
.block-list10 .slick-arrow:after{
background: none;
}
.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 {
  padding: 10px 5px;
  box-sizing: border-box;
}
.carousel14 .slick-arrow {
  width: 30px;
  height: 50px;
  background: #1c4b90;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}
.carousel14 .slick-arrow:after {
  display: none;
}
