.wow-1 {
  width: 1060px;
  position: relative;
  padding: 0px 0.1px 20px;
  font-size: 20px;
  margin-bottom: 20px;
}
.wow-1 .title {
  font-size: 34px;
  color: #568faf;
  font-weight: bold;
  margin-bottom: 10px;
}
.wow-1 .hengtiao1 {
  background: #64cfe8;
  width: 82px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.wow-2 {
  overflow: hidden;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  margin-bottom: 132px;
}

/* 这段style 为 首页 复用 */
.wow-2.style1 {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 20px;
  overflow: hidden;
  overflow-x: auto;
}
.wow-2.style1 > * {
  flex: 0 0 auto;
}

.wow-2 .item {
  width: 410px;
  height: 570px;
  position: relative;
  cursor: pointer;
}
.wow-2 img {
  width: 100%;
  height: 100%;
}
.wow-2 .title {
  font-size: 26px;
  line-height: 30px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 65px;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
  transition: 0.6s;
  cursor: pointer;
}
.wow-2 .title .a1 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}

.wow-2 .bg1 {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s;
}

.wow-2 .item:hover .title {
  bottom: 40%;
}
.wow-2 .item:hover .pub-more-btn-1 {
  background: #568faf url(../assets/jiantou-fff-2.png) no-repeat 100px center;
  background-size: auto 10px;
  color: #fff;
}
.wow-2 .item:hover .bg1 {
  background: rgba(0, 0, 0, 0.35);
}

.m-wow-2-swiper-1-outer {
  width: 100%;
  overflow: hidden;
}
.m-wow-2-swiper-1 {
  display: none;
  margin: 0 auto 160px;
  overflow: visible;
}
.m-wow-2-swiper-1 .swiper-slide {
  width: 588px;
  height: 820px;
  padding: 0 2vw;
  box-sizing: border-box;
}
.m-wow-2-swiper-1 img {
  width: 100%;
  height: 100%;
}
.m-wow-2-swiper-1 a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.m-wow-2-swiper-1 .title {
  font-size: 40px;
  line-height: 50px;
  position: absolute;
  z-index: 5;
  left: 2vw;
  right: 2vw;
  bottom: 65px;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
  transition: 0.6s;
  cursor: pointer;
}
.m-wow-2-swiper-1 .title .a1 {
  font-size: 26px;
  color: #fff;
  font-weight: normal;
}

.m-wow-2-swiper-1 .bg1 {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s;
}
.m-wow-2-swiper-1 .swiper-pagination {
  transform: translateY(80px);
}

.m-wow-2-swiper-1 .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eee;
  opacity: 1;
  margin: 0 6px;
}

.m-wow-2-swiper-1
  .swiper-pagination-clickable
  .swiper-pagination-bullet-active {
  background: #568faf;
}

.wow-3 {
  display: flex;
  gap: 32px;
  font-size: 20px;
  color: #000;
  flex-wrap: wrap;
}
.wow-3 .item {
  width: 410px;
  flex: 0 0 auto;
}
.wow-3 img {
  width: 410px;
  height: 272px;
  display: block;
}
.wow-3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}
.wow-3 .title {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.uniquely-in-dunhuang-list-1 {
  overflow: hidden;
  margin-bottom: 125px;
}
.uniquely-in-dunhuang-list-1 img {
  width: 368px;
  height: auto;
  align-self: flex-start;
  margin-right: 45px;
}
.uniquely-in-dunhuang-list-1 .item {
  display: flex;
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 30px;
  color: #000;
}
.uniquely-in-dunhuang-list-1 .item:last-child {
  padding-bottom: 0;
}
.uniquely-in-dunhuang-list-1 .content {
  flex: 1;
}
.uniquely-in-dunhuang-list-1 .doctitle {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.uniquely-in-dunhuang-list-1 .abstract {
}
