/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
[hidden], template {
  display: none
}
@font-face {
  font-family: TimesNewRoman;
  src: url("../fonts/Times New Roman.bf0b0955.ttf")
}
html[data-v-19e63934] {
  font-family: TimesNewRoman
}
input[data-v-19e63934]::-webkit-inner-spin-button, input[data-v-19e63934]::-webkit-outer-spin-button {
  -webkit-appearance: none
}
input[type=number][data-v-19e63934] {
  -moz-appearance: textfield
}
body[data-v-19e63934], div[data-v-19e63934], dl[data-v-19e63934], dt[data-v-19e63934], h1[data-v-19e63934], h2[data-v-19e63934], h3[data-v-19e63934], h4[data-v-19e63934], h5[data-v-19e63934], html[data-v-19e63934], ol[data-v-19e63934], p[data-v-19e63934], ul[data-v-19e63934] {
  margin: 0;
  padding: 0
}
img[data-v-19e63934] {
  vertical-align: bottom
}
a[data-v-19e63934] {
  text-decoration: none
}
.relative[data-v-19e63934] {
  position: relative
}
.absolute[data-v-19e63934] {
  position: absolute
}
.fixed[data-v-19e63934] {
  position: fixed
}
.position-all[data-v-19e63934] {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.vertical-m[data-v-19e63934] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.p-c[data-v-19e63934] {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.inline-b[data-v-19e63934] {
  display: inline-block
}
.f-r[data-v-19e63934] {
  float: right
}
.f-l[data-v-19e63934] {
  float: left
}
.ta-l[data-v-19e63934] {
  text-align: left
}
.ta-c[data-v-19e63934] {
  text-align: center
}
.ta-r[data-v-19e63934] {
  text-align: right
}
.flex[data-v-19e63934] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.flex-column[data-v-19e63934] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.flex-column-re[data-v-19e63934] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.space-a[data-v-19e63934] {
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.space-b[data-v-19e63934] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.align-items-c[data-v-19e63934] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.align-items-e[data-v-19e63934] {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.align-self-e[data-v-19e63934] {
  -ms-flex-item-align: end;
  align-self: flex-end
}
.justify-c[data-v-19e63934] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.justify-s[data-v-19e63934] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.justify-e[data-v-19e63934] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.flex-w[data-v-19e63934] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.pointer[data-v-19e63934] {
  cursor: pointer
}
.none[data-v-19e63934] {
  display: none
}
[data-v-19e63934]::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background: #e0e7ef
}
[data-v-19e63934]::-webkit-scrollbar-thumb {
  background: #acbed2;
  width: 10px;
  border-radius: 5px
}
.right-view[data-v-19e63934] {
  width: 100%;
  height: 100%;
  overflow: auto
}
.home-page[data-v-19e63934] {
  overflow: hidden
}
.home-page11[data-v-19e63934] {
  -webkit-transform: translateX(-167px);
  transform: translateX(-167px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}
.fade-enter11[data-v-19e63934] {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.fade-leave11[data-v-19e63934] {
  -webkit-transform: translateX(-167px);
  transform: translateX(-167px)
}
.nav-list-wrap[data-v-19e63934] {
  height: 100%;
  background: #0f2742
}
.nav-list-wrap .logo[data-v-19e63934] {
  padding: 16px 20px 22px 20px
}
.nav-list[data-v-19e63934] {
  height: calc(100% - 135px);
  overflow-y: auto;
  border-top: 2px solid #27344a;
  border-bottom: 2px solid #27344a
}
.nav-list .nav-item[data-v-19e63934] {
  cursor: pointer;
  color: #848a97;
  font-size: 14px;
  font-weight: 400;
  padding: 18px 0 16px 0;
  margin: 0 28px 0 35px;
  border-bottom: 1px solid #27344a
}
.nav-list .nav-item .nav-item-txt[data-v-19e63934] {
  margin-left: 10px
}
.nav-list .nav-item-noborder[data-v-19e63934] {
  border-bottom: none
}
.nav-list .nav-item-active[data-v-19e63934] {
  color: #63686a;
  background: #f5f7f9
}
.right-container[data-v-19e63934] {
  width: calc(100% - 205px)
}