.textAlign {
  text-align: justify;
  word-break: normal;
}
.culture-tags {
  margin-top: 0.4rem;
  padding: 0 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.culture-tags .card {
  width: 3.6rem;
  height: 1.5rem;
  margin-bottom: 0.4rem;
}
.culture-tags .card .tag {
  width: 100%;
  height: 100%;
  padding: 0.46rem 0.4rem;
  box-shadow: 0 0 20px #f6f6f6;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.culture-tags .card .tag:hover {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  z-index: 99;
}
.culture-tags .card .tag .title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #000;
}
.culture-tags .card .tag .describe {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #666;
}
.culture-tags .card:nth-child(1) .tag {
  background-image: url(../img/cultrue/tags/1.png);
}
.culture-tags .card:nth-child(2) .tag {
  background-image: url(../img/cultrue/tags/2.png);
}
.culture-tags .card:nth-child(3) .tag {
  background-image: url(../img/cultrue/tags/3.png);
}
.culture-tags .card:nth-child(4) .tag {
  background-image: url(../img/cultrue/tags/4.png);
}
.culture-tags .card:nth-child(5) .tag {
  background-image: url(../img/cultrue/tags/5.png);
}
.culture-tags .card:nth-child(6) .tag {
  background-image: url(../img/cultrue/tags/6.png);
}
.culture-title {
  margin-top: 0.44rem;
  padding: 0 1.4rem;
}
.culture-title .sub-title {
  font-family: PingFangSC-Medium;
  font-size: 0.3rem;
  color: #333333;
  font-weight: 500;
  margin-top: 0.5rem;
}
.creed {
  width: 100%;
  background-color: #f6f6f6;
  background-position: 1.4rem bottom;
  background-repeat: no-repeat;
  background-size: 6.8rem 1.38rem;
  padding: 1.02rem 1.4rem 1.4rem;
}
.creed .text {
  margin-top: 0.05rem;
}
.creed .text p {
  margin-bottom: 0.65rem;
  font-size: 0.36rem;
  color: #666;
  text-align: right;
}
.creed .text p:last-child {
  margin-bottom: 0;
}
.honor {
  position: relative;
}
.honor .comm-title {
  position: absolute;
  left: 1.4rem;
  top: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.3rem 0.52rem 0.46rem 0.28rem;
  line-height: 0.3rem;
  color: #000;
}
.honor .comm-title::after {
  left: 0.28rem;
  bottom: 0.3rem;
}
.honor .honer-month .swiper-slide {
  position: relative;
  height: 5.7rem;
}
.honor .honer-month .swiper-slide img {
  width: 100%;
  height: 4.68rem;
}
.honor .honer-month .swiper-slide .month-info {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0;
  padding: 0.16rem 1.4rem;
  background-color: #c6000b;
}
.honor .honer-month .swiper-slide .month-info .month-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.honor .honer-month .swiper-slide .month-info .month-info-left .time {
  font-size: 0.49rem;
  line-height: 1.2;
  color: #fff;
}
.honor .honer-month .swiper-slide .month-info .month-info-left .title {
  max-width: 2.6rem;
  margin: 0 0.4rem 0 0.5rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #fff;
}
.honor .honer-month .swiper-slide .month-info .describe {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.56rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #fff;
}
.honor .honer-title {
  position: relative;
  padding: 0.2rem 1.4rem 0.26rem;
}
.honor .honer-title .swiper-slide {
  cursor: pointer;
}
.honor .honer-title .swiper-slide .title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0.08rem;
  border-top: 1px solid #ccc;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.honor .honer-title .titleActive .title {
  border-top-color: #c6000b;
  color: #c6000b;
}
.honor .honer-title .swiper-button-prev,
.honor .honer-title .swiper-button-next {
  width: 23px;
  height: 40px;
  top: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: none;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.8rem;
  outline: none;
}
.honor .honer-title .swiper-button-prev {
  left: 1rem;
  background: url(../img/cultrue/swiper-l.png) center center / cover no-repeat;
}
.honor .honer-title .swiper-button-next {
  right: 1rem;
  color: #c90815;
  background: url(../img/cultrue/swiper-r.png) center center / cover no-repeat;
}
.honor .honer-year {
  position: relative;
  padding: 0 1.4rem;
}
.honor .honer-year .honer-year-border {
  padding: 0 1.38rem;
  border-top: 1px solid #f6f6f6;
}
.honor .honer-year .honer-year-border .swiper-container {
  padding-right: 0.25rem;
}
.honor .honer-year .honer-year-border .swiper-container .swiper-slide {
  cursor: pointer;
}
.honor .honer-year .honer-year-border .swiper-container .year {
  width: 100%;
  padding: 0.15rem 0;
  font-size: 0.16rem;
  line-height: 1.5;
  color: #000;
}
.honor .honer-year .honer-year-border .swiper-container .yearActive .year {
  position: relative;
  font-size: 0.24rem;
  color: #c6000b;
}
.honor .honer-year .honer-year-border .swiper-container .yearActive .year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.54rem;
  height: 0.04rem;
  background: #c6000b;
}
.honor .honer-year .honer-year-border .swiper-button-prev,
.honor .honer-year .honer-year-border .swiper-button-next {
  top: 0.15rem;
  margin-top: 0;
  width: auto;
  background: none;
  font-size: 0.16rem;
  color: #000;
  outline: none;
}
.honor .honer-year .honer-year-border .swiper-button-prev {
  left: 1.4rem;
}
.honor .honer-year .honer-year-border .swiper-button-next {
  right: 1.4rem;
}
.story-box {
  padding: 0.68rem 1.4rem 0.38rem;
  background-color: #fff;
}
.story-box .story-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.story-box .story-content .story-left {
  position: relative;
  width: 2.8rem;
  margin: 0.56rem 2.24rem 0 0;
  padding-bottom: 0.15rem;
}
.story-box .story-content .story-left .m-story-catalogue {
  display: none;
}
.story-box .story-content .story-left .story-list {
  height: 4.9rem;
}
.story-box .story-content .story-left .story-list .swiper-container {
  height: 100%;
}
.story-box .story-content .story-left .story-list .swiper-container .swiper-wrapper {
  height: 100%;
}
.story-box .story-content .story-left .story-list .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow-y: auto;
  width: calc(100% + 30px);
  padding-right: 30px;
}
.story-box .story-content .story-left .story-list li {
  margin-bottom: 0.3rem;
}
.story-box .story-content .story-left .story-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  color: #999;
}
.story-box .story-content .story-left .story-list li.cur a {
  font-size: 0.24rem;
  color: #c6000b;
}
.story-box .story-content .story-left .tips-tag {
  margin-left: -0.5rem;
}
.story-box .story-content .tips-tag {
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  display: block;
  width: 0.14rem;
  height: 0.15rem;
  margin-left: -0.07rem;
  background: url(../img/cultrue/tips-tag.png) center center / cover no-repeat;
}
.story-box .story-content .story-right {
  flex: 1;
  position: relative;
  padding-bottom: 0.15rem;
}
.story-box .story-content .story-right .m-story-title {
  display: none;
}
.story-box .story-content .story-right .story-audio audio {
  display: none;
}
.story-box .story-content .story-right .story-audio .audio-box .audio-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.story-box .story-content .story-right .story-audio .audio-box .audio-main .player {
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 0.48rem;
  background: url(../img/cultrue/play.svg) center center / cover no-repeat;
  cursor: pointer;
}
.story-box .story-content .story-right .story-audio .audio-box .audio-main .player.paused {
  background: url(../img/cultrue/paused.svg) center center / cover no-repeat;
}
.story-box .story-content .story-right .story-audio .audio-box .audio-main .prev,
.story-box .story-content .story-right .story-audio .audio-box .audio-main .next {
  display: block;
  margin-top: 0.2rem;
  padding-top: 0.35rem;
  font-size: 0.12rem;
  color: #666;
}
.story-box .story-content .story-right .story-audio .audio-box .audio-main .prev.disabled,
.story-box .story-content .story-right .story-audio .audio-box .audio-main .next.disabled {
  opacity: 0.3;
}
.story-box .story-content .story-right .story-audio .audio-box .audio-main .prev {
  background: url(../img/cultrue/prev.png) center top / 0.26rem 0.26rem no-repeat;
}
.story-box .story-content .story-right .story-audio .audio-box .audio-main .next {
  background: url(../img/cultrue/next.png) center top / 0.26rem 0.26rem no-repeat;
}
.story-box .story-content .story-right .story-audio .audio-box .progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 0.37rem;
}
.story-box .story-content .story-right .story-audio .audio-box .progress a {
  font-size: 0.12rem;
  color: #999;
}
.story-box .story-content .story-right .story-audio .audio-box .progress .bar {
  position: relative;
  width: 3.95rem;
  height: 1px;
  margin: 0 0.12rem;
  background: #ccc;
}
.story-box .story-content .story-right .story-audio .audio-box .progress .bar .bar-slider {
  position: absolute;
  left: 0;
  top: -0.14rem;
  height: 0.26rem;
  padding: 0 0.05rem;
  background-color: #ffffff;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 0.16rem;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
  text-align: center;
  line-height: 0.26rem;
  font-size: 0.12rem;
  color: #999;
  cursor: pointer;
}
.story-box .story-content .story-right .story-audio .audio-box .progress .bar .bar-slider span {
  color: #666;
}
.story-box .story-content .story-right .story-txt {
  margin-top: 0.95rem;
}
.story-box .story-content .story-right .story-txt .story-txt-wrapper {
  height: 3.13rem;
  cursor: pointer;
}
.story-box .story-content .story-right .story-txt .story-txt-wrapper .swiper-container {
  height: 100%;
}
.story-box .story-content .story-right .story-txt .story-txt-wrapper .swiper-container .swiper-wrapper {
  height: 100%;
}
.story-box .story-content .story-right .story-txt .story-txt-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow-y: auto;
  width: calc(100% + 30px);
  padding-right: 30px;
}
.story-box .story-content .story-right .story-txt .story-txt-wrapper h2 {
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.28rem;
}
.story-box .story-content .story-right .story-txt .story-txt-wrapper h2 span {
  margin-right: 0.2rem;
}
.story-box .story-content .story-right .story-txt .story-txt-wrapper p {
  text-indent: 2em;
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
  word-break: normal;
}
.story-box .story-content .story-right .story-txt .tips-tag {
  margin: 0.2rem auto 0;
}
.m-story-bottom-list {
  display: none;
}
@media screen and (max-width: 1020px) {
  .culture-title {
    margin-top: 1rem;
    padding: 0 0.24rem;
  }
  .culture-title .sub-title {
    margin-top: 0.7rem;
    font-size: 0.32rem;
  }
  .culture-tags {
    margin-top: 0.7rem;
    padding: 0 0 0 0.24rem;
  }
  .culture-tags .card {
    width: 50%;
    height: 3.8rem;
    margin-bottom: 0.24rem;
    padding-right: 0.24rem;
  }
  .culture-tags .card .tag {
    padding: 0.39rem;
    background-position: right bottom;
    background-size: cover;
  }
  .culture-tags .card .tag .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .culture-tags .card .tag .describe {
    width: 1.5rem;
    margin-top: 0.15rem;
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .culture-tags .card:nth-child(1) .tag {
    background-image: url(../img/cultrue/m-tags/1.png);
  }
  .culture-tags .card:nth-child(1) .tag .describe {
    width: 2rem;
  }
  .culture-tags .card:nth-child(2) .tag {
    background-image: url(../img/cultrue/m-tags/2.png);
  }
  .culture-tags .card:nth-child(3) .tag {
    background-image: url(../img/cultrue/m-tags/3.png);
  }
  .culture-tags .card:nth-child(3) .tag .describe {
    width: 1.3rem;
  }
  .culture-tags .card:nth-child(4) .tag {
    background-image: url(../img/cultrue/m-tags/4.png);
  }
  .culture-tags .card:nth-child(5) .tag {
    background-image: url(../img/cultrue/m-tags/5.png);
  }
  .culture-tags .card:nth-child(5) .tag .describe {
    width: 2rem;
  }
  .culture-tags .card:nth-child(6) .tag {
    background-image: url(../img/cultrue/m-tags/6.png);
  }
  .creed {
    padding: 0.46rem 0.24rem 1.28rem;
    background-position: center bottom;
    background-size: 100% 1.52rem;
  }
  .creed .text {
    margin-top: 1.12rem;
  }
  .creed .text p {
    margin-bottom: 1.1rem;
  }
  .creed .text p:last-child {
    margin-bottom: 1.1rem;
  }
  .honor {
    position: relative;
    padding: 0.96rem 0.24rem;
  }
  .honor .comm-title {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 1.12rem;
    background: none;
    padding: 0;
  }
  .honor .comm-title::after {
    left: 0;
    bottom: -0.4rem;
  }
  .honor .honer-month .swiper-slide {
    height: 8.47rem;
  }
  .honor .honer-month .swiper-slide img {
    height: 3.65rem;
  }
  .honor .honer-month .swiper-slide .month-info {
    height: 4.82rem;
    flex-direction: column;
    align-items: center;
    padding: 0 0.37rem 0.2rem;
  }
  .honor .honer-month .swiper-slide .month-info .month-info-left {
    align-items: center;
  }
  .honor .honer-month .swiper-slide .month-info .month-info-left .time {
    font-size: 1.2rem;
  }
  .honor .honer-month .swiper-slide .month-info .month-info-left .title {
    max-width: 3.5rem;
    max-height: 1.1rem;
    margin: 0 0 0 0.35rem;
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .honor .honer-month .swiper-slide .month-info .describe {
    flex: none;
    height: 2.88rem;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .honor .honer-title {
    display: none;
  }
  .honor .honer-year {
    margin-top: 0.63rem;
    padding: 0;
  }
  .honor .honer-year .honer-year-border {
    padding: 0;
  }
  .honor .honer-year .honer-year-border .swiper-container .year {
    width: 100%;
    padding: 0.4rem 0 0;
    font-size: 0.34rem;
  }
  .honor .honer-year .honer-year-border .swiper-container .yearActive .year {
    font-size: 0.44rem;
  }
  .honor .honer-year .honer-year-border .swiper-container .yearActive .year::before {
    width: 0.95rem;
    height: 0.04rem;
  }
  .honor .honer-year .honer-year-border .swiper-button-prev,
  .honor .honer-year .honer-year-border .swiper-button-next {
    display: none;
  }
  .story-box {
    padding: 0.46rem 0.24rem 0;
  }
  .story-box .story-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .story-box .story-content .fade {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .story-box .story-content .story-left {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0.37rem 0.24rem;
  }
  .story-box .story-content .story-left .m-story-catalogue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.16rem 0.3rem;
    border-bottom: 1px solid #ccc;
  }
  .story-box .story-content .story-left .m-story-catalogue h3 {
    background: url(../img/cultrue/catalogue.png) left 0.07rem / 0.32rem 0.32rem no-repeat;
    padding-left: 0.4rem;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .story-box .story-content .story-left .m-story-catalogue .m-story-count {
    flex: 1;
    text-align: right;
    font-size: 0.28rem;
    color: #999;
  }
  .story-box .story-content .story-left .story-list {
    height: 10.52rem;
  }
  .story-box .story-content .story-left .story-list .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    padding-right: 0;
  }
  .story-box .story-content .story-left .story-list li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding: 0.46rem 0.16rem;
  }
  .story-box .story-content .story-left .story-list li:last-child {
    border-bottom: none;
  }
  .story-box .story-content .story-left .story-list li a {
    font-size: 0.32rem;
    color: #333;
  }
  .story-box .story-content .story-left .story-list li.cur a {
    font-size: 0.32rem;
  }
  .story-box .story-content .tips-tag {
    display: none;
  }
  .story-box .story-content .story-right {
    margin-top: 1.15rem;
    padding-bottom: 0;
  }
  .story-box .story-content .story-right .m-story-title {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
  }
  .story-box .story-content .story-right .m-story-title span {
    display: block;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
  }
  .story-box .story-content .story-right .story-audio .audio-box .audio-main .player {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.96rem;
  }
  .story-box .story-content .story-right .story-audio .audio-box .audio-main .prev,
  .story-box .story-content .story-right .story-audio .audio-box .audio-main .next {
    padding-top: 0.7rem;
    font-size: 0.26rem;
  }
  .story-box .story-content .story-right .story-audio .audio-box .audio-main .prev {
    background: url(../img/cultrue/prev.png) center top / 0.52rem 0.52rem no-repeat;
  }
  .story-box .story-content .story-right .story-audio .audio-box .audio-main .next {
    background: url(../img/cultrue/next.png) center top / 0.52rem 0.52rem no-repeat;
  }
  .story-box .story-content .story-right .story-audio .audio-box .progress {
    margin-top: 0.75rem;
  }
  .story-box .story-content .story-right .story-audio .audio-box .progress a {
    font-size: 0.26rem;
  }
  .story-box .story-content .story-right .story-audio .audio-box .progress .bar {
    position: relative;
    width: 5.74rem;
    height: 2px;
    margin: 0 0.07rem;
  }
  .story-box .story-content .story-right .story-audio .audio-box .progress .bar .bar-slider {
    top: -0.3rem;
    width: 2.2rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .story-box .story-content .story-right .story-txt {
    margin-top: 0.8rem;
  }
  .story-box .story-content .story-right .story-txt .story-txt-wrapper {
    height: 6.5rem;
    padding-bottom: 0.3rem;
  }
  .story-box .story-content .story-right .story-txt .story-txt-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    padding-right: 0;
  }
  .story-box .story-content .story-right .story-txt .story-txt-wrapper h2 {
    display: none;
  }
  .story-box .story-content .story-right .story-txt .story-txt-wrapper p {
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .story-box .story-content .story-right .story-txt .tips-tag {
    display: none;
  }
  .m-story-bottom-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding: 0.45rem 0.91rem;
    background-color: #ffffff;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.08);
  }
  .m-story-bottom-list .m-bottom-list-prev {
    font-size: 0.32rem;
    color: #999;
  }
  .m-story-bottom-list .m-bottom-list-prev.disabled {
    opacity: 0.3;
  }
  .m-story-bottom-list .m-bottom-list-next {
    font-size: 0.32rem;
    color: #c6000b;
  }
  .m-story-bottom-list .m-bottom-list-next.disabled {
    opacity: 0.3;
  }
  .m-story-bottom-list .m-bottom-list-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: 0 0.88rem;
  }
  .m-story-bottom-list .m-bottom-list-info h3 {
    background: url(../img/cultrue/catalogue.png) left 0.07rem / 0.32rem 0.32rem no-repeat;
    padding-left: 0.4rem;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .m-story-bottom-list .m-bottom-list-info p {
    margin: 0.02rem 0 0 0.05rem;
    font-size: 0.28rem;
    color: #999;
  }
}
