<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Created by sunJia on 2025/04/14.
 * @Description: Index Style
 */

/* 婕斿嚭鎺ㄨ崘 */
.mode5{
  position: relative;
  padding: 4.62rem 0 5.25rem;
  z-index: 2;
}
.mode5::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 19rem);
  background: #EDE7DC url(../images/mode5_bg.png) no-repeat center top;
  z-index: -1;
}
.mode5 .flex{
  justify-content: space-between;
}
.mode5 .flex.thematic{
  justify-content: flex-start;
}
.mode5 .left{
  width: 82.4rem;
}
.recommend{
  position: relative;
  overflow: hidden;
}
.recommend .a{
  position: relative;
  display: block;
  background: #F7F1E7;
}
.recommend .info{
  padding: 1.8rem 3.7rem 6.2rem;
}
.recommend .title{
  line-height: 2.5rem;
  font-weight: bold;
  max-width: 46.8rem;
  color: #3C3C3C;
}
.recommend .dots{display: none;}
.recommend .slick-arrow{
  width: 20px;
  height: 40px;
  border: none;
  font-size: 0;
  background: url(../images/arrow_white.png) no-repeat center;
  top: calc(50% - 6.5rem);
}
.recommend .slick-arrow:after{
  display: none;
}
.recommend .slick-arrow.slick-next{
  transform-origin: center;
  transform: rotateZ(180deg);
}
.recommend .more{
  height: 4rem;
  position: absolute;
  bottom: 6.15rem;
  right: 2.4rem;
  z-index: 1;
}
.mode5 .more a {
  display: block;
  padding-left: 2.16rem;
  padding-right: 1.3rem;
  height: 100%;
  background: #A8947A;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0rem;
  line-height: 1.5;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
}
.mode5 .more a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  background: rgba(131, 59, 10, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 500ms cubic-bezier(0, 0.75, 0.3, 0.95);
}

.mode5 .more a:hover::before {
  height: 100%;
}

.mode5 .more a:hover {
  color: #fff;
}

.mode5 .more a:hover i svg path {
  fill: #fff
}

.mode5 .more a span {
  position: relative;
}

.mode5 .more i {
  width: 2.27rem;
  height: 1.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0rem;
  overflow: hidden;
  margin-left: 0.1rem;
}

.mode5 .more i svg {
  width: 100%;
  height: 100%;
  animation: arrowRun 3s infinite
}

.mode5 .more a:hover i svg {
  animation: arrowRun 3s infinite
}

.mode5 .more i svg path {
  fill: #fff;
}
/**
 * Created by sunJia on 2025/06/04.
 * @Description: 淇敼婕斿嚭鎺ㄨ崘鍥剧墖姣斾緥
 */
.mode5 .img{ padding-bottom: 42.56%;}

/* 涓撻娲诲姩 */
.thematic{
  width: 100%;
  margin-top: 2rem;
  justify-content: flex-start;
  overflow: hidden;
}
.thematic .partTil{
  display: block;
  color: #57380E;
  font-weight: bold;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  line-height: 1;
  width: 8.3rem;
  flex-shrink: 0;
  /* padding: 3.84rem 2rem 4.86rem 3.1rem; */
  padding-top: 3.84rem;
  /* padding-bottom: 3.1rem; */
  padding-left: 3rem;
  box-sizing: border-box;
  background: #FDF9F2;
  line-height: 3rem;
}
.thematic .thematicOut{
  position: relative;
  z-index: 1;
  width: calc(100% - 8.3rem);
  box-sizing: border-box;
  overflow: hidden;
  /* padding-right: 20.5rem; */
  box-sizing: content-box;
  pointer-events: none;
}
.thematic .thematicSlick{
  /* max-width: 53rem; */
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 999px) {
  .thematic .thematicSlick .item{
    width: calc((100% - 72.13%) / 2);
    overflow: hidden;
    transition: all .3s ease-in-out;
  }
  .thematic .thematicSlick .item.current{
    width: 72.13%;
  }
}
.thematic .thematicSlick .item a{
  display: block;
  height: 100%;
}
.thematic .thematicSlick .item a .img{
  padding-bottom: 0;
  height: 100%;
}
.thematic .thematicSlick .item a img{
  height: 100%;
  width: auto;
  min-width: 100%;
}
.thematic .swiper-slide{
  transition: margin-left 0.3s ease;
  pointer-events: all;
}
.thematic .swiper-slide-active{
  z-index: 4;
}
.thematic .swiper-slide-next,
.thematic .swiper-slide-next + .swiper-slide,
.thematic .swiper-slide-next + .swiper-slide + .swiper-slide{
  opacity: 1 !important;
}
.thematic .swiper-slide-next{
  margin-left: 10.6rem;
  z-index: 3;
}
.thematic .swiper-slide-next + .swiper-slide{
  margin-left: 20.4rem;
  z-index: 2;
}
.thematic .swiper-slide-next + .swiper-slide + .swiper-slide{
  margin-left: 3rem;
  z-index: 1;
}

