@charset "UTF-8";

.section-news {
  overflow: hidden;
  background: #e9f5ff;
}

.section-news .news-inner {
  position: relative;
}

.section-news .news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-news .list-item {
  border-radius: 0.1rem;
  background: #fff;
  font-size: 0.16rem;
}

.section-news .list-item a {
  display: block;
}

.section-news .item-time,
.section-news .item-content {
  display: block;
}

.section-news .item-time {
  color: #009fe8;
  line-height: 1.4375;
}

.section-news .item-content {
  display: -webkit-box;
  overflow: hidden;
  color: #0b1116;
  font-weight: 400;
  line-height: 1.625;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section-news .news-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-news .pagination-list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-news .pagination-list .arrow.next,
.section-news .pagination-list .arrow.prev {
  position: absolute;
}

.section-news .pagination-list .arrow.next a,
.section-news .pagination-list .arrow.prev a {
  display: block;
  background: no-repeat center center/100% auto;
  background-image: url(../img/common/common_ico_05.svg);
}

.section-news .pagination-list .arrow.prev {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-news .page-numbers {
  display: block;
  position: relative;
  transition: color 0.3s ease;
  font-family: Roboto, sans-serif;
  text-align: center;
  text-decoration: none;
}

.section-news .page-numbers.current {
  color: #009fe8;
}

.section-news .page-numbers.current::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.13rem;
  height: 0.01rem;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #009fe8;
}

@media print, (min-width: 768px) {
  .section-news {
    padding-top: 71px;
  }

  .section-news .news-inner {
    padding-bottom: 172px;
  }

  .section-news .wrapper {
    display: -ms-flexbox;
    display: flex;
  }

  .section-news .title-common-primary {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 422px;
    margin: -8px -78px 0;
    padding-right: 30px;
  }

  .section-news .title-common-primary .title-english {
    margin-bottom: 11px;
  }

  .section-news .news-inner {
    margin-top: 8px;
  }

  .section-news .news-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: -8px;
    margin-right: -77px;
  }

  .section-news .news-list {
    margin: 0 86px 64px;
    padding-top: 51px;
  }

  .section-news .list-item a {
    padding: 39px 42px 38px;
  }

  .section-news .list-item:not(:last-child) {
    margin-bottom: 18px;
  }

  .section-news .item-time {
    margin-bottom: 4px;
  }

  .section-news .pagination-list {
    margin-left: -96px;
    padding: 0 50px;
  }

  .section-news .pagination-list .arrow.next {
    top: -1px;
    right: -30px;
  }

  .section-news .pagination-list .arrow.next a {
    width: 20px;
    height: 26px;
  }

  .section-news .pagination-list .arrow.prev {
    top: -1px;
    left: -31px;
  }

  .section-news .pagination-list .arrow.prev a {
    width: 20px;
    height: 26px;
  }

  .section-news .pagination-list li {
    margin: 0 12px;
  }

  .section-news .page-numbers {
    min-width: 25px;
    padding-bottom: 5px;
    color: #787878;
    font-size: 0.16rem;
    line-height: 1.4375;
  }

  .section-news .page-numbers:hover {
    color: #009fe8;
  }

  .section-news .page-numbers:hover::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0.14rem;
    height: 0.01rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #009fe8;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-news {
    padding-top: 0.52rem;
  }

  .section-news .is-decoration {
    top: 0.1rem;
  }

  .section-news .news-inner {
    padding: 0 0.15rem 1.35rem;
  }

  .section-news .title-common-primary {
    margin-bottom: 0.21rem;
  }

  .section-news .news-list {
    margin-bottom: 0.44rem;
    padding: 0 0.05rem;
  }

  .section-news .list-item a {
    padding: 0.28rem 0.26rem 0.29rem;
  }

  .section-news .list-item:not(:last-child) {
    margin-bottom: 0.15rem;
  }

  .section-news .item-time {
    margin-bottom: 0.04rem;
  }

  .section-news .page-numbers {
    min-width: 0.2rem;
    margin: 0 0.145rem;
    padding-bottom: 0.05rem;
    color: #9e9e9e;
    font-size: 0.16rem;
    line-height: 1.4375;
  }

  .section-news .page-numbers.current::before {
    bottom: 0;
    width: 0.13rem;
    height: 0.01rem;
  }

  .section-news .pagination-list {
    padding: 0 0.45rem;
  }

  .section-news .pagination-list .arrow.next {
    top: -0.01rem;
    right: -0.22rem;
  }

  .section-news .pagination-list .arrow.next a {
    width: 0.2rem;
    height: 0.26rem;
  }
}

.section-news-post {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #e9f5ff;
}

.section-news-post .post-wrapper {
  position: relative;
}

.section-news-post time {
  display: block;
  color: #009fe8;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.4375;
}

.section-news-post .block-title {
  border-bottom: 0.01rem solid #d4d4d4;
}

.section-news-post .post-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-news-post .button-common-secondary {
  background: #e9f5ff;
}

