.search {
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
}
.search img {
  vertical-align: middle;
}
.tabModule {
  height: 1rem;
}
.tabModule .swiper-slide {
  line-height: 1rem;
  height: 1rem;
  text-align: center;
}
.tabModule .swiper-slide span {
  font-size: 0.32rem;
  color: #fff;
  padding-bottom: 0.1rem;
}
.tabModule .swiper-slide.active span {
  border-bottom: 0.03rem solid #fff;
}
.outerContainer {
  position: fixed;
  left: 0;
  right: 0;
  top: 2.65rem;
  bottom: 1rem;
}
.swiper-outer-container .swiper-slide {
  overflow-y: auto;
}
.bannerModule {
  height: 3rem;
  padding: 0 0.3rem;
  background: url(../images/scroll_bg.png) no-repeat center top;
  background-size: 100% 1.32rem;
}
.bannerModule .swiper-slide {
  border-radius: 0.1rem;
  overflow: hidden;
}
.bannerModule .swiper-slide img {
  width: 100%;
  height: 100%;
}
.classifyModule {
  display: flex;
  padding: 0.3rem 0 0;
  flex-wrap: wrap;
}
.classifyModule .classifyItem {
  /* flex: 1; */
  text-align: center;
  width: 25%;
  margin-bottom:0.3rem
}

.classifyModule .classifyItem:nth-last-child(-n+3) {
  margin-bottom:0
}



