.pageFilter {
  min-height: 82px!important;
}
.pageMain .leftBlock {
  width: 870px;
  box-sizing: border-box;
  padding: 24px 30px;
  border-radius: 8px;
  margin-bottom: 60px;
  background-color: #ffffff;
  flex-grow: 0;
  flex-shrink: 0;
}
.pageMain .leftBlock .topContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.pageMain .leftBlock .topContainer .wikiBlock {
  width: 100%;
  margin-bottom: 26px;
}
.pageMain .leftBlock .topContainer .wikiBlock .blockTitle {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 24px;
  background: linear-gradient(90deg, #a7f9ff 0%, #b2d8ff 52%, #a7f9ff 100%);
}
.pageMain .leftBlock .topContainer .wikiBlock .blockTitle img {
  width: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.pageMain .leftBlock .topContainer .wikiBlock .blockTitle .headName {
  font-size: 20px;
  font-weight: 400;
  color: #555555;
  margin-right: 6px;
}
.pageMain .leftBlock .topContainer .wikiBlock .blockTitle .headEnglish {
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.pageMain .leftBlock .topContainer .wikiBlock .tableBlock {
  width: 100%;
  margin-top: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.pageMain .leftBlock .topContainer .wikiBlock .tableBlock .tableLine {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 38px;
  height: 44px;
  background-color: #FAFAFA;
  width: 396px;
  cursor: pointer;
}
.pageMain .leftBlock .topContainer .wikiBlock .tableBlock .tableLine .tableName {
  font-size: 16px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 44px;
  max-width: 130px;
}
.pageMain .leftBlock .topContainer .wikiBlock .tableBlock .tableLine .tableInfo {
  font-size: 16px;
  font-weight: normal;
  color: #767676;
  line-height: 44px;
  max-width: 150px;
}
.pageMain .leftBlock .topContainer .wikiBlock .tableBlock .tableLine:hover {
  background-color: #cefff5;
}
.pageMain .leftBlock .topContainer .wikiBlock .tableBlock .tableLine:hover .tableName {
  color: #00CBA2;
}
.pageMain .leftBlock .topContainer .wikiBlock .tableBlock .tableLine:hover .tableInfo {
  color: #00CBA2;
}
.pageMain .leftBlock .pageCon {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.pageMain .leftBlock .pageCon .newWebsite_page {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.pageMain .leftBlock .pageCon .newWebsite_page span {
  padding: 8px;
  border-radius: 50%;
  background-color: #EC75AB;
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
  /* 单行文本溢出显示省略号 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*# sourceMappingURL=wiki.css.map */