.carousel74 {
  position: relative;
}
.carousel74 .search {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
}
.carousel74 .search .gp-ser {
  width: 57.14%;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
  clip-path: polygon(0% 0%, 96% 0%, 100% 101%, 0% 101%);
}
.carousel74 .search .gp-ser form {
  border-bottom: 2px solid #005aa0;
  display: flex;
  height: 75px;
  line-height: 75px;
}
.carousel74 .search .gp-ser form .notxt {
  outline: none;
  border: none;
  background: none;
  flex: 1;
  font-size: 18px;
}
.carousel74 .search .gp-ser form .notxt1 {
  background: none;
  border: none;
  color: #005aa0;
  font-size: 30px;
  font-weight: 100;
}
.carousel74 .gpCarousel {
  position: relative;
}
.carousel74 .gpCarousel .slick-slider a {
  position: relative;
}
.carousel74 .gpCarousel .slick-slider a::before {
  content: "";
  display: block;
  width: 100%;
  height: 22%;
  background-image: -moz-linear-gradient(90deg, #000000 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #000000 0%, transparent 100%);
  opacity: 0.502;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.carousel74 .gpCarousel .slick-slider a span {
  padding-bottom: 47.91%;
}
.carousel74 .gpCarousel .slick-slider a span img {
  display: block;
}
.carousel74 .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);
}
.carousel74 .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(0, 90, 160, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.carousel74 .gpCarousel .slick-arrow.slick-prev {
  left: 10%;
  border-radius: 20px 0 0 20px;
}
.carousel74 .gpCarousel .slick-arrow.slick-next {
  right: 10%;
  border-radius: 0 20px 20px 0;
}
.carousel74 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel74 .gpCarousel .slick-txt {
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  bottom: 130px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.carousel74 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 100px;
  text-align: center;
  z-index: 2;
}
.carousel74 .gpCarousel .slick-dots li {
  width: 60px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel74 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel74 .gpCarousel .slick-dots li.slick-active {
  background: #005aa0;
}
@media screen and (max-width: 1400px) {
  .carousel74 .gpCarousel .slick-txt {
    font-size: 24px;
    bottom: 80px;
  }
  .carousel74 .gpCarousel .slick-dots {
    bottom: 60px;
  }
  .carousel74 .search .gp-ser form {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .carousel74.slick-prev {
    left: 10px;
  }
  .carousel74.slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 1240px) {
  .carousel74 .gpCarousel .slick-txt {
    font-size: 22px;
  }
  .carousel74 .search .gp-ser form .notxt {
    font-size: 16px;
  }
  .carousel74 .search .gp-ser form .notxt1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 996px) {
  .carousel74 .gpCarousel .slick-arrow.slick-prev {
    left: 10px;
  }
  .carousel74 .gpCarousel .slick-arrow.slick-next {
    right: 10px;
  }
  .carousel74 .gpCarousel .slick-txt {
    font-size: 20px;
  }
  .carousel74 .gpCarousel .slick-dots li {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .carousel74 .search .gp-ser {
    width: 100%;
  }
  .carousel74 .gpCarousel .slick-txt {
    display: none;
  }
  .carousel74 .search .gp-ser form {
    height: 40px;
    line-height: 40px;
  }
  .carousel74 .gpCarousel .slick-dots {
    bottom: 45px;
  }
}
.gp-title83 {
  position: relative;
  display: flex;
  align-items: center;
}
.gp-title83 .lt {
  text-align: center;
  display: flex;
  align-items: center;
  flex: 1;
}
.gp-title83 .line {
  flex: 1;
  height: 1px;
  background: #005aa0;
  position: relative;
}
.gp-title83 .line::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #005aa0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.gp-title83 .line:nth-child(1):before {
  right: -8px;
}
.gp-title83 .line:nth-child(3):before {
  left: -8px;
}
.gp-title83 .titleBox {
  margin: 0 34px;
}
.gp-title83 .titleBox span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title83 .titleBox .title {
  display: inline-block;
  vertical-align: middle;
}
.gp-title83 .titleBox .title h2 {
  font-weight: normal;
}
.gp-title83 .titleBox .title h2 a {
  color: #005aa0;
  display: inline-block;
  vertical-align: middle;
}
.gp-title83 .titleBox .title h3 {
  font-weight: normal;
}
.gp-title83 .more {
  position: relative;
}
.gp-title83 .more::before {
  content: '';
  display: block;
  position: absolute;
  width: 15%;
  height: 1px;
  background: #005aa0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  transform: translateX(-40%);
}
.gp-title83 .more a {
  position: relative;
  border: 1px solid #005aa0;
  overflow: hidden;
  padding: 10px 25px 10px 45px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
}
.gp-title83 .more a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #005aa0;
  transform-origin: 0 0%;
  transform: skewX(25deg);
  z-index: -1;
}
@media screen and (max-width:768px) {
  .gp-title83 .titleBox span img {
    display: block;
    max-height: 30px;
  }
  .gp-title83 .line {
    display: none;
  }
  .gp-title83 .titleBox {
    margin: 0;
  }
  .gp-title83 .more::before {
    display: none;
  }
  .gp-title83 .more a {
    padding: 0;
    border: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    border: none;
  }
  .gp-title83 .more a::after {
    display: none;
  }
}
.carousel75 {
  position: relative;
}
.carousel75 .gpCarousel {
  position: relative;
  /* .slick-txt {
            font-weight: bold;
            overflow: hidden;
            position: absolute;
            bottom: 130px;
            width: 100%;
            text-align: center;
            color: #fff;
        } */
}
.carousel75 .gpCarousel .slick-list {
  margin: 0 -10px;
  overflow: visible;
  overflow-x: clip;
}
.carousel75 .gpCarousel .slick-slider a {
  display: block;
  margin: 0 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.carousel75 .gpCarousel .slick-slider a span {
  padding-bottom: 56%;
  overflow: hidden;
}
.carousel75 .gpCarousel .slick-slider a .info {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.carousel75 .gpCarousel .slick-slider a .info .date {
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 8px;
  background: url(../images/carousel75_datebg.png) no-repeat #005aa0;
  border: 3px solid #fff;
  transform: translateY(0px);
  position: absolute;
  left: 25px;
  top: -40px;
  color: #fff;
}
.carousel75 .gpCarousel .slick-slider a .info .date b {
  font-weight: normal;
  display: block;
}
.carousel75 .gpCarousel .slick-slider a .info .date i {
  font-style: normal;
  display: block;
}
.carousel75 .gpCarousel .slick-slider a .info h3 {
  margin-top: 20px;
  font-weight: normal;
  color: #333333;
  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;
  box-sizing: content-box;
  height: 3em;
}
.carousel75 .gpCarousel .slick-slider a .info p {
  padding-top: 10px;
  position: relative;
  color: #999999;
  box-sizing: border-box;
  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;
  box-sizing: content-box;
  height: 3em;
}
.carousel75 .gpCarousel .slick-slider a:hover {
  transform: translateY(-8px);
}
.carousel75 .gpCarousel .slick-slider a:hover .info h3 {
  color: #005aa0;
}
.carousel75 .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);
}
.carousel75 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 90px;
  line-height: 90px;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 50%;
  z-index: 1;
}
.carousel75 .gpCarousel .slick-arrow:hover {
  background: rgba(0, 90, 160, 0.8);
}
.carousel75 .gpCarousel .slick-arrow.slick-prev {
  left: -10px;
  transform: translate(-100%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_ljt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-next {
  right: -10px;
  transform: translate(100%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_rjt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel75 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel75 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 0px;
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.carousel75 .gpCarousel .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 50%;
}
.carousel75 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel75 .gpCarousel .slick-dots li.slick-active {
  background: #005aa0;
}
@media screen and (max-width: 1240px) {
  .carousel75 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .carousel75 {
    padding: 0;
  }
}
.gp-title84 {
  position: relative;
  display: flex;
  align-items: center;
  /* 直角梯形 */
}
.gp-title84 .lt {
  text-align: center;
  display: flex;
  align-items: center;
  flex: 1;
}
.gp-title84 .line {
  flex: 1;
  height: 1px;
  background: #005aa0;
  position: relative;
}
.gp-title84 .titleBox {
  margin-right: 20px;
}
.gp-title84 .titleBox span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title84 .titleBox .title {
  display: inline-block;
  vertical-align: middle;
}
.gp-title84 .titleBox .title h2 {
  font-weight: normal;
}
.gp-title84 .titleBox .title h2 a {
  color: #005aa0;
  display: inline-block;
  vertical-align: middle;
}
.gp-title84 .titleBox .title h3 {
  font-weight: normal;
}
.gp-title84 .more {
  position: relative;
}
.gp-title84 .more::before {
  content: '';
  display: block;
  position: absolute;
  width: 15%;
  height: 1px;
  background: #005aa0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  transform: translateX(-40%);
}
.gp-title84 .more a {
  position: relative;
  border: 1px solid #005aa0;
  overflow: hidden;
  padding: 10px 25px 10px 45px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
}
.gp-title84 .more a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #005aa0;
  transform-origin: 0 0%;
  transform: skewX(25deg);
  z-index: -1;
}
@media screen and (max-width:768px) {
  .gp-title84 .titleBox span img {
    display: block;
    max-height: 30px;
  }
  .gp-title84 .line {
    display: none;
  }
  .gp-title84 .titleBox {
    margin: 0;
  }
  .gp-title84 .more::before {
    display: none;
  }
  .gp-title84 .more a {
    padding: 0;
    border: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .gp-title84 .more a::after {
    display: none;
  }
}
.block-list263 {
  margin: 0 -30px;
}
.block-list263 li >div {
  margin: 0 30px;
}
.block-list263 li >div .date {
  color: rgba(255, 255, 255, 0.8);
  color: #666666;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.block-list263 li >div .date::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #bfbeac;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.block-list263 li >div .date::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(191, 190, 172, 0.8);
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -0.5px;
}
.block-list263 li >div .title {
  display: block;
  color: #333333;
  line-height: 1.5;
  height: 48px;
  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-list263 li >div .title::hover {
  color: #005aa0;
}
@media screen and (max-width:996px) {
  .block-list263 {
    margin: 0 -20px;
  }
  .block-list263 li>div {
    margin: 0 20px;
  }
}
.block-list268 {
  margin: 0 -5px;
}
.block-list268 li >div {
  display: flex;
  align-items: center;
}
.block-list268 li >div .date {
  color: #333333;
  box-sizing: border-box;
  padding: 0 10px;
  margin-right: 15px;
  border-right: 1px solid #005aa0;
}
.block-list268 li >div .date b {
  display: block;
}
.block-list268 li >div .date i {
  display: block;
  font-style: normal;
}
.block-list268 li >div .title {
  display: block;
  flex: 1;
  color: #333333;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list268 li >div .title:hover {
  color: #005aa0;
}
.block-list267 {
  margin: 0 -5px;
}
.block-list267 li a {
  display: block;
  margin: 0 5px;
}
.block-list267 li a .img {
  padding-bottom: 66.46%;
  position: relative;
}
.block-list267 li a .img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.5;
  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-list267 li a .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  background-image: -moz-linear-gradient(90deg, #000001 0%, rgba(199, 165, 88, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #000001 0%, rgba(199, 165, 88, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #000001 0%, rgba(199, 165, 88, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width:768px) {
  .block-list267 li a .img .title {
    padding: 0px 20px;
    margin-bottom: 10px;
  }
}
.block-list266 {
  margin: 0 10px;
}
.block-list266 li a {
  display: block;
  margin: 0 10px;
}
.block-list266 li a .img {
  padding-bottom: 56.06%;
  position: relative;
}
.block-list266 li a .img .play {
  width: 15%;
  position: absolute;
  transition: all 0.35s ease-out;
  max-width: 60px;
  left: 10px;
  bottom: 10px;
  transform: none;
}
.block-list266 li a .video_title {
  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;
  overflow: hidden;
  margin-top: 10px;
}
.block-list266 li a .video_title:hover {
  color: #005aa0;
}
.block-list266 li a:hover .img .play {
  left: 10px;
  bottom: 10px;
  transform: none;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width:479px) {
  .block-list266 li a .video_title {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.carousel77 {
  position: relative;
  padding-bottom: 50px;
}
.carousel77 .gpCarousel {
  position: initial;
}
.carousel77 .gpCarousel .slick-list {
  padding: 70px 0;
  position: initial;
}
.carousel77 .gpCarousel .slick-slider:nth-child(odd) {
  transform: translateY(-70px);
}
.carousel77 .gpCarousel .slick-slider:nth-child(even) {
  transform: translateY(70px);
}
.carousel77 .gpCarousel .slick-slider >div {
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.carousel77 .gpCarousel .slick-slider >div a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.carousel77 .gpCarousel .slick-slider >div a .list {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.carousel77 .gpCarousel .slick-slider >div a .list .img {
  max-width: 76px;
  width: auto;
  margin: 0 auto;
  background: none;
}
.carousel77 .gpCarousel .slick-slider >div a .list .img span {
  display: block;
  padding-bottom: 100%;
}
.carousel77 .gpCarousel .slick-slider >div a .list .img img {
  display: inline-block;
}
.carousel77 .gpCarousel .slick-slider >div a .list .title {
  margin: 10px 0 0;
  white-space: nowrap;
}
.carousel77 .gpCarousel .slick-slider >div a .list .title span {
  margin-left: 10px;
}
.carousel77 .gpCarousel .slick-slider >div a .list .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.carousel77 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 90px;
  line-height: 90px;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 50%;
  z-index: 9;
}
.carousel77 .gpCarousel .slick-arrow:hover {
  background: rgba(0, 90, 160, 0.8);
}
.carousel77 .gpCarousel .slick-arrow.slick-prev {
  left: 0px;
  transform: translate(0, -50%);
}
.carousel77 .gpCarousel .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_ljt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel77 .gpCarousel .slick-arrow.slick-next {
  right: 0px;
  transform: translate(0%, -50%);
}
.carousel77 .gpCarousel .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_rjt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel77 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel77 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 0px;
  text-align: center;
}
.carousel77 .gpCarousel .slick-dots li {
  width: 24px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel77 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel77 .gpCarousel .slick-dots li.slick-active {
  background: #005aa0;
}
@media screen and (max-width: 1400px) {
  .carousel77 .gpCarousel .slick-slider>div a .list .title {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .carousel77 .gpCarousel .slick-list {
    padding: 40px 0;
  }
  .carousel77 .gpCarousel .slick-slider:nth-child(odd) {
    transform: translateY(-40px);
  }
  .carousel77 .gpCarousel .slick-slider:nth-child(even) {
    transform: translateY(40px);
  }
  .carousel77 .gpCarousel .slick-slider>div a .list .title {
    font-size: 20px;
    font-size: 2rem;
  }
  .carousel77 .gpCarousel .slick-slider>div a .list .title span {
    margin-left: 5px;
  }
  .carousel77 .gpCarousel .slick-slider>div a .list .img img {
    max-height: 50px;
  }
}
@media screen and (max-width: 996px) {
  .carousel77 .gpCarousel .slick-list {
    padding: 0px 0;
  }
  .carousel77 .gpCarousel .slick-slider:nth-child(odd) {
    transform: translateY(0px);
  }
  .carousel77 .gpCarousel .slick-slider:nth-child(even) {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 768px) {
  .carousel77 .gpCarousel .slick-slider>div a .list .img img {
    max-height: 40px;
  }
}
.block-list269 {
  margin: 0 -20px;
}
.block-list269 li >div {
  display: flex;
  overflow: hidden;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 20px;
  background: #f5fafa;
}
.block-list269 li >div .date {
  color: #333333;
  box-sizing: border-box;
  padding: 20px 20px 20px 0;
  text-align: right;
  background: #f1f1f1;
}
.block-list269 li >div .date b {
  display: block;
  font-weight: normal;
  color: #005aa0;
}
.block-list269 li >div .date i {
  display: block;
  font-style: normal;
  color: #999999;
}
.block-list269 li >div .title {
  line-height: 1.5;
  height: 48px;
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  flex: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list269 li >div .title:hover {
  color: #005aa0;
}
.block-list265 {
  margin: 0 -14px;
}
.block-list265 li a {
  display: block;
  margin: 0 14px;
  text-align: center;
  position: relative;
  padding-top: 20px;
  transition: all 0.2s ease-in-out;
}
.block-list265 li a::before {
  content: "";
  display: block;
  width: 80%;
  height: 20px;
  background: rgba(0, 90, 160, 0.7);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  clip-path: polygon(0% 100%, 50% 0%, 100% 101%, 0% 101%);
}
.block-list265 li a .list {
  background: rgba(0, 90, 160, 0.7);
  padding: 10px 20px 20px;
}
.block-list265 li a .list .img img {
  height: 48px;
}
.block-list265 li a .list .title {
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
  height: 3em;
  box-sizing: border-box;
  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-list265 li a:hover {
  transform: translateY(5px);
}
.block-list265 li a:hover .list .img {
  animation: icon-bounce 0.5s alternate;
}
.block-list265 li:nth-child(1) a .list {
  background: rgba(0, 138, 140, 0.9);
}
.block-list265 li:nth-child(1) a::before {
  background: rgba(0, 138, 140, 0.9);
}
.block-list265 li:nth-child(2) a .list {
  background: rgba(123, 145, 24, 0.9);
}
.block-list265 li:nth-child(2) a::before {
  background: rgba(123, 145, 24, 0.9);
}
.block-list265 li:nth-child(3) a .list {
  background: rgba(0, 166, 110, 0.9);
}
.block-list265 li:nth-child(3) a::before {
  background: rgba(0, 166, 110, 0.9);
}
.block-list265 li:nth-child(4) a .list {
  background: rgba(6, 130, 69, 0.9);
}
.block-list265 li:nth-child(4) a::before {
  background: rgba(6, 130, 69, 0.9);
}
.block-list265 li:nth-child(5) a .list {
  background: rgba(74, 181, 41, 0.9);
}
.block-list265 li:nth-child(5) a::before {
  background: rgba(74, 181, 41, 0.9);
}
.block-list265 li:nth-child(6) a .list {
  background: rgba(51, 122, 26, 0.9);
}
.block-list265 li:nth-child(6) a::before {
  background: rgba(51, 122, 26, 0.9);
}
.block-list265 li:nth-child(7) a .list {
  background: rgba(66, 107, 0, 0.9);
}
.block-list265 li:nth-child(7) a::before {
  background: rgba(66, 107, 0, 0.9);
}
.block-list265 li:nth-child(8) a .list {
  background: rgba(89, 166, 8, 0.9);
}
.block-list265 li:nth-child(8) a::before {
  background: rgba(89, 166, 11, 0.9);
}
.block-list265 li:nth-child(9) a .list {
  background: rgba(21, 115, 39, 0.9);
}
.block-list265 li:nth-child(9) a::before {
  background: rgba(21, 115, 39, 0.9);
}
.block-list265 li:nth-child(10) a .list {
  background: rgba(15, 151, 80, 0.9);
}
.block-list265 li:nth-child(10) a::before {
  background: rgba(15, 151, 80, 0.9);
}
.block-list265 li:nth-child(11) a .list {
  background: rgba(138, 130, 0, 0.9);
}
.block-list265 li:nth-child(11) a::before {
  background: rgba(138, 130, 0, 0.9);
}
.block-list265 li:nth-child(12) a .list {
  background: rgba(15, 123, 110, 0.9);
}
.block-list265 li:nth-child(12) a::before {
  background: rgba(15, 123, 110, 0.9);
}
@keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: translate3d(0%, 0%, 0) rotate(0deg);
    -ms-transform: translate3d(0%, 0%, 0) rotate(0deg);
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  25% {
    -moz-transform: translate3d(0%, 0%, 0) rotate(15deg);
    -ms-transform: translate3d(0%, 0%, 0) rotate(15deg);
    -webkit-transform: translate3d(0%, 0%, 0) rotate(15deg);
    transform: translate3d(0%, 0%, 0) rotate(15deg);
  }
  50% {
    -moz-transform: translate3d(0%, 0%, 0) rotate(-15deg);
    -ms-transform: translate3d(0%, 0%, 0) rotate(-15deg);
    -webkit-transform: translate3d(0%, 0%, 0) rotate(-15deg);
    transform: translate3d(0%, 0%, 0) rotate(-15deg);
  }
  75% {
    -moz-transform: translate3d(0%, 0%, 0) rotate(5deg);
    -ms-transform: translate3d(0%, 0%, 0) rotate(5deg);
    -webkit-transform: translate3d(0%, 0%, 0) rotate(5deg);
    transform: translate3d(0%, 0%, 0) rotate(5deg);
  }
  85% {
    -moz-transform: translate3d(0%, 0%, 0) rotate(-5deg);
    -ms-transform: translate3d(0%, 0%, 0) rotate(-5deg);
    -webkit-transform: translate3d(0%, 0%, 0) rotate(-5deg);
    transform: translate3d(0%, 0%, 0) rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    transform: translate3d(-50%, -80%, 0) rotate(0deg);
  }
  25% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    transform: translate3d(-50%, -80%, 0) rotate(15deg);
  }
  50% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    transform: translate3d(-50%, -80%, 0) rotate(-15deg);
  }
  75% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    transform: translate3d(-50%, -80%, 0) rotate(5deg);
  }
  85% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    transform: translate3d(-50%, -80%, 0) rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    transform: translate3d(-50%, -80%, 0) rotate(0deg);
  }
  25% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    transform: translate3d(-50%, -80%, 0) rotate(15deg);
  }
  50% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    transform: translate3d(-50%, -80%, 0) rotate(-15deg);
  }
  75% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    transform: translate3d(-50%, -80%, 0) rotate(5deg);
  }
  85% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    transform: translate3d(-50%, -80%, 0) rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    transform: translate3d(-50%, -80%, 0) rotate(0deg);
  }
  25% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    transform: translate3d(-50%, -80%, 0) rotate(15deg);
  }
  50% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    transform: translate3d(-50%, -80%, 0) rotate(-15deg);
  }
  75% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    transform: translate3d(-50%, -80%, 0) rotate(5deg);
  }
  85% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    transform: translate3d(-50%, -80%, 0) rotate(-5deg);
  }
}
