.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(../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(../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-title81 {
  display: flex;
  padding-top: 20px;
}
.gp-title81 .title {
  flex: 1;
}
.gp-title81 .title h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.gp-title81 .title >div {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.gp-title81 .title >div p {
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-title81 .title >div span {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
}
.gp-title81 .more a {
  display: block;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  box-sizing: border-box;
  position: relative;
}
.gp-title81 .more a .line {
  display: block;
  width: 60%;
  height: 0px;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
}
.gp-title81 .more a .line::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.gp-title81 .more a .lt {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.gp-title81 .more a .rt {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.gp-title81 .more a .lb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.gp-title81 .more a .rb {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.carousel72 {
  background: #ebebea;
  box-sizing: border-box;
  padding: 40px 60px 100px;
}
.carousel72 .gpCarousel .slick-slider a {
  display: block;
}
.carousel72 .gpCarousel .slick-slider a .img span {
  padding-bottom: 62.24%;
}
.carousel72 .gpCarousel .slick-slider a .info {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.carousel72 .gpCarousel .slick-slider a .info .title {
  box-sizing: border-box;
  margin: 14px 0;
  color: #333333;
}
.carousel72 .gpCarousel .slick-slider a .info .title:hover {
  color: #0084E7;
}
.carousel72 .gpCarousel .slick-slider a .info .summary {
  color: #999999;
  line-height: 1.5;
  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;
}
.carousel72 .gpCarousel .slick-slider a .info .date {
  margin-top: 20px;
  color: #999999;
}
.carousel72 .gpCarousel .slick-slider a .info .date span {
  margin-right: 10px;
}
.carousel72 .gpCarousel .slick-arrow {
  display: block;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.carousel72 .gpCarousel .slick-arrow:hover {
  background: rgba(0, 132, 231, 0.8);
}
.carousel72 .gpCarousel .slick-arrow.slick-prev {
  left: 10px;
}
.carousel72 .gpCarousel .slick-arrow.slick-next {
  right: 10px;
}
.carousel72 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel72 .gpCarousel .slick-dots {
  left: auto;
  right: 0px;
  bottom: 0px;
  text-align: right;
}
.carousel72 .gpCarousel .slick-dots li {
  display: inline-block;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0;
  width: auto;
  height: auto;
  position: relative;
  width: 10px;
  height: 2px;
  margin: 0 5px;
}
.carousel72 .gpCarousel .slick-dots li button {
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 0;
  background: #e4bf71;
}
.carousel72 .gpCarousel .slick-dots li.slick-active {
  width: 20px;
}
.carousel72 .gpCarousel .slick-dots li.slick-active button {
  background: #0084E7;
}
@media screen and (max-width: 996px) {
  .carousel72 {
    padding: 30px;
  }
  .carousel72 .gpCarousel .slick-slider a .info .title {
    margin: 10px 0;
  }
  .carousel72 .gpCarousel .slick-slider a .info .date {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .carousel72 {
    padding: 20px;
  }
}
.block-list253 {
  overflow: hidden;
  margin: 0 -15px;
}
.block-list253 li >div {
  transition: all 0.2s ease-in-out;
  background: #fff;
  display: block;
  margin: 0 15px;
  position: relative;
  border: 1px solid #dae0e6;
  box-sizing: border-box;
  padding: 30px;
}
.block-list253 li >div .title {
  display: block;
  color: #333333;
  line-height: 1.5;
  height: 72px;
  margin-bottom: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list253 li >div .date {
  color: #999999;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.block-list253 li >div .date span {
  margin-right: 10px;
}
.block-list253 li >div:hover {
  background: url(../images/block-list253-libg.png) #0084E7 no-repeat right bottom;
  transform: translateY(-6px);
}
.block-list253 li >div:hover .title {
  color: #fff;
}
.block-list253 li >div:hover .date {
  color: #e4bf71;
}
@media screen and (max-width:996px) {
  .block-list253 li>div {
    padding: 20px;
  }
  .block-list253 li>div .title {
    height: auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
  .block-list253 li>div .date {
    position: relative;
    left: initial;
    bottom: initial;
  }
}
@media screen and (max-width:767px) {
  .block-list253 li>div .title {
    margin-bottom: 10px;
  }
}
.block-list257 li {
  box-sizing: border-box;
  padding: 14px;
  position: relative;
}
.block-list257 li a {
  background: url(../images/block-list254-libg.png) #fff no-repeat right bottom;
  position: relative;
  display: block;
  border: 1px solid rgba(0, 132, 231, 0.5);
  box-sizing: border-box;
  padding: 30px 30px 100px;
}
.block-list257 li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e4bf71;
  position: absolute;
  left: -14px;
  top: -14px;
  z-index: -1;
}
.block-list257 li a .title {
  line-height: 1.625;
  color: #0084E7;
  margin-bottom: 15px;
}
.block-list257 li a .zs {
  width: 90px;
  height: 1px;
  background: rgba(0, 132, 231, 0.5);
  position: relative;
}
.block-list257 li a .zs::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0, 132, 231, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-list257 li a .summary {
  margin: 15px 0 70px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  color: #333333;
  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-list257 li a .info p {
  margin-bottom: 20px;
  color: #999999;
}
.block-list257 li a .info p span {
  color: #333333;
}
.block-list257 li a .info p:last-child {
  margin-bottom: 0;
}
.block-list257 li a:hover {
  background: url(../images/block-list257-libg2.png) #0084E7 no-repeat right bottom;
}
.block-list257 li a:hover .title,
.block-list257 li a:hover .summary {
  color: #fff;
}
.block-list257 li a:hover .info p,
.block-list257 li a:hover .info p span {
  color: rgba(255, 255, 255, 0.5);
}
.block-list257 li a:hover .zs {
  background: #e4bf71;
}
@media screen and (max-width:996px) {
  .block-list257 li a {
    padding: 30px;
  }
  .block-list257 li a .summary {
    margin: 10px 0;
  }
  .block-list257 li a .info p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .block-list257 li a {
    padding: 20px;
  }
}
.block-list258 {
  margin: 0 -15px;
}
.block-list258 a {
  display: block;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.05);
}
.block-list258 a .modexbot {
  padding: 20px 25px 30px;
  box-sizing: border-box;
  position: relative;
}
.block-list258 a .modexbot .date {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -18px;
  padding: 7px 17px 7px 10px;
  box-sizing: border-box;
  background: #0084E7;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.block-list258 a .modexbot .mode2article {
  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-list258 li:hover a {
  transform: translateX(5px);
}
.block-list170 .flex {
  display: flex;
  flex-direction: row-reverse;
}
.block-list170 .flex .item-img {
  width: 49.28%;
}
.block-list170 .flex .item-txt {
  flex: 1;
  padding: 50px;
}
.block-list170 .flex .item-txt .p {
  height: 210px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .block-list170 .flex .item-txt .p {
    height: 120px;
  }
}
.block-list170 .flex .item-txt .more {
  position: relative;
  padding-left: 15px;
}
.block-list170 .flex .item-txt .more a {
  color: #0084E7;
  position: relative;
  display: inline-block;
  padding-right: 206px;
}
.block-list170 .flex .item-txt .more a::after {
  content: "";
  width: 190px;
  height: 1px;
  background-color: #0084E7;
  position: absolute;
  left: 72px;
  top: 13px;
}
.block-list170 .flex .item-txt .more::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #0084E7;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 540px) {
  .block-list170 .flex .item-txt {
    padding: 20px;
  }
  .block-list170 .flex .item-txt .more a {
    padding-right: 180px;
  }
}
@media screen and (max-width: 997px) {
  .block-list170 .flex {
    display: block;
  }
  .block-list170 .flex .item-img {
    width: 100%;
  }
  .block-list170 .flex .item-txt {
    width: 100%;
  }
}
.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(../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(../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-title81 {
  display: flex;
  padding-top: 20px;
}
.gp-title81 .title {
  flex: 1;
}
.gp-title81 .title h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.gp-title81 .title >div {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.gp-title81 .title >div p {
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-title81 .title >div span {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
}
.gp-title81 .more a {
  display: block;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  box-sizing: border-box;
  position: relative;
}
.gp-title81 .more a .line {
  display: block;
  width: 60%;
  height: 0px;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
}
.gp-title81 .more a .line::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.gp-title81 .more a .lt {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.gp-title81 .more a .rt {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.gp-title81 .more a .lb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.gp-title81 .more a .rb {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.carousel72 {
  background: #ebebea;
  box-sizing: border-box;
  padding: 40px 60px 100px;
}
.carousel72 .gpCarousel .slick-slider a {
  display: block;
}
.carousel72 .gpCarousel .slick-slider a .img span {
  padding-bottom: 62.24%;
}
.carousel72 .gpCarousel .slick-slider a .info {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.carousel72 .gpCarousel .slick-slider a .info .title {
  box-sizing: border-box;
  margin: 14px 0;
  color: #333333;
}
.carousel72 .gpCarousel .slick-slider a .info .title:hover {
  color: #0084E7;
}
.carousel72 .gpCarousel .slick-slider a .info .summary {
  color: #999999;
  line-height: 1.5;
  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;
}
.carousel72 .gpCarousel .slick-slider a .info .date {
  margin-top: 20px;
  color: #999999;
}
.carousel72 .gpCarousel .slick-slider a .info .date span {
  margin-right: 10px;
}
.carousel72 .gpCarousel .slick-arrow {
  display: block;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.carousel72 .gpCarousel .slick-arrow:hover {
  background: rgba(0, 132, 231, 0.8);
}
.carousel72 .gpCarousel .slick-arrow.slick-prev {
  left: 10px;
}
.carousel72 .gpCarousel .slick-arrow.slick-next {
  right: 10px;
}
.carousel72 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel72 .gpCarousel .slick-dots {
  left: auto;
  right: 0px;
  bottom: 0px;
  text-align: right;
}
.carousel72 .gpCarousel .slick-dots li {
  display: inline-block;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0;
  width: auto;
  height: auto;
  position: relative;
  width: 10px;
  height: 2px;
  margin: 0 5px;
}
.carousel72 .gpCarousel .slick-dots li button {
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 0;
  background: #e4bf71;
}
.carousel72 .gpCarousel .slick-dots li.slick-active {
  width: 20px;
}
.carousel72 .gpCarousel .slick-dots li.slick-active button {
  background: #0084E7;
}
@media screen and (max-width: 996px) {
  .carousel72 {
    padding: 30px;
  }
  .carousel72 .gpCarousel .slick-slider a .info .title {
    margin: 10px 0;
  }
  .carousel72 .gpCarousel .slick-slider a .info .date {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .carousel72 {
    padding: 20px;
  }
}
.block-list256 a {
  display: block;
  transition: all 0.3s ease-in-out;
}
.block-list256 a .mode2tit {
  line-height: 1.3;
  overflow: hidden;
  color: #333333;
  margin-bottom: 10px;
  height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list256 a .date2 {
  line-height: 2;
  display: flex;
  align-items: center;
}
.block-list256 a .date2 i {
  flex: 1;
  height: 1px;
  border-top: 1px dashed rgba(102, 102, 102, 0.5);
}
.block-list256 a .date2 span {
  display: inline-block;
  color: #999999;
  margin-left: 5px;
  font-style: italic;
  padding-right: 10px;
  box-sizing: border-box;
}
.block-list256 li:hover a {
  transform: translateX(5px);
}
.block-list256 li:hover .mode2tit {
  color: #0084E7;
}
.block-list257 li {
  box-sizing: border-box;
  padding: 14px;
  position: relative;
}
.block-list257 li a {
  background: url(../images/block-list254-libg.png) #fff no-repeat right bottom;
  position: relative;
  display: block;
  border: 1px solid rgba(0, 132, 231, 0.5);
  box-sizing: border-box;
  padding: 30px 30px 100px;
}
.block-list257 li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e4bf71;
  position: absolute;
  left: -14px;
  top: -14px;
  z-index: -1;
}
.block-list257 li a .title {
  line-height: 1.625;
  color: #0084E7;
  margin-bottom: 15px;
}
.block-list257 li a .zs {
  width: 90px;
  height: 1px;
  background: rgba(0, 132, 231, 0.5);
  position: relative;
}
.block-list257 li a .zs::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0, 132, 231, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-list257 li a .summary {
  margin: 15px 0 70px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  color: #333333;
  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-list257 li a .info p {
  margin-bottom: 20px;
  color: #999999;
}
.block-list257 li a .info p span {
  color: #333333;
}
.block-list257 li a .info p:last-child {
  margin-bottom: 0;
}
.block-list257 li a:hover {
  background: url(../images/block-list257-libg2.png) #0084E7 no-repeat right bottom;
}
.block-list257 li a:hover .title,
.block-list257 li a:hover .summary {
  color: #fff;
}
.block-list257 li a:hover .info p,
.block-list257 li a:hover .info p span {
  color: rgba(255, 255, 255, 0.5);
}
.block-list257 li a:hover .zs {
  background: #e4bf71;
}
@media screen and (max-width:996px) {
  .block-list257 li a {
    padding: 30px;
  }
  .block-list257 li a .summary {
    margin: 10px 0;
  }
  .block-list257 li a .info p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .block-list257 li a {
    padding: 20px;
  }
}
.block-list258 {
  margin: 0 -15px;
}
.block-list258 a {
  display: block;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.05);
}
.block-list258 a .modexbot {
  padding: 20px 25px 30px;
  box-sizing: border-box;
  position: relative;
}
.block-list258 a .modexbot .date {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -18px;
  padding: 7px 17px 7px 10px;
  box-sizing: border-box;
  background: #0084E7;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.block-list258 a .modexbot .mode2article {
  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-list258 li:hover a {
  transform: translateX(5px);
}
.block-list170 .flex {
  display: flex;
  flex-direction: row-reverse;
}
.block-list170 .flex .item-img {
  width: 49.28%;
}
.block-list170 .flex .item-txt {
  flex: 1;
  padding: 50px;
}
.block-list170 .flex .item-txt .p {
  height: 210px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .block-list170 .flex .item-txt .p {
    height: 120px;
  }
}
.block-list170 .flex .item-txt .more {
  position: relative;
  padding-left: 15px;
}
.block-list170 .flex .item-txt .more a {
  color: #0084E7;
  position: relative;
  display: inline-block;
  padding-right: 206px;
}
.block-list170 .flex .item-txt .more a::after {
  content: "";
  width: 190px;
  height: 1px;
  background-color: #0084E7;
  position: absolute;
  left: 72px;
  top: 13px;
}
.block-list170 .flex .item-txt .more::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #0084E7;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 540px) {
  .block-list170 .flex .item-txt {
    padding: 20px;
  }
  .block-list170 .flex .item-txt .more a {
    padding-right: 180px;
  }
}
@media screen and (max-width: 997px) {
  .block-list170 .flex {
    display: block;
  }
  .block-list170 .flex .item-img {
    width: 100%;
  }
  .block-list170 .flex .item-txt {
    width: 100%;
  }
}