body {
  background: #f5f6f7 !important;
}


a {
  color: #3c2e21;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
  background-color: #D30A1A !important;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
  background-color: #D30A1A !important;
}

.header .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 16.5px !important;
  /* 子弹之间的间距为 33px，每边一半 */
}

.header .swiper-pagination-bullet:last-child {
  margin-right: 0px !important;
  /* 子弹之间的间距为 33px，每边一半 */
}


.header .swiper-slide {
  overflow: hidden;
  /* 确保图片缩放时不显示出下张图片 */
}

.header .swiper-pagination-bullet-active {
  width: 49px;
  height: 19px;
  border-radius: 9.5px;
  background-color: #83011D;
}

.header .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 32px !important;
}

.xssd-video .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(211, 210, 210);
  opacity: 1;
  margin: 0 6px !important;
  /* 子弹之间的间距为 33px，每边一半 */
}

.xssd-video .swiper-slide {
  overflow: hidden;
  /* 确保图片缩放时不显示出下张图片 */
  display: flex;
  flex-wrap: wrap;
}

.xssd-video .swiper-pagination-bullet-active {
  width: 28px;
  height: 12px;
  border-radius: 6px;
  background-color: #83011D;
}

.xssd-video .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 52px !important;
}

.header .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0px !important;
  height: 100px;
  display: inline-block;
  line-height: 110px;
  text-align: right;
  padding: 0 calc((100% - 1400px) / 2) 0px calc((100% - 1400px) / 2);
  background-color: rgba(245, 246, 247, 0.4);
}



.zt-ctn.swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 16.5px !important;
  /* 子弹之间的间距为 33px，每边一半 */
}

.zt-ctn .swiper-slide {
  overflow: hidden;
  /* 确保图片缩放时不显示出下张图片 */
}

.zt-ctn .swiper-pagination-bullet-active {
  width: 25px;
  height: 11px;
  border-radius: 9.5px;
  background-color: #83011D;
}

.zt-ctn .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 12px !important;
  left: 610px !important;
  z-index: 999;
}


.zx-ctn.swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 16.5px !important;
  /* 子弹之间的间距为 33px，每边一半 */
}

.zx-ctn .swiper-slide {
  overflow: hidden;
  /* 确保图片缩放时不显示出下张图片 */
}

.zx-ctn .swiper-pagination-bullet-active {
  width: 29px;
  height: 11px;
  border-radius: 9.5px;
  background-color: #83011D;
}

.zx-ctn .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 154px !important;
}

