.classification {
  position: relative;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(Knowledge/banner2.png);
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.classification-top {
  width: 1200px;
  margin: auto;
  height: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding-top: 40px;
  margin-bottom: 261px;
}
.classification-top a {
  font-size: 14px;
  color: #FFFFFF;
}
.classification-bottom {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  position: relative;
}
.classification-bottom-left {
  display: flex;
  flex-wrap: wrap;
  width: 660px;
}
.classification-bottom-left .title {
  height: 67px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  text-align: left;
  width: 100%;
  margin-bottom: 16px;
}
.classification-bottom-left .des {
  height: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
}
.classification-bottom-right {
  width: 258px;
  height: 40px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 21px;
  border: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  right: 0;
}
.classification-bottom-right-top {
  height: 100%;
}
.classification-bottom-right-top input {
  color: white;
  height: 100%;
  border-radius: 21px;
  border: none;
  background: none;
  padding-left: 15px;
}
.classification-bottom-right-bottom {
  cursor: pointer;
  background-image: url(Knowledge/Search2.svg);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
}
.classificationConent {
  width: 1200px;
  margin: auto;
  margin-top: 40px;
}
.classificationConent-list-lists {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.classificationConent-list-lists .listsDiv {
  cursor: pointer;
  width: 287px;
  height: 175px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 16px;
}
.classificationConent-list-lists .listsDiv .topDiv0 {
  background-image: extract(linear-gradient(0deg, #96DEDA 0%, #50C9C3 100%), linear-gradient(0deg, #A3BDED 0%, #6991C7 100%), linear-gradient(0deg, #A1ACB5 0%, #6F7D82 100%), linear-gradient(0deg, #A7C4F1 0%, #9999E1 100%), 0);
  width: 255px;
  height: 64px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.classificationConent-list-lists .listsDiv .topDiv1 {
  background-image: linear-gradient(0deg, #96DEDA 0%, #50C9C3 100%);
  width: 255px;
  height: 64px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.classificationConent-list-lists .listsDiv .topDiv2 {
  background-image: linear-gradient(0deg, #A3BDED 0%, #6991C7 100%);
  width: 255px;
  height: 64px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.classificationConent-list-lists .listsDiv .topDiv3 {
  background-image: linear-gradient(0deg, #A1ACB5 0%, #6F7D82 100%);
  width: 255px;
  height: 64px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.classificationConent-list-lists .listsDiv .topDiv4 {
  background-image: linear-gradient(0deg, #A7C4F1 0%, #9999E1 100%);
  width: 255px;
  height: 64px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.classificationConent-list-lists .listsDiv .desDiv {
  height: 63px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #909399;
  text-align: left;
  line-height: 21px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.classificationConent-list-lists .listsView {
  cursor: pointer;
  width: 186px;
  height: 136px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0px 16px 16px 0px;
  box-sizing: border-box;
  padding: 24px;
  transition: 0.3s;
}
.classificationConent-list-lists .listsView-image0 {
  background-image: extract(linear-gradient(0deg, #FAD0C4 0%, #FF9A9E 100%), linear-gradient(0deg, #96DEDA 0%, #50C9C3 100%), linear-gradient(0deg, #A3BDED 0%, #6991C7 100%), 0);
  width: 48px;
  height: 48px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 36px;
  border-radius: 8px;
}
.classificationConent-list-lists .listsView-image1 {
  background-image: linear-gradient(0deg, #FAD0C4 0%, #FF9A9E 100%);
  width: 48px;
  height: 48px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 36px;
  border-radius: 8px;
}
.classificationConent-list-lists .listsView-image2 {
  background-image: linear-gradient(0deg, #96DEDA 0%, #50C9C3 100%);
  width: 48px;
  height: 48px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 36px;
  border-radius: 8px;
}
.classificationConent-list-lists .listsView-image3 {
  background-image: linear-gradient(0deg, #A3BDED 0%, #6991C7 100%);
  width: 48px;
  height: 48px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 36px;
  border-radius: 8px;
}
.classificationConent-list-lists .listsView-des {
  width: 100%;
  height: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 16px;
  color: #252D37;
  text-align: center;
  line-height: 24px;
  margin-top: 16px;
}
.classificationConent-list-lists .listsView:hover {
  box-shadow: 0 4px 8px 0 rgba(19, 33, 50, 0.08), 0 0 0 1px rgba(19, 33, 50, 0.02);
  margin-top: -10px;
}
.classificationConent-list-lists .listsView:nth-child(6n) {
  margin-right: 0px;
}
.classificationConent-list .juflex {
  justify-content: space-between;
}
