@charset "UTF-8";
/*! 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+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  font-family: 'MicrosoftYaHei', 微软雅黑, serif;
  font-size: 18px; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit; }

.clear, body > .content, section.news > header, section.submit > header, section.news .featured a, section.news.list ul > li {
  clear: both; }
  .clear:after, body > .content:after, section.news > header:after, section.submit > header:after, section.news .featured a:after, section.news.list ul > li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .clear::after, body > .content::after, section.news > header::after, section.submit > header::after, section.news .featured a::after, section.news.list ul > li::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  display: block; }

@media screen and (max-width: 321px) {
  html {
    font-size: 42.667px; } }
@media screen and (min-width: 321px) and (max-width: 361px) {
  html {
    font-size: 48px; } }
@media screen and (min-width: 361px) and (max-width: 376px) {
  html {
    font-size: 50px; } }
@media screen and (min-width: 376px) and (max-width: 394px) {
  html {
    font-size: 52.4px; } }
@media screen and (min-width: 394px) and (max-width: 413px) {
  html {
    font-size: 54.93px; } }
@media screen and (min-width: 413px) and (max-width: 415px) {
  html {
    font-size: 55.2px; } }
@media screen and (min-width: 415px) and (max-width: 481px) {
  html {
    font-size: 64px; } }
@media screen and (min-width: 481px) and (max-width: 541px) {
  html {
    font-size: 72px; } }
@media screen and (min-width: 541px) and (max-width: 641px) {
  html {
    font-size: 85.33px; } }
@media screen and (min-width: 641px) and (max-width: 721px) {
  html {
    font-size: 96px; } }
@media screen and (min-width: 721px) and (max-width: 769px) {
  html {
    font-size: 102.4px; } }
@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px; } }
@media screen and (max-width: 769px) {
  html {
    font-size: -webkit-calc(13.33333333vw);
    font-size: -moz-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
section.news .featured .title, section.submit article p {
  text-align: justify;
  text-justify: distribute;
  text-justify: inter-ideograph;
  text-justify: inter-character; }

section.news ul > li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

body > header {
  position: absolute;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index: -1;
  height: 498px; }
  body > header .inner {
    position: absolute;
    left: 50%; }
    body > header .inner img.pc {
      position: relative;
      left: -50%; }
    body > header .inner img.mobile {
      display: none; }

.header-placeholder {
  height: 406px;
  width: 100%; }

@media screen and (max-width: 1050px) {
  body > header .inner {
    left: 0;
    width: 100%; }
    body > header .inner img.pc {
      display: none; }
    body > header .inner img.mobile {
      display: block;
      width: 100%; }

  .header-placeholder {
    height: 3.4722222222rem; } }
body > .content {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white;
  padding: 30px;
  box-sizing: border-box; }

body > footer {
  background-color: #b4b4b4;
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 1em 0; }
  body > footer p {
    line-height: 2.25em;
    margin: 0; }
  body > footer img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em; }

.img-inner {
  width: 100%;
  height: 0;
  position: relative; }
  .img-inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

section.news > header h2, section.submit > header h2 {
  font-size: 1.3333333333em;
  color: #285dd2;
  border-bottom: 2px solid #e7e7e7;
  margin: 0;
  padding-bottom: 0.4em; }
  section.news > header h2 img, section.news > header h2 span, section.submit > header h2 img, section.submit > header h2 span {
    display: inline-block;
    vertical-align: middle; }
section.news > header .back, section.submit > header .back {
  color: #5d5d5d;
  float: right;
  font-size: 0.8333333333em;
  margin-top: 0.5em;
  white-space: nowrap; }
  section.news > header .back span, section.news > header .back img, section.submit > header .back span, section.submit > header .back img {
    display: inline-block;
    vertical-align: middle; }

section.news {
  float: left;
  width: 460px;
  color: #3b3b3b; }
  section.news.list {
    float: none;
    width: 100%; }
  section.news:first-child {
    margin-right: 40px; }
  section.news .featured {
    margin: 1.5em 0 0.65em; }
    section.news .featured a {
      display: block; }
    section.news .featured .img-outer {
      float: left;
      width: 40.2173913043%;
      margin-right: 1em; }
    section.news .featured .img-inner {
      padding-top: 64.8648648649%; }
    section.news .featured .title {
      line-height: 1.5em;
      padding-top: 1.5em; }
  section.news ul > li {
    line-height: 2.5em; }
    section.news ul > li a {
      display: block;
      padding-left: 1em;
      background: url(../images/bullet.png) left center no-repeat; }
  section.news ul .datetime {
    color: #999999;
    font-size: 0.8333333333em;
    float: right;
    margin-left: 1em; }
  @media screen and (max-width: 640px) {
    section.news ul .time {
      display: none; } }
  section.news.list ul {
    margin-top: 1em; }
    section.news.list ul > li {
      line-height: 3em; }

section.img {
  width: 198px;
  float: right; }
  section.img img {
    width: 100%; }
  section.img img.mobile {
    display: none; }
  @media screen and (max-width: 1050px) {
    section.img img.pc {
      display: none; }
    section.img img.mobile {
      display: block; } }

@media screen and (max-width: 1050px) {
  body {
    font-size: 16px; }
    body > .content {
      width: 92.4074074074%;
      border-radius: 0.10rem;
      box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.43);
      margin-bottom: 0.70rem;
      padding: 0.40rem; }
    body > footer {
      display: none; }

  section.news, section.img {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 1em; }

  section.news .featured {
    margin: 0.5em 0; }
    section.news .featured a {
      display: flex; }
    section.news .featured .img-outer {
      float: none;
      flex-grow: 0;
      flex-shrink: 0; }
    section.news .featured .title {
      padding-top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-grow: 1;
      flex-shrink: 1; } }
@supports (display: flex) {
  section.news .featured a {
    display: flex; }
  section.news .featured .img-outer {
    float: none;
    flex-grow: 0;
    flex-shrink: 0; }
  section.news .featured .title {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 1; } }
section.article {
  font-size: 0.8333333333em;
  padding-bottom: 2em; }
  section.article > header {
    border-bottom: 1px solid #dbdbdb; }
    section.article > header nav {
      color: #474747;
      border-bottom: 2px solid #e7e7e7;
      padding-bottom: 0.5em; }
    section.article > header h2 {
      font-size: 1.5555555556em;
      color: #474747;
      text-align: center;
      line-height: 1.5em;
      margin: 1em 0; }
    section.article > header .info {
      text-align: center;
      font-size: 12px;
      color: #999999;
      margin: 2em 0; }
      section.article > header .info br.mobile {
        display: none; }
      @media screen and (max-width: 1050px) {
        section.article > header .info {
          line-height: 1.75em; }
          section.article > header .info br.mobile {
            display: block; }
          section.article > header .info span.pc {
            display: none; } }
  section.article > article {
    max-width: 677px;
    margin-left: auto;
    margin-right: auto; }
    section.article > article p {
      line-height: 2em;
      margin: 1.25em 0; }
    section.article > article img {
      max-width: 100%;
      margin: 1em auto;
      width: auto;
      height: auto; }
  section.article > .editor {
    color: #999999;
    text-align: right; }

section.submit article {
  margin: 0 165px;
  color: #333333; }
  section.submit article h2 {
    font-size: 1.6666666667em;
    text-align: center;
    margin: 1.25em 0;
    color: #474747; }
  section.submit article p {
    line-height: 2.5em;
    margin: 0.25em 0; }
section.submit.form article {
  margin: 0 100px; }
section.submit .button, section.submit .submit-progress {
  display: block;
  margin: 3em auto 1em; }
section.submit .submit-progress {
  text-align: center;
  line-height: 60px;
  display: none; }
  section.submit .submit-progress div {
    font-size: 1.25em;
    font-weight: bold;
    color: #157ed1; }
section.submit form.submit .button {
  display: none; }
section.submit form.submit .submit-progress {
  display: block; }
section.submit .table {
  border: 3px solid #d1d1d1; }
section.submit .row, section.submit .row2 {
  padding: 1em 1.75em;
  border-top: 1px solid #a0a0a0; }
  section.submit .row:first-child, section.submit .row2:first-child {
    border-top: none; }
  section.submit .row.flex, section.submit .row2.flex {
    display: flex; }
    section.submit .row.flex .field, section.submit .row.flex .required, section.submit .row2.flex .field, section.submit .row2.flex .required {
      flex-grow: 0;
      flex-shrink: 0; }
    section.submit .row.flex input, section.submit .row2.flex input {
      flex-grow: 1;
      flex-shrink: 1;
      min-width: 1em; }
  section.submit .row .required, section.submit .row2 .required {
    color: #e70000;
    display: inline-block;
    margin-left: 1em; }
section.submit .row2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  section.submit .row2 input {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
section.submit .submit {
  display: inline;
  border: none;
  background: none; }
section.submit label {
  display: block; }
section.submit input, section.submit textarea {
  border: none; }
  section.submit input::placeholder, section.submit textarea::placeholder {
    color: #7b7b7b; }
  section.submit input:focus, section.submit textarea:focus {
    outline-color: #eeeeee; }
section.submit .note {
  color: #9b9b9b;
  font-size: 0.7777777778em;
  margin-top: 0.75em;
  line-height: 1.5em; }
  @media screen and (max-width: 640px) {
    section.submit .note {
      font-size: 12px; } }
section.submit textarea {
  display: block;
  width: 100%;
  height: 16em;
  box-sizing: border-box;
  line-height: 1.5em;
  margin-top: 1em;
  resize: none; }
section.submit .title {
  text-align: center;
  width: 690px; }
section.submit .link, section.submit .name {
  width: 700px; }
section.submit .tel {
  width: 660px; }
@media screen and (max-width: 1050px) {
  section.submit article, section.submit.form article {
    margin: 0; }
  section.submit article p {
    line-height: 2em; }
  section.submit article h2 {
    margin-bottom: 0.65em; }
  section.submit .button {
    height: 48px; }
  section.submit .submit-progress {
    line-height: 48px; }
  section.submit .button, section.submit .submit-progress {
    margin-top: 1em; }
  section.submit textarea {
    margin-top: 0.5em; }
  section.submit .title, section.submit .link, section.submit .name, section.submit .tel {
    width: auto; } }
@media screen and (max-width: 640px) {
  section.submit .button {
    height: 36px; }
  section.submit .submit-progress {
    line-height: 36px; }
  section.submit .row {
    padding: 0.75em; }
  section.submit textarea {
    height: 8em; } }

@media screen and (max-width: 640px) {
  body, section.article {
    font-size: 14px; }

  section.news > header h2 {
    font-size: 1.25em; } }

/*# sourceMappingURL=index.css.map */
