.carousel49 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.carousel49 .slick-slide >a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel49 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}
.carousel49 .slick-slide.slick-active img {
  animation: scaleBig 5s linear 0s 1 both;
  transform-style: preserve-3d;
}
.carousel49 .slick-txt {
  font-weight: normal;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
}
.carousel49 .slick-txt p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 180px;
  box-sizing: border-box;
}
.carousel49 .slick-dot {
  width: 100%;
  bottom: 90px;
  position: absolute;
}
.carousel49 .slick-dots {
  position: relative;
  display: inline-block;
  text-align: left;
}
.carousel49 .slick-dots li {
  width: 22px;
  height: 2px;
  background: rgba(7, 43, 129, 0.5);
  cursor: pointer;
}
.carousel49 .slick-dots li.slick-active {
  background: #072b81;
}
.carousel49 .slick-dots li button {
  display: none;
}
.carousel49 .slick_menu {
  box-sizing: border-box;
  padding: 15px 0 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.carousel49 .slick_menu .gp-container {
  text-align: right;
}
.carousel49 .slick-arrow {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}
.carousel49 .slick-arrow:hover {
  background: #072B81;
}
.carousel49 .slick-arrow::after {
  display: none;
}
@media screen and (max-width: 1240px) {
  .carousel49 .slick-dot {
    bottom: 75px;
  }
  .carousel49 .slick-txt2 {
    height: 75px;
    line-height: 75px;
    font-size: 20px;
  }
  .carousel49 .slick_menu {
    padding: 10px 0;
  }
}
@media screen and (max-width: 996px) {
  .carousel49 .slick-dot {
    bottom: 50px;
  }
  .carousel49 .slick-txt p {
    width: 100% !important;
    text-align: left;
    padding-right: 140px;
    box-sizing: border-box;
  }
  .carousel49 .slick-txt2 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .carousel49 .slick_menu {
    right: 10px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .carousel49 .slick-arrow {
    display: none;
  }
  .carousel49 .slick-dot {
    bottom: 0px;
  }
}
.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #072B81;
}
.gp-title2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title2 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title2 .more {
  padding-top: 10px;
  color: #999;
}
.block-list57 {
  overflow: hidden;
}
.block-list57 li {
  overflow: hidden;
}
.block-list57 li a {
  display: block;
  overflow: hidden;
}
.block-list57 li a .news_lf {
  width: 213px;
}
.block-list57 li a .news_lf .newsImg {
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 67%;
}
.block-list57 li a .news_rt {
  margin-left: 240px;
}
.block-list57 li a .news_rt .newsInfo {
  overflow: hidden;
}
.block-list57 li a .news_rt .newsInfo h3 {
  line-height: 1.625;
  height: 52px;
  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;
}
.block-list57 li a .news_rt .newsInfo .time {
  padding: 15px 0 10px 0;
  display: block;
  padding-left: 30px;
  background: url(/images/time.png) no-repeat center left;
}
.block-list57 li a .news_rt .newsInfo p {
  line-height: 1.7;
  height: 48px;
  overflow: hidden;
  color: #666666;
  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;
}
@media screen and (max-width: 480px) {
  .news01 .news_lf {
    width: 100% !important;
    float: none;
  }
  .news01 .news_rt {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
.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: #072B81;
  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-list152 {
  margin: 0 -5px;
}
.block-list152 li a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 5px;
  background: #072B81;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.block-list152 li a .img {
  display: inline-block;
  vertical-align: middle;
  max-width: 32px;
}
.block-list152 li a p {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.block-list152 li a:hover {
  transform: translateY(5px);
}
@media screen and (max-width:996px) {
  .block-list152 li a p {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .block-list152 li a p {
    font-size: 14px;
  }
}
.block-list148 {
  margin: 0 -13px;
}
.block-list148 a {
  transition: 0.5s;
  display: block;
  margin: 0 13px;
}
.block-list148 a .gp-img-responsive {
  padding-bottom: 47%;
  margin: 0 30px;
  width: auto;
}
.block-list148 a .gp-img-responsive img {
  transition: all 0.3s ease;
  transform: scale(1);
}
.block-list148 a .gp-img-responsive img:hover {
  opacity: 1;
}
.block-list148 a p {
  text-align: center;
  margin: 10px 0 0 0;
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.08);
  box-sizing: content-box;
  height: 63px;
  transition: 0.5s;
  margin: -52px 0 0 0;
  padding: 52px 0 0 0;
}
.block-list148 a p i {
  position: relative;
  display: block;
  text-align: center;
  margin: 10px 30px 0;
  font-style: normal;
}
.block-list148 a p i strong {
  font-weight: normal;
  background: #fff;
  padding: 0 23px;
  position: relative;
  overflow: hidden;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: 3;
}
.block-list148 a p i:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #ede8e8;
  z-index: -1;
}
.block-list148 a:hover {
  transition: 0.5s;
  margin-top: -10px;
}
.block-list148 a:hover p {
  background: #072B81;
  transition: 0.5s;
}
.block-list148 a:hover p i strong {
  background: #072B81;
  color: #fff;
  z-index: 9;
}
.block-list148 a:hover p i::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 12px;
  width: 100%;
  height: 1px;
  z-index: 0;
  background: #072B81;
}