.classifyModule .classifyItem img {
  width: 1rem;
  height: 1rem;
}
.oneContent {
  height: 2.7rem;
}
.oneContent .swiper-container {
  padding: 0.1rem 0;
}
.oneContent .swiper-container .swiper-slide {
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.oneContent .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.jrjdModule {
  overflow: hidden;
}
.jrjdModule .title_img {
  width: 2rem;
  height: 2.7rem;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.jrjdModule .title_img img {
  width: 100%;
  height: 100%;
}
.jrjdModule dl {
  overflow: hidden;
}
.jrjdModule dl dt {
  margin-bottom: 0.08rem;
  font-size: 0.36rem;
  line-height: 58rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.1rem;
}
.jrjdModule dl dd:nth-child(3) {
  font-size: 0.24rem;
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jrjdModule dl dd:nth-child(2) {
  margin-bottom: 0.08rem;
  color: #919191;
  font-size: 0.24rem;
}
.mryjModule .mryjContent {
  height: 3.3rem;
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.mryjModule .mryjContent img {
  width: 100%;
  height: 100%;
}
.mryjModule .mryjContent .newIcon {
  position: absolute;
  width: 1.85rem;
  height: 0.94rem;
  color: #fff;
  font-size: 0.24rem;
  left: -0.74rem;
  top: -0.2rem;
  background: #ff7f31;
  text-align: center;
  transform: rotate(-45deg);
  box-sizing: border-box;
  padding-top: 0.55rem;
}
.mryjModule .mryjContent .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.15rem;
}
.mryjModule .mryjContent .info p {
  color: #fff;
  font-size: 24rpx;
}
.bookContent {
  overflow: hidden;
}
.bookContent .bookItem {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 0 0.15rem;
  margin-bottom: 0.4rem;
}
.bookContent .bookItem:nth-of-type(n+4) {
  margin-bottom: 0;
}
.bookContent .bookItem .title_img {
  width: 100%;
  height: 2.7rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.bookContent .bookItem .title_img img {
  width: 100%;
  height: 100%;
}
.bookContent .bookItem p {
  font-size: 0.28rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msfcContent {
  height: 2.5rem;
}
.msfcContent .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.msfcContent .swiper-slide .title_img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  background: #dfdfdf;
  padding: 0.1rem;
}
.msfcContent .swiper-slide .title_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.msfcContent .swiper-slide .author {
  text-align: center;
  font-size: 0.26rem;
  margin-top: 0.15rem;
}
.zsjnModule {
  background: #edf0f5;
  padding: 0.3rem 0.1rem 0;
  height: 3.75rem;
}
.zsjnModule .swiper-slide {
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.zsjnModule .swiper-slide a {
  position: relative;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.1rem 0.1rem 0.3rem;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.zsjnModule .swiper-slide a span.play {
  position: absolute;
  left: 50%;
  bottom: -0.25rem;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/play.png) no-repeat center center;
  background-size: 100% 100%;
}
.zsjnModule .swiper-slide a .title_img {
  width: 100%;
  height: 1.8rem;
  overflow: hidden;
}
.zsjnModule .swiper-slide a .title_img img {
  width: 100%;
}
.zsjnModule .swiper-slide a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.26rem;
  margin: 0.08rem 0 0.05rem;
}
.zsjnModule .swiper-slide a .author {
  font-size: 0.24rem;
  color: #999;
}
.jzModule .lectureCloum .lectureItem {
  position: relative;
  top: 0;
  left: 0;
  width: 91%;
  height: 3.75rem;
  margin-left: 0.32rem;
  padding-bottom: 0.2rem;
}
.jzModule .lectureCloum .lectureItem .line {
  position: absolute;
  top: 0.11rem;
  left: 0;
  width: 0.05rem;
  height: 100%;
  margin: 0;
}
.jzModule .lectureCloum .lectureItem .time {
  position: absolute;
  top: 0;
  left: 0.55rem;
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
  color: #333333;
}
.jzModule .lectureCloum .lectureItem .desc {
  position: absolute;
  top: 0.57rem;
  right: 0;
  width: 6.35rem;
  height: 3.22rem;
  border-radius: 0.1rem;
  float: right;
}
.jzModule .lectureCloum .lectureItem .desc .title {
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
}
.jzModule .lectureCloum .lectureItem .desc .author {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
}
.jzModule .lectureCloum .lectureItem .play_number {
  position: absolute;
  top: 0.3rem;
  right: 0.33rem;
}
.jzModule .lectureCloum .lectureItem .play_number .number {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
  margin-right: 0.1rem;
}
.jzModule .lectureCloum .lectureItem .play_number .number_icon {
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: middle;
}
.jzModule .lectureCloum .lectureItem .introduce {
  position: absolute;
  bottom: 0.23rem;
  left: 0.24rem;
}
.audioClassify {
  height: 3.16rem;
  padding: 0.3rem 0.3rem 0;
}
.audioClassify .swiper-slide {
  overflow: hidden;
}
.audioClassify .swiper-slide a {
  display: block;
  width: 20%;
  text-align: center;
  float: left;
  margin-bottom: 0.3rem;
}
.audioClassify .swiper-slide a img {
  width: 0.8rem;
  height: 0.8rem;
}
.audioClassify .swiper-slide a p {
  font-size: 0.24rem;
}
.audioContent {
  overflow: hidden;
}
.audioContent .audioItem {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 0.1rem;
}
.audioContent .audioItem .title_img {
  height: 2.06rem;
  margin-bottom: 0.1rem;
}
.audioContent .audioItem .title_img img {
  width: 100%;
  height: 100%;
}
.audioContent .audioItem dl dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.24rem;
}

/* ç²¾å“ä¹¦å•æ ·å¼ */
.jpsdModule {
  padding: 0.2rem 0.3rem;
  background-color: #fff;
}

.jpsdModule .moduleCloum {
  display: flex;
  height: 0.8rem;
  justify-content: space-between;
  align-items: center;
}
.jpsdModule .jpsdContent{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap:0.3rem;
}
.jpsdModule .jpsdItem {
  width: 3.28rem;
}

.jpsdModule .jpsdItem.curMonthBook {
  position: relative;
}

.jpsdModule .jpsdItem.curMonthBook::after {
  position: absolute;
  display: block;
  width: 0.9rem;
  height: 0.2rem;
  content: '';
  background-image: url('https://p.ananas.chaoxing.com/star3/origin/b45be35a9c5edae1e146b450a2abc606.png');
  background-repeat: no-repeat;
  background-size: contain;
  top: 1.40rem;
  right: 0.30rem;
}

.jpsdModule .gbc-jpsdCover{
  width: 3.28rem;
  height: 1.96rem;
  border-radius: 0.15rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.jpsdModule .gbc-jpsd-title{
  width: 100%;
  font-size: 0.24rem;
  color: #2C1818;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
