.carousel28 {
  position: relative;
}

.carousel28 .gpCarousel {
  position: relative;
}

.carousel28 .gpCarousel .slick-slider a {
  display: block;
}

.carousel28 .gpCarousel .slick-slider a span {
  padding-bottom: 37.5%;
}

.carousel28 .gpCarousel .slick-slider a .slick-txt {
  position: absolute;
  background: none;
  height: auto;
  line-height: 1.4;
  color: #fff;
  bottom: 22px;
  width: 100%;
  left: 0;
  padding: 0;
}

.carousel28 .gpCarousel .slick-slider a .slick-txt h3 {
  box-sizing: border-box;
  position: relative;
}

.carousel28 .gpCarousel .slick-slider a .slick-txt p {
  box-sizing: border-box;
  padding: 0 60px 0 20px;
}

.carousel28 .gpCarousel .slick-arrow {
  left: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: auto;
  right: 60px;
  transform: translateY(0);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  font-size: 20px;
}

.carousel28 .gpCarousel .slick-arrow::after {
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.carousel28 .gpCarousel .slick-arrow.slick-prev {
  bottom: 92px;
}

.carousel28 .gpCarousel .slick-arrow.slick-prev::after {
  border-radius: 0px;
}

.carousel28 .gpCarousel .slick-arrow.slick-next {
  bottom: 36px;
}

.carousel28 .gpCarousel .slick-arrow.slick-next::after {
  border-radius: 0;
}

.carousel28 .gpCarousel .slick-dots {
  right: 85px;
  bottom: 50%;
  transform: translateY(50%);
}

.carousel28 .gpCarousel .slick-dots li {
  width: 2px;
  height: 22px;
  display: block;
  margin: 10px 0;
}

.carousel28 .gpCarousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}

.carousel28 .gpCarousel .slick-dots li.slick-active button {
  background: #ffffff;
}