.thematic .img{
  padding-bottom: 42.56%;
}
.thematicSlick-arrow,
.thematicSlick-dots{
  display: none;
}

.modeTil{
  line-height: 8.6rem;
  font-weight: bold;
  color: #553227;
  font-size: 6rem;
  text-align: center;
}
.mode5 .block2{
  position: relative;
}
.mode5 .modeTil{
  position: absolute;
  right: 0px;
  top: 0rem;
  z-index: 1;
}
.mode5 .right{
  width: 81.8rem;
}
.mode5 .right ul{
  margin-top: 13.1rem;
  margin-left: -0.85rem;
  margin-right: -0.85rem;
}
.mode5 .right li{
  margin-top: 1.9rem;
}
.mode5 .right li:nth-of-type(1),
.mode5 .right li:nth-of-type(2){
  margin-top: 0;
}
.mode5 .right .position{
  position: relative;
  margin: 0 0.85rem;
}
.mode5 .right .position::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.mode5 .right .position:hover::before{
  opacity: 1;
}
.mode5 .right .more{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index: 1;
  margin-top: 10rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.mode5 .right .position:hover .more{
  margin-top: 0;
  opacity: 1;
}
.mode5 .right .more a span{
  line-height: 4rem;
}

/* 鑹烘湳鏁欒偛 */
.mode6{
  position: relative;
  /* margin-top: -19rem; */
  padding-bottom: 3.6rem;
  background: url(../images/mode6_bg1.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 2;
}
.mode6::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 180%;
  top: 50%;
  left: 0%;
  z-index: -1;
  background: #4B343E;
  /* display: none; */
}
.mode6 .block2{
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.mode6::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 15.8rem);
  top: 0;
  left: 0%;
  z-index: 1;
  background: url(../images/mode6_bg2.svg) no-repeat center 5rem;
  pointer-events: none;
}
.mode6 .modeTil{
  color: #fff;
  padding-top: 10.3rem;
}
.mode6 .modeCon{
  padding-top: 3.85rem;
}
.mode6 .swiper-slide{
  opacity: 0;
  color: #fff;
  margin-top: 3.5rem;
  transition: opacity 0.05s ease-in-out, margin-top 0.3s ease-in-out;
}
.mode6 .swiper-slide-active{
  margin-top: 0;
}
.mode6 .swiper-slide-active,
.mode6 .swiper-slide-prev,
.mode6 .swiper-slide-next{
  opacity: 1;
}
.mode6 .swiper-container-3d .swiper-slide-shadow-left,
.mode6 .swiper-container-3d .swiper-slide-shadow-right{
  display: none;
}
.mode6 .swiper-slide a{
  color: #fff;
}
.mode6 .swiper-slide .img{
  position: relative;
  padding-bottom: 121.88%;
  clip-path: polygon(13rem 0, calc(100% - 13rem) 0, 100% 13rem, 100% 100%, 0 100%, 0 13rem, 13rem 0);
}
.mode6 .swiper-slide .img img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 100%;
  max-width: unset;
  height: 100%;
  z-index: 1;
}
.mode6 .date{
  position: relative;
  float: left;
  width: 6.2rem;
  text-align: center;
  line-height: 1;
  margin-left: 1.6rem;
  padding-top: 1.3rem;
  padding-bottom: 1.4rem;
  font-weight: bold;
}
.mode6 .date::before{
  content: '';
  display: block;
  width: 3.2rem;
  height: 0.3rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.mode6 .date .day{}
.mode6 .date .year{
  margin-top: 1rem;
  white-space: nowrap;
  -webkit-white-space: nowrap;
}
.mode6 .info{}
.mode6 .title{
  display: block;
  margin-left: 11rem;
  margin-top: 2rem;
  line-height: 3rem;
}
.mode6 .swiper-pagination{display: none;}
.mode6 .swiper-arrow *{
  font-size: 0 !important;
}
.mode6 .swiper-button-next:after, .mode6 .swiper-button-prev:after{
  color: #fff;
}
.modeMore{
  text-align: center;
}
.modeMore a{
  position: relative;
  display: inline-block;
  width: 6.6rem;
  height: 6.6rem;
  line-height: 6.6rem;
  color: #fff;
  z-index: 1;
}
.modeMore a::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/window_ico1.svg) no-repeat center/cover;
  z-index: -1;
  opacity: 0;
}
.modeMore.isView a::before{
  animation: windowAnamation 0.5s ease forwards 0.3s;
}

