.zxtjBreadcrumbs {
  /* margin-top: 44px; */
}

.zxtjSoso {
  background: #f5f6fb;
  height: 96px;
  margin-bottom: 20px;
}

.zxtjSosoContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1200px;
  height: 96px;
  margin: 0 auto;
}

.zxtjSosoContent h1 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

.zxtjSosoContent h1 span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}

.zxtjSosoList {
  display: flex;
}

.zxtjSosoList p {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

.zxtjSosoList p:first-child {
  width: auto;
  cursor: inherit;
}

.zxtjSosoList p:first-child:hover {
  background-color: inherit;
  border-radius: inherit;
  color: inherit;
}

.zxtjSosoList p:hover,
.zxtjSosoList p.active {
  background-color: #ff6400;
  border-radius: 50%;
  color: #fff;
}

.zxtjNav {
  position: relative;
  display: flex;
  flex-direction: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto 100px;
  min-height: 300px;
  border: 1px solid #cecccc;
  border-radius: 6px;
  padding: 50px 102px 20px;
  overflow: hidden;
}

.zxtjNav a {
  flex: 0 0 14%;
  height: 47px;
  line-height: 45px;
  border: 1px solid #cecccc;
  border-radius: 6px;
  padding: 0 15px;
  margin: 0 30px 30px 0;
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zxtjNav a:nth-child(6n) {
  margin-right: 0;
}

.zxtjNav a:hover {
  border-color: #ff6400;
  background-color: #ff6400;
  color: #fff;
}

.zxtjLetter {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}