@media screen and (max-width: 1240px) {
  .carousel28 .gpCarousel .slick-dots {
    right: 30px;
  }

  .carousel28 .gpCarousel .slick-arrow {
    left: 10px;
    right: auto;
    top: 50%;
  }

  .carousel28 .gpCarousel .slick-arrow.slick-prev {
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 768px) {
  .carousel28 .slick-txt {
    display: none;
  }

  .carousel28 .gpCarousel .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
  }

  .carousel28 .gpCarousel .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel28 .gpCarousel .slick-arrow.slick-next {
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel28 .gpCarousel .slick-dots {
    top: auto;
    bottom: 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .carousel28 .gpCarousel .slick-dots li {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-image-repeat: 50%;
    margin: 0 3px;
  }
}

.wrap_block8 {
  padding: 20px 0;
}

.wrap_block8 .col2 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.gp-title94 {
  padding: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.gp-title94 .gpColumnTitleEn {
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(7, 62, 129, 0.1);
  z-index: 0;
}

.gp-title94 .gpColumnTitleIcon {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  position: relative;
  z-index: 1;
}

.gp-title94 h2 {
  flex: 1;
  overflow: hidden;
  line-height: 1.5;
  color: #073e81;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.gp-title94 h2 a {
  color: #073e81;
}

.gp-title94 .more {
  position: relative;
  z-index: 1;
  color: #073e81;
  box-sizing: border-box;
  padding: 5px;
}

.gp-title94 .more:hover {
  background: #073e81;
  color: #fff;
}

.block-list157 li a {
  display: flex;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s ease-out;
}

.block-list157 li a:hover {
  transform: translateY(-8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.block-list157 li a:hover .info .title {
  color: #073e81;
}

.block-list157 li a .img {
  width: 50%;
}

.block-list157 li a .img span {
  padding-bottom: 65%;
}

.block-list157 li a .info {
  flex: 1;
  box-sizing: border-box;
  padding: 15px 20px;
  overflow: hidden;
}

.block-list157 li a .info .title {
  color: #333333;
  line-height: 1.5;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: content-box;
}

.block-list157 li a .info .summary {
  color: #999999;
  line-height: 1.5;
  height: 42px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
  box-sizing: content-box;
}

.block-list157 li a .info .date {
  color: #999999;
  padding-top: 10px;
}

@media screen and (max-width:767px) {
  .block-list157 li a .info .date {
    padding-top: 6px;
  }

  .block-list157 li a .info .summary {
    padding-top: 6px;
  }
}

@media screen and (max-width:540px) {
  .block-list157 li a {
    display: block;
  }

  .block-list157 li a .img {
    width: 100%;
  }

  .block-list157 li a .info {
    width: 100%;
  }
}

.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
}

.block-list5 div:hover {
  transform: translateX(10px);
}

.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #073e81;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.block-list5 div>a {
  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;
}

.block-list40 li {
  overflow: hidden;
}

.block-list40 li div {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
  display: flex;
}

.block-list40 li div>span {
  width: 64px;
  line-height: 2;
  text-align: center;
  font-family: 'Arial';
  border: 1px solid #073e81;
}

.block-list40 li div>span>i {
  display: inline-block;
  width: 26px;
  font-style: normal;
  color: #fff;
  background: #073e81;
  font-weight: bold;
}

.block-list40 li div>span strong {
  width: 35px;
  display: inline-block;
  border-left: none;
}

.block-list40 li div a {
  display: block;
  flex: 1;
  padding-left: 15px;
  *display: inline;
  *margin-left: 0;
  overflow: hidden;
  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;
}

@media screen and (max-width: 1386px) {
  .block-list40 li div { 
    padding: 8px 0 13px !important; 
  }
}

.block-list240 {
  margin: 0 -13.5px;
}

.block-list240 li a {
  display: block;
  margin: 0 13.5px;
  border-top: 3px solid #073e81;
  padding: 28px 20px 36px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
}

.block-list240 li a .date {
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  background-color: #073e81;
  color: #fff;
  font-family: 'Arial';
}

.block-list240 li a .date::before {
  width: 18px;
  height: 17px;
  font-size: 18px;
  margin-right: 6px;
}

.block-list240 li a .title {
  margin-top: 25px;
  line-height: 1.5;
  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;
  height: auto;
}

.block-list240 li:hover a {
  transform: translateY(-10px);
}

@media screen and (max-width:996px) {
  .block-list240 li a .title {
    margin-top: 20px;
  }
}

@media screen and (max-width:768px) {
  .block-list240 li a {
    padding: 20px;
  }

  .block-list240 li a .title {
    margin-top: 15px;
  }
}

.block-list227 a {
  display: flex;
  overflow: hidden;
  margin-left: 25px;
  margin-right: 25px;
  border-bottom: 1px dashed #c8c8c8;
  padding-bottom: 15px;
}

.block-list227 a .left {
  width: 200px;
  overflow: hidden;
}

.block-list227 a .left .leftPic {
  padding-bottom: 56.25%;
}

.block-list227 a .right {
  flex: 1;
  padding-left: 20px;
  box-sizing: border-box;
}

.block-list227 a .right h3 {
  height: 1.5em;
  font-weight: normal;
  line-height: 1.5;
  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;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}

.block-list227 a .right p {
  height: 5.58em;
  line-height: 1.86;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  color: #999999;
}

.block-list227 li:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}

.block-list227 li:hover h3 {
  padding-left: 10px;
  color: #073e81;
}

@media screen and (max-width: 414px) {
  .block-list227 a {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .block-list227 a .left {
    width: 100%;
    margin-bottom: 10px;
  }

  .block-list227 a .right {
    padding-left: 0;
  }
}

.block-list243 {
  overflow: hidden;
  margin: 0 -30px;
}

.block-list243 a {
  display: block;
  margin: 0 30px;
  transition: all 0.3s ease-in-out;
}

.block-list243 a .mode1Pic {
  padding-bottom: 56.27%;
}

.block-list243 a .mode1article {
  box-sizing: border-box;
  margin: 20px 0;
  line-height: 1.56;
  height: 3.12em;
  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;
  color: #333333;
}

.block-list243 a .date {
  position: relative;
  line-height: 1;
  color: #999999;
  padding-left: 21px;
  box-sizing: border-box;
}

.block-list243 a .date::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/dateav.png) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.block-list243 li:hover a {
  transform: translateX(5px);
}

.block-list224 {
  margin: 0 -10px;
}

.block-list224 li a {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  margin: 0 10px;
}

.block-list224 li a::before {
  content: "";
  display: block;
  width: 27%;
  height: 100%;
  background: #ededed;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.block-list224 li a .img {
  width: 50%;
  margin-right: 10px;
  height: 100%;
}

.block-list224 li a .img span {
  padding-bottom: 57%;
}

.block-list224 li a .info {
  flex: 1;
}

.block-list224 li a .info .title {
  color: #333333;
  line-height: 1.5;
  height: 3em;
  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;
  margin-bottom: 10px;
}

.block-list224 li a .info .summary {
  color: #999999;
  line-height: 1.5;
  height: 3em;
  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-list224 li a:hover::before {
  width: 100%;
}

.block-list224 li a:hover .info .title {
  color: #073e81;
}

@media screen and (max-width:479px) {
  .block-list224 li a {
    display: block;
    padding: 0;
  }

  .block-list224 li a::before {
    display: none;
  }

  .block-list224 li a .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .block-list224 li a .info .title {
    margin-bottom: 5px;
  }
}