.gp-header2 {
  z-index: 880;
  position: relative;
  background-color: #1b97e4;
}
@media screen and (max-width:996px) {
  .gp-header2 {
    /*width: 100%;*/
    position: relative;
    height: auto;
  }
}
.gp-header2 .gp-top {
  position: relative;
}
.gp-header2 .gp-top .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 21px 0;
  box-sizing: border-box;
}
.gp-header2 .gp-top .gp-logo a {
  display: inline-block;
  vertical-align: middle;
}
.gp-header2 .gp-top .gp-logo a img {
  max-height: 70px;
}
.gp-header2 .gp-top .gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-header2 .gp-top .gp-logo:hover {
  opacity: 0.9;
}
.gp-header2 .gp-top .gp-search-wrap {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 20;
}
.gp-header2 .gp-top .gp-search-wrap .gp-link > a {
  opacity: 0.6;
  transition: all 0.35 ease-in-out;
  margin: 0 10px;
  color: #fff;
}
.gp-header2 .gp-top .gp-search-wrap .gp-search {
  width: 220px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: 1px solid #fdfdfc;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #fff;
}
.gp-header2 .gp-top .gp-search-wrap .gp-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header2 .gp-top .gp-search-wrap .gp-search .gp-ser input,
.gp-header2 .gp-top .gp-search-wrap .gp-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header2 .gp-top .gp-search-wrap .gp-search .gp-ser input.notxt {
  color: #666;
  width: 80%;
  left: 0;
  padding-left: 4%;
  opacity: 0.5;
}
.gp-header2 .gp-top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #1b97e4;
}
.gp-header2 .gp-top:hover {
  opacity: 1;
  color: #fff;
}
.gp-header2 .gp-menu {
  width: 100%;
  z-index: 98;
  height: 35px;
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header2 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #fff;
  height: 30px;
  float: right;
  width: 30px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  margin: 2px 20px 0 0;
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 30px) / 2);
  top: calc((100% - 6px) / 2.3);
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
  margin-left: 0;
}
.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.gp-header2 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #1b97e4;
}
.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #1b97e4;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}
.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input.notxt {
  color: #333 !important;
  opacity: 1;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}
