/* 拼音查询 */
.listTitle3 .more {
  color: #999;
  padding-top: 8px;
}

.listTitle3 .more:hover {
  text-decoration: none;
  color: #b3822e;
}

.topTitle h1 {
  text-align: center;
  margin: 20px 0;
}

.alphabetSearch {
  margin-bottom: 30px;
}

.alphabetSearch>li {
  margin-bottom: 30px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.alphabetSearch>li .aplanTitle {
  padding: 20px 30px;
  position: relative;
  background: linear-gradient(90deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  transition: all 0.2s ease-in-out;
}

.alphabetSearch>li .aplanTitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/aplan_bg.png) no-repeat center right;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.alphabetSearch>li .aplanTitle::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}

.alphabetSearch>li .aplanTitle span {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}

.alphabetSearch>li .aplanTitle h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.alphabetSearch>li:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.alphabetSearch>li:hover .aplanTitle {
  background: none;
  color: #fff;
}

.alphabetSearch>li:hover .aplanTitle::before {
  z-index: 0;
}

.alphabetSearch>li:hover .aplanTitle::after {
  width: 100%;
  z-index: -1;
  background: linear-gradient(90deg, #b3822e 0%, #dfc9a5 100%, #ddc396 100%);
}

.alphabetSearch li .title {
  width: 90px;
  text-align: center;
  color: #fff;
  background: #b3822e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.alphabetSearch li .title:hover {
  background-color: #fff;
  color: #b3822e;
  font-size: 30px;
}

.alphabetSearch .alphabetList li {
  width: 8.33%;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
}

.alphabetSearch .alphabetList li a {
  text-align: center;
}
/* .alphabetSearch .alphabetList li:hover {
  transform: scale(1.1);
} */

.alphabetSearch .alphabetList {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.alphabetSearch .alphabetList {
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 0px;
    background: url(../images/aplan_bg2.png) no-repeat center right #f8f8f8;
    background-size: cover;
}

@media screen and (max-width: 996px) {
     .alphabetSearch .alphabetList li {
    width: 16.6%;
  }
}

@media screen and (max-width:640px) {
  .alphabetSearch .alphabetList li {
    width: 20%;
  }
}

@media screen and (max-width:450px) {
  .alphabetSearch .alphabetList li {
    width: 33.3%;
  }
}

@media screen and (max-width:300px) {
  .alphabetSearch .alphabetList li {
    width: 50%;
  }
}