@media print, (min-width: 768px) {
  .section-news-post {
    padding-top: 79px;
  }

  .section-news-post .post-wrapper {
    margin-top: 8px;
    padding-bottom: 132px;
  }

  .section-news-post .post-inner {
    position: relative;
    margin: -8px 0 112px;
    padding-top: 1px;
  }

  .section-news-post .post-inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 180px;
    right: 0;
    bottom: 0;
    left: 50%;
    margin-left: -442px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    background-color: #fff;
  }

  .section-news-post .title-common-primary {
    margin: -8px 0 90px -81px;
  }

  .section-news-post .title-common-primary .title-english {
    margin-bottom: 10px;
    padding: 0 2px;
    font-size: 0.12rem;
  }

  .section-news-post .post-block {
    width: 1154px;
    margin: 0 auto;
  }

  .section-news-post .block-wrapper {
    width: 832px;
    margin-left: auto;
    padding: 88px 0 132px;
  }

  .section-news-post .block-title {
    margin: 0 20px 40px -6px;
    padding-bottom: 26px;
    padding-left: 6px;
    font-size: 0.26rem;
    line-height: 1.6153846154;
  }

  .section-news-post time {
    margin-bottom: 17px;
  }

  .section-news-post .post-button {
    padding-left: 296px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-news-post {
    padding-top: 0.52rem;
  }

  .section-news-post .is-decoration {
    top: 0.07rem;
  }

  .section-news-post .wrapper {
    margin-bottom: 0.37rem;
    padding: 0 0.25rem;
  }

  .section-news-post .post-wrapper {
    padding-bottom: 0.85rem;
  }

  .section-news-post .post-inner {
    margin-bottom: 0.36rem;
    padding-bottom: 0.48rem;
  }

  .section-news-post .post-block {
    padding-bottom: 0.74rem;
    border-top-right-radius: 0.6rem;
    background: #fcfdfe;
  }

  .section-news-post .block-wrapper {
    margin: 0 -0.01rem;
    padding: 0.5rem 0.26rem 0;
  }

  .section-news-post time {
    margin-bottom: 0.07rem;
  }

  .section-news-post .block-title {
    margin-bottom: 0.28rem;
    padding-bottom: 0.17rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }

  .section-news-post .post-button.wrapper {
    margin-bottom: 0;
  }
}

.post-content a {
  color: #009fe8;
  text-decoration: none;
}

.post-content ul li,
.post-content ol li {
  font-weight: 400;
}

.post-content ol {
  list-style-type: none;
  counter-reset: section;
}

.post-content ol li::before {
  content: counters(section, ".") ".";
  counter-increment: section;
}

.post-content p,
.post-content a {
  font-weight: 400;
}

.post-content strong {
  font-weight: 700;
}

.post-content .table-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
}

.post-content table {
  white-space: nowrap;
}

.post-content table td {
  text-align: center;
}

@media print, (min-width: 768px) {
  .post-content {
    margin-right: 20px;
  }

  .post-content p {
    margin-bottom: 32px;
  }

  .post-content img {
    margin-top: 25px;
    margin-bottom: 1em;
  }

  .post-content ol {
    margin-bottom: 38px;
    padding: 0 1px;
  }

  .post-content a {
    transition: opacity 0.26s ease;
    opacity: 1;
  }

  .post-content a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content a {
    text-decoration: underline;
  }

  .post-content p {
    margin-bottom: 0.3rem;
  }

  .post-content ol {
    margin-bottom: 0.26rem;
    padding: 0 0.01rem;
  }

  .post-content img {
    margin-top: 0.26rem;
  }
}

.fr-view {
  font-weight: 400;
}

.fr-view em {
  font-style: italic;
}

.fr-view sub {
  font-size: smaller;
  vertical-align: sub;
}

.fr-view sup {
  font-size: smaller;
  vertical-align: super;
}

.fr-clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-view img.fr-rounded,
.fr-view .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  background-clip: padding-box;
}

.fr-view img.fr-shadow,
.fr-view .fr-img-caption.fr-shadow img {
  box-shadow: 10px 10px 5px 0 #ccc;
}

.fr-view img.fr-bordered,
.fr-view .fr-img-caption.fr-bordered img {
  border: solid 5px #ccc;
}

.fr-view img.fr-bordered {
  box-sizing: content-box;
}

.fr-view .fr-img-caption.fr-bordered img {
  box-sizing: border-box;
}

.fr-view li img.fr-dii.fr-fil {
  margin-right: 20px;
}

.fr-view {
  word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
  color: inherit;
}

.fr-view strong {
  font-weight: 700;
}

.fr-view table[border="0"] td:not([class]),
.fr-view table[border="0"] th:not([class]),
.fr-view table[border="0"] td[class=""],
.fr-view table[border="0"] th[class=""] {
  border-width: 0;
}

.fr-view table {
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: none;
}

.fr-view table td {
  min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}

.fr-view table td,
.fr-view table th {
  border: 1px solid #ddd;
}

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}

.fr-view table th {
  background: #ececec;
}

.fr-view table tfoot td {
  background: #ececec;
}

.fr-view hr {
  clear: both;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  break-after: always;
  page-break-after: always;
}

.fr-view .fr-file {
  position: relative;
}

.fr-view .fr-file::after {
  content: "📎";
  position: relative;
  font-weight: normal;
}

.fr-view pre {
  overflow: visible;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.fr-view[dir=rtl] blockquote {
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
  border-right: solid 2px #5e35b1;
  border-left: none;
}

.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00bcd4;
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43a047;
}

.fr-view blockquote {
  margin-left: 0;
  padding-left: 5px;
  border-left: solid 2px #5e35b1;
  color: #5e35b1;
}

.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}

.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}

.fr-view span.fr-emoticon {
  display: inline;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols, Arial, sans-serif;
  font-weight: normal;
  line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
  display: inline-block;
  width: 1em;
  min-width: 20px;
  height: 1em;
  min-height: 20px;
  margin: -0.1em 0.1em 0.1em;
  background-repeat: no-repeat !important;
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
}

.fr-view .c-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: auto;
  max-width: 350px;
  height: 44px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px 1px;
  border: 1px solid currentcolor;
  border-radius: 10px;
  color: currentcolor;
  text-decoration: none;
}

.fr-view .c-button:hover {
  opacity: 0.6;
}
