@charset "UTF-8"; 
/* Base Reset */
:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --red-color: #a42423;
  --light-color: #E7E7E7;
  --dark-color: #232323;
  --title-color: #333333;
  --theme-color: #104186;
  --primary-color: #174990;
  --secondary-color: #1B4279;
  --hover-color: #0036A3;
  --tiny-size: 0.1rem;
  --mini-size: 0.12rem;
  --small-size: 0.14rem;
  --base-size: 0.16rem;
  --large-size: 0.18rem;
  --huge-size: 0.2rem;
  --mega-size: 0.24rem;
  --module-size: 0.45rem;
  --container-width: 1600px;
}

@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url('../font/YouSheBiaoTiHei.ttf');
}
/* @font-face {
  font-family: 'SourceHanSerifCN-Regular';
  src: url('../font/SourceHanSerifCN-Regular.ttf');
} */
* {margin: 0; padding: 0; box-sizing: border-box;}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
:focus {outline: 0;}
img {border: 0;}
a img {vertical-align: middle;}
body {line-height: 1;}
ol,
ul {list-style: none;}
blockquote,
q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
.clear {width: 100%; height: 0; line-height: 0; font-size: 0; overflow: hidden; clear: both; display: block; _display: inline;}
.none {display: none;}
.hidden {visibility: hidden;}
.clearfix:after {clear: both; content: ''; display: block; height: 0; visibility: hidden;}
.clearfix {display: block; *zoom: 1;}
body, p {font: 14px/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial; color: #333; font-family: 'Microsoft YaHei';}
body {background-color: #fff; font-size: 14px; position: relative; /**overflow: hidden; height: 100%;**/}
body:before {content: ''; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);}
a {text-decoration: none; color: var(--dark-color); transition: all 0.4s ease-in-out;}
a:hover {text-decoration: none; color: var(--theme-color);}

.wrapper {width: 100%; background: #fff;}
.inner {width: auto; max-width: var(--container-width); margin: 0 auto;}

/* Web Scrollbar */
::-webkit-scrollbar {width: 6px; height: 6px; background-color: #fff;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); border-radius: 10px; background-color: #fff;}
::-webkit-scrollbar-thumb {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); background-color: rgba(144, 147, 153,
.4); transition: background-color .3s;}
::-webkit-scrollbar-thumb:hover {background-color: rgba(144, 147, 153,
.6);}

/* WebKit, Blink, Edge */
::-webkit-input-placeholder {color: #fff;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {color: #fff;}
/* Mozilla Firefox 19+ */
::-moz-placeholder {color: #fff;}
/* Internet Explorer 10-11 */
:-ms-input-placeholder {color: #fff;}
/* Input Placeholder */
:-webkit-autofill {box-shadow: 0 0 0 1000px #fff inset; -webkit-box-shadow: 0 0 0 1000px #0035a1 inset; -webkit-text-fill-color: #fff;}

/* Animate */
@keyframes move {
  0% {transform: scale(1.2) translate(100px, -20px)}
  50% {transform: scale(1.0) translate(10px, 20px)}
  100% {transform: scale(1.0) translate(0px, 0px)}
}
@keyframes jump {
  0% {top: 34px;}
  10% {top: 29px;}
  20% {top: 34px;}
  30% {top: 29px;}
  40% {top: 34px;}
  100% {top: 34px;}
}


.module-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.32rem;
}
.module-head.margin-scale {
  margin: 0 0.24rem 0.32rem;
}
.module-head.dobule-title {
  justify-content: flex-start;
}
.module-head.flex-end {
  justify-content: flex-end;
}
.module-head.position-right {
  position: absolute;
  top: 0.54rem;
  right: 0.86rem;
  margin: 0;
}
.module-head.fixed-width {
  width: 3.6rem;
}
.module-head.small-bottom {
  margin-bottom: 0.12rem;
}
.module-title {
  font-size: var(--module-size);
  color: var(--primary-color);
  font-family: 'YouSheBiaoTiHei';
  line-height: 0.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.module-head.white-color .module-title {
  color: var(--white-color);
}
.title-text {
  position: relative;
}
.title-text::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 36px;
  left: 10px;
  background: url('../image/title_bg.png') right top no-repeat;
  background-size: contain;
}
.title-trans {
  position: relative;
  font-size: var(--tiny-size);
  line-height: 20px;
  color: #E1C46E;
  padding-bottom: 2px;
  margin-bottom: 12px;
}
.title-trans::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 2px;
  background: linear-gradient(270deg, rgba(225, 196, 110, 0) 0%, #E1C46E 100%);
}
.module-more {
  font-size: var(--large-size);
  line-height: 0.6rem;
}
.module-head.position-right .module-more {
  line-height: 0.5rem;
}
.more-link {
  display: block;
  color: var(--red-color);
}
.module-head.white-color .more-link {
  color: var(--white-color);
}
.module-subtitle {
  border-radius: 4px;
  color: #DFC87D;
  font-size: var(--base-size);
  background: var(--white-color) url('../image/calendar.png') 0.2rem center no-repeat;
  line-height: 0.46rem;
  box-shadow: 0 6px 9px 0 rgba(106, 80, 3, 0.1);
  padding: 0 0.2rem 0 0.48rem;
  margin-left: 0.48rem;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.module-subtitle.active {
  color: var(--white-color);
  background: #E1C46E url('../image/calendar_active.png') 0.2rem center no-repeat;
}
.module-extra {
  border-radius: 0 16px 0 16px;
  background: #E1C46E;
  box-shadow: 0 0 6px 0 #E1C46E;
  color: var(--white-color);
  font-size: var(--huge-size);
  padding: 0 22px;
  line-height: 50px;
  font-weight: bold;
}

.nwnu-info-wrap {
  position: relative;
  background: url('../image/news_bg.png') bottom center no-repeat, linear-gradient(180deg, rgba(245, 249, 253, 0) -9%, #CEE7F6 100%);
}
.nwnu-info-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../image/wave_first.png') center bottom no-repeat, url('../image/wave_second.png') center calc(100% - 0.2rem) no-repeat, url('../image/wave_third.png') center calc(100% - 0.36rem) no-repeat;
}
.nwnu-info-inner {
  position: relative;
  padding: 0.34rem 0 3.68rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
}
.info-news-panel {
  flex: 0 0 11rem;
  max-width: 11rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.info-notice-panel {
  flex: 1 1 auto;
  margin-left: 0.76rem;
}
.news-carousel-window {
  position: relative;
  flex: 0 0 7.1rem;
  max-width: 7.1rem;
}
.news-carousel-window > ul {
  box-shadow: 0 3px 15px 0 rgba(27, 66, 121, 0.1);
}
.news-carousel-window .slick-dots {
  width: auto;
  margin: 0;
  bottom: 0.18rem;
  right: 0.36rem;
}
.news-carousel-window .slick-dots li button {
  background: var(--light-color);
}
.news-carousel_list__img {
  height: 4.5rem;
}

.news-carousel_list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-carousel_list__con {
  background: var(--white-color);
  padding: 0.24rem 0.36rem 0.33rem;
}
.news-carousel_list__time {
  font-size: var(--base-size);
  color: var(--red-color);
  line-height: 1.5em;
}
.news-carousel_list__title {
  margin-top: var(--large-size);
  font-size: var(--huge-size);
  font-weight: bold;
  line-height: 1.5em;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-carousel_list__title a {
  display: block;
}





.news-scroll-window {
  flex: 1 1 auto;
  margin-left: 0.4rem;
}
.news-scroll-window > ul.slick-dotted.slick-slider {
  padding-bottom: 56px;
}
.news-scroll_list__con {
  display: block;
  padding: 0.15rem 0;
  border-bottom: 1px solid #A9CADE;
}
.news-scroll_list__time {
  font-size: var(--base-size);
  color: var(--red-color);
  line-height: 1.5em;
}
.news-scroll_list__title {
  color: var(--dark-color);
  margin-top: 0.15rem;
  font-size: var(--large-size);
  font-weight: bold;
  line-height: 1.5em;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.notice-list-window ul li {
  background: transparent;
  transition: background-color 0.4s ease-in-out;
}
.notice-list-window ul li:hover {
  box-shadow: 0 3px 15px 0 rgba(27, 66, 121, 0.1);
  background: #fff url('../image/bell.png') calc(100% - 0.24rem) center no-repeat
}
.notice-list-window ul li .news-scroll_list__con {
  margin: 0 0.24rem;
}
.notice-list-window ul li:hover .news-scroll_list__con {
  border-color: #fff;
  
}


.nwnu-container-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 0.3rem 0 0.24rem;
      background: linear-gradient(to bottom, rgb(0 0 0 / 56%), transparent);
}
.nwnu-container-header::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
}
.wheel .nwnu-container-header::before {
  opacity: 1;
}
.nwnu-float-wrap {
  position: relative;
  background: transparent;
}
.nwnu-float-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.float-role-window ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.float-role-window ul li {
  font-size: 14px;
  line-height: 24px;
  padding: 0 16px;
}
.float-role-window ul li + li {
  background: url('../image/role_split.png') left center no-repeat;
}
.float-role-window ul li a {
  color: #fff;
}

.float-end-panel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.float-search-window .search {
  position: relative;
  background: rgba(255, 255, 255, .16);
  border-radius: 30px;
  width: 180px;
  height: 30px;
  line-height: 30px;
}
.float-search-window .search-form {
  display: block;
}
.float-search-window .search-input {
  margin: 0 30px 0 12px;
}
.float-search-window .search-input input {
  display: block;
  border: 0;
  outline: 0;
  background: none;
  font-size: 14px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.float-search-window .search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.float-search-window .search-button input {
  display: block;
  border: 0;
  outline: 0;
  width: 100%;
  height: 30px;
  background: url('../image/search.png') center no-repeat;
  cursor: pointer;
}


.float-language-window {
  margin-left: 20px;
}
.float-language-window ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.float-language-window ul li {
  font-size: 14px;
  line-height: 24px;
  padding: 0 4px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.float-language-window ul li a {
  color: #fff;
}


.nwnu-navigation-wrap {
  background: transparent;
}
.nwnu-navigation-inner {
  padding: 0 20px;
}
.navigation-flex-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}
.navigation-box-window {
  flex: 1 1 auto;
}
.navigation-box-window .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.navigation-box-window .menu-item {
  position: relative;
  flex: 20%;
  max-width: 20%;
  text-align: center;
}
.navigation-box-window .menu-item::after {
  content: '';
  width: 0px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: 0 auto;
  transition: width 0.4s ease-in-out;
}
.navigation-box-window .menu-item:hover::after {
  width: 70px;
}
.navigation-box-window .menu-link {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 30px;
  color: #fff;
}
.navigation-box-window .sub-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #FFE;
  position: absolute;
  left: 0;
  width: 900px;
  top: 70px;
  border-radius: 10px;
  padding: 30px 6px 30px 30px;
}
.navigation-box-window .sub-mask {
  flex: 0 0 175px;
  margin-right: 30px;
}
.navigation-box-window .sub-mask img {
  width: 175px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}
.navigation-box-window .sub-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}
.navigation-box-window .sub-item {
  flex: 33.333%;
  max-width: 33.333%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 8px 0 14px;
  margin-top: 20px;
  background: url('../image/menu_arrow.png') left center no-repeat;
}
.navigation-box-window .sub-item:nth-child(-n+3) {
  margin: 0;
}
.navigation-box-window .sub-link {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.navigation-end-window.navigation-box-window .sub-wrap {
  left: auto;
  right: 0;
}

.navigation-logo-window {
  flex: 0 0 340px;
  text-align: center;
  margin: 0 24px;
  position: relative;
  bottom: 20px;
}
.navigation-logo-window .site-url {
  display: block;
  max-width: 340px;
}
.navigation-logo-window .site-logo {
  width: auto;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}


.nwnu-entrance-wrap {
  background: rgba(0, 0, 0, .2);
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 80;
  width: 110px;
  transform: translateY(-50%);
  border-radius: 20px 0 0 20px;
  transition: background .4s ease-in-out;
}
.wheel .nwnu-entrance-wrap {
  background: rgba(0, 0, 0, .2);
}
.entrance-nav-window ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 30px 0;
}
.entrance-nav-window ul li {
  font-size: 14px;
  line-height: 24px;
}
.entrance-nav-window ul li a {
  display: block;
  color: #fff;
  background: var(--entranceBg) top center no-repeat;
  padding: 40px 0 16px;
}
.entrance-nav-window ul li:last-of-type a {
  padding-bottom: 0;
}



.nwnu-main-page .nwnu-container-main {
 /* padding-top: 1.73rem;*/
padding-top: 0.48rem;
}
.nwnu-suspend-wrap {
  position: fixed;
  z-index: 200;
  background: #104186 url('../image/suspend_bg.png') bottom center no-repeat;
  width: 100%;
  height: 100vh;
  top: 0;
  overflow: hidden;
  display: none;
}



.section-module {
  width: 100%;
}
.section-jumbotron {
  height: 100%;
}

.jumbotron-focus-window .suspend-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #104186;
  width: 110px;
  height: 82px;
  border-radius: 10px 0 0 10px;
  position: absolute;
  right: 0;
  z-index: 50;
  top: 28px;
  cursor: pointer;
  display: none;
}
.wheel .jumbotron-focus-window .suspend-menu {
  z-index: 200;
}
.jumbotron-focus-window .menu-bur {
  width: 36px;
  position: relative;
  margin: 0 auto;
  height: 25px;
}
.jumbotron-focus-window .bur-rect {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: transform .3s ease-in-out;
  margin: 0 auto;
  border-radius: 3px;
}
.jumbotron-focus-window .bur-rect.center {
  top: 11px;
}
.jumbotron-focus-window .bur-rect.bottom {
  top: 22px;
}
.jumbotron-focus-window .open .bur-rect.top {
  transform: rotateZ(45deg);
  top: 50%;
}
.jumbotron-focus-window .open .bur-rect.center {
  opacity: 0;
}
.jumbotron-focus-window .open .bur-rect.bottom {
  transform: rotateZ(-45deg);
  top: 50%;
}

.jumbotron-focus-window .slick-dots {
  bottom: 0.4rem;
  right: 8%;
  width: auto;
}
.jumbotron-focus-window .slick-dots li {
  width: 30px;
  height: 30px;
}
.jumbotron-focus-window .slick-dots li button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 2px;
  background: transparent;
  color: #fff;
}
.jumbotron-focus-window .slick-dots li.slick-active button {
  background: #104186;
}
.jumbotron-focus-window .focus-item {/**height: 100vh;**/}
.jumbotron-focus-window .focus-img,
.jumbotron-focus-window .focus-video {position: relative; width: 100%; /*height: 100%;*/}
.jumbotron-focus-window .focus-img img,
.jumbotron-focus-window .focus-video video {width: 100%; height: 100%; object-fit: cover; -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); -webkit-transform: scale(1.3); transform: scale(1.3);}
.jumbotron-focus-window .focus-item.slick-active .focus-img img{transform: scale(1);}
.jumbotron-focus-window .focus-list:hover .slick-arrow {opacity: 0.6;}
.jumbotron-focus-window .slick-arrow {width: 30px; height: 50px; margin-top: -15px; opacity: 0; transition: all 0.4s ease-in-out;}
.jumbotron-focus-window .focus-list:hover .slick-arrow:hover {opacity: 1;}
.jumbotron-focus-window .slick-prev {left: 30px;}
.jumbotron-focus-window .slick-next {right: 30px;}
.jumbotron-focus-window .slick-prev:after,
.jumbotron-focus-window .slick-next:after {content: ''; width: 30px; height: 50px; position: absolute; top: 0; left: 0; background: url('../image/arrow.png') right center no-repeat;}
.jumbotron-focus-window .slick-prev:after {background-position: left center;}

.focus-list .slick-slide {
 /* height: 100vh;*/
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.jumbotron-focus-window .focus-point {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  border: 1px solid rgb(255 255 255 / 64%);
  border-radius: 50%;
  cursor: pointer;
}

.jumbotron-focus-window .point-icon {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  padding: 38px 0 12px;
  height: 80px;
  width: 100%;
  text-align: center;
  background: url('../image/point_icon.png') top center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.jumbotron-focus-window .point-icon::after {
  content: '';
  background: url('../image/scroll_arrow.png') bottom center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 10px;
  animation: scroll 2s cubic-bezier(.15,.41,.69,.94)infinite;
}

.jumbotron-focus-window .circle-path {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-opacity: 1;
  stroke-dasharray: 433.54;
  stroke-dashoffset: 433.54;
  transform: rotate(-90deg);
  transform-origin: center;
}

.jumbotron-focus-window .circle-path.run {
  animation: drawLine 5s linear 0ms infinite;
}


.section-container {
  position: fixed;
  top: 100%;
  width: 100%;
  outline: none;
  background: var(--white-color);
  overflow: auto;
  position: fixed;
  z-index: 60;
  top: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
  overflow-x: hidden;
    position: initial;
}
.section-container.wheel {
  top: 0;
}



/*专题聚焦*/
.nwnu-special-wrap {
  background: #104186;
  margin-top: -1rem;
}
.special-list-panel {
  position: relative;
  z-index: 20;
}
.special-list-window ul {
  margin: 0 -0.15rem;
}
.special-list-window ul li {
  width: 25%;
}
.special-list-window ul li a {
  display: block;
  padding: 0 0.15rem;
}
.special-list-window .sepcial-list-img {
  width: 100%;
  position: relative;
  background: var(--light-color);
  padding-top: 47%;
  overflow: hidden;
}
.special-list-window .sepcial-list-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
.special-list-window .slick-arrow {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: var(--white-color) url('../image/arrow.png') center no-repeat;
  margin-top: -0.28rem;
}
.special-list-window .slick-arrow.slick-prev {
  left: -0.24rem;
}
.special-list-window .slick-arrow.slick-next {
  right: -0.24rem;
  transform: rotateY(0.5turn);
}


/*师大看点*/
.nwnu-highlight-wrap {
  position: relative;
  background: linear-gradient(0deg, #FFFFFF 0%, #C1E3F6 100%);
  margin-top: -0.85rem;
}
.nwnu-highlight-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../image/highlight_bot_bg.png') top center no-repeat;
  mix-blend-mode: soft-light;
  background-attachment: fixed;
}
.nwnu-highlight-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../image/highlight_top_bg.png') bottom center no-repeat;
}
.nwnu-highlight-inner {
  padding: 2.35rem 0 1.28rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 10;
}
.highlight-calendar-panel {
  position: relative;
  flex: 0 0 6.8rem;
  max-width: 6.8rem;
  z-index: 10;
}



.highlight-calendar-panel .calendar-content {
  padding: 0.48rem 0.36rem;
  background: url('../image/calendar_bg.jpg') center no-repeat;
  background-size: cover;
  border-radius: 12px 0 0 12px;
  box-shadow: 10px 16px 22px 0 rgba(1, 69, 144, 0.2);
  backdrop-filter: blur(78px);
}

.highlight-calendar-panel ul {
  padding: 0.28rem;
  background: var(--white-color);
  border-radius: 8px;
  opacity: 0;
  transform: rotatey(-90deg) scale(1.1);
  transform-origin: 50% 50%;
  transition: all .3s ease-in-out;
}
.highlight-calendar-panel ul.active {
  opacity: 1;
  transition-delay: .3s;
  transform: rotatey(0deg) scale(1);
  transform-origin: 50% 50%;
}
.highlight-calendar_list__con {
  display: block;
  padding: 0.12rem 0;
  border-bottom: 1px solid #A9CADE;
}
.highlight-calendar_list__time {
  font-size: var(--base-size);
  color: var(--red-color);
  line-height: 1.5em;
}
.highlight-calendar_list__title {
  font-size: var(--large-size);
  font-weight: bold;
  margin-top: 0.12rem;
  line-height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}



.highlight-field-panel {
  position: relative;
  flex: 1 1 auto;
  padding: 0.54rem 0.86rem;
  border-radius: 34px 0 34px 0;
  background: linear-gradient(180deg, var(--white-color) 35%, rgba(219, 242, 255, .85) 100%);
  box-shadow: 0 -1px 36px 0 rgba(26, 91, 185, 0.1);
}
.field-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.4rem;
}
.field-menu-item {
  background: transparent;
  color: var(--dark-color);
  font-weight: bold;
  font-size: var(--huge-size);
  line-height: 50px;
  padding: 0 22px;
  border-radius: 0 16px 0 16px;
  box-shadow: 0 0 6px 0 transparent;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.field-menu-item + .field-menu-item  {
  margin-left: 10px;
}
.field-menu-item.selected {
  background: #E1C46E;
  color: var(--white-color);
  box-shadow: 0 0 6px 0 #E1C46E;
}
.highlight-field-window ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.6rem;
}
.highlight-field-window ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.6rem 0.4rem;
  line-height: 0.28rem;
}
.highlight-field-window ul li:nth-last-child(-n+2) {
  padding-bottom: 0;
}
.highlight-field_list__title {
  font-size: var(--large-size);
  font-weight: bold;
  margin-bottom: 0.12rem;
  line-height: 1.5em;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.highlight-field_list__time {
  color: rgb(26 26 26 / 50%);
  font-size: var(--small-size);
  padding-left: 0.26rem;
  background: url('../image/highlight_time.png') left center no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.highlight-field_list__location {
  color: rgb(26 26 26 / 50%);
  font-size: var(--small-size);
  padding-left: 0.26rem;
  background: url('../image/highlight_location.png') left center no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


/*学术科研*/
.nwnu-research-wrap {
  position: relative;
  background: linear-gradient(180deg, rgba(245, 249, 253, 0) -27%, rgba(193, 226, 246, .67) 100%);
}
.nwnu-research-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  opacity: 0.69;
}
.nwnu-research-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../image/research_bg.png') bottom center no-repeat;
  background-attachment: fixed;
  mix-blend-mode: overlay;
}
.nwnu-research-inner {
  position: relative;
  padding: 0.92rem 0 1.58rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
}
.research-achievement-panel {
  flex: 0 0 10.5rem;
  max-width: 10.5rem;
}
.achievement-carousel-window {
  position: relative;
  margin-bottom: 0.4rem;
}
.achievement-carousel-window ul.slick-dotted.slick-slider {
  padding-bottom: 0.92rem;
}
.achievement-carousel-window .slick-dots {
  width: auto;
  margin: 0;
  bottom: 0.4rem;
  right: 0;
}
.achievement-carousel-window .slick-dots li button {
  background: var(--light-color);
}
.carousel-content {
  position: relative;
  width: 4.8rem;
  padding: 0.3rem 0.4rem 0;
  border-radius: 0 24px 0 24px;
  background: var(--white-color);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 20;
}
.achievement-carousel_content__time {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.achievement-carousel_content__time .time-top {
  font-size: var(--mini-size);
  color: var(--red-color);
  line-height: 1.65em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.achievement-carousel_content__time .time-top span + span {
  margin-left: 0.2rem;
}
.achievement-carousel_content__time .time-bot {
  font-size: var(--mega-size);
  color: var(--red-color);
  line-height: 1.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.achievement-carousel_content__time .time-bot span + span {
  position: relative;
  margin-left: 0.1rem;
  padding-left: 0.12rem;
}
.achievement-carousel_content__time .time-bot span + span:after {
  content: '';
  background: var(--red-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 50%;
}
.achievement-carousel_content__title {
  font-size: var(--large-size);
  font-weight: bold;
  margin: 0.18rem 0;
  line-height: 1.5em;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.achievement-carousel_content__text {
  font-size: var(--base-size);
  line-height: 1.6em;
  height: 4.8em;
  max-height: 4.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #626262;
}

.carousel-cover {
  position: absolute;
  width: 6.6rem;
  right: 0;
  bottom: 0.4rem;
}
.achievement-carousel_cover__image {
  position: relative;
  width: 100%;
  padding-top: 66.6%;
  background: var(--light-color);
  overflow: hidden;
}
.achievement-carousel_cover__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.achievement-card-window ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -0.12rem;
}
.achievement-card-window ul li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 0.12rem;
}
.achievement-card-window ul li a {
  display: block;
  border-top: 7px solid #E1C46E;
  padding: 0.28rem 0.4rem;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(27, 66, 121, 0.1);
}
.achievement-list_card__title {
  color: var(--dark-color);
  margin-bottom: 0.28rem;
  font-size: var(--large-size);
  font-weight: bold;
  line-height: 1.5em;
  height: 4.5em;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.achievement-list_card__time {
  font-size: var(--base-size);
  color: var(--red-color);
  line-height: 1.5em;
}

.research-declare-panel {
  flex: 1 1 auto;
  margin: 0.42rem 0 0 0.66rem;
  padding-left: 0.55rem;
  border-left: 1px solid rgba(170, 203, 223, .6);
}
.declare-list-window > ul.slick-dotted.slick-slider {
  padding-bottom: calc(0.26rem + 12px);
}
.declare-scroll_list__con {
  display: block;
  padding: 0.15rem 0;
  border-bottom: 1px solid #A9CADE;
}
.declare-scroll_list__time {
  font-size: var(--base-size);
  color: var(--red-color);
  line-height: 1.5em;
}
.declare-scroll_list__title {
  color: var(--dark-color);
  margin-top: 0.12rem;
  font-size: var(--large-size);
  font-weight: bold;
  line-height: 1.5em;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



/* 多彩师大*/
.nwnu-media-wrap {
  position: relative;
  margin-top: -0.84rem;
  background: transparent;
}
.nwnu-media-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../image/media_top_bg.png') center 1.36rem no-repeat;
  background-attachment: fixed;
  mix-blend-mode: overlay;
  z-index: 10;
}
.nwnu-media-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../image/media_bot_bg.png') top center no-repeat;
}
.nwnu-media-inner {
  position: relative;
  padding: 1.36rem 0 0.6rem;
  z-index: 10;
}
.media-colorful-panel {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.colorful-file-window {
  flex: 1 1 auto;
}
.colorful-file-window ul {
  background: var(--white-color);
  box-shadow: 0 3px 15px 0 rgba(27, 66, 121, 0.1);
  padding: 0.2rem 0.32rem;
}
.colorful-file-window ul li:last-of-type .colorful-file_list__con {
  border: 0;
}
.colorful-file_list__con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.28rem 0;
  border-bottom: 1px solid #A9CADE;
}
.colorful-file_list__logo {
  flex: 0 0 0.9rem;
  max-width: 0.9rem;
  height: 0.58rem;
  background: var(--white-color);
  box-shadow: 0 3px 6px 0 rgba(0, 50, 136, 0.07);
}
.colorful-file_list__logo img {
  width: 100%;
  height: auto;
}
.colorful-file_list__title {
  flex: 1 1 auto;
  margin-left: 0.16rem;
  color: var(--dark-color);
  font-size: var(--large-size);
  font-weight: bold;
  line-height: 1.5em;
  height: 3em;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}




.colorful-image-window {
  flex: 0 0 6.3rem;
  max-width: 6.3rem;
  margin: 0 0.2rem;
}
.colorful-image-window ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.colorful-image-window ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.1rem;
}
.colorful-image-window ul li:first-of-type {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 0.2rem;
}
.colorful-image_list__con {
  position: relative;
display: block;
}
.colorful-image_list__img {
  width: 100%;
  height: 2.34rem;
}
.colorful-image_list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.colorful-image-window ul li:first-of-type .colorful-image_list__img {
  height: 3.6rem;
}
.colorful-image-window ul li:last-of-type {
  position: relative;
}
.colorful-image_paper__img {
  width: 100%;
  height: 2.34rem;
  background: url('../image/arrow_white.png') center no-repeat;
}
.colorful-image_paper__img img {
  width: 100%;
  height: 100%;
}
.colorful-image_paper__text {
  position: absolute;
  top: 63%;
  color: #fff;
  padding: 0 26px;
  font-size: 14px;
  line-height: 27px;
  transform: translateY(-50%);
}
.colorful-image_list__title {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  color: var(--white-color);
  font-size: var(--base-size);
  font-weight: bold;
  line-height: 2.5em;
 /* max-height: 3em;*/
  padding: 0 0.24rem;
  /*overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;*/
background: rgb(27 66 121 / 50%);
left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


}
.colorful-image-window ul li:first-of-type .colorful-image_list__title{
  text-align: center;
  bottom: 0rem;
  padding: 0 0.1rem;    background: rgb(107 178 145 / 70%);
}



.colorful-video-window {
  flex: 0 0 3.8rem;
  max-width: 3.8rem;
}
.colorful-video-window ul li {
  position: relative;display:none;
}
.colorful-scroll_list__img {
  width: 100%;
  height: 6.14rem;
}
.colorful-scroll_list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.colorful-scroll_list__play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.77rem;
  height: 0.77rem;
  transform: translateY(-50%);
  background: url('../image/play.png') center no-repeat;
  cursor: pointer;
}
.colorful-scroll_list__title {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  font-size: var(--base-size);
  font-weight: bold;
  line-height: 0.52rem;
  height: 0.52rem;
  padding: 0 0.24rem 0 0.74rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgb(27 66 121 / 50%);
}
.colorful-scroll_list__title::before {
  content: '';
  background: url(../image/tiktok_bg.png) left center no-repeat;
  position: absolute;
  left: 0rem;
  top: 0;
  width: 0.52rem;
  height: 0.52rem;
}
.colorful-scroll_list__title a {
  color: var(--white-color);
}

.nwnu-solt-inner {
  max-width: 100%;
}
.nwnu-solt-inner {
  max-width: 100%;
}
.solt-code-window {
  position: relative;
}
.solt-code-window ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
}
.solt-code-window ul li {
  position: relative;
  top: 160px;
  width: calc(100% / 26);
  height: 324px;
  flex: 0 0 calc(100% / 26);
  background: #fff;
  transition: all 0.4s;
}
.solt-code-window ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% / 3);
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(173, 204, 236, .3) 0,
    rgba(173, 204, 236, .3) 15px,
    #ffffff 15px,
    #ffffff 30px,
    #ADCCEC 30px,
    #ADCCEC 45px,
    #ffffff 45px,
    #ffffff 60px,
    #ADCCEC 60px
  );
}
.solt-code-window ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% / 3);
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(173, 204, 236, .3) 0,
    rgba(173, 204, 236, .3) 15px,
    #ffffff 15px,
    #ffffff 30px,
    #ADCCEC 30px,
    #ADCCEC 45px,
    #ffffff 45px,
    #ffffff 60px,
    #ADCCEC 60px
  );
}
.solt-code-window ul li + li {
  margin-left: calc(100% / 26 / 3);
}
.solt-code_list__img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
  width: 60px;
  height: 60px;
  z-index: 5;
}

