.sider-toggle-div-dark,
.sider-toggle-div {
  height: 44px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease-in-out 0.1s;
}
.sider-toggle-div-dark {
  background-color: #001529;
  color: #fff;
}
.sider-toggle-div-dark:hover {
  background-color: #0f4375;
}
.sider-toggle-div:hover {
  background-color: #eee;
}

.portal-module__main___KvTUm {
  width: 1130px;
}
.portal-module__container___uaYcf {
  width: 100%;
  display: flex;
  justify-content: center;
}
.portal-module__top-banner___OHaCe {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  background: #f4f4f4;
}
.portal-module__bannerItem___yERRZ {
  color: #FFF;
  cursor: pointer;
}

.viewPage-module__topBanner____lQs9 {
  width: 116px;
  color: #fff;
  background: #00878b;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  cursor: pointer;
}
.viewPage-module__listItem___FnmKN,
.viewPage-module__listItemSel___vQ3at {
  min-width: 90px;
  cursor: pointer;
  overflow: hidden;
  height: 32px;
  color: #333;
  background: #d0e6f7;
  text-align: center;
  line-height: 32px;
  margin-top: 10px;
  font-size: 14px;
  padding: 0 10px;
}
.viewPage-module__listItemSel___vQ3at {
  border-left: 5px solid #00878b;
}

.BannerArticle-module__newItem___ymQiV {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.mineLayout-module__topBanner___CJlWN {
  width: 116px;
  color: #fff;
  background: #3f91e3;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  cursor: pointer;
}
.mineLayout-module__listItem___VQAQF,
.mineLayout-module__listItemSel____4_pg {
  min-width: 90px;
  cursor: pointer;
  overflow: hidden;
  height: 32px;
  color: #016abb;
  background: #d0e6f7;
  text-align: center;
  line-height: 32px;
  margin-top: 10px;
  font-size: 14px;
  padding: 0 10px;
}
.mineLayout-module__listItemSel____4_pg {
  border-left: 5px solid #00f;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Avenir, Helvetica, Arial, sans-serif;
}
a,
p {
  font-size: 14px;
  color: #333;
}
a {
  cursor: pointer;
}
a:hover {
  color: #00878b;
}
.ant-form-item .ant-picker {
  width: 100%;
}
.faber-full-content {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
}
.fa-flex-1 {
  flex: 1;
  position: relative;
}
.faber-full-content-no-padding {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.faber-full {
  width: 100%;
  height: 100%;
}
.faber-flex-row {
  display: flex;
  flex-direction: row;
}
.faber-flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.faber-flex-column {
  display: flex;
  flex-direction: column;
}
.faber-flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fa-highlight {
  color: #f73131;
}
.fa-break-word {
  word-break: break-all;
  /* 英文 */
  white-space: pre-wrap;
  /* 中文 */
}
.fa-keep-word {
  word-break: keep-all;
  /* 英文 */
  white-space: nowrap;
  /* 中文 */
}
.fa-word-ellipse {
  word-break: keep-all;
  /* 英文 */
  white-space: nowrap;
  /* 中文 */
  overflow: hidden;
  text-overflow: ellipsis;
}


/*# sourceMappingURL=main.ba03647a1482700a4b2c.css.map*/