.detail {
  min-height: calc(100vh - 550px);
  box-sizing: border-box;
}

.detail .content {
  padding: 40px 20px 60px;
}

.index_title_txt {
  font-size: 32px;
  color: #02021d;
  line-height: 44px;
}

.index_title_txt_new {
  font-size: 20px;
  line-height: 28px;
  flex: 1;
  padding-right: 20px;
}

.index_title_more {
  font-size: 14px;
  position: relative;
  top: 6px;
  display: flex;
  align-items: center;
  color: #777;
  transition: all 0.6s ease;
}

.index_title_more:hover {
  opacity: 0.7;
}

.index_title_more i {
  margin-left: 8px;
  font-size: 20px;
}

/* banner start */
.banner {
  position: relative;
  background-color: #fff;
  min-height: 500px;
  opacity: 1;
  transition: all .8s ease;
}

.banner .content {
  position: relative;
  padding-bottom: 0;
}

.banner a,
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}

.banner_left {
  width: 790px;
  height: 460px;
}

.banner_right {
  margin-left: 20px;
}

.banner_right_item {
  width: 390px;
  height: 220px;
  border-radius: 12px;
}

.banner_right_item+.banner_right_item {
  margin-top: 20px;
}

.banner_bg {
  position: absolute;
  width: 100%;
  height: 440px;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_blur {
  position: relative;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}

.banner_dark_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 29, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* m */
.banner_m {
  position: relative;
  padding: 16px;
  padding-bottom: 0;
  background-color: #fff;
}

.banner_m .banner_bg {
  height: calc(100% - 38px);
}

.banner_m .banner_bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .6s ease;
}

.banner_m .banner_bg img.active {
  opacity: 1;
}

.banner_m .banner_blur {
  z-index: 2;
}

.banner_m a,
.banner_m img {
  display: block;
  position: relative;
}

.banner_m_content {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.52%;
  border-radius: 12px;
  overflow: hidden;
  z-index: 3;
}