.solt-code_list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solt-code-window ul li.active {top: 0;}

.solt-code-window ul li.active + li {
    top: 20px;
}
.solt-code-window ul li.active + li + li {
    top: 40px;
}
.solt-code-window ul li.active + li + li + li {
    top: 60px;
}
.solt-code-window ul li.active + li + li + li + li {
    top: 80px;
}
.solt-code-window ul li.active + li + li + li + li + li {
    top: 100px;
}
.solt-code-window ul li.active + li + li + li + li + li + li {
    top: 120px;
}
.solt-code-window ul li.active + li + li + li + li + li + li + li {
    top: 140px;
}
.solt-code-window ul li.active + li + li + li + li + li + li + li + li {
    top: 160px;
}

.solt-code-window ul li:has(+ li.active) {
    top: 20px;
}
.solt-code-window ul li:has(+ li + li.active) {
    top: 40px;
}
.solt-code-window ul li:has(+ li + li + li.active) {
    top: 60px;
}
.solt-code-window ul li:has(+ li + li + li + li.active) {
    top: 80px;
}
.solt-code-window ul li:has(+ li + li + li + li + li.active) {
    top: 100px;
}
.solt-code-window ul li:has(+ li + li + li + li + li + li.active) {
    top: 120px;
}
.solt-code-window ul li:has(+ li + li + li + li + li + li + li.active) {
    top: 140px;
}
.solt-code-window ul li:has(+ li + li + li + li + li + li + li + li .active) {
    top: 160px;
}
.solt-position-qrcode {
  position: absolute;
  top: -0.8rem;
  width: 1rem;
  height: 1rem;
  opacity: 0;
  transition: 0.6s;
  visibility: hidden;
  left: var(--position);
  z-index: 20;
  border: 4px solid #fff;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0784);
}
.solt-position-qrcode::after {
  content: '';
  display: inline-block;
  border-top: 0.1rem solid #fff;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.1rem;
}
.solt-position-qrcode img {
  width: 100%;
  height: 100%;
}
.solt-position-qrcode.show {
  opacity: 1;
  visibility: inherit;
}


