.carousel47 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.carousel47 .slick-slide >a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel47 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}
.carousel47 .slick-slide.slick-active img {
  animation: scaleBig 5s linear 0s 1 both;
  transform-style: preserve-3d;
}
.carousel47 .slick-txt {
  font-weight: normal !important;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  font-weight: bold;
  background: transparent;
  background: -webkit-gradient(top, bottom, color-stop(0%, transparent), color-stop(70%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.carousel47 .slick-txt div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel47 .slick-arrow {
  width: 63px;
  height: 20px;
  background: none;
  color: transparent;
  overflow: initial;
}
.carousel47 .slick-arrow.slick-prev {
  background: url(/hnyjy/images/carousel47_lt.png) center no-repeat;
  left: 33px;
}
.carousel47 .slick-arrow.slick-prev::after {
  left: 0px;
}
.carousel47 .slick-arrow.slick-prev:hover {
  color: transparent;
}
.carousel47 .slick-arrow.slick-prev:hover::after {
  background: none;
  border: none;
}
.carousel47 .slick-arrow.slick-next {
  background: url(/hnyjy/images/carousel47_rt.png) center no-repeat;
  right: 33px;
}
.carousel47 .slick-arrow.slick-next::after {
  right: 0px;
  left: auto;
}
.carousel47 .slick-arrow.slick-next:hover {
  color: transparent;
}
.carousel47 .slick-arrow.slick-next:hover::after {
  background: none;
  border: none;
}
.carousel47 .slick-arrow::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 996px) {
  .carousel47 .slick-txt div {
    width: 100% !important;
    text-align: left;
  }
  .carousel47 .slick-arrow {
    width: 45px;
  }
  .carousel47 .slick-arrow::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 3px;
  }
}
@-webkit-keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.gp-title41 {
  border-bottom: 1px solid rgba(35, 93, 154, 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 #235D9A;
  padding: 0 0px 10px;
}
.gp-title41 h2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title41 h2 a {
  display: inline-block;
  color: #235D9A;
}
.carousel71 a {
  display: block;
  position: relative;
}
.carousel71 a .mode1Pic {
  padding-bottom: 66.25%;
}
.carousel71 a .mode1txtbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px 30px 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}
.carousel71 a .mode1txtbox .mode1txt {
  line-height: 1.25;
  margin-bottom: 10px;
}
.carousel71 a .mode1txtbox .mode1sum {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.carousel71 .slick-arrow {
  width: 40px;
  height: 88px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.carousel71 .slick-arrow:after {
  display: none;
}
.carousel71 .slick-arrow:before {
  color: #fff;
  font-size: 40px;
}
.carousel71 .slick-dots {
  width: 100%;
  height: 6px;
  font-size: 0;
  left: 0;
  bottom: 0;
  margin: 0 -1px;
  overflow: hidden;
}
.carousel71 .slick-dots li {
  margin: 0;
  height: 6px;
  width: 20%;
}
.carousel71 .slick-dots li button {
  width: calc(100% - 2px);
  border-radius: 0;
  margin: 0 1px;
  background: rgba(255, 255, 255, 0.4);
}
.carousel71 .slick-dots li.slick-active button {
  background: #235D9A;
}
.block-list86 li >div {
  overflow: hidden;
  padding: 26px 0;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
}
.block-list86 li >div .date {
  background: #bfbeac;
  color: #fff;
  width: 55px;
  height: 53px;
  float: left;
  text-align: center;
}
.block-list86 li >div .date .day {
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 33px;
}
.block-list86 li >div .date .month {
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 17px;
}
.block-list86 li >div a {
  display: block;
  color: #333;
  flex: 1;
  padding-left: 20px;
  line-height: 1.6;
  height: 3.2em;
  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;
}
.gp-title59 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gp-title59 h2 {
  display: inline-block;
  position: relative;
}
.gp-title59 h2 .before,
.gp-title59 h2 .after {
  display: block;
  font-size: 0;
  width: 49px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.gp-title59 h2 .after {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.gp-title59 h2 span {
  color: #999999;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.gp-title59 h2 .title {
  color: #235D9A;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.gp-title59 .more {
  display: block;
  color: #666666;
  line-height: 2;
  transition: all 0.3s ease;
}
.gp-title59 .more:hover {
  color: #235D9A;
}
.block-list26 .slick-news .slick-slide {
  position: relative;
}
.block-list26 .slick-news .slick-slide .item-img1 {
  display: block;
}
.block-list26 .slick-news .slick-slide .item-img1 .gp-img-responsive {
  padding-bottom: 56.25%;
}
.block-list26 .slick-news .slick-slide .item-txt1 {
  padding: 40px 0 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), transparent);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  /* ±ê×¼µÄÓï·¨ */
}
.block-list26 .slick-news .slick-slide .item-txt1 h3 {
  color: #fff;
  line-height: 24px;
  padding: 0 20px;
  overflow: hidden;
}
.block-list26 .slick-news .slick-slide .slick-dots {
  position: static;
  text-align: center;
}
.block-list26 .slick-dots {
  bottom: 45px;
  right: 0.5vw;
}
.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: #235D9A;
  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-list132 >li {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 25px;
}
.block-list132 >li h3 strong {
  display: inline-block;
  background-color: #235D9A;
  padding: 5px 15px 6px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-weight: bold;
}
.block-list132 >li ul {
  padding-top: 10px;
  margin: 0 20px;
}
.block-list132 >li ul li a {
  display: block;
  margin: 0 15px;
  padding: 10px 0 10px 25px;
  background: url(/hnyjy/images/block-list132-li_bg.png) no-repeat left 15px;
}
@media screen and (max-width:996px) {
  .block-list132 >li h3 strong {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .block-list132 >li {
    margin-bottom: 20px;
  }
  .block-list132 >li h3 strong {
    font-size: 16px;
  }
}
.block-list147 {
  margin: 0 -15px;
}
.block-list147 li a {
  display: block;
  margin: 10px 15px;
  padding: 0px 0px 0px 25px;
  background: url(/hnyjy/images/block-list132-li_bg.png) no-repeat center left;
  box-sizing: content-box;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 20px;
  line-height: 1.37;
  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%;
}