.lineear {
  position: relative;
  width: 100%;
  height: 182px;
  background: linear-gradient(180deg, rgba(45, 31, 19, 0.58) 0%, rgba(59, 35, 14, 0.5) 0%, rgba(59, 35, 14, 0.17) 62%, rgba(59, 35, 14, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  z-index: 99;
}

/*讯息公告*/
.notice-con {
  font-size: 20.83px;
  line-height: 33.4px;
}

.notice {
  /* background: rgba(150, 150, 150, 0.27); */
  height: 54px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.notice>label {
  width: 100px;
  color: #a3060f;
  line-height: 28px;
  font-weight: normal;
  font-size: 16px;
}

.news-con {
  position: relative;
  width: 1350px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  white-space: nowrap;
}

.news-con .slide {
  position: absolute;
  animation: slide 80s linear infinite;
}

.news-con .slide a {
  font-family: 'Noto Sans SC' !important;
  font-size: 16px;
  color: #676767;
  margin: 0 auto;
  text-align: center;
  font-weight: 400px;
}

.news-con .slide a:hover {
  text-decoration: underline !important;
  /* color: #900; */
}

.news-con .slide:hover {
  animation-play-state: paused !important
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* 新书速递 */
.list-newbook {
  margin: 0px 0 0px 40px;
  width: 760px;
}

.list-newbook .swiper-slide {
  display: inline-block;
  height: 352px;
  overflow: hidden;
  /* background-color: #F9FAFA; */
}



.swiper-slide-text {
  padding: 0 10px;
  margin-top: 5px;
  color: #262626;
  font-size: 25px;
  line-height: 33px;
  text-align: center;
}

.container .list-newbook .w-33 {
  width: 33.3% !important;
}

.list-newbook .swiper-slide img:hover {

  /* margin: 15px 0 40px 0 !important;
  transition: all 0.5s; */
  transform: scale(1.1)
}

.list-newbook .swiper-slide .active-red em {
  color: #900 !important;
}

.news_books_pagination .hover {
  margin-left: 45px !important;
  margin-right: 45px !important;
  transition: all 0.5s;
}

.news_books_pagination .mouseout {
  margin-left: 35px !important;
  margin-right: 35px !important;
  transition: all 0.5s;
}

.list-newbook .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list-newbook .swiper-slide a {
  height: 303px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.list-newbook .swiper-slide .xuexi-xs-imgbox {
  background-color: #F9FAFA;
  padding: 1.5px 20px;
  height: 303px;
}

.list-newbook .swiper-slide img {
  display: block;
  width: 212px;
  height: 300px;
  object-fit: cover;
  /* margin: 34px 23px 32px 26px; */
  transition: all 0.5s;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

.list-newbook .swiper-slide em {
  width: 180px;
  font-size: 14px;
  color: #3c2e21;
  font-style: normal;
  text-align: center;
  /* margin: 5px 0; */

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  text-align: center;
}

.list-newbook .swiper-slide p {
  width: 250px;
  font-size: 20px;
  color: #595149;
  text-align: center;
  margin: 5px 0;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}



/*资讯中心*/
.info-con {
  padding: 0px 0 48px 50px;
}

.info-con .show {
  display: inline-block !important;
}

.info-con .flex {
  display: flex !important;
}

.hidden {
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.column-content-top {
  margin-bottom: 19px;
}

.list-info-tab {
  display: flex;
  width: 646px;
}

.list-info-tab>li {
  width: 130px;
  height: 46px;
  margin-right: 8px;
  text-align: center;
  line-height: 26px;
  font-size: 29.17px;
  color: #FFFFFF;
  background-color: #CD0100;
  border-radius: 10px 0px 10px 0px;
  padding: 9px 6px 9px 5px;
  cursor: pointer;
}



/* .list-info-tab>li:hover {
  background-color: rgba(165, 12, 20, 0.1);
} */

.list-info-frist img:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}

.fixed-top {
  position: absolute !important;
}

.list-info-frist {
  width: 100%;
  overflow: hidden;
}

.list-info-frist img {
  transition: all 0.5s;
}

.list-info-frist a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.list-info-data {
  width: 545px;
  padding: 0 0 0 30px;
}

.list-info-data>li:nth-child(1) {
  padding: 0 0 22.5px 0;
  height: 85.5px;
}

.list-info-data>li {
  padding: 22.5px 0 0 0;
  height: 77px;
  width: 100%;
  font-size: 25px;
  color: #686868;
  line-height: 33.33px;
  border-bottom: 1px dashed;
}

/* .list-info-data>li:hover {
  background-color: #faefeb;
} */

.list-info-data .date-time {
  font-size: 20.83px;
  color: #686868;
}

.list-info-data>li.active {
  color: #900 !important;
}

.list-info-data>li.active a {
  color: #900 !important;
}

.list-info-data>li p {
  display: block;
}

.list-info-data>li a {
  height: 62px;
  font-size: 25px;
  color: #686868;
  line-height: 33.33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/*专题*/
.list-zt {
  display: flex;
  justify-content: space-between;
  width: 1600px !important;
  margin: 30px 0 0 0;
}

.list-zt .swiper-slide {
  display: flex;
  width: calc(50% - 8px) !important;
  height: 124px;
  background: #f8efec;
  padding: 12px;
}

.list-zt .swiper-slide:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.list-zt .swiper-slide img {
  width: 100%;
  transition: all 0.5s;
}

.list-zt .swiper-slide:nth-child(2n-1) {
  margin-right: 16px;
}

.list-zt .swiper-slide p {
  font-size: 22px;
  color: #3c2e21;
  padding: 15px;
}

/* .list-zt .swiper-slide a {
  display: block;
  width: 45%;
  overflow: hidden;
} */

/*重点图书*/
.book-con {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 50px;
  width: 100%;
}

.book-detail {
  width: 100%;
  height: 329px;
  padding: 0 30px 0 0;
  background: #F2F1EC;
}

.book-detail .show {
  display: block !important;
}

.book-detail h3 {
  font-size: 14px;
  color: #3c2e21;
}

.book-detail ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
  color: #595149;
  margin: 15px 0 15px 0;
}

.book-detail ul>li {
  width: 45%;
  font-size: 14px;
  color: #595149;
  margin: 3px 0;

}

.book-detail ul li:nth-child(2n-1) {
  margin-right: 10%;
}

.book-detail p {
  font-size: 14px;
  color: #595149;
  line-height: 20px;
  text-align: justify;
}



.list-book-data {
  width: 948px !important;
  display: flex;
  justify-content: space-between;
  padding-right: 8px;
}

.list-book-data .swiper-slide {
  display: flex;
  flex-direction: column;
  width: auto !important;
  cursor: pointer;
}


.list-book-data .swiper-slide .swiper-books-imgbox a:hover {
  transform: scale(1.1);
}

.list-book-data .swiper-slide .tj-active:nth-child(0) {
  padding-left: 10px;
}

.list-book-data .swiper-slide a:hover .tj-active {
  display: block;
}

.tj-active {
  display: none;
}

.list-book-data .swiper-slide em:hover {
  color: #900 !important;
}

.list-book-data .book-detail-img .active-red .img-text em {
  color: #900 !important;
}

.list-book-data .swiper-slide img {
  width: 142px;
  height: 201px;
  object-fit: cover;
}

.list-book-data .swiper-slide .p-text {
  display: block;
  line-height: 33.04px;
  width: 225px;
  font-style: normal;
  font-size: 25px;
  color: #262626 !important;
  text-align: center;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;

  margin: 14px 0 0px 0;
}

/*菜单*/
.cd-width {
  width: 1400px;
  margin: auto;
}

.list-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  gap: 20px;
}

.list-menu .menu-text label {
  cursor: pointer;
}

.list-menu>li>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.list-menu>li>a .active {
  color: #D30A1A;
}

/*音像推荐*/
.media-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1512px;
  padding: 40px 0 0 0;
}

.yx-detail>.show {
  display: flex !important;
}

.yx-detail-4 .swiper-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px 0px;
}

.list-media-tab {
  display: flex;
}

.list-media-tab>li {
  width: 105px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #8E8E93;
  cursor: pointer;
}

.list-media-tab>li.active .red-box {
  width: 16px;
  height: 16px;
  background-color: #900;
}

.list-media-data {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.list-media-data .active-red em {
  color: #900 !important;
}


.list-media-data4 .swiper-slide {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  width: calc(25% - 18px) !important;
  height: 183px;
  /* background: url(./../img/media-data-bg.jpg); */
  background: #F2F1EC;
  padding: 12px;
  cursor: pointer;
}


.list-media-data6 .swiper-slide {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  width: calc(16.67% - 20.3px) !important;
  height: 183px;
  /* background: url(./../img/media-data-bg.jpg); */
  background: #F2F1EC;
  padding: 12px 20px;
  cursor: pointer;
}

.list-media-data6 .swiper-slide:nth-child(6n) {
  margin: 0px !important;
}


.list-media-data .swiper-slide time {
  font-size: 20px;
  color: #828c9d;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: block;
}

.list-media-data .swiper-slide em {
  height: 30px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list-media-data .swiper-slide #vid {
  width: 100%;
  height: 184px;
  overflow: hidden;
}

.list-media-data .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

.list-media-data .swiper-slide img:hover {
  transform: scale(1.2);
}

.list-media-data .swiper-slide p {
  font-size: 20px;
  color: #435568;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

/* .list-media-data .swiper-slide a {
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #a3060f;
  font-size: 18px;
  color: #a3060f;
  margin: 40px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
} */

/*作者*/
.author-con {
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
  width: 1512px;
  padding: 40px 0;
}

.list-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 790px;
  height: 522px;
}

.list-author li {
  margin: 0 0 10px 0;
  border: solid 2px transparent;
  width: 256px;
  overflow: hidden;
}

.list-author li.active {
  border: solid 2px #a30000;
}

.list-author li:hover {
  border: solid 2px #a30000;
}

.list-author li:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.list-author li img {
  width: 256px;
  height: 256px;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.5s;
}

.author-detail {
  height: 416px;
}

.author-detail>.active {
  display: block !important;
}

.author-detail b {
  font-size: 16px;
  color: #000000;
}

.author-detail p {
  height: 186px;
  font-size: 14px;
  color: #595149;
  line-height: 26px;
  text-align: justify;
}

.author-detail label {
  font-size: 14px;
  color: #595149;
}

/* .author-detail a:hover {
  background: #8A060D;
  transition: all 0.5s;
}

.author-detail a {
  display: block;
  width: 100px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background: #a3060f;
  font-size: 18px;
  color: #f8f8f8 !important;
  cursor: pointer;
  transition: all 0.5s;
} */

#vid {
  position: relative;
}

#playMovie {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*向x,y移动： 移动距离为自身盒子宽高的50%*/

}

#pauseMovie {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*向x,y移动： 移动距离为自身盒子宽高的50%*/

}

@media screen and (min-width: 0px) {
  .list-book-data .active-red em {
    color: #900 !important;
  }

  .column-content-width {
    width: 792px;
  }

  .search-con {
    padding: 10px;
  }

  .search-con input {
    width: 126px;
    background: none;
    border: none;
    /* color: red; */
    font-size: 18px;
    padding: 5px;
  }

  .search-con input.focus {
    width: 302px;
    transition: all 0.5s;
    outline: none;
  }

  .search-con input.blur {
    width: 126px;
    transition: all 0.5s;
  }

  /*页头swiper*/
  .swiper-header-con {
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }


  .swiper-header {
    width: 805px;
    height: 84px;
  }

  .swiper-header .swiper-slide {
    height: 84px;
  }

  .swiper-header .swiper-slide img {
    width: 140px;
    height: 84px;
    object-fit: cover;
    border: solid 2px transparent;
  }

  .swiper-header .swiper-slide.active img {
    border: solid 2px #ffdf73;
  }

  .notice {
    /* background: rgba(150, 150, 150, 0.27) ; */
    clear: both;
    width: 100%;
  }

  .news-con {
    flex: 1;
  }

  /* 资讯中心 */
  .list-info-tab>li {
    width: 130px;
    height: 46px;
    margin-right: 8px;
    text-align: center;
    line-height: 26px;
    font-size: 29.17px;
    color: #FFFFFF;
    background-color: #ACACAC;
    border-radius: 10px 0px 10px 0px;
    padding: 9px 6px 9px 5px;
    cursor: pointer;
  }

  .list-info-tab>.active {
    background-color: #CD0100;
    color: #FFFFFF !important;
  }

  .list-info-tab>li span {
    height: 18px;
    line-height: 18px;
  }

  .zx-img {
    width: 100%;
    height: 279px;
  }

  .text-brown {
    font-size: 18px !important;
  }

  .list-info-data>li {
    padding: 22.5px 0 22.5px 0;
    height: 109px;
    width: 100%;
    font-size: 25px;
    color: #686868;
    line-height: 33.33px;
  }



  .info-con {
    padding: 0px 0 48px 24px;
  }

  .list-info-data {
    width: 545px;
    padding: 0 0 0 15px;
  }

  /* 专题 */
  .list-zt .swiper-slide p {
    font-size: 18px;
    color: #3c2e21;
    padding: 15px;
  }

  .list-zt .swiper-slide a {
    display: block;
    width: 45%;
    overflow: hidden;
  }

  .list-zt .swiper-slide p {
    flex: 1;
  }

  .list-zt .swiper-slide p a {
    display: -webkit-box;
    width: 80%;
    overflow: hidden;
  }

  /*重点图书*/
  .book-detail {
    width: 100%;
    height: 367px;
    padding: 26px 20px;
    background-color: #F3F3F3;
  }


  .book-con {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0 24px;
    width: 100%;
  }

  .book-detail-img {
    padding-left: 10px;
  }

  .book-detail ul li {
    font-size: 14px;
  }


  .list-book-data {
    margin: 48px 86px 0px 86px;
    width: 1226px !important;
  }

  .list-book-data-author {
    margin: 0px 0 0px 86px;
    /* padding: 0px 86px 0 86px; */
    width: 1226px !important;

  }


  .thtj-header img {
    width: 224px;
    height: 316px;
    object-fit: cover;
  }

  .thtj-ctn {
    width: 100%;
    margin-left: 33px;
  }

  .thtj-ctn-title {
    width: 594px;
    color: #151515;
    font-size: 29.18px;
  }

  .thtj-ctn section {
    margin-top: 43px;
  }

  .thtj-ctn section ul {
    width: 594px;
    display: flex;
    flex-wrap: wrap;
    border-right: 2px dashed #DADADA;
  }

  .thtj-header-number {
    color: #262626;

  }

  .book-detail .thtj-ctn section ul li {
    font-family: 'Noto Sans SC';
    margin-right: 0px;
    margin-bottom: 8px;
    width: calc(50% - 5px);
    font-size: 18px;
    line-height: 20px;
    color: #565656;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-weight: 400;
  }

  .book-detail .thtj-ctn section ul li:nth-child(2n) {
    margin-left: 10px;
  }

  .book-detail .thtj-ctn section ul li span {
    color: #9C9C9C;
  }

  .thtj-des {
    margin-top: 43px;
    padding-left: 30px;
    width: 100%;
    color: #9C9C9C;
    font-size: 20.84px;
    line-height: 41.67px;
  }

  .thtj-des-title {
    color: #565656;
    font-size: 20.84px;
    line-height: 20.84px;
  }

  .book-detail .thtj-des p {
    color: #9C9C9C;
    font-size: 20.84px;
    line-height: 30px;
  }

  .swiper-books-imgbox {
    padding: 24px;
    width: 225px;
    height: 287px;
    background-color: #F3F3F3;
  }

  .list-book-data .swiper-books-imgbox img {
    width: 170px;
    height: 240px;
    object-fit: cover;
  }

  .swiper-author-imgbox {
    padding: 18px;
    width: 238.3px;
    height: 252.6px;
    background-color: #EBEBEB;
  }

  .list-book-data-author .swiper-author-imgbox img {
    width: 202px;
    height: 216px;
    object-fit: cover;
  }

  .author-active {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EBEBEB;
    opacity: 0.7;
    width: 100%;
    z-index: 99;
    height: 57px;
    font-size: 20.83px;
    letter-spacing: 2.4px;
    color: #262626;
    text-align: center;
  }

  /* 音像推荐 */
  .media-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1512px;
    padding: 40px 0 0 0;
    margin-left: 24px;
  }

  /*作者*/
  .author-con {
    display: flex;
    justify-content: space-between;
    margin-left: 24px;
    width: 100%;
    padding: 40px 0;
  }

  .list-author {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 8px;
    width: 628px;
    height: 416px;
  }

  .list-author li {
    margin: 0px;
    border: solid 2px transparent;
    width: 32%;
    overflow: hidden;
  }

  .list-author li img {
    width: 203px;
    height: 203px;
  }

  .author-detail {
    flex: 1;
    height: 416px;
    margin-left: 34px;
  }
}