/* m swiper */
.swiper {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* banner end */

/* innovation start */
.innovation {
  background-color: #fff;
  min-height: 638px;
}

.innovation_content {
  margin-top: 20px;
  /* display: flex;
  justify-content: space-between; */
}

.innovation_content a {
  /* display: flex;
  flex-flow: column; */
}

.innovation_content .normal_list {
  margin-top: 24px;
}

.innovation_content .normal_box {
  flex-flow: initial;
  flex: 1;
}
.innovation_content .normal_box .normal_list_img {
  width: 790px;
  height: auto;
}
.innovation_content .normal_box .normal_list_title {
  height: 66px;
}
.innovation_content .normal_box .normal_list_title b {
  -webkit-line-clamp: 3;
}
.innovation_content .normal_box .normal_list_caption {
  -webkit-line-clamp: 10;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.innovation_content .normal_box .normal_list_time {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.innovation_content .normal_box:hover .normal_list_time_more {
  opacity: 1;
}

.innovation_left,
.innovation_right {
  border-radius: 12px;
  width: 50%;
  position: relative;
  display: flex;
  flex-flow: column;
  padding-bottom: 18px;
  box-shadow: 0px 4px 12px 0px rgba(72, 72, 72, 0.1);
  overflow: hidden;
}

/* .innovation_left::before,
.innovation_right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #ECECEC;
  z-index: 0;
  box-sizing: border-box;
  border-radius: 12px;
}

.innovation_left>* {
  position: relative;
  z-index: 1;
} */

.innovation_left_img {
  flex: 1;
  object-fit: cover;
  object-position: center;
}

.innovation_title {
  padding: 0 20px;
  font-size: 20px;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 27px;

  font-family: "SansBold";
  min-height: 40px;
}

.innovation_caption {
  padding: 0 20px;
  margin-top: 12px;
  color: #02021d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
}

.innovation_type {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 12px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 24px;
  color: #777;
}

.innovation_type em {
  position: relative;
  font-family: "Roboto-Regular";
  font-weight: 400;
}

.innovation_more {
  font-size: 12px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.6s ease;
  color: #335BFF;
}

.innovation_more em {
  font-family: "Roboto-Regular";
  font-weight: 400;
}

.innovation_more i {
  font-size: 20px;
  margin-left: 4px;
}

.innovation_right {
  margin-left: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.innovation_right li {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  padding: 16px 0;
}

.innovation_right li:last-child {
  border: none;
}

.innovation_right .innovation_title {
  padding: 0;
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
  min-height: auto;
}

.innovation_right .innovation_caption,
.innovation_right .innovation_type {
  padding: 0;
  margin-top: 8px;
  line-height: 20px;
}

.innovation_right .innovation_caption {
  line-height: 22px;
}

.innovation_left:hover .innovation_more,
.innovation_right a:hover .innovation_more {
  opacity: 1;
}

.innovation_more:hover {
  opacity: 0.7 !important;
}

/* innovation end */

/* bold start */
.bold {
  background: linear-gradient(180deg, #0C2353 0%, #3869BE 102.92%);
}

.bold .index_title_txt, .bold .index_title_more {
  color: #fff;
}

.bold_list {
  margin-top: -8px;
}

.bold_list.three li {
  margin-top: 24px;
}
/* bold end */

/* events start */
.events_list {
  margin-top: 20px;
}

.events_title {
  padding: 24px 20px;
  color: #fff;
  background-color: #335BFF;
}

.events_list li:nth-child(2) .events_title {
  background-color: #00A0DF;
}

.events_list li:nth-child(3) .events_title {
  background-color: #00BED6;
}

.events_title_txt {
  font-size: 20px;
  flex: 1;
  line-height: 27px;
}

.events_title_txt b {
  font-weight: 400;
}

.events_title_more {
  font-size: 14px;
  position: relative;
  /* top: 1px; */
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}

.events_title_more:hover {
  opacity: 0.7;
}

.events_title_more i {
  font-size: 20px;
  margin-left: 8px;
  height: 20px;
}

.events_list+.index_title {
  margin-top: 40px;
}

.events_list.other {
  margin-top: 20px;
}

/* events end */

/* community start */
.community {
  background-color: #fff;
}

.community_list.four li {
  margin-top: 20px;
}

/* community end */

/* SWIPER STATRT */
#banner_swiper .swiper-pagination {
  bottom: 5px;
}

#banner_swiper .swiper-pagination-bullet {
  width: 20px;
  height: 1px;
  background: #fff;
  opacity: 0.6;
  margin: 0 4px;
  border-radius: 0;
}

#banner_swiper .swiper-pagination-bullet-active {
  height: 2px;
  opacity: 1;
}

/* SWIPER END */


/* animation start */
/* .index_title{
  transform: translate3d(0,10px,0);
  transition: all .8s ease;
  opacity: 0;
}

.ani .index_title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.innovation_left {
  transform: translate3d(0, 10x, 0);
  transition: all .8s ease .2s;
  opacity: 0;
}

.innovation_right {
  transform: translate3d(0, 10px, 0);
  transition: all .8s ease .7s;
  opacity: 0;
}

.ani .innovation_left,
.ani .innovation_right {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.ani.banner {
  opacity: 1;
}

.first li {
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}

.other li {
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}

.first li:nth-child(3n-2) {
  transition: all .8s ease .2s;
}

.first li:nth-child(3n-1) {
  transition: all .8s ease .7s;
}

.first li:nth-child(3n) {
  transition: all .8s ease 1.2s;
}

.events_list+.index_title {
  transition: all .8s ease 1.7s;
}

.other li:nth-child(3n-2) {
  transition: all .8s ease 2.1s;
}

.other li:nth-child(3n-1) {
  transition: all .8s ease 2.6s;
}

.other li:nth-child(3n) {
  transition: all .8s ease 3.1s;
}

.ani .first li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ani .other li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.community_list li {
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}

.community_list li:nth-of-type(1) {
  transition: all .8s ease .2s;
}

.community_list li:nth-of-type(2) {
  transition: all .8s ease .7s;
}

.community_list li:nth-of-type(3) {
  transition: all .8s ease 1.2s;
}

.community_list li:nth-of-type(4) {
  transition: all .8s ease 1.7s;
}

.community_list li:nth-of-type(5) {
  transition: all .8s ease 2.2s;
}

.community_list li:nth-of-type(6) {
  transition: all .8s ease 2.7s;
}

.community_list li:nth-of-type(7) {
  transition: all .8s ease 3.2s;
}

.community_list li:nth-of-type(8) {
  transition: all .8s ease 3.7s;
}

.ani .community_list li {
  opacity: 1;
  transform: translate3d(0,0,0);
} */
/* animation end */

/* mobile start */

@media screen and (max-width: 1200px) {
  .events_title_txt {
    font-size: 16px;
  }

  .events_title_more i {
    margin-left: 3px;
  }
}

@media screen and (max-width: 1154px) {
  .innovation_content .normal_box .normal_list_img {
    width: 700px;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .innovation_content .normal_box {
    flex-flow: column;
  }
  .innovation_content .normal_box .normal_list_img {
    width: 100%;
    height: auto;
  }
  .innovation_content .normal_box .normal_list_title {
    height: auto;
  }
  .innovation_content .normal_box .normal_list_title b {
    -webkit-line-clamp: 2;
  }
  .innovation_content .normal_box .normal_list_caption {
    display: none;
  }
  .innovation_content .normal_box .normal_list_time {
    width: auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  
}

@media screen and (max-width: 1040px) {
  /* .events_title_txt {
    font-size: 20px;
  } */

  .events_title_more i {
    margin-left: 4px;
  }

  .content_more {
    height: calc(100% - 304px);
  }

  .innovation_more {
    opacity: 1;
  }
}

@media screen and (max-width: 980px) {
  .events_title_txt {
    font-size: 18px;
  }

  .innovation_content {
    flex-flow: column;
    margin-top: 12px;
  }

  .innovation_left,
  .innovation_right {
    width: 100%;
    padding-bottom: 16px;
  }

  .innovation_right {
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 930px) {
  .events_title_txt {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .detail .content {
    padding: 36px 16px;
  }

  .index_title.lr,
  .events_title.lr {
    display: flex;
    flex-flow: initial;
    align-items: flex-end;
  }

  .index_title_txt {
    font-size: 24px;
    line-height: 32px;
  }

  .index_title_more {
    top: 0px;
  }

  .index_title_txt_new+.index_title_more {
    top: -2px;
  }

  .index_title_more i,
  .events_title_more i {
    font-size: 24px;
    height: 24px;
    margin-left: 4px;
  }

  .innovation_content {
    flex-flow: column;
    margin-top: 12px;
  }

  .innovation_title {
    padding: 0 16px;
    margin-top: 16px;
    line-height: 26px;
    -webkit-line-clamp: 3;
    min-height: auto;
  }

  .innovation_caption,
  .innovation_type {
    padding: 0 16px;
    margin-top: 8px;
    line-height: 20px;
  }

  .innovation_left,
  .innovation_right {
    width: 100%;
    padding-bottom: 16px;
  }

  .innovation_right {
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 16px;
  }

  .innovation_right li {
    padding: 16px 0;
  }

  .innovation_right .innovation_caption,
  .innovation_right .innovation_type {
    margin-top: 8px;

  }

  .events_list {
    margin-top: 16px;
  }

  .events_title {
    padding: 20px 16px;
  }

  .events_list+.index_title {
    margin-top: 36px;
    align-items: flex-end;
  }

  .events_list+.index_title .index_title_txt {
    font-size: 16px;
    max-width: 200px;
    line-height: 24px;
  }

  .events_list.other {
    margin-top: 12px;
  }

  .community_list {
    /* margin-top: -8px; */
  }
}

/* mobile end */