.ctn1 {
  margin-top: 80px;
  padding: 120px 0 120px;
  background: linear-gradient(to bottom, #f0f0f0, #ffffff, #ffffff);
  overflow: hidden;
}
.ctn1 .content .con {
  display: flex;
  justify-content: space-between;
}
.ctn1 .content .con .left {
  width: 100%;
}
.ctn1 .content .con .left .top {
  padding-bottom: 40px;
  border-bottom: 1px solid #eae7e2;
}
.ctn1 .content .con .left .top .box {
  display: flex;
  color: rgba(102, 102, 102, 0.5);
  margin-top: 24px;
}
.ctn1 .content .con .left .top .box svg {
  margin-right: 6px;
}
.ctn1 .content .con .left .top .box svg path {
  fill: rgba(102, 102, 102, 0.5);
}
.ctn1 .content .con .left .top .box > div {
  display: flex;
  align-items: center;
}
.ctn1 .content .con .left .top .box .times {
  margin-right: 40px;
}
.ctn1 .content .con .left .bottom .text {
  padding: 40px 0 70px;
  border-bottom: 1px solid #eae7e2;
}
.ctn1 .content .con .left .bottom .text p {
  color: #bfbfbf;
  text-align: justify;
}
.ctn1 .content .con .left .bottom .text p strong {
  color: #666;
  font-weight: 700;
}
.ctn1 .content .con .left .bottom .text img {
  width: 100%;
  height: auto!important;
}
.ctn1 .content .con .left .bottom .turns {
  margin-top: 70px;
}
.ctn1 .content .con .left .bottom .turns a {
  color: #bfbfbf;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .content .con .left .bottom .turns a:hover {
  color: var(--color);
}
.ctn1 .content .con .left .bottom .turns .next {
  margin-top: 20px;
}
@media screen and (max-width: 1680px) {
  .ctn1 {
    padding: 6vw 0 6vw;
  }
  .ctn1 .content .con .left .top {
    padding-bottom: 2vw;
  }
  .ctn1 .content .con .left .top .box {
    margin-top: 20px;
  }
  .ctn1 .content .con .left .bottom .text {
    padding: 2vw 0 3.5vw;
  }
  .ctn1 .content .con .left .bottom .turns {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .ctn1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding: 40px 0 40px;
  }
  .ctn1 .content .con {
    display: block;
  }
  .ctn1 .content .con .left {
    width: 100%;
  }
  .ctn1 .content .con .left .top {
    padding-bottom: 20px;
  }
  .ctn1 .content .con .left .top .box .times {
    margin-right: 20px;
  }
  .ctn1 .content .con .left .bottom .text {
    padding: 20px 0;
  }
  .ctn1 .content .con .left .bottom .turns {
    margin-top: 20px;
  }
  .ctn1 .content .con .left .bottom .turns .next {
    margin-top: 10px;
  }
}
