.gp-header5 {
  width: 100%;
  z-index: 999;
  position: relative;
}
.gp-header5 .gp-menu {
  width: 100%;
  position: relative;
  height: 40px;
  display: none;
  z-index: 99991;
  /* background: #f0efe1;*/
  background-color: #0a4381;
}
.gp-header5 .gp-menu .gp-menu-header {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #0a4381;
  height: 32px;
  text-align: left;
  float: right;
  width: 32px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
  background: #fff;
  transition: background 0.5s;
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: 7px;
  top: calc((100% - 0px) / 3);
  width: 20px;
  height: 2px;
  background-color: #0a4381;
  display: block;
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header5 .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-header5 .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;
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  display: none;
}
.gp-header5 .gp-menu .gp-menu-nav {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0px;
  padding-top: 10px;
  padding-bottom: 25px;
  display: none;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-link {
  float: left;
  line-height: 40px;
  padding-left: 20px;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-link li {
  display: inline-block;
  padding: 0;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-link li a {
  border-bottom: none;
  color: #666666;
}
.gp-header5 .gp-menu .gp-menu-nav li {
  position: relative;
  padding: 0 22px;
}
.gp-header5 .gp-menu .gp-menu-nav li strong {
  color: #aaa;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 25px;
  cursor: pointer;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gp-header5 .gp-menu .gp-menu-nav li .mobile_subNav {
  display: none;
  padding-left: 10px;
}
.gp-header5 .gp-menu .gp-menu-nav li a {
  display: inline-block;
  line-height: 38px;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #d3d3d3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  text-indent: 15px;
}
.gp-header5 .gp-menu .gp-menu-nav dd a {
  height: 35px;
  line-height: 35px;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
  text-indent: 15px;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search {
  clear: both;
  position: relative;
  height: 36px;
  margin: 10px 30px 0;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  overflow: hidden;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search {
  width: 100%;
  height: 38px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search input,
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search button {
  /* position: absolute; */
  width: 80%;
  outline: none;
  height: 38px;
  line-height: 38px;
  color: #bababa;
  border: none;
  background: #eeeeee;
  /* right: 30px; */
  /* top: 0px; */
  padding-left: 17px;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search .notxt1 {
  width: 55px;
  background-color: #ffffff;
  color: #0a4381;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search .gp-m-search input.notxt {
  width: 95%;
  color: #333333;
  margin-left: 55px;
  border: none;
  height: 34px;
  background: none;
  padding-left: 10px;
  font-family: "Microsoft yahei";
}
.gp-header5 .gp-menu .mobile-inner-header-icon-out span {
  width: 20px;
  height: 2px;
  background-color: #992c23;
  display: block;
}
.gp-header5 .gp-menu .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header5 .gp-menu .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header5 .gp-menu .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
.gp-header5 .gp-menu .mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header5 .gp-menu .mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header5 .gp-menu .mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header5 .gp-menu .gp-menu-header-icon-click span {
  left: calc((100% - 25px) / 2);
  top: calc((100% - -9px) / 3);
}
.gp-header5 .gp-menu .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header5 .gp-menu .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.gp-header5 .gp-menu .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-header5 .gp-menu .mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header5 .gp-menu .mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header5 .gp-menu .mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.gp-header5 .header {
  position: relative;
  overflow: hidden;
}
.gp-header5 .header .gp-logo {
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 20px 0;
}
.gp-header5 .header .gp-logo img {
  max-height: 70px;
}
.gp-header5 .header .gp-logo a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.gp-header5 .header .gp-link {
  float: right;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width:996px) {
  .gp-header5 .header .gp-search {
    display: none;
  }
  .gp-header5 .header .gp-link {
    display: none;
  }
}
.gp-header5 .header .gp-search {
  width: 200px;
  overflow: hidden;
  margin: 14px auto 0;
  position: absolute;
  right: 0;
  top: 29px;
  height: 30px;
  border-radius: 20px;
}
.gp-header5 .header .gp-search .ser {
  z-index: 999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gp-header5 .header .gp-search .ser .search {
  width: 100%;
  height: 38px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.gp-header5 .header .gp-search .ser .search input,
.gp-header5 .header .gp-search .ser .search button {
  border: none;
  width: 100%;
  height: 30px;
  line-height: 28px;
  color: #bababa;
  border: none;
  background: #eeeeee;
  padding-left: 0px;
}
.gp-header5 .header .gp-search .ser .search .notxt {
  color: #bababa;
  padding-left: 10px;
  outline: none;
  height: 30px;
  font-family: "Microsoft yahei";
  font-size: 12px;
}
.gp-header5 .header .gp-search .ser .search .notxt1 {
  position: absolute;
  width: 35px;
  height: 30px;
  top: 0px;
  right: 0px;
  border: none;
  color: #0a4381;
  cursor: pointer;
  overflow: hidden;
  background-color: #d9d9d9;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .gp-header5 .header .gp-logo {
    margin: 0 auto;
    border-left: none;
    float: none;
    text-align: center;
  }
  .gp-header5 .header .gp-logo .logo_01 img {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .gp-header5 .header .gp-logo {
    font-size: 0;
  }
}
.gp-header5 .gp-nav {
  width: 100%;
  height: 50px;
  background: #0a4381;
}
.gp-header5 .gp-nav ul {
  height: 50px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.gp-header5 .gp-nav ul li {
  position: relative;
  line-height: 50px;
  padding: 0 15px;
}
.gp-header5 .gp-nav ul li > a {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  display: block;
}
.gp-header5 .gp-nav ul li .subNav {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: #0a4381;
  width: 100%;
  overflow: hidden;
  z-index: 999;
  *z-index: 9999;
}
.gp-header5 .gp-nav ul li .subNav dd a {
  line-height: 1.4;
  padding: 8px 0;
  display: block;
  text-align: center;
  color: #ffffff;
}
.gp-header5 .gp-nav ul li .subNav dd:hover {
  background: #fff;
}
.gp-header5 .gp-nav ul li .subNav dd:hover a {
  color: #333333;
}
.gp-header5 .gp-nav ul li.on .subNav {
  display: block;
}
.gp-header5 .gp-nav ul li:hover {
  cursor: pointer;
  color: #ffffff;
}
.gp-header5 .gp-nav ul li.on {
  background: #ffffff;
}
.gp-header5 .gp-nav ul li.on > a {
  color: #333333;
}
@media screen and (max-width: 1300px) {
  .gp-header5 .header,
  .gp-header5 .nav {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .gp-header5 .header {
    height: auto;
    background: none;
  }
  .gp-header5 .gp-nav {
    display: none;
  }
  .wrap_header {
    height: auto;
  }
  .gp-header5 .gp-menu {
    display: block;
  }
  .gp-menu.open .gp-menu-nav {
    display: block;
  }
}
.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: 23px;
  top: -2px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #dad6ce;
}
.gp-menu .gp-menu-nav li.on .mobile_subNav {
  display: block;
}
.gp-menu-nav > ul > li.on > .gp-menu-arrow {
  transform: rotate(90deg);
}
.gp-header5 {
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}
.gp-header5.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.gp-header5 .header {
  transition: all 0.2s ease-in-out 0s;
}
.gp-header5.currents .header {
  height: 0;
  display: none;
}
.carousel16 .gpCarousel {
  position: relative;
}
.carousel16 .gpCarousel .slick-slider a span {
  padding-bottom: 38%;
}
.carousel16 .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);
}
.carousel16 .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(10, 67, 129, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.carousel16 .gpCarousel .slick-arrow.slick-prev {
  left: 10%;
  border-radius: 20px 0 0 20px;
}
.carousel16 .gpCarousel .slick-arrow.slick-next {
  right: 10%;
  border-radius: 0 20px 20px 0;
}
.carousel16 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel16 .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));
  /* 标准的语法 */
}
.carousel16 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 35px;
}
.carousel16 .gpCarousel .slick-dots li {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: #e8ecf6;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel16 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel16 .gpCarousel .slick-dots li.slick-active {
  width: 67px;
  height: 11px;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .carousel16.slick-prev {
    left: 10px;
  }
  .carousel16.slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .carousel16 .slick-txt {
    display: none;
  }
  .carousel16 .gpCarousel .slick-dots {
    bottom: 15px;
  }
}
.gp-title27 {
  margin: 14px 0;
}
.gp-title27 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.gp-title27 h2 {
  line-height: 1.5;
  color: #222;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title27 .more {
  padding: 7px 35px;
  border: 1px solid #e5e5e5;
  min-width: 118px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: 3px;
}
.gp-title27 .more span {
  color: #999;
  position: relative;
  z-index: 1;
}
.gp-title27 .more::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0a4381;
  position: absolute;
  transition: all 0.35s ease-out;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 0;
}
.gp-title27 .more:hover::before {
  transform: none;
}
.gp-title27 .more:hover span {
  color: #fff;
}
.block-list211 a {
  display: block;
  margin: 0 12.5px;
  padding: 15px 15px 45px;
  box-shadow: 0px 5px 9.2px 0.8px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}
.block-list211 a .gpImgSize {
  padding-bottom: 62.333%;
}
.block-list211 a .gpArticleTitle {
  margin-top: 20px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-sizing: content-box;
}
.block-list211 a .gpArticleSummary {
  line-height: 1.7;
  margin-top: 20px;
  box-sizing: content-box;
  height: 3.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list211 a .gpArticleDate {
  padding-top: 30px;
  color: #0a4381;
}
.block-list211 a .gpArticleDate::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #0a4381;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 9px;
}
.block-list211 li:hover a {
  transform: translateY(-10px);
}
@media screen and (max-width: 540px) {
  .block-list211 li {
    width: 100%;
  }
  .block-list211 li a .gpArticleTitle,
  .block-list211 li a .gpArticleSummary,
  .block-list211 li a .gpArticleDate {
    margin-top: 10px;
  }
}
.block-list115 li >div {
  box-sizing: border-box;
  overflow: hidden;
  padding: 23px 30px;
  display: flex;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}
.block-list115 li >div:hover {
  transform: translateX(10px);
}
.block-list115 li::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.block-list115 li .date {
  width: 65px;
  border-right: 1px solid #e5e5e5;
  color: #999;
}
.block-list115 li .date i {
  display: block;
  font-style: normal;
}
.block-list115 li .date b {
  display: block;
  color: #0a4381;
}
.block-list115 li a {
  display: block;
  flex: 1;
  padding-left: 10px;
  color: #333;
  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;
}
.block-list115 li a:hover {
  color: #0a4381;
}
.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;
}
.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: #0a4381;
}
.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: #0a4381;
  opacity: 0.2;
}
.block-list156 li a .time .day {
  color: #0a4381;
  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;
  }
}
.block-list155 li a {
  padding: 15px 20px 15px 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-list155 li a:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.block-list155 li a .right {
  width: 68px;
  height: 50px;
  position: relative;
  box-sizing: content-box;
  border-left: 1px solid rgba(51, 77, 102, 0.1);
  color: #98a6b2;
}
.block-list155 li a .right .day {
  line-height: 20px;
}
.block-list155 li a .right .month {
  margin: 0 0 0 0;
  line-height: 20px;
}
.block-list155 li a .title {
  flex: 1;
  box-sizing: border-box;
  padding-right: 20px;
  margin: 0 0 0;
  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;
}
@media screen and (max-width:996px) {
  .block-list155 li a {
    padding: 15px 20px;
  }
}
@media screen and (max-width:767px) {
  .block-list155 li a .title {
    padding-right: 10px;
  }
  .block-list155 li a .right {
    padding-left: 12px;
  }
  .block-list155 li a {
    padding: 10px 15px;
  }
}
.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%;
}
.footer_block10 {
  background: #0b6ec6;
  background: -webkit-linear-gradient(left, #0b6ec6, #48adbd);
  background: -o-linear-gradient(right, #0b6ec6, #48adbd);
  background: -moz-linear-gradient(right, #0b6ec6, #48adbd);
  background: linear-gradient(to right, #0b6ec6, #48adbd);
}
.footer_block10 .footer {
  padding: 40px 0;
}
.footer_block10 .footer .footer_lf {
  width: 70%;
  float: left;
  overflow: hidden;
}
.footer_block10 .footer .footer_lf p {
  color: #fff;
  line-height: 30px;
}
.footer_block10 .footer .footer_rt {
  width: 30%;
  float: right;
  text-align: right;
}
.footer_block10 .footer .footer_rt .erweima {
  margin: 20px 0;
}
.footer_block10 .footer .footer_rt .erweima a {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.footer_block10 .footer .footer_rt .erweima a .weChat {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: 0 48px 0 0;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  font-size: 26px;
}
.footer_block10 .footer .footer_rt .erweima a .weChat1 {
  background: url(../images/f-weixin.png) no-repeat center center;
}
.footer_block10 .footer .footer_rt .erweima a .weChat2 {
  background: url(../images/f-sina.png) no-repeat center center;
}
.footer_block10 .footer .footer_rt .erweima a .weChat_img {
  position: absolute;
  left: -35px;
  top: -105px;
  width: 100px;
  height: 100px;
  z-index: 1;
  display: none;
}
.footer_block10 .footer .footer_rt .erweima a:hover .weChat_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_block10 {
    text-align: center;
  }
  .footer_block10 .footer {
    padding: 30px 0 20px;
  }
  .footer_block10 .footer .footer_rt {
    text-align: center;
  }
  .footer_block10 .footer .footer_rt a:nth-child(2) .weChat {
    margin-right: 0;
  }
}