.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #1b97e4 !important;
  left: 0;
  width: 40px;
}
.gp-header2 .gp-menu .gp-menu-nav > ul {
  padding: 0 30px;
}
.gp-header2 .gp-menu .gp-menu-nav > ul > li {
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  transform: translateX(-40px);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.gp-header2 .gp-menu .gp-menu-nav > ul > li > a {
  display: inline-block;
  padding: 1.2rem 0 1.2rem 0;
  font-size: 16px;
  width: 60%;
  line-height: 1.4;
}
.gp-header2 .gp-menu .gp-menu-nav > ul > li > .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #e9e9e9;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  top: 4px;
  color: #dad6ce;
}
.gp-header2 .gp-menu .gp-menu-nav > ul > li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}
.gp-header2 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li > a {
  display: inline-block;
  padding: 0.5rem 0 0.5rem 10px;
  font-size: 14px;
}
.gp-header2 .gp-menu .gp-menu-nav > ul > li .m-second-nav > li.on span {
  transform: rotate(45deg);
}
.gp-header2 .gp-menu .gp-menu-nav > ul > li.on span {
  transform: rotate(90deg);
}
.gp-header2 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header2 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}
.gp-header2 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}
.gp-header2 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}
.gp-header2 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-150%, 0);
  width: 100%;
  right: auto;
  left: 0;
}
.gp-header2 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
  position: absolute;
}
.gp-header2 .gp-nav-wrap {
  background-color: #fff;
}
.gp-header2 .gp-nav-wrap .gp-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}
.gp-header2 .gp-nav-wrap .gp-nav > li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.gp-header2 .gp-nav-wrap .gp-nav > li > a {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  color: #333;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 50;
  position: relative;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.gp-header2 .gp-nav-wrap .gp-nav > li > a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.35s ease-in-out;
}
.gp-header2 .gp-nav-wrap .gp-nav > li > a:hover:before {
  width: 100%;
  left: 0;
}
.gp-header2 .gp-nav-wrap .gp-nav > li .second_nav1 {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 200px;
  display: none;
  text-align: center;
  background-color: rgba(27, 151, 228, 0.85);
  margin: 0;
  margin-left: -100px;
}
.gp-header2 .gp-nav-wrap .gp-nav > li .second_nav1 dd a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}
.gp-header2 .gp-nav-wrap .gp-nav > li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header2 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}
.gp-header2 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}
.gp-header2 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
@media screen and (max-width:996px) {
  .gp-header2 .searchWrap {
    display: none;
  }
  .gp-header2 .gp-menu {
    display: block;
  }
  .gp-header2 .gp-menu .gp-menu-nav {
    display: block;
  }
  .gp-header2 .gp-menu.open .gp-menu-link {
    display: none;
  }
  .gp-header2 .gp-menu.open .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header2 .gp-top {
    height: auto;
  }
  .gp-header2 .gp-top .gp-logo {
    justify-content: center;
    position: relative;
    z-index: 1000;
    padding: 15px 0 !important;
  }
  .gp-header2 .gp-top .gp-logo a img {
    max-height: 55px;
  }
  .gp-header2 .gp-top .gp-logo .gp-search-wrap {
    display: none;
  }
  .gp-header2 .gp-top .gp-logo.open {
    z-index: 90;
  }
  .gp-header2 .gp-top .gp-search-wrap {
    display: none;
  }
  .gp-header2 .gp-nav-wrap {
    display: none;
  }
  .gp-header2 .gp-nav-wrap .gp-menu-nav > ul > li {
    transform: none;
    opacity: 1;
  }
  .gp-header2 .gp-m-search {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .gp-header2 .gp-header1 .gp-menu-nav > ul {
    padding: 10px 20px 0;
  }
  .gp-header2 .gp-header1 .m-link {
    margin: 0 20px;
  }
}
.gp-header2.currents {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  margin-bottom: 0;
}
.gp-header2.currents .gp-top {
  display: none;
}
.gp-header2.currents .gp-logo,
.gp-header2.currents .searchWrap {
  display: none;
}
.gp-header2.currents .gp-nav-wrap {
  position: static;
  width: 100%;
}
.gp-header2.currents .gp-nav-wrap .gp-nav > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.gp-header2.currents .gp-nav-wrap .gp-nav > li .second_nav1 {
  top: 50px;
}
.gp-header2 {
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}
.gp-header2.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.gp-header2 .gp-top {
  transition: all 0.2s ease-out 0s;
}
.gp-header2.currents .gp-top {
  height: 0;
  overflow: hidden;
}
.carousel43 ul li {
  margin: 0;
}
.carousel43 ul li a .slide-img {
  display: block;
}
.carousel43 ul li a .slide-txt {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 25px;
  box-sizing: border-box;
  color: #fff;
  z-index: 9000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 0;
  width: 100%;
  opacity: 1;
  transform: translateY(100px);
  transition: transform 0.8s ease-in;
  transition-delay: 0.3s;
  font-weight: normal;
}
.carousel43 ul li a .slide-txt span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
}
.carousel43 ul .slick-current .slide-txt {
  opacity: 1;
  transform: none;
}
.carousel43 ul .slick-dots {
  width: auto;
  position: absolute;
  bottom: 50px;
  right: 85px;
}
.carousel43 ul .slick-dots li {
  width: 48px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  position: relative;
}
.carousel43 ul .slick-dots li button {
  width: 100%;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  transition: background 0s ease-in-out;
  color: #fff;
  font-size: 16px;
  background-color: initial;
  text-indent: 0;
}
.carousel43 ul .slick-dots .slick-active button,
.carousel43 ul .slick-dots li:hover button {
  color: #d18e59;
}
.carousel43 ul .slick-dots li.slick-active::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.carousel43 ul .slick-arrow {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 0;
  background: url(../images/next_icon.png) no-repeat center;
  transition: font-size 0s ease;
}
.carousel43 ul .slick-arrow:after {
  display: none;
}
.carousel43 ul .slick-prev {
  left: 4vw;
  background: url(../images/prev_icon.png) no-repeat center;
}
.carousel43 ul .slick-next {
  right: 4vw;
}
@media screen and (max-width: 1400px) {
  .carousel43 ul .slick-dots {
    bottom: 35px;
  }
  .carousel43 ul li a .slide-txt {
    max-width: 65%;
    margin-left: 0px;
    left: 0px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 997px) {
  .carousel43 ul .slick-dots {
    display: none;
  }
  .carousel43 ul li a .slide-txt {
    max-width: 90%;
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .carousel43 ul .slick-arrow {
    display: none;
  }
  .carousel43 ul li a .slide-txt {
    max-width: 76%;
    bottom: 9px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
    margin-left: 30px;
  }
}
.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #1b97e4;
}
.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-list339 {
  width: 100%;
  overflow: hidden;
}
.block-list339 li::marker {
  content: '';
}
.block-list339 li .inner {
  padding: 13px 0;
  display: block;
  display: -webkit-flex;
  display: flex;
}
.block-list339 li .inner .img {
  width: 147px;
  border: 5px solid transparent;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-list339 li .inner .img:after {
  content: '';
  display: block;
  padding-top: 78.83%;
}
.block-list339 li .inner .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 480px) {
  .block-list339 li .inner .img {
    border: none;
  }
}
.block-list339 li .inner .text {
  padding: 8px 0 0 25px;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-list339 li .inner .text .tit {
  color: #333333;
  font-weight: 400;
  line-height: 1.33;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-list339 li .inner .text .tit span {
  background-image: linear-gradient(#1b97e4, #1b97e4);
  background-position: bottom left;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
  -webkit-transition: background-size 0.5s ease-in-out;
  -moz-transition: background-size 0.5s ease-in-out;
  -ms-transition: background-size 0.5s ease-in-out;
  -o-transition: background-size 0.5s ease-in-out;
}
.block-list339 li .inner .text .date {
  font-size: 16px;
  color: #999999;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .block-list339 li .inner .text {
    padding: 0 0 0 10px;
  }
  .block-list339 li .inner .text .date {
    line-height: 1;
  }
  .block-list339 li .inner .text .tit span {
    -webkit-line-clamp: 3;
  }
}
.block-list339 li .inner:hover .img {
  border-color: #1b97e4;
}
.block-list339 li .inner:hover .img:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.block-list339 li .inner:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.block-list339 li .inner:hover .text .tit {
  color: #1b97e4;
  font-weight: 700;
}
.block-list339 li .inner:hover .tit span {
  -webkit-background-size: 100% 2px;
  background-size: 100% 2px;
}
.block-list16 > li > a {
  display: block;
  overflow: hidden;
  display: flex;
}
.block-list16 > li .list-date7 {
  display: block;
  width: 54px;
  height: 54px;
  border: 1px solid #999;
  float: left;
  text-align: center;
}
.block-list16 > li .list-date7 .month {
  display: block;
  height: 24px;
  line-height: 24px;
}
.block-list16 > li .list-date7 .day {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #1b97e4;
}
.block-list16 > li .artText {
  display: block;
  padding-left: 20px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  flex: 1;
  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-list16 > li > a:hover .artText {
  padding-left: 30px;
}
.block-list156 li a {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  transition: all 0.35s ease-out;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.block-list156 li a:hover {
  transform: translateY(-8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.block-list156 li a:hover .info .title {
  color: #1b97e4;
}
.block-list156 li a .time {
  width: 60px;
  height: 68px;
  position: relative;
  box-sizing: content-box;
  color: #999999;
}
.block-list156 li a .time::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #1b97e4;
  opacity: 0.2;
}
.block-list156 li a .time .day {
  color: #1b97e4;
  margin: 0 0 4px;
  line-height: 20px;
  font-weight: bold;
}
.block-list156 li a .time .month {
  margin: 0 0 0 0;
  line-height: 20px;
}
.block-list156 li a .info {
  flex: 1;
  box-sizing: border-box;
  margin: 0 0 0;
  overflow: hidden;
}
.block-list156 li a .info .title {
  color: #333333;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
  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-list156 li a .info .summary {
  color: #999999;
  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;
}
@media screen and (max-width:996px) {
  .block-list156 li a .info .title {
    margin-bottom: 8px;
  }
  .block-list156 li a {
    padding: 15px 20px;
  }
}
@media screen and (max-width:767px) {
  .block-list156 li a .info .title {
    margin-bottom: 5px;
  }
  .block-list156 li a {
    padding: 10px 15px;
  }
}
.gp-title1 {
  padding: 35px 0;
  text-align: center;
}
.gp-title1 h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  position: relative;
}
.gp-title1 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.gp-title1 h2 span {
  display: block;
  vertical-align: middle;
  color: #999;
  padding-top: 10px;
  text-transform: uppercase;
}
.gp-title1 h2 .gpColumnTitleIcon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
}
.gp-title1 h2:before,
.gp-title1 h2:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #a6b4b4;
  position: absolute;
  top: 50%;
}
.gp-title1 h2:before {
  left: -55px;
}
.gp-title1 h2::after {
  right: -55px;
}
.carousel20 {
  margin: 0 -15px;
  box-sizing: border-box;
  padding: 0 40px;
}
.carousel20 .slick-slider {
  margin-bottom: 15px;
  position: relative;
}
.carousel20 .slick-slider >a {
  display: block;
  margin: 0 15px;
  position: relative;
}
.carousel20 .slick-slider >a p {
  height: 32px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 32px;
  overflow: hidden;
  margin-top: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(250, 249, 249, 0.97);
  color: #1b97e4;
  text-align: center;
}
.carousel20 .slick-arrow {
  width: 30px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
}
.carousel20 .slick-arrow:after {
  display: none;
}
.carousel20 .slick-arrow:hover {
  color: #1b97e4;
}
.carousel20 .slick-prev {
  left: 20px;
  color: #dae6f4;
}
.carousel20 .slick-next {
  right: 20px;
  color: #dae6f4;
}
.footer_block2 {
  padding: 40px 0;
  background-color: #1b97e4;
}
.footer_block2 .footer {
  line-height: 1.5;
}
.footer_block2 .footer .footer_lf {
  width: auto;
  max-width: 600px;
}
.footer_block2 .footer .footer_lf .footer_logo {
  max-width: 430px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_block2 .footer .footer_rt {
  width: 334px;
  line-height: 1.5;
}
.footer_block2 .footer .footer_rt span {
  display: block;
  padding: 5px 0;
}
@media screen and (max-width:767px) {
  .footer_block2 {
    padding: 20px 0;
  }
  .footer_block2 .footer_logo {
    text-align: center;
    margin: 0 auto;
  }
  .footer_block2 .footer_rt {
    padding-top: 10px;
    text-align: center;
  }
}
