﻿html {
  font-size: 16px;
}
body {
  font-family: "Segoe UI", "Segoe WP", "Arial", "Sans-Serif";
  line-height: 1.6;
  background: #fff;
}
a {
  color: #06c;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
a:hover {
  text-decoration: underline;
  color: #333;
}
.xd-header__container {
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}
.xd-header__logo {
  text-align: center;
  padding: 0.5rem 0;
}
.xd-header__logo img {
  max-width: 90%;
  height:110px;
}
.xd-header__panel {
  background: url("/Content/images/header.png?v=12") no-repeat bottom left;
  display: none;
  padding: 0.5rem 0;
  min-height: 135px;
}
@media only screen and (min-width: 992px) {
  .xd-header__panel {
    display: flex;
  }
}
.xd-header__panel-element {
  display: none;
}
.xd-header__panel-element:last-child {
  margin-bottom: 0.7rem;
}
@media only screen and (min-width: 1200px) {
  .xd-header__panel-element {
    display: flex;
  }
}
.xd-header__sub-title {
  color: #243c82;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.xd-header__sub-link {
  color: #243c82;
  font-size: 0.95rem;
  font-weight: 700;
}
.xd-layout__wrapper {
  flex: 1;
}
.xd-layout__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2c3e50;
  margin: 1rem 0 1.5rem;
  padding: 1rem 0 0.5rem;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .xd-layout__title {
    margin: 1rem 1rem 1.5rem;
    padding: 1rem 1rem 0.5rem;
  }
}
.xd-navbar__container {
  background: #1e62d0;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    #367bfc 16.3%,
    #002976 100.2%
  );
}
.xd-navbar__wrapper {
  flex: 1;
  padding: 0;
}
.xd-navbar__wrapper .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.xd-navbar__wrapper .navbar-toggler {
  border: 0;
}
.xd-navbar__wrapper .navbar-toggler:focus,
.xd-navbar__wrapper .navbar-toggler:hover {
  outline: 0;
}
.xd-navbar__wrapper .navbar-brand {
  color: #fff;
}
.xd-navbar__wrapper .navbar-brand:focus {
  color: #fff;
}
.xd-navbar__wrapper .nav-item {
  border-top: 1px #529ae2 solid;
}
@media only screen and (min-width: 992px) {
  .xd-navbar__wrapper .nav-item {
    border-top: 0;
    border-right: 1px #243c82 solid;
  }
}
.xd-navbar__wrapper .nav-item .nav-link {
  color: #fff;
  text-shadow: 0 1px 0 #528ecc;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
}
.xd-navbar__wrapper .nav-item .nav-link.highlight {
  color: #eaff00;
  text-shadow: 2px 0 0 #800040, 3px 2px 0 rgba(77, 0, 38, 0.5),
    3px 0 3px #ff002b, 5px 0 3px #800015, 6px 2px 3px rgba(77, 0, 13, 0.5),
    6px 0 9px #f50, 8px 0 9px #802a00, 9px 2px 9px rgba(77, 25, 0, 0.5),
    9px 0 18px #ffd500, 11px 0 18px #806a00, 12px 2px 18px rgba(77, 66, 0, 0.5),
    12px 0 30px #d4ff00, 14px 0 30px #6a8000, 15px 2px 30px rgba(64, 77, 0, 0.5),
    15px 0 45px #80ff00, 17px 0 45px #408000, 17px 2px 45px rgba(38, 77, 0, 0.5);
}
.xd-navbar__wrapper .nav-item .nav-link:hover {
  color: #eaff00;
}
.xd-navbar__wrapper .show > .nav-link {
  color: #eaff00 !important;
}
.xd-navbar__wrapper .dropdown-menu {
  margin: 0;
  border: 1px solid #529ae2;
  border-top: 0;
  padding: 0;
  border-radius: 0;
  background: #f4f9ff;
}
.xd-navbar__wrapper .dropdown-menu .dropdown-item {
  border-bottom: #eee 1px solid;
  min-width: 200px;
}
.xd-navbar__wrapper .dropdown-menu .dropdown-item:hover {
  color: #243c82;
}
.xd-navbar__wrapper .dropdown-menuli:last-child .dropdown-item {
  border-bottom: 0;
}
.xd-navbar__wrapper .dropdown-submenu {
  position: relative;
}
.xd-navbar__wrapper .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.xd-navbar__wrapper .dropdown-submenu .dropdown-menu {
  top: 0;
  left: calc(100% - 1px);
  border: 0;
  font-size: 0.85rem;
  background: #efefef;
  padding-left: 1rem;
}
@media only screen and (min-width: 992px) {
  .xd-navbar__wrapper .dropdown-submenu .dropdown-menu {
    border: 1px solid #529ae2;
    background: #f4f9ff;
    padding-left: 0;
  }
}
.xd-footer__container {
  color: #444;
  font-size: 14px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(
      147deg,
      transparent 0%,
      transparent 8%,
      rgba(63, 106, 202, 0.08) 8%,
      rgba(63, 106, 202, 0.08) 46%,
      transparent 46%,
      transparent 100%
    ),
    linear-gradient(
      107deg,
      transparent 0%,
      transparent 21%,
      rgba(63, 106, 202, 0.08) 21%,
      rgba(63, 106, 202, 0.08) 53%,
      transparent 53%,
      transparent 100%
    ),
    linear-gradient(
      288deg,
      transparent 0%,
      transparent 35%,
      rgba(63, 106, 202, 0.08) 35%,
      rgba(63, 106, 202, 0.08) 91%,
      transparent 91%,
      transparent 100%
    ),
    linear-gradient(90deg, #fff, #fff);
  padding-top: 0.6rem;
  box-shadow: rgba(67, 71, 85, 0.27) 0 0 0.25em,
    rgba(90, 125, 188, 0.05) 0 0.25em 1em;
}
.xd-footer__container a {
  color: #777;
}
.xd-footer__container a:hover {
  color: #3b4ef8;
  text-decoration: none;
}
.xd-footer__title {
  color: #243c82;
}
.xd-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.xd-footer__menu li {
  margin: 5px 0;
}
.xd-footer__menu li a {
  font-size: 0.95rem;
}
.xd-footer__copyright {
  background: #f1f3ff;
  font-size: 0.9rem;
  padding: 10px 0;
  text-align: center;
}
.xd-home__carousel .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
}
.xd-home-news__container {
  background: #f2faff;
  display: none;
}
@media only screen and (min-width: 992px) {
  .xd-home-news__container {
    display: flex;
  }
}
.xd-home-news__title {
  background: #f27124;
  font-weight: bold;
  padding: 8px 15px;
  color: #fff;
  position: relative;
}
.xd-home-news__title::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20.5px 0 20.5px 20px;
  border-color: transparent transparent transparent #f27124;
}
.xd-home-news__content {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
.xd-home-news__ticker {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.xd-home-sections__container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.xd-home-sections__item {
  border-right: 0;
  margin-bottom: 2.5rem;
}
.xd-home-sections__title {
  margin-bottom: 20px;
}
.xd-home-sections__title a {
  color: #fff;
  padding: 10px 20px;
  background-size: 200% auto;
  background-image: linear-gradient(
    to left,
    #00c6ff 0%,
    #0072ff 51%,
    #00c6ff 100%
  );
  display: inline-block;
}
.xd-home-sections__title a:hover {
  background-position: right center;
  text-decoration: none;
}
.xd-home-sections__title:after {
  content: "";
  display: block;
  height: 1px;
  background: #1e62d0;
}
.xd-home-sections-column__first {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}
.xd-home-sections-column__first-image {
  max-width: 100%;
  width: 100%;
}
.xd-home-sections-column__first-name {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  color: #fff;
}
.xd-home-sections-column__first-name:hover {
  color: #f27124;
}
.xd-home-sections-column__sub {
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.xd-home-sections-column__sub-image {
  margin-right: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  max-width:120px;
}
.xd-home-sections-column__sub a {
  color: #222 !important;
  gap:10px;
}
.xd-home-sections-column__sub a:hover {
  color: #f27124;
}
.xd-home-sections-list__item {
  margin: 5px 0;
  padding: 5px 10px;
  border-left: 3px solid #f27124;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0,
    rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  background: #f0f8ff;
}
.xd-home-sections-row__item {
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
  margin-bottom: 10px;
}
.xd-home-sections-row__image {
  margin-right: 10px;
  max-width:120px;
}
.xd-home-sections-row__date {
  font-size: 12px;
  color: #5e5e5e;
}
.xd-section__list {
  flex-wrap: wrap;
}
.xd-section__list--column {
  margin-top: 3rem;
}
.xd-section__element {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
.xd-section__element--list {
  margin: 1rem 0;
  padding: 0;
  border-left: 3px solid #f27124;
}
.xd-section__element--column {
  margin: 2rem 0;
  padding-bottom: 2rem;
}
.xd-section__element-image {
  width: 100%;
  border: 1px solid #e4e8ea;
  transition: all 0.3s ease-in-out;
}
.xd-section__element-title h3 {
  font: 1.2em "Nunito Sans", sans-serif;
  color: #626262;
}
.xd-section__element-title h3:hover {
  color: #f27124;
}
.xd-section__element-title:hover {
  text-decoration: none;
}
.xd-section__element--list .xd-section__element-title {
  background: #fbfbfb;
  padding: 8px 1rem;
}
.xd-section__element--list .xd-section__element-title:hover {
  background: #f2faff;
}
.xd-section__element-preamble {
  line-height: 1.8;
  font-size: 0.95rem;
}
.xd-detail__container {
  width: 100%;
}
.xd-detail__updated-time {
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.xd-detail__description,
.xd-detail__content {
  line-height: 2;
  font-size: 1rem;
}
.xd-detail__description img,
.xd-detail__content img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .xd-detail__description img,
  .xd-detail__content img {
    max-width: 80%;
  }
}
.xd-detail__author {
  font-style: italic;
  margin: 1rem 0 2rem 0;
}
.xd-detail__related-title {
  font-size: 1.3rem;
  color: #626262;
  margin: 1.5rem 1rem;
}
.xd-detail__related-element {
  margin: 1rem 0;
  padding: 0;
  border-left: 3px solid #f27124;
}
.xd-detail__related-thumbnail img {
  height: 70px;
}
.xd-detail__related-link {
  font: 1.1em "Nunito Sans", sans-serif;
  color: #626262;
  background: #fbfbfb;
  padding: 8px 1rem;
}
.xd-detail__related-link:hover {
  background: #f2faff;
}
.xd-detail__content .timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.xd-detail__content .timeline h1,
.xd-detail__content .timeline h2,
.xd-detail__content .timeline h3,
.xd-detail__content .timeline h4,
.xd-detail__content .timeline h5,
.xd-detail__content .timeline h6 {
  line-height: inherit;
}
.xd-detail__content .timeline-item {
  padding-left: 40px;
  position: relative;
}
.xd-detail__content .timeline-item:last-child {
  padding-bottom: 0;
}
.xd-detail__content .timeline-info {
  font-size: 1.1rem;
  color: #0057a2;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.xd-detail__content .timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.xd-detail__content .timeline-marker:before {
  background: #243c82;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.xd-detail__content .timeline-marker:after {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .xd-detail__content .timeline-marker:after {
  content: none;
}
.xd-detail__content .timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #243c82;
}
.xd-detail__content .timeline-content {
  padding-bottom: 40px;
}
.xd-detail__content .timeline-content p:last-child {
  margin-bottom: 0;
}
.xd-detail__content .period {
  padding: 0;
}
.xd-detail__content .period .timeline-info {
  display: none;
}
.xd-detail__content .period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: 0;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #ccd5db;
  border-bottom: 3px solid #ccd5db;
}
.xd-detail__content .period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.xd-detail__content .period .timeline-content {
  padding: 40px 0 70px;
}
.xd-detail__content .period .timeline-title {
  margin: 0;
}
@media (min-width: 768px) {
  .xd-detail__content .timeline-split .timeline,
  .xd-detail__content .timeline-centered .timeline {
    display: table;
  }
  .xd-detail__content .timeline-split .timeline-item,
  .xd-detail__content .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .xd-detail__content .timeline-split .timeline-info,
  .xd-detail__content .timeline-centered .timeline-info,
  .xd-detail__content .timeline-split .timeline-marker,
  .xd-detail__content .timeline-centered .timeline-marker,
  .xd-detail__content .timeline-split .timeline-content,
  .xd-detail__content .timeline-centered .timeline-content,
  .xd-detail__content .timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .xd-detail__content .timeline-split .timeline-marker,
  .xd-detail__content .timeline-centered .timeline-marker {
    position: relative;
  }
  .xd-detail__content .timeline-split .timeline-content,
  .xd-detail__content .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .xd-detail__content .timeline-split .timeline-info,
  .xd-detail__content .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .xd-detail__content .timeline-split .period .timeline-title,
  .xd-detail__content .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}
@media (min-width: 992px) {
  .xd-detail__content .timeline-centered,
  .xd-detail__content .timeline-centered .timeline-item,
  .xd-detail__content .timeline-centered .timeline-info,
  .xd-detail__content .timeline-centered .timeline-marker,
  .xd-detail__content .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .xd-detail__content .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .xd-detail__content .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .xd-detail__content .timeline-centered .timeline-info,
  .xd-detail__content .timeline-centered .timeline-content {
    width: 50%;
  }
  .xd-detail__content
    .timeline-centered
    > .timeline-item:nth-child(odd)
    .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .xd-detail__content
    .timeline-centered
    > .timeline-item:nth-child(odd)
    .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .xd-detail__content
    .timeline-centered
    > .timeline-item:nth-child(even)
    .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .xd-detail__content
    .timeline-centered
    > .timeline-item:nth-child(even)
    .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .xd-detail__content
    .timeline-centered
    > .timeline-item.period
    .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .xd-detail__content .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .xd-detail__content .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .xd-detail__content .timeline-centered .period .timeline-title {
    left: auto;
  }
}
.xd-detail__content .marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #243c82;
}
.xd-detail__content
  .marker-outline
  .timeline-item:hover
  .timeline-marker:before {
  background: #243c82;
}
.bg60th_anniversary {
  margin-top: 2rem;
  background: url("/content/images/bg_60th_anniversary.png?v=1") no-repeat fixed
    center;
}
.bg60th_anniversary .xd-detail__title,
.bg60th_anniversary .xd-detail__updated-time {
  display: none;
}
.bg65th_anniversary {
  margin-top: 2rem;
  background: url("/content/images/bg_65th_anniversary.png?v=1") no-repeat fixed
    center;
}
.pagination {
  margin: 2rem 0;
}
.pagination .page-link {
  color: #2c3e50;
}
.pagination .page-link:hover {
  color: #2c3e50;
}
.pagination .page-item.active .page-link {
  background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
  background-color: #79bbff;
}
.xd-macro__image-caption {
  font-style: italic;
  font-size: 0.9rem;
  background: #fbfbfb;
  padding-left: 10px;
  padding-right: 10px;
}
.img-m100 {
  max-width: 100%;
}
.img-m50 {
  max-width: 50%;
}
label.xd-error {
  color: #dc3545;
  font-size: 12px;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
