.carousel97 {
  position: relative;
}
.carousel97 .slick_menu {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 50px;
  text-align: right;
}
.carousel97 .slick_menu .slick-dots {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 50px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
}
.carousel97 .slick_menu .slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.carousel97 .slick_menu .slick-dots li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel97 .slick_menu .slick-dots li .outer {
  fill: transparent;
  stroke: transparent;
  stroke: none;
  stroke-width: 2;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 5s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  /* -moz-transform: rotate(-89deg) translateX(-190px); */
}
.carousel97 .slick_menu .slick-dots li .chart:hover .outer {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused;
}
@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.carousel97 .slick_menu .slick-dots li.slick-active {
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.carousel97 .slick_menu .slick-dots li.slick-active::before {
  background: #0154a4;
}
.carousel97 .slick_menu .slick-dots li.slick-active svg .outer {
  stroke: #0154a4;
}
.carousel97 .slick_menu .slick-dots li.slick-active .chart[data-percent='100'] .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 5s;
  animation: show100 5s;
}
.carousel97 .gpCarousel {
  position: relative;
}
.carousel97 .gpCarousel .slick-slider a span {
  padding-bottom: 38%;
}
.carousel97 .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);
}
.carousel97 .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(1, 84, 164, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.carousel97 .gpCarousel .slick-arrow.slick-prev {
  left: 10%;
  border-radius: 20px 0 0 20px;
}
.carousel97 .gpCarousel .slick-arrow.slick-next {
  right: 10%;
  border-radius: 0 20px 20px 0;
}
.carousel97 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel97 .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));
  /* 标准的语法 */
}
@media screen and (max-width: 1300px) {
  .carousel97.slick-prev {
    left: 10px;
  }
  .carousel97.slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 996px) {
  .carousel97 .slick_menu .slick-dots {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .carousel97 .slick-txt {
    display: none;
  }
  .carousel97 .slick_menu {
    bottom: 15px;
  }
  .carousel97 .slick_menu .slick-dots {
    padding: 5px 15px;
  }
}
.gp-title41 {
  border-bottom: 1px solid rgba(1, 84, 164, 0.3);
}
.gp-title41 .more {
  padding-top: 10px;
  color: #999999;
}
.gp-title41 h2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-bottom: 5px solid #0154a4;
  padding: 0 0px 10px;
}
.gp-title41 h2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title41 h2 a {
  display: inline-block;
  color: #0154a4;
}
.column-list10 {
  display: flex;
}
.column-list10 .columnInfo {
  flex: 1;
  overflow: hidden;
}
.column-list10 .columnImg {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .column-list10 {
    display: flex;
    flex-direction: column;
    justify-content: start !important;
    align-items: flex-start;
    align-items: start;
    align-items: self-start;
  }
  .column-list10 .columnInfo {
    order: 2;
    width: 100%;
  }
  .column-list10 .columnInfo p {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .column-list10 .columnImg {
    order: 1;
    width: 100%;
    margin: 0px 0 10px 0;
  }
}
/*专题大图*/
.topicList1 .gpImgSize {
  padding-bottom: 26.04%;
}
.topicList1 .gpImgSize img:hover {
  transform: none;
  opacity: 1;
}
.block-list58 {
  margin: 0 -20px;
  overflow: hidden;
}
.block-list58 li {
  float: left;
  text-align: center;
  border-bottom: #eaeaea 1px solid;
}
.block-list58 li a {
  display: block;
  margin: 0 20px 0px;
  overflow: hidden;
  padding-bottom: 10px;
}
.block-list58 li a span {
  padding-bottom: 66.67%;
}
.block-list58 li a p {
  display: block;
  line-height: 2;
  overflow: hidden;
}
.block-list110 {
  margin: 0 -5px;
}
.block-list110 li a {
  display: block;
  margin: 0 5px;
  box-shadow: 0.174px 4.997px 10px 0px rgba(0, 0, 0, 0.15);
}
.block-list110 li a span {
  padding-bottom: 56.46%;
}
