.ctn1 .con .nav-right .ctn-list h3 {
  margin-top: 50px;
}
.ctn1 .con .nav-right .ctn-list ul {
  display: flex;
  justify-content: space-between;
}
.ctn1 .con .nav-right .ctn-list ul li {
  width: 49.3%;
  margin-top: 20px;
  border-radius: 10px;
  background: #f7f7f7;
  height: 96px;
  display: flex;
  padding: 0 30px;
  align-items: center;
}
.ctn1 .con .nav-right .ctn-list ul li svg {
  width: 20px;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
  top: 1px;
}
.ctn1 .con .nav-right .ctn-list ul li a {
  white-space: nowrap;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .nav-right .ctn-list ul li a:hover {
  color: var(--color);
}
@media screen and (max-width: 1680px) {
  .ctn1 .con .nav-right .ctn-list h3 {
    margin-top: 2.5vw;
  }
  .ctn1 .con .nav-right .ctn-list ul li {
    height: 86px;
    padding: 0 1.5vw;
  }
  .ctn1 .con .nav-right .ctn-list ul li svg {
    margin-right: 1vw;
  }
}
@media screen and (max-width: 1000px) {
    .ctn1 .con .nav-right .ctn-list ul{flex-wrap:wrap;}
    .ctn1 .con .nav-right .ctn-list ul li{width:100%;}
}
@media screen and (max-width: 768px) {
  .ctn1 .con .nav-right .ctn-list h3 {
    margin-top: 10px;
  }
  .ctn1 .con .nav-right .ctn-list ul {
    display: block;
    margin-top: 20px;
  }
  .ctn1 .con .nav-right .ctn-list ul li {
    width: 100%;
    height: 54px;
    margin-top: 10px;
    border-radius: 8px;
    padding: 0 20px;
  }
  .ctn1 .con .nav-right .ctn-list ul li svg {
    margin-right: 14px;
  }
}

