/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
  /* background: #f0f3f8; */
}

* {
  font-family:
    '微软雅黑',
    'Microsoft YaHei',
    'Segoe UI',
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    'SF Pro SC',
    'SF Pro Display',
    'SF Pro Icons',
    'PingFang SC',
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    'Helvetica Neue',
    Helvetica,
    Arial,
    sans-serif;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ' ';
}

.clearfix {
  _zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #ccd1da;
  border-radius: 3px;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mce-content-body ul {
  list-style: disc;
  margin: revert;
  padding: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, [class^=heading-] {
  margin-top: 0;
  margin-bottom: 0;
  color: #1d1d35;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, [class^=heading-] span {
  display: inline-block;
}

/*
*
* Sections
*/

section {
  display: block;
}

.section-xs {
  padding: 10px 0;
}

.section-sm {
  padding: 20px 0;
}

.section-md {
  padding: 40px 0;
}

.section-lg {
  padding: 60px 0;
}

.section-xl {
  padding: 80px 0;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bg-gray-100 {
  background-color: #f5f6fa;
}

p span {
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #74757f;
}

h3 + p {
  margin-top: 18px;
}

p + p {
  margin-top: 14px;
}

.row-50 {
  margin-bottom: -50px;
}

.row-50 > * {
  margin-bottom: 50px;
}

.margin-left10 {
  margin-left: 10px;
}

.img-responsive {
  width: 100%;
}

.margig-top-30 {
  margin-top: 30;
}

.pointer {
  cursor: pointer;
}

.text-align-center {
  text-align: center;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/**
* Background Image
*/

[class*=bg-] {
  background-size: cover;
  background-position: center center;
}

.bg-image-dark::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.white {
  color: #ffffff;
}

.justify-content-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media (max-width: 1200px) {
  .section-lg {
    padding: 60px 0;
  }
}

@media (max-width: 992px) {
  .section-xs {
    padding: 0;
  }
  .section-sm {
    padding: 0;
  }
  .section-md {
    padding: 0;
  }
  .section-lg {
    padding: 40px 0;
  }
  .section-xl {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .section-lg {
    padding: 40px 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 36px;
    line-height: 1.33333;
  }
}

.list-terms dt {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  color: #1d1d35;
}

.list-terms dt + dd {
  margin-top: 8px;
}

.list-terms .desc {
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #74757f;
}

@media (min-width: 768px) {
  .list-terms dt {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .list-terms dt + dd {
    margin-top: 18px;
  }
}

@media (min-width: 1200px) {
  .list-terms dt {
    max-width: 85%;
  }
}.svg-icon[data-v-50dc4927] {
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon[data-v-50dc4927] {
  background-color: currentColor;
  mask-size: cover !important;
  display: inline-block;
}
.hover[data-v-50dc4927]:hover {
  cursor: pointer;
}.banner[data-v-93b3d185] {
  min-height: 200px;
  position: relative;
}
@media (min-width: 768px) {
.banner[data-v-93b3d185] {
    min-height: 23.75vw;
}
}
@media (min-width: 1600px) {
.banner[data-v-93b3d185] {
    min-height: 456px;
}
}.exhibition-item[data-v-9522144f] {
  width: 280px;
}
.exhibition-item img[data-v-9522144f] {
  height: 130px;
}
.exhibition-item .area[data-v-9522144f] {
  display: flex;
}
.exhibition-item .area .text[data-v-9522144f] {
  margin-left: 5px;
}
.exhibition-item .name[data-v-9522144f], .exhibition-item .area[data-v-9522144f], .exhibition-item .date[data-v-9522144f] {
  padding: 5px 0;
}
.exhibition-item .name[data-v-9522144f] {
  line-height: 1.3;
}
.exhibition-item .name[data-v-9522144f]:hover {
  color: #E60012;
}
@media (max-width: 768px) {
.exhibition-item[data-v-9522144f] {
    width: 320px;
}
}.news-item[data-v-b343a8bb] {
  border-radius: 10px;
}
.news-item[data-v-b343a8bb] {
  width: 280px;
}
.news-item img[data-v-b343a8bb] {
  height: 130px;
}
.news-item .image-slot[data-v-b343a8bb] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-item .name[data-v-b343a8bb], .news-item .desc[data-v-b343a8bb], .news-item .footer[data-v-b343a8bb] {
  padding: 5px;
}
.news-item .name[data-v-b343a8bb] {
  line-height: 1.3;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
}
.news-item .name[data-v-b343a8bb]:hover {
  color: #E60012;
}
.news-item .desc[data-v-b343a8bb] {
  color: #999999;
  font-size: 16px;
  height: 48px;
}
.news-item .footer[data-v-b343a8bb] {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.news-item .footer .date[data-v-b343a8bb] {
  color: #999999;
}.title-component[data-v-a78512b5] {
  border: 1px solid #e4e7ed;
  background-color: #ffffff;
  overflow: hidden;
  color: #303133;
  transition: 0.3s;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: space-between;
  padding: 20px;
}
.title-component .title-content[data-v-a78512b5] {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  color: #333;
  padding-left: 10px;
}