@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}


.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}

@keyframes moveDownSpot {
  from {
    opacity: 1;
    top: 8px;
  }
  to {
    opacity: 0;
    top: 15px;
  }
}
.centre {
  position: relative;
  margin: 47px auto 50px;
  width: 1400px;
}
.hone__news li {
  position: relative;
  margin-bottom: 10px;
}
.hone__news li.active .news__top strong {
  margin-right: 0;
  font-size: 18px;
}
.hone__news li.active .news__top time {
  opacity: 0;
  visibility: hidden;
}
.hone__news li:first-child .news__bott {
  display: block;
}
.centre-info.show figure img {
  animation: fadeScale 2s linear;
}
@keyframes fadeScale {
  0% {
    opacity: 0.1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.news__top {
  position: relative;
}
.news__top strong {
  display: block;
  margin-right: 100px;
  color: #787878;
  transition: 0.3s;
  font-size: 15px;
  line-height: 35px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.36s;
}
.news__top time {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 35px;
  color: #a4a4a4;
  font-size: 14px;
  transition: 0.35s;
}
.news__bott {
  display: none;
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.news__bott p {
  color: #a3a3a3;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__bott span {
  display: inline-block;
  margin-top: 30px;
  color: #a4a4a4;
  font-size: 12px;
}
.centre-info {
  position: relative;
  float: left;
  width: 50%;
}
.centre-info figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.centre-info figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.68s;
}
.centre-info a:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.centre-title {
  position: absolute;
  left: 36px;
  top: 32px;
  z-index: 10;
  display: flex;
  -webkit-display: flex;
}
.centre-title span {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  line-height: 1.3;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #357CCE;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.centre-title span:last-child {
  background: #CEB885;
  font-size: 16px;
  line-height: 1.2;
  font-family: "avenirnextregular";
  font-weight: normal;
}
.centre-context {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 18px 16px ;
  width: 100%;
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);*/
  background:#000;
  opacity: 0.7;
}
.centre-context strong {
  display: block;
  /*margin-bottom: 18px;*/
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  width: 524px;
  max-height: 100%;
}
.centre-context span {
  display: inline-block;
  position: relative;
  padding-bottom: 9px;
  border-bottom: 1px solid #CEB885;
  line-height: 1;
  color: #CEB885;
  font-size: 12px;
  transition: 0.38s;
}
.centre-tab {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}
.centre-wrap {
  padding: 28px 11.428% 0 7.142%;
}
.centre-span {
  margin-bottom: 25px;
}
.centre-span span {
  display: block;
  float: left;
  margin-right: 42px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  cursor: pointer;
  transition: 0.4s;
}
.centre-span span:hover,
.centre-span span.active {
  color: #004ea2;
}
.centre-content {
  position: relative;
}
.centre-itembox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.centre-itembox.active {
  opacity: 1;
  visibility: visible;
  transition: 0.35s;
}
.centre-item {
  float: left;
  width: 100%;
}
.centre-swiper {
  position: relative;
}
.centre-swiper .slick-dots {
  padding-top: 30px;
  overflow: hidden;
}
.centre-swiper .slick-dots li {
  float: left;
  margin-right: 21px;
  line-height: 1;
}
.centre-swiper .slick-dots li:last-child {
  margin-right: 0;
}
.centre-swiper .slick-dots li.slick-active button {
  background: #357CCE;
}
.centre-swiper .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D5D5D5;
  transition: 0.35s;
  text-indent: 8888px;
  border: none;
  outline: none;
  cursor: pointer;
}
.centre-list li {
  float: left;
  margin-bottom: 34px;
  width: 46.55%;
}
.centre-list li:nth-child(2n+2) {
  float: right;
}
.centre-list li a:hover strong {
  color: #205CA2;
  font-weight: bold;
}
.centre-list li time {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #D1D1D1;
  font-size: 18px;
  font-family: "Gilroy";
}
.centre-list li strong {
  display: block;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.38s;
}
.newsmore {
  position: absolute;
  left: 78px;
  bottom: 0;
  z-index: 10;
}
.newsmore a {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  line-height: 14px;
  color: #999999;
  font-size: 14px;
}
.newsmore a:hover {
  color: #357CCE;
}
.newsmore a:hover:before {
  background: #357CCE;
}
.newsmore a:hover i {
  transform: rotate(180deg);
}
.newsmore a:hover i:before,
.newsmore a:hover i:after {
  background: #205CA2;
}
.newsmore a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 41px;
  height: 1px;
  background: #D1D1D1;
  transition: 0.35s;
}
.newsmore a i {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 6px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  transition: 0.32s;
}
.newsmore a i:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #999999;
  transition: 0.34s;
}
.newsmore a i:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  height: 100%;
  width: 2px;
  background: #999999;
  transition: 0.34s;
}

