.section6 {
  padding: 90px 0 60px;
}

.section6 .title {
  margin-bottom: 60px;
  color: #000;
  text-align: center;
  font-size: 42px;
  line-height: 1;
}

.box6 .top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box6 .top .tp {
  position: relative;
  z-index: 1;
  width: 60%;
  padding-bottom: 60px;
}

.box6 .top .text {
  position: relative;
  z-index: 1;
  top: 60px;
  width: 35%;
  padding-top: 75px;
}

.box6 .top .bj {
  position: absolute;
  width: 60%;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.box6 .top p {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 60px;
  margin-top: 45px;
  margin-bottom: 120px;
}

.box6 .top .More {
  color: var(--color2);
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.box6 .top .More img {
  width: 20px;
  margin-left: 15px;
}

.box6 .time {
  position: relative;
  display: flex;
  align-items: stretch;
}

.box6 .time h1 {
  margin: 0;
  color: #1DAAE8;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 0;
}

.box6 .time h2 {
  color: #1DAAE8;
  text-align: center;
  font-size: 46px;
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: flex-end;
}

.box6 .time span {
  display: block;
  width: 1px;
  height: 60px;
  margin-right: 10px;
  background: var(--color2);
  transform: rotate(45deg);
}

.box6 .bottom {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box6 .bottom .item {
  padding: 30px 0;
  width: 30%;
  display: flex;
  align-items: flex-start;
}

.box6 .bottom .item .text {
  padding: 0 30px;
}

.box6 .bottom .item .text p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box6 .bottom .item .text span {
  filter: grayscale(1);
  opacity: .5;
}

@media (max-width: 1600px) {
  .box6 .top .text {
    padding-top: 45px;
  }

  .box6 .top p {
    margin-top: 15px;
    margin-bottom: 75px;
  }
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
  .box6 .top .tp {
    width: 50%;
    padding-bottom: 0;
  }

  .box6 .top .text {
    position: relative;
    z-index: 1;
    top: 0;
    width: 45%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box6 .top .bj {
    width: 50%;
  }

  .box6 .top p {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .section6 .title {
    font-size: 36px;
  }

  .box6 .top .tp {
    width: 100%;
  }

  .box6 .top .bj {
    width: 100%;
  }

  .box6 .top .text {
    padding: 30px;
    width: 100%;
  }

  .box6 .bottom .item {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .section6 {
    padding: 60px 0;
  }
.box6 .top .bj {
    width: 150%;
}
  .section6 .title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .box6 .top p {
    padding: 0px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