.nwnu-container-footer {
  position: relative;
}
.nwnu-main-page .nwnu-container-footer {
  margin-top: -1rem;
  z-index: 10;
}
.nwnu-foot-wrap {
  background: #184686;
}
.nwnu-foot-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url('../image/footer_bg.png') bottom center no-repeat;
  mix-blend-mode: color-burn;
}
.nwnu-foot-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.68rem 0 1.56rem 0;
}
.foot-concat-window {
  border-left: 1px solid rgba(255, 255, 255, .2);
  padding: 0.1rem 1.05rem;
}
.foot-concat_title {
  font-size: var(--large-size);
  color: rgba(255, 255, 255, .8);
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.foot-concat_contnet {
  font-size: var(--base-size);
  color: rgba(255, 255, 255, .8);
  line-height: 2em;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.foot-concat_contnet span {
  padding: 0 0.32rem;
}
.foot-concat_contnet__location {
  background: url('../image/foot_location.png') left center no-repeat;
}
.foot-concat_contnet__zip {
  background: url('../image/foot_zip.png') left center no-repeat;
}
.foot-concat_contnet__phone {
  background: url('../image/foot_phone.png') left center no-repeat;
}


.foot-service-window ul li {
  width: 2.4rem;
  text-align: center;
  font-size: var(--small-size);
  border: 1px solid rgba(255, 255, 255, .2);
  line-height: 0.38rem;
}
.foot-service-window ul li + li {
  margin-top: 0.18rem;
}
.foot-service-window ul li a {
  display: block;
  color: var(--white-color);
}

.nwnu-copyright-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .08);
}
.nwnu-copyright-inner {
  padding: 0.3rem 0;
}
.site-copyright {
  font-size: var(--base-size);
  line-height: 0.3rem;
  color: rgba(255, 255, 255, .8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-copyright span {
  margin: 0 0.08rem;
}




/*列表页*/
.nwnu-banner-inner {
  max-width: 100%;
}
.banner-img {
  display: none;
  width: 100%;
  height: 4.9rem;
}
.banner-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}

.nwnu-column-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0.6rem;
}