.scrollTriggerBox{
  position: relative;
  z-index: 2;
}
.newsMode02{
  height: auto;
}
/* 璁插爞鏂伴椈 */
.mode7{
  position: relative;
  padding: 8.6rem 0 15rem;
  padding: 0 0 15rem;
  background: url(../images/mode7_bg.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 2;
}
.mode7::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 150px;
  left: 0%;
  z-index: -1;
  background: #A8947A;
}
.mode7line{
  display: block;
  width: 100%;
  height: 100%;
  max-width: 0%;
  background: url(../images/mode7_line.svg) no-repeat left 5.4rem;
  background-size: auto 24.7rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  transition: max-width 0s linear;
}
.mode7line.isView{
  transition: max-width 2s linear 0.5s;
  max-width: 100%;
}
.mode7 .modeTil{
  line-height: 8rem;
  color: #fff;
  padding-top: 8.6rem;
}
.mode7 .modeCon{
  margin-top: 8rem;
}
.mode7 .modeCon ul{
  margin: 0 -3.6rem;
}
.mode7 .modeCon li{}
.mode7 .modeCon a{
  display: block;
  margin: 0 3.6rem;
  color: #3C3C3C;
}
.mode7 .modeCon .info{
  color: #fff;
  margin-top: 2.2rem;
}
.mode7 .modeCon .date{
  position: relative;
  float: left;
  width: 5.8rem;
  text-align: center;
  line-height: 1;
  padding-bottom: 1.4rem;
  margin-left: 2.6rem;
  font-weight: bold;
}
.mode7 .modeCon .date::before{
  content: '';
  display: block;
  width: 3.2rem;
  height: 0.3rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mode7 .modeCon .day{}
.mode7 .modeCon .year{
  line-height: 1.9rem;
}
.mode7 .modeCon .title{
  margin-left: 11rem;
  max-width: 35rem;
}
.mode7 .modeCon .title span{
  -webkit-line-clamp: 3;
}
.mode7 .modeMore{display: none;}

/* newsMode01 */
.newsMode01{
  position: relative;
  padding: 13rem 0 30rem;
  background: url(../images/newsMode01_bg.png) no-repeat center top;
  background-size: 100% auto;
  /* margin-top: -20rem; */
  z-index: 2;
}
.newsMode01::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 150px;
  left: 0%;
  z-index: -1;
  background: #BDC1B6;
  pointer-events: none;
}
.newsMode01 .block2 &gt; .flex{
  justify-content: center;
  align-items: flex-start;
}
.newsMode01 a{
  color: #3C3C3C;
}
.newsMode01 .info{
  align-items: flex-start;
}
.newsMode01 .date{
  position: relative;
  width: 8rem;
  padding-bottom: 2rem;
  text-align: center;
}
.newsMode01 .date::before{
  content: '';
  display: block;
  width: 4rem;
  height: 0.3rem;
  background: #3C3C3C;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.newsMode01 .day{
  font-size: 7rem;
  line-height: 1;
}
.newsMode01 .year{
  line-height: 2rem;
  margin-top: 1rem;
}
.newsMode01 .textBox{
  display: block;
  width: 53rem;
  margin-left: 8.7rem;
  margin-right: 5.5rem;
  line-height: 3rem;
  color: #3C3C3C;
}
.newsMode01 .title{
  font-weight: bold;
}
.newsMode01 .summary{
  -webkit-line-clamp: 4;
  margin-top: 4rem;
  max-width: 51.8rem;
}
.newsMode01 .imgBox{
  width: 58.2rem;
}
.newsMode01 .modeMore{
  margin-top: 4rem;
  text-align: left;
}
.newsMode01 .modeMore a{
  text-align: center;
}
.newsMode01 .modeMore a::before{
  /* background: url(../images/window_ico2.svg) no-repeat center; */
  /* background-size: 100% auto; */
}


/* newsMode02 */
.newsMode02{
  position: relative;
  margin-top: -21rem;
  background: url(../images/newsMode02_bg.png) no-repeat center top;
  background-size: 100% auto;
  padding: 13rem 0 28.5rem;
  padding: 13rem 0 0;
}
.newsMode02::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 125%;
  max-height: 520px;
  top: 150px;
  left: 0%;
  z-index: -1;
  background: #ECE9E3;
}