@media screen and (min-width: 1400px) {

  .swiper-header-con {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
  }

  .swiper-header {
    width: 1124px;
    height: 84px;
  }

  .swiper-header .swiper-slide {
    height: 84px;
  }

  .swiper-header .swiper-slide img {
    width: 150px;
    height: 84px;
    object-fit: cover;
    border: solid 2px transparent;
  }

  .swiper-header .swiper-slide.active img {
    border: solid 2px #ffdf73;
  }
}


.pageszie-3 {
  display: none;
}

.pageszie-4 {
  display: block;
  margin-left: 24px;
}

.header-5 {
  display: none;
}

.header-6 {
  display: block;
}

.books-3 {
  display: none;
}

.books-4 {
  display: block;
}

.yx-detail-3 {
  display: none;
}

.yx-detail-4 {
  display: block;
}

.zt-text {
  position: absolute;
  top: calc(50% - 52px);
  left: 40.5px;
  width: 98px;
  font-size: 45px;
  font-weight: 900;
  line-height: 52px;
  letter-spacing: 2.4px;

  color: #FFE8AC;
}

.img-text {
  position: absolute;
  left: 0px;
  top: 133.6px;
  width: 143px;
  height: 67.83px;
  background: rgba(0, 0, 0, 0.46);
  text-align: center;
  font-size: 16px;
  line-height: 67.83px;
}

