.ctn {
  padding-top: 100px;
  padding-bottom: 200px;
  width: 100%;
  overflow: hidden;
}
.ctn .w1440 {
  overflow: initial;
}
.ctn .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ctn .tab a {
  display: block;
  padding: 12px 45px;
  border-radius: 100px;
  overflow: hidden;
  background: #fff;
  color: #777;
  margin: 0 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  letter-spacing: 5px;
}
.ctn .tab a:hover {
  color: #25bc4e;
}
.ctn .tab a.on {
  background: #25bc4e;
  color: #fff;
}
.ctn .list {
  padding-top: 60px;
  width: 100%;
}
.ctn .list li {
  margin-bottom: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
.ctn .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 40px;
  background: #fff;
}
.ctn .list a .txt {
  width: calc(100% - 150px);
}
.ctn .list a .txt p {
  display: block;
  color: #222;
  font-weight: bold;
  transition: all 0.3s;
}
.ctn .list a .ic {
  padding: 10px 60px;
  border-radius: 100px;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.ctn .list a .ic svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.ctn .list a:hover .txt p {
  color: #2b2bd6;
}
.ctn .list a:hover .ic {
  border: 1px solid #2b2bd6;
  background: #2b2bd6;
}
.ctn .list a:hover .ic svg path {
  fill: #fff;
}
/* 125% */
@media screen and (max-width: 1460px) {
  .ctn {
    padding-top: 60px;
  }
  .ctn .list {
    padding-top: 40px;
  }
  .ctn .list a .ic{
      
          padding: 6px 45px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .ctn .tab a {
    letter-spacing: 0;
    padding: 8px 30px;
    margin: 0 10px;
  }
  .ctn .list a .ic {
    padding: 5px 40px;
  }
}
@media screen and (max-width: 768px) {
  .ctn {
    padding-top: 30px;
    padding-bottom: 150px;
  }
  .ctn .tab a {
    padding: 8px 0;
    width: 40%;
    text-align: center;
    margin: 5px;
  }
  .ctn .list a .txt {
        width: calc(100% - 70px);
  }
  .ctn .list a .ic {
            padding: 1px 17px;
  }
  .ctn .list a .ic svg{
      display:block;
  }
  .ctn .list a {
    padding: 10px 15px;
  }
  .ctn .list {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=./PartyLaw.css.map */