.column-menu-panel {flex: 0 0 2.8rem;max-width: 2.8rem;margin-top: -100px;}
.column-menu-window {background: #1B4279;position: relative;border-bottom: 9px solid #6BB291;}
.column-menu-window .anchor-title {text-align: center;font-size: 40px;color: #fff;line-height: 0.5rem;padding: 25px 10px;font-weight: bold;}
.column-menu-window .column-switch { width: 30px; height: 24px; position: absolute; right: 10px; top: 50%; margin-top: -12px; display: none; background: url('img/menu-dot-white.png') no-repeat center;}
.column-body-window {background: url('../image/column_bg.png') bottom no-repeat;padding-bottom: 0.42rem; background-size: contain;}
.column-body-window ul{padding: 0 0.32rem;background: #f4f9fb;}}
.column-body-window li {width: 100%; vertical-align: bottom;}
.column-body-window li a {display: block;width: 100%;font-size: 16px;font-weight: bold;border-bottom: 1px solid #F6EAEA;text-align: center;}
.column-body-window li a:hover {color: #0f429b;text-decoration: none;}
.column-body-window li.selected a.selected {color: #0f429b;}
.column-body-window li a span {display: block;padding: 10px 10px 10px 10px;line-height: 40px;}
.column-body-window .column-sub-list li a {font-size: 15px;}
.column-body-window .column-sub-list li a span {padding: 8px 10px 8px 65px;}
.column-body-window .column-sub-list .column-sub-list li a {font-size: 14px;}
.column-body-window .column-sub-list .column-sub-list li a span {padding: 6px 10px 6px 80px;}

.column-list-panel {flex: 1 1 auto;margin-left: 0.5rem;margin: 0.5rem 0 0 0.5rem;}
.column-title-window .column-head {display: flex;justify-content: space-between;border-bottom: 2px solid #707070;padding: 15px 0;}
.column-title-window .column-title {white-space: nowrap;line-height: 28px;font-size: 24px;color: #1B4279;font-weight: bold;}
.column-title-window .column-path {line-height: 28px;color: #8a8a8a;font-size: 16px;}
.column-title-window .column-path a {color: #8a8a8a;}
.column-title-window .column-path a:hover {color: #0036a3;}
.column-title-window .column-path .possplit {background: url('../image/posbg.png') center no-repeat; width: 18px; display: inline-block;}

.column-list-window .cols-item {border-bottom: 1px solid #e0dddd;display: flex;justify-content: flex-start;align-items: flex-start;padding: 0.32rem 0.1rem;}
.column-list-window .cols-title {line-height: 2em;font-size: var(--large-size);color: #333;flex: 1 1 auto;text-overflow: ellipsis;max-height: 4em;overflow: hidden;display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-left: 0.3rem;height: 4em;}
.column-list-window .cols-link {color: #252525;}
.column-list-window .cols-link:hover {color: #0036a3;}
.column-list-window .cols-date {box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); flex: 0 0 0.7rem; max-width: 0.7rem; display: flex; flex-flow: column; align-items: center;}
.column-list-window .cols-date .date-day {
    line-height: 0.36rem;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #1B4279;
    width: 100%;
    text-align: center;
}
.column-list-window .cols-date .date-year {
    background: #1B4279;
    font-size: var(--small-size);
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 0.32rem;
}
.column-list-window .wp_entry, .column-list-window .wp_entry p {
  line-height: 2em;
  font-size: var(--small-size);
  color: #333;
}
.wp_paging {display: block; margin: 0; padding: 0; list-style: none; font-size: 16px; font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif; color: #908c88; float: right; margin: 15px 0;}
.wp_paging input {font-size: 16px; *font-size:100%;}
.wp_paging li {display: inline-block; height: 25px; line-height: 25px; float: left; margin: 0; font-size: 16px;}
.wp_paging li span,
.wp_paging li a {display: inline-block; float: left; margin: 0 8px;}
.wp_paging li em {font-style: normal; font-weight: bold; padding: 0 2px;}
.wp_paging li a {cursor: pointer; color: #908c88; line-height: 25px; height: 25px; font-size: 16px;}
.wp_paging li a.pagingJump {color: #908c88;}
.wp_paging li a:hover {color: #1B4279;}
.wp_paging li a span {margin: 0;}
.wp_paging li input {font-size: 12px; *font-size:100%; width: 24px; height: 18px; line-height: 18px; border: 1px solid #d5d5d5; background: #fff; margin: 0; text-align: center; font-family: 'Microsoft YaHei'; color: #908c88;}
.wp_paging li input:focus {outline: none;}

.nwnu-article-inner {padding: 0.24rem 0;}
.article-content-window .article-head {text-align: center; margin: 0.2rem 0;}
.article-content-window .article-title {border-bottom: 1px solid #e9e9e9; line-height: 32px; padding: 10px 12px; margin-bottom: 10px;}
.article-content-window .main-title {font-size: var(--mega-size); font-weight: bold; color: #182880;}
.article-content-window .sub-title {font-size: var(--huge-size); font-weight: normal; color: #6a6a6a;}
.article-content-window .article-meta {display: flex; justify-content: center; flex-flow: row wrap; font-size: var(--base-size); color: #939393; line-height: 1.75em;}
.article-content-window .article-meta > span {margin: 0 10px;}
.article-content-window .article-container {padding: 0 16px;}
.article-content-window .article-read p {text-indent: 32px;}
.article-content-window .article-read,
.article-content-window .article-read p,
.article-content-window .article-read span {font-size: var(--huge-size) !important; line-height: 2em !important; margin-bottom: 0.2rem !important; text-indent: 2em; text-align: justify; color: #252525; line-break: anywhere; font-family: serif !important;}
.article-content-window .article-read a {color: #1B4279;}
.article-content-window .article-read img {max-width: 100%; height: auto !important; background: url('../css/img/loading.gif') center no-repeat; display: block; margin: 0 auto !important;}