.img-text span {
  color: #FFFFFF !important;
  font-size: 15px;
  line-height: 67.83px;
}

.red-box {
  width: 16px;
  height: 16px;
  border: 1px #8E8E93 solid;
}

.active .red-box {
  width: 16px;
  height: 16px;
  background-color: #900;
}

.column-content-des {
  padding: 20px;
  width: 274px;
  height: 300px;
  background: #F2F1EC;
  color: #FFFFFF;
  font-size: 14px;
  overflow: hidden;
}

.column-content-des .des-text {
  color: #333;
}

.des-title {
  margin: 20px 0 20px 0;
  color: #262626;
  font-size: 29.17px;
}

.des-text {
  height: 95px;
  width: 100%;
  overflow: hidden;
  font-size: 21px;
  line-height: 24px;
  color: #9C9C9C;
}

.list-inline-item img:hover {
  transform: scale(1.1);
}

.swiper-news_book-prev-4 {
  background: url(./../img/xs-lt.png);
  position: absolute;
  top: 154px;
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 10;
  cursor: pointer;
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-news_book-next-4 {
  background: url(./../img/xs-rt.png);
  position: absolute;
  top: 154px;
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 10;
  cursor: pointer;
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-books-prev {
  background: url(./../img/pre.png);
  position: absolute;
  top: 174px;
  left: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-books-next {
  background: url(./../img/next.png);
  position: absolute;
  top: 174px;
  right: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-author-prev {
  background: url(./../img/pre.png);
  position: absolute;
  top: 136px;
  left: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-author-next {
  background: url(./../img/next.png);
  position: absolute;
  top: 136px;
  right: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.yxtj-ypzy-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C80100;
  width: 141px;
  height: 45px;
  border-radius: 10px 0px 10px 0px;
  font-size: 29.17px;
  color: #FFFFFF;
  letter-spacing: 2.4px;
}

.yxtj-ypzy-select {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #676767;
  font-size: 25px;
  letter-spacing: 2.4px;
}

.yxtj-ypzy-active {
  color: #D30A1A;
}

.yxtj-spzy-select {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #676767;
  font-size: 25px;
  letter-spacing: 2.4px;
}

.yxtj-spzy-select li {
  cursor: pointer;
}

.yxtj-spzy-active {
  color: #D30A1A;
}

.yxtj-ypzy-play {
  margin-top: 42px;
  padding: 68px 75px 75px 51px;
  background-color: #FFFFFF;
  height: 495px;
  width: 100%;
}

.yxtj-ypzy-left {
  /* background-image: url(./../img/cp.png); */
  width: 352px;
  height: 352px;
  padding: 10px;
  position: relative;
}

.yxtj-ypzy-left .musicDiscBox {
  position: absolute;
  /* top: calc(50% - 85px);
  left: calc(50% - 85px); */
  animation: spin 4s linear infinite;
  /* 旋转动画 */
  animation-play-state: paused;
}

.yxtj-ypzy-left .musicLineBox {
  /* transition: transform 0.4s cubic-bezier(.4, 2.08, .55, .44); */
  /* transform: rotate(-13deg); */
  /* 斜放，角度可根据实际调整 */
  /* transform-origin: 80% 0%; */
  /* 旋转中心靠近顶部末端，需根据图片微调 */
}



/* 定义旋转动画 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.yxtj-ypzy-right {
  margin-left: 114px;
}

.yxtj-ypzy-right li {
  margin-top: 20px;
}

.yxtj-ypzy-right li:nth-child(1) {
  margin-top: 0;
}

.yxtj-ypzy-num {
  font-family: 'Noto Sans SC' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 29px;
  line-height: 29px;
  background: #C80100;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 15px;
}

.yxtj-ypzy-playbox {
  margin-left: 38px;
  font-size: 20.83px;
  letter-spacing: 2.4px;
  color: #D30A1A;
}

.yxtj-ypzy-playbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 718px;
}

.yxtj-ypzy-btns img {
  margin-right: 10px;
}



.list-audio-data {
  margin: 42px 86px;
  width: 1226px !important;
  display: flex;
  justify-content: space-between;
}

.list-audio-data-author {
  margin: 40px 0 103px 86px;
  /* padding: 0px 86px 0 86px; */
  width: 1226px !important;

}

.list-audio-data .swiper-audio-imgbox {
  padding: 5px;
  width: 226.3px;
  height: 228.9px;
  background-color: #FFFFFF;
  color: #262626;
  font-size: 18px;
  font-family: 'Noto Sans SC' !important;
  font-weight: 400 !important;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.list-audio-data .swiper-audio-imgbox img {
  width: 216px;
  height: 216px;
  object-fit: cover;
  transform-origin: center;
  /* 中心缩放 */

}

.list-audio-data .swiper-audio-imgbox .listenbtn {
  position: absolute;
  top: 141px;
  right: 14px;
  width: 29px;
  height: 31px;
}

.list-audio-data .swiper-audio-imgbox .listenbtn-acitve {
  position: absolute;
  top: 141px;
  right: 14px;
  width: 29px;
  height: 31px;
  display: none;
}

.list-audio-data .active .swiper-audio-imgbox .listenbtn {
  position: absolute;
  top: 141px;
  right: 14px;
  width: 29px;
  height: 31px;
  display: none;
}

.list-audio-data .active .swiper-audio-imgbox .listenbtn-acitve {
  position: absolute;
  top: 141px;
  right: 14px;
  width: 29px;
  height: 31px;
  display: block;
}

.list-audio-data .active .swiper-audio-imgbox .img-hover {
  transform: translate(0%, 3%) scale(1.1);
  transition: all 0.5s;
}

.list-audio-data .active .swiper-audio-imgbox {
  padding: 0px;
}



.list-audio-data .active .swiper-audio-imgbox {
  color: #D30A1A;
}

.swiper-audio-imgbox-title {
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: 8px;
  text-align: center;
  width: 100%;
  height: 45px;
  background-color: rgb(222, 226, 234, 0.5);
}

.swiper-audio-next {
  background: url(./../img/next.png);
  position: absolute;
  top: 136px;
  right: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-radio-prev {
  background: url(./../img/pre.png);
  position: absolute;
  top: 136px;
  left: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-radio-next {
  background: url(./../img/next.png);
  position: absolute;
  top: 136px;
  right: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-audio-prev {
  background: url(./../img/pre.png);
  position: absolute;
  top: 136px;
  left: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-original-next {
  background: url(./../img/next.png);
  position: absolute;
  top: 136px;
  right: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}


.swiper-original-prev {
  background: url(./../img/pre.png);
  position: absolute;
  top: 136px;
  left: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.yxtj-spzy-ctn {
  background-color: #ffffff;
  padding: 28px;
  margin-top: 43px;
}

.yxtj-spzy-ctn .myvideo {
  width: 780px;
  height: 434px;
}

.spzy-ctn-des {
  flex: 1;
  margin-left: 30px;
  font-size: 20px;
  color: #9C9C9C;
  width: 534px;
}

.ctn-des-title {
  font-size: 25px;
  color: #000000;
  letter-spacing: 2.4px;
}

.video-numBtns {
  display: flex;
  gap: 7px 16px;
  flex-wrap: wrap;
}

.video-numBtns li {
  font-family: 'Noto Sans SC';
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 29px;
  line-height: 29px;
  background-color: #F3F3F3;
  border-radius: 4px;
  color: #686868;
  font-size: 15px;
  overflow: hidden;
}

.video-numBtns .video-numBtns-active {
  background: #C80100;
  color: #FFFFFF;
}


.list-video-data {
  margin: 31px 64px 46px 64px;
  width: 1272px !important;
  display: flex;
  justify-content: space-between;
}

.list-video-data {
  margin: 31px 64px 46px 64px;
  width: 1272px !important;
  display: flex;
  justify-content: space-between;
}

.list-video-data-author {
  margin: 40px 0 103px 86px;
  /* padding: 0px 86px 0 86px; */
  width: 1272px !important;

}

.list-video-data .active .swiper-video-imgbox .book-title {
  color: #D30A1A !important;
}

.list-video-data .swiper-video-imgbox {
  padding: 15px 17px;
  width: 307.1px;
  height: 222.2px;
  background-color: #FFFFFF;
  color: #262626;
  font-size: 20.83px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.list-video-data .swiper-video-imgbox img {
  width: 269px;
  height: 149.9px;
  object-fit: cover;
}

.swiper-video-imgbox-title {
  text-align: center;
  font-size: 20.83px;
  color: #262626;

}

.swiper-video-next {
  background: url(./../img/next.png);
  position: absolute;
  top: 100px;
  right: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-video-prev {
  background: url(./../img/pre.png);
  position: absolute;
  top: 100px;
  left: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-video-next {
  background: url(./../img/next.png);
  position: absolute;
  top: 100px;
  right: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-tjft-prev {
  background: url(./../img/pre.png);
  position: absolute;
  top: 100px;
  left: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-tjft-next {
  background: url(./../img/next.png);
  position: absolute;
  top: 100px;
  right: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-jlp-next {
  background: url(./../img/next.png);
  position: absolute;
  top: 100px;
  right: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-jlp-prev {
  background: url(./../img/pre.png);
  position: absolute;
  top: 100px;
  left: 0;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
}



.video-container {
  position: relative;
  width: 780px;
  height: 434px;
}



.controls {
  position: absolute;
  bottom: calc(50% - 44px);
  left: calc(50% - 44px);
  z-index: 10;
}

.play-btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.play-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}


/* 隐藏默认的控制栏 */
/* video::-webkit-media-controls {
  display: none !important;
} */

/* 自定义控制栏样式 */
#customControls {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.yxtj-ypzy-playbtn-target {
  width: 100%;
  position: relative;
}


/* aplayer */
.aplayer {
  box-shadow: none;
  margin: 0;
}

.aplayer .aplayer-pic {
  display: none !important;
}

.aplayer .aplayer-info {
  margin-left: 0px;
  padding: 0;
  height: 55px;
}

.aplayer .aplayer-info .aplayer-music .aplayer-author {
  display: none !important;
}

.aplayer .aplayer-info .aplayer-controller {
  display: block;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap {
  display: none !important;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-loop {
  display: none !important;
}

.aplayerList {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 99;
}

.aplayer .aplayer-info .aplayer-music {
  margin-bottom: 3px;
}

.aplayer .aplayer-info .aplayer-music .aplayer-title {
  font-size: 18px;
  font-family: 'Noto Sans SC' !important;
  font-weight: 400 !important;
  line-height: 1.2;
  color: #686868;
}

.aplayer .aplayer-info .aplayer-music {
  width: 599px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.tj-book-ctn {
  font-size: 18px !important;
  font-family: 'Noto Sans SC' !important;
  font-weight: 400 !important;
}

.mySwiper .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  /* 宽度根据图片的原始比例自适应 */
  overflow: hidden;
}

.header-bg-imgbox {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  /* 宽度根据图片的原始比例自适应 */
}


/* 隐藏 APlayer 提示信息 */
.aplayer-notice {
  display: none !important;
}

.xs-video-imgbox {
  width: 100%;
  height: 303px;
  padding: 24px;
  background-color: #fff;
}

.xs-video-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 
.aplayerList-box{
  visibility: hidden;
}
.yxtj-ypzy-playbtn-target:hover .aplayerList-box{
  visibility: visible;
}
.aplayerList-box-visible{
  visibility: visible!important;
} */

.fixed-con .fixed-bac {
  width: 84px;
  height: 84px;
}

.fixed-con .fixed-icon {
  width: 43px;
  height: 43px;
}

/*悬浮菜单*/
.fixed-con-1400 {
  display: none;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 50%;
  /* 底部相对于视口居中 */
  transform: translateY(50%);
  /* 向上移动自身高度的50%，使底部居中 */
}

.fixed-con-1400 li {
  width: 25px;
  height: 40px;
  line-height: 40px;
  margin-top: -1px;
  background-color: #D30A1A;
  border: 1px solid #c73440;
  text-align: center;
}

.fixed-con-1400 img {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 10px;
}

/* 仅 Safari 浏览器生效的媒体查询 */
@supports ((-webkit-overflow-scrolling: touch)
  /* Safari 特有的弹性滚动属性 */
  and (not (overflow: -webkit-marquee))
  /* 排除旧版 Safari 的 marquee 溢出行为 */
) {
  .list-newbook .swiper-slide .xuexi-xs-imgbox {
    transform: translateY(-63px) !important;
    /* 强制覆盖其他 transform 样式 */
  }
}

@media screen and (max-width: 1400px) {
  .position-autobox {
    margin-left: 0 !important;
  }

  .mySwiper .swiper-slide a {
    width: 1400px;
  }

  .header-bg-imgbox {
    width: 1400px;
    object-fit: cover;
  }
}