<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navlist {
  background: #567FE6;
}
.navlist .layout .navone {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navlist .layout .navone .active {
  background: #4160ad;
}
.navlist .layout .navone .active .n {
  font-weight: bold !important;
}
.navlist .layout .navone .box {
  width: auto;
  height: 100%;
  display: table-cell;
  text-align: center;
}
.navlist .layout .navone .box .navothernos {
  display: none;
}
.navlist .layout .navone .box .n {
  display: inline-block;
  height: 100%;
  font-size: 18px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 27px;
  padding: 20px 36px;
}
.navlist .layout .navone .box:hover {
  background: #4160ad;
}
.navlist .layout .navone .box:hover .n {
  font-weight: bold;
}
.navlist .layout .navone .box:hover .navothernos {
  display: flex;
}
.navlist .layout .navone .box:hover .navothernos li:hover {
  cursor: pointer;
  background: #5375ca;
}
.navlist .layout .navone .navother {
  position: relative;
  padding: 0px 10px;
}
.navlist .layout .navone .navother .navothernos {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #4160ad;
  z-index: 999;
}
.navlist .layout .navone .navother .navothernos li {
  width: 100%;
  padding: 10px 20px;
}
.navlist .layout .navone .navother .navothernos li a {
  font-size: 18px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 27px;
}
</pre></body></html>