.mode1{
  position: relative;
  margin-top: -27rem;
  margin-top: 1.4rem;
  transition: all 0.4s ease-in-out;
}
.mode1::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 38.5rem;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0,15,33,0) 0%, rgba(0,15,33,1) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0,15,33,0) 0%, rgba(0,15,33,1) 100%);
  background: -moz-linear-gradient(-90deg, rgba(0,15,33,0) 0%, rgba(0,15,33,1) 100%);
}
.mode1::after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 99%;
  left: 0;
  z-index: -1;
  background: rgba(0,15,33,1);
}
.mode1 .txt{
  display: block;
}
.mode1 .tabBox{
  display: inline-block;
  width: auto;
  color: #fff;
  text-align: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.mode1 .til_list{
  justify-content: center;
  /* background: linear-gradient(90deg, #1d1b19 0%, #BAA891 50%, transparent 50%, transparent 100%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: bottom left; */
}
.mode1 .til_tab{
  display: block;
  color: #fff;
  position: relative;
  padding-right: 12.3rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #BAA891;
}

.mode1 .til_tab::before{
  content: '';
  display: block;
  width: 100%;
  height: 0.3rem;
  background: #A8947A;
  position: absolute;
  bottom: -0.1rem;
  left: 0%;
  z-index: 1;
  max-width: 0%;
  transition: all 0.3s ease;
}
.mode1 .til_tab.on::before{
  max-width: calc(100% - 12.3rem);
}
.mode1 .til_tab:last-child{
  margin-right: 0;
  padding-right: 0;
}
.mode1 .til_tab span{
  display: inline-block;
  line-height: 3.2rem;
  cursor: pointer;
  font-weight: bold;
}
.mode1 .boxList{
  max-width: 94.5rem;
  margin: 0 auto;
  padding-top: 1.8rem;
}
.mode1 .tabListBox{
  display: none;
}
.mode1 .tabListBox.on{
  animation: tabShow 0.5s ease-out forwards;
}
@keyframes tabShow {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
.mode1 .tabListBox p{
  font-size: 1.6rem;
  line-height: 3rem;
}
.mode1 .tabListBox p a{ display: inline;}
.mode1 .tabListBox p .arrow{
  display: inline-block;
  transform: translateY(1rem);
}
.mode1 .tabListBox i {
  width: 2.7rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0rem;
  overflow: hidden;
  margin-left: 1rem;
}
.mode1 .tabListBox i svg {
  width: 100%;
  height: 100%;
  animation: arrowRun 3s infinite
}
.mode1 .tabListBox:hover i svg {
  animation: arrowRun 3s infinite
}
.mode1 .tabListBox i svg path {
  fill: #fff
}
.gp-mobile{
  display: none;
}
@keyframes arrowRun {
  0% {
      transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d
  }
  7% {
      transform: translate3d(150%, -150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d
  }
  7.1% {
      transform: translate3d(-150%, 150%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d
  }
  14% {
      transform: translate3d(0%, 0%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d
  }
}

/* Responsive style */
@media screen and (min-width:1024px){
  .banner .child .txt, .banner .navg{transition: all 0.3s ease-in-out;}
  .currents .banner .child .txt{
    bottom: 9rem;
  }
  .banner .child .txt .fz40{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
  .currents .banner .navg{
    bottom: 9rem;
  }
}
/* Safari 10.1+ (涓嶆敮鎸丆hrome) */
@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    .currents .banner .child .txt,
    .currents .banner .navg{bottom: 5rem;}
  }
}

@media screen and (max-width:1024px){
  .currents .banner{transform: unset !important;}
  .banner{
    overflow: hidden;
    height: auto;
    padding-bottom: 50px;
  }
  .banner .slick-list{
    overflow: visible;
  }
  .banner .slick-slide&gt;div{
    font-size: 0px;
  }
  .banner .child{
    padding-bottom: 51.41%;
    overflow: visible;
  }
  .banner .navg li::before{
    width: 25px;
    height: 1px;
  }
  .banner .slick-dots,.banner .navg{
    width: 100%;
  }
  .banner .navg li span{
		font-size: 16px;
    width: 23px;
	}
  .banner .child{
  }
  .banner .child .txt{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    left: auto;
    right: 0%;
    transform: translateX(0%);
    top: 100%;
    bottom: auto;
    opacity: 1;
    height: 50px;
    line-height: 50px;
  }
  .banner .child .txt .fz40{
    font-size: 24px;
    margin-top: 5px;
    /* text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
  }
  .banner::before{
    background: #2F1401;
  }
  body::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #2F1401;
  }
  .mode2{
    margin-top: 10px !important;
  }
  .banner .frame{
    overflow: visible;
  }
  .banner .child:before{
    pointer-events: none;
    height: 50px;
  }
  .banner .navg{
    right: 50%;
    transform: translateX(50%);
    bottom: 55px;
  }
  .banner .navg li{
    height: 33px;
    line-height: 33px;
  }
  .banner .navg li.slick-active span{
    width: 33px;
  }

  .currents .banner{
    margin-bottom: 0;
  }
  #smooth-content{
    background: #2F1401;
  }

  .mode7{
    padding-bottom: 30px;
  }
  .newsMode01{
    padding: 70px 0 130px;
  }
  .newsMode02{
    padding: 70px 0 0px;
  }
}

@media screen and (max-width:998px){
  .mode2{
    clip-path: polygon(50% 0%, 100% 25px, 100% 100%, 0% 100%, 0% 25px);
    padding-top: 57px;
    padding-bottom: 40px;
    margin-top: -50px;
  }
  .mode2 .block2{
    flex-direction: column;
  }
  .mode2a{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .mode2a .title{
    font-size: 40px;
    line-height: 53px;
    margin-top: 33px;
    margin-bottom: 20px;
  }
  .mode2b_2 .item .year{
    font-size: 18px;
    line-height: 1;
  }
  .mode2b_2 .item .month{
    font-size: 21px;
    line-height: 1;
  }
  .mode2b_2{
    transition: all 0s ease;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
  }
  .mode2b_2 .item{
    height: 45px;
  }
  .year_day{
    padding-bottom: 13px;
  }
  .year_day h2{
    font-size: 33px;
    line-height: 44px;
  }
  .year_day span{
    width: 15px;
    height: 30px;
  }
  .pkuList{
    margin-bottom: 30px;
  }
  .pkuList ul{
    margin: 25px 0 27px;
  }
  .pc_academic_calendar_wrap ul li span{
    font-size: 18px;
    line-height: 1;
  }
  .pc_academic_calendar_wrap dl dd .calendar_num{
    font-size: 24px;
    width: 34px;
    line-height: 34px;
    height: 34px;
  }
  .pc_academic_calendar_wrap dl dd .calendar_icon,
  .pc_academic_calendar_wrap dl dd .calendar_num.d.on,
  .pc_academic_calendar_wrap dl dd .calendar_num.today{
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .pc_academic_calendar_wrap dl dd .calendar_num.d.on{
    box-sizing: border-box;
  }
  .mode2a{
    height: auto;
    margin-bottom: 40px;
  }
  .mode2a .img19{
    position: relative;
    bottom: 0;
    /* margin-left: 30px; */
    margin-bottom: 30px;
  }
  .mode2a .img19 .code{
    width: 89px;
  }
  .mode2a .img19 .text{
    margin-left: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
  .mode2b{
    width: 100%;
    flex: unset;
  }
  .mode2b_2{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .mode2b_2 ul{
    width: 100%;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    padding: 0 30px;
  }
  .month-arrow{
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .month-arrow &gt; div{
    width: 18px;
    height: 37px;
    background: url(../images/month_arrow1.png) no-repeat center;
    pointer-events: all;
  }
  .month-next{
    transform: rotateZ(180deg);
    transform-origin: center;
  }
  .mode2b_1{
    padding-bottom: unset;
    height: auto;
  }
  .mode2b_c{
    padding-top: 55px;
    width: 100%;
    transform: unset;
    position: relative;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .mode2b_2 ul{
    left: 0;
  }
  .mode2b_c li{
    width: 100%;
    overflow: hidden;
    pointer-events: all;
  }
  .mode2b_c li.on{
    width: 100%;
    position: relative;
  }
  .mode2b_c li img{
    width: 100%;
    height: unset;
  }
  .svg1, .svg2, .mode2b_3{display: none;}
  .gp-m-dots{
    position: relative;
    display: flex;display: -ms-flexbox;
    justify-content: center;
    margin: 16px 0 24px;
    z-index: 2;
  }
  .gp-m-dot{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #C7C6C1;
    margin: 0 10px;
    cursor: pointer;
  }

  .mode2c{
    width: 100%;
    height: auto;
    border: none;
    padding: 0 50px;
  }
  .mode2c li{
    justify-content: center;
    align-items: center;
  }
  .mode2c li.on{
    position: relative;
  }
  .mode2c li .title{
    width: 100%;
    font-size: 24px;
    line-height: 25px;
    text-overflow: unset;
    overflow: hidden;
    text-wrap: wrap;
  }
  .mode2c li .info{
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    margin-top: 25px;
  }
  .mode2c li .more{
    max-width: 320px;
    margin-top: 24px;
  }
  .mode2c li .more a{
    justify-content:  center;
  }
  .mode2c li .more a span{
    font-size: 22px;
  }

  /* 婕斿嚭鎺ㄨ崘 */
  .mode5{
    padding: 46px 0 0px;
    background: #EDE7DC;
  }
  .thematic{
    margin-top: 35px;
  }
  .mode5 .block2{
    flex-direction: column;
  }
  .mode5 .modeTil{
    position: relative;
    font-size: 40px;
    line-height: 53px;
  }
  .mode5 .left{
    width: 100%;
    margin-top: 36px;
  }
  .recommend .info{
    padding: 16px 0 110px;
  }
  .recommend .title{
    font-size: 20px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 40px;
  }
  .recommend .more{
    width: 138px;
    height: 38px;
    margin: 0 auto;
    bottom: 60px;
    right: 50%;
    transform: translateX(50%);
  }
  .mode5 .more a{
    justify-content: center;
    font-size: 16px;
  }
  .mode5 .more i{
    width: 20px;
    height: auto;
  }
  .recommend .arrows{
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
  }
  .recommend .slick-arrow{
    top: auto;
    transform: unset;
    bottom: 0;
    background: url(../images/arrow_yellow.png) no-repeat center;
    height: 20px;
  }
  
  .recommend .dots{
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .recommend .dots .slick-dots{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    right: 50%;
    transform: translateX(50%);
    height: 22px;
    bottom: 0;
    min-width: 100px;
    pointer-events: none;
  }
  .recommend .dots li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E2D4C2;
    margin: 0 9px;
    cursor: pointer;
    pointer-events: all;
  }
  .recommend .dots li.slick-active{
    background: #FFFDF8;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
  }
  .recommend .dots button{display: none;}
  .thematic .partTil{
    width: 54px;
    font-size: 24px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
  }
  .thematic .thematicSlick{
    max-width: unset;
  }
  .thematic .thematicOut{
    padding-right: 0;
  }
  .thematic .swiper-slide{
    margin-left: 0 !important;
  }
  .thematicSlick-arrow,
  .thematicSlick-dots{
    display: block;
  }
  .mode5 .flex.block2{
    padding-bottom: 46px;
    position: relative;
  }
  .thematicSlick-arrow,
  .thematicSlick-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .thematicSlick-dots .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E2D4C2;
    margin: 0 9px;
  }
  .thematicSlick-arrow{
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 140px;
  }
  .thematicSlick-arrow &gt; div{
    display: inline-block;
    width: 11px;
    height: 22px;
    background: url(../images/arrow_yellow.png) no-repeat center;
  }
  .thematicSlick-next{
    transform-origin: center;
    transform: rotateZ(180deg);
  }
  .thematicSlick .thematicSlick-dots{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    right: 50%;
    height: 22px;
    bottom: 0;
    min-width: 100px;
  }
  .thematicSlick .thematicSlick-dots .swiper-pagination-bullet{
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
  }
  .thematicSlick .thematicSlick-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FFFDF8;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3); 
  }
  .mode5 .right{display: none;}

  .modeTil{
    font-size: 40px;
    line-height: 53px;
  }
  .thematic .thematicOut,
  .thematic .thematicSlick{
    position: unset;
  }
  .thematic,
  .thematicSlick-arrow,
  .thematicSlick-dots{
    pointer-events: all;
  }

  /* .mode6 */
  .mode6{}
  .mode6::after{
    top: 150px;
  }
  .mode6 .modeTil{
    /* padding-top: 60px; */
  }
  .mode6 .modeCon{
    padding-top: 50px;
  }
  .mode6::before{ display: none;}
  .mode6 .swiper-slide .img{
    clip-path: polygon(21.66% 0, calc(100% - 21.66%) 0, 100% 17.76%, 100% 100%, 0 100%, 0 17.76%, 21.66% 0);
  }

  .fs50{
    font-size: 40px;
  }
  .fs22{
    font-size: 20px;
  }
  .fs14{
    font-size: 12px;
  }
  .mode6 .date{
    width: 50px;
    margin-left: 10px;
  }
  .mode6 .title{
    line-height: 26px;
    margin-left: 90px;
    margin-top: 20px;
  }
  .mode6{
    padding: 60px 0 158px;
  }
  .mode6 .swiper-pagination,
  .mode6 .swiper-arrow{display: block;}
  .mode6 .swiper-pagination{
    margin-top: 50px;
    height: 22px;
    position: relative;
    right: 0;
    bottom: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
  }
  .mode6 .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #765C67;
    margin: 0 9px;
  }
  .mode6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
  }
  .mode6 .swiper-container-3d{
    position: relative;
  }
  .mode6 .swiper-arrow{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
  }
  .mode6 .swiper-arrow &gt; div{
    width: 11px;
    height: 22px;
    background: url(../images/arrow_yellow.png) no-repeat center;
    display: inline-block;
  }
  .mode6 .swiper-button-next{
    transform: rotateZ(180deg);
    transform-origin: center;
  }
  .mode6 .swiper-arrow &gt; div::after{
    display: none;
  }
  .mode6 .modeTil{
    padding-top: 0;
  }
  .modeMore{
    position: absolute;
    right: 0;
    top: 3px;
  }
  .modeMore a{
    width: 34px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .modeMore.isView a::before{display: none;}
  .mode7{
    padding: 85px 0 120px;
    margin-top: -100px;
  }
  .mode7 .modeTil{
    line-height: 53px;
  }
  .mode7 .block2{position: relative;}
  .mode7 .modeMore{
    display: block;
  }
  .mode7 .modeCon{
    overflow: hidden;
  }
  .mode7 .modeCon .date{
    width: 50px;
    margin-left: 30px;
    padding-bottom: 15px;
  }
  .mode7 .modeCon .year{
    margin-top: 10px;
  }
  .mode7 .modeCon .title{
    margin-left: 100px;
    max-width: 100%;
    line-height: 26px;
  }
  .mode7 .modeCon .info{
    margin-top: 16px;
  }

  .mode7 .moble-dots{
    height: 22px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .mode7 .moble-dots .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E2D4C2;
    margin: 0 9px;
  }
  .mode7 .moble-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  }
  .mode7 .mode7-arrow{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 140px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    pointer-events: none;
  }
  .mode7 .mode7-arrow &gt; div{
    display: inline-block;
    width: 11px;
    height: 22px;
    background: url(../images/arrow_yellow.png) no-repeat center;
    pointer-events: all;
  }
  .mode7 .mode7-arrow .mode7-next{
    transform-origin: center;
    transform: rotateZ(180deg);
  }
  .mode7 .modeCon{position: relative;margin-top: 45px;}
  
  /* newsMode01 */
  .newsMode01{
    overflow: hidden;
    margin-top: -80px;
    padding: 68px 0 110px;
    background: url(../images/newsMode01_bg2.png) no-repeat center top;
    background-size: 100% auto;
  }
  .newsMode01 .modeMore{display: none;}
  .newsMode01 .block2 &gt; .flex{
    flex-direction: column-reverse;
  }
  .newsMode01 .info{
    width: 100%;
  }
  .newsMode01 .imgBox{
    width: 100%;
  }
  .newsMode01 .textBox{
    padding-left: 35px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }
  .newsMode01 .date{
    padding-bottom: 15px;
  }
  .newsMode01 .day{
    font-size: 40px;
    line-height: 53px;
  }
  .newsMode01 .year{
    font-size: 12px;
    margin-top: 10px;
  }
  .newsMode01 .title{
    font-size: 20px;
    line-height: 26px;
  }
  .newsMode01 .summary{
    display: none;
  }
  .newsMode01 .info{
    margin-top: 12px;
    padding-left: 23px;
  }
  .newsMode02{
    margin-top: -90px;
    padding: 70px 0 160px;
    background: url(../images/newsMode02_bg.png) no-repeat center top;
    background-size: 100% auto;
    overflow: hidden;
  }
  .newsMode02::before{
    max-height: unset;
    height: 100%;
  }
  .newsMode01 .date{
    width: 50px;
  }
  .newsMode01 .textBox,
  .newsMode02 .textBox{
    width: calc(100% - 73px);
  }
  .mode1{
    margin-top: -160px;
  }
  .mode1 .til_tab{
    padding-right: 30px;
    padding-bottom: 8px;
  }
  .mode1 .til_tab span{
    font-size: 24px;
  }
  .mode1 .txt a p{
    font-size: 40px;
    line-height: 53px;
  }
  .mode1 .tabBox{
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mode1 .boxList{
    display: none;
  }
  .mode1 .txt{
    bottom: 75px;
  }
  .mode1 .til_list{
    flex-wrap: wrap;
    justify-content: center;
  }
  .mode1 .til_tab span{
    line-height: 32px;
  }
  .mode5 .left{
    padding-bottom: 40px;
    position: relative;
  }
  .mode5 .flex.block2{
    padding-bottom: 30px;
  }
  .recommend .arrows,
  .thematicSlick-arrow,
  .mode6 .swiper-arrow,
  .mode7 .mode7-arrow{display: none;}

}

@media screen and (max-width:768px){
  .banner .navg li::before{
    width: 20px;
    height: 1px;
  }
  .mode7line{
    display: none;
  }
  .mode1 .txt{
    bottom: 40px;
  }
  .mode1 .til_tab{
    padding-bottom: 5px;
  }
  .mode1 .til_tab span{
    font-size: 20px;
  }
  .thematic .thematicOut,
  .thematic .thematicSlick,
  .thematic .thematicSlick .swiper-wrapper{
    height: auto;
    width: 100%;
  }
  .thematic .thematicSlick .item.current a .img img{
    width: 100%;
  }
  .thematic .thematicSlick .item a .img img{
    height: 100%;
  }
  .mode5 .flex.block2{
    padding-bottom: 20px;
  }
  .mode2a .title{
    font-size: 36px;
  }
  .year_day h2{
    font-size: 30px;
  }
  .modeTil,
  .mode5 .modeTil,
  .mode1 .txt a p{
    font-size: 36px;
  }
  .mode6{
    padding: 40px 0 120px;
  }
  .mode6 .modeCon{
    padding-top: 30px;
  }
  .mode6 .swiper-pagination{
    margin-top: 20px;
  }
  .mode7{
    padding: 40px 0 100px;
  }
  .mode7 .modeTil{
    padding-top: 0;
  }
  .mode7 .modeCon{
    margin-top: 30px;
  }
  .mode7 .moble-dots{
    margin-top: 20px;
  }
  .newsMode01{
    padding: 40px 0 100px;
  }
  .newsMode02{
    padding: 40px 0 180px;
  }
}

@media screen and (max-width: 580px){
  .mode1{
    height: 280px;
    overflow: hidden;
    position: relative;
  }
  .mode1 &gt; img{
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
  }
  .mode1::before{z-index: 1;}
  .mode1 .txt{
    bottom: 30px;
    z-index: 2;
  }
  .mode1 .tabBox{
    margin-top: 5px;
  }
  .mode1 .til_tab{
    margin-top: 5px;
  }
  .mode1 .til_tab:last-child{
    padding-right: 0;
  }
  .mode1 .til_tab span{
    line-height: 24px;
  }
  .mode1::before{
    height: 200px;
  }
}

@media screen and (max-width: 549px){
  .mode1 .til_tab:last-child{
    margin-right: 30px;
  }
  .mode1 .til_tab:nth-last-of-type(2){
    padding-right: 0;
  }
}

@media screen and (max-width:480px){
  .banner .navg li::before{
    width: 12px;
    height: 1px;
  }
  .mode7line{
    max-width: 100%;
    background: url(../images/mode7_bg_m.png) no-repeat center 50px;
  }
  
  .banner .child .txt .fz40{
    line-height: 25px;
    margin-top: 0;
    font-size: 18px;
    /* word-wrap: break-word;
    text-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical; */
  }
  .thematic .partTil{
    font-size: 20px;
    padding-top: 0;
  }
}

@media screen and (max-width:439px){
  .mode1 .til_tab:last-child{
    margin-right: 30px;
  }
  .mode1 .til_tab:nth-last-of-type(2){
    padding-right: 30px;
  }
  .mode1 .til_tab:nth-last-of-type(3){
    padding-right: 0;
  }
}

@media screen and (max-width:430px){
  .mode2c{
    padding: 0 11.5vw;
  }
  .month-arrow &gt; div{
    height: 45px;
  }
  .banner .navg li.slick-active span{
    width: 28px;
    height: 28px;
  }
  .banner .navg li{
    height: 28px;
    line-height: 28px;
  }
  .banner .navg li span{
    height: 28px;
  }
  .banner .navg li.slick-active span{
    padding: 0 3px;
    background-size: contain
  }
}

@media screen and (max-width:414px){
  .banner .navg li::before{
    width: 12px;
    left: -2px;
  }
  .mode2a{
    padding-left: 15px;
    padding-right: 15px;
  }
  .mode2a .title{
    margin: 15px 0 5px;
  }
  .mode2c{
    padding: 0 5vw;
  }
  .banner .child:before{
    height: 35px;
  }
}

@media screen and (max-width:370px){
  .mode1 .til_tab{
    padding-right: 15px;
  }
  .mode1 .til_tab span{
    font-size: 18px;
  }
}</pre></body></html>