.m_card_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m_card_slide_large {
  width: 100%;
  height: 5.72rem;
}
.m_card_slide_large .m_play_box {
  height: 3.92rem;
  width: 100%;
  position: relative;
}
.m_card_slide_large .m_play_box .m_play_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
.m_card_slide_large .m_play_box .m_play_hover .m_play_icon {
  width: 1.38rem;
  height: 1.38rem;
}
.m_card_slide_large .m_info_box {
  width: 100%;
  height: calc(100% - 3.92rem);
  padding: 0 0.22rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.m_card_slide_large .m_info_box .m_tag_date {
  margin-top: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_card_slide_large .m_info_box .m_tag_date .line {
  width: 1px;
  height: 0.15rem;
  background: #fff;
  margin: 0 0.15rem;
}
.m_card_slide_large .m_info_box .m_title {
  line-height: 0.5rem;
  font-size: 0.28rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m_card_slide_large .m_info_box .m_desc {
  line-height: 0.4rem;
  font-size: 0.21rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m_card_slide_nor {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0rem 0rem 0.2rem 0rem rgba(226, 226, 226, 0.72);
          box-shadow: 0rem 0rem 0.2rem 0rem rgba(226, 226, 226, 0.72);
  width: 3.36rem;
  height: 3.19rem;
  display: block;
  margin: 0.23rem 0 0;
  position: relative;
}
.m_card_slide_nor .m_img_box {
  width: 100%;
  height: 1.77rem;
}
.m_card_slide_nor .m_info {
  height: calc(100% - 1.77rem);
  width: 100%;
  padding: 0 0.08rem;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m_card_slide_nor .m_info .m_title {
  font-size: 0.2431rem;
  font-family: "Source Han Sans CN";
  color: rgb(35, 24, 21);
  font-weight: bold;
  margin-top: 0.18rem;
  line-height: 0.36rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m_card_slide_nor .m_info .m_desc {
  font-size: 0.21rem;
  color: rgb(159, 160, 160);
  line-height: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
 height: 0.3rem;
}
.m_card_slide_nor .m_info .m_other {
  margin-top: 0.15rem;
}
.m_card_slide_nor .m_info .m_other .m_date {
  font-size: 0.21rem;
  color: rgb(159, 160, 160);
  line-height: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.m_card_slide_nor .m_info .m_other .m_more {
  font-size: 0.21rem;
  line-height: 0.3rem;
  color: #a40000;
  float: right;
}
.m_card_slide_nor .m_info .m_other .m_more img {
  width: 0.08rem;
  height: 0.13rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.05rem;
}
.m_card_slide_nor .m_tag {
  position: absolute;
  top: 0.2rem;
  right: -0.08rem;
  width: auto;
  height: 0.37rem;
  padding: 0 0.1rem;
  min-width: 0.84rem;
  background: #c5b29c;
  color: #fff;
  font-size: 0.21rem;
  line-height: 0.37rem;
  text-align: center;
}
.m_card_slide_nor .m_tag:after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.1rem;
  background-color: #a18f7b;
  position: absolute;
  right: 0;
  bottom: -0.1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}

.m_main_tabs {
  margin: 0.4rem auto 0.3rem;
}
.m_main_tabs .m_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_main_tabs .m_tab_item {
  font-size: 0.2778rem;
  color: rgb(159, 160, 160);
  line-height: 0.54rem;
}
.m_main_tabs .m_tab_item::after {
  width: 0.39rem;
  height: 0.05rem;
  display: block;
  margin: 0rem auto 0;
  content: "";
}
.m_main_tabs .m_tab_item.m_active {
  font-size: 0.31rem;
  color: #a40000;
  font-weight: bold;
}
.m_main_tabs .m_tab_item.m_active::after {
  background: #a40000;
}
.m_main_tabs .m_line {
  width: 0.02rem;
  height: 0.27rem;
  background: #c1c2c2;
}
.m_main_tabs .m_line:last-child {
  display: none;
}

.m_page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 0.33rem;
  margin-top: 0.5rem;
}
.m_page_title .m_slide {
  background-color: rgb(164, 0, 0);
  width: 0.05rem;
  height: 0.33rem;
  margin-right: 0.14rem;
}
.m_page_title .m_text {
  font-size: 0.3472rem;
  color: rgb(35, 24, 21);
  font-weight: bold;
  line-height: 0.33rem;
}
.m_page_title .m_line {
  background-color: rgb(159, 160, 160);
  width: 0.02rem;
  height: 0.35rem;
  margin: 0 0.25rem 0 0.3rem;
}
.m_page_title .m_more {
  font-size: 0.28rem;
  font-family: "Source Han Sans CN";
  color: rgb(159, 160, 160);
  line-height:1;
}
.m_page_title .m_more img {
  width: 0.08rem;
  height: 0.13rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.03rem;
}

.m_load_more {
  margin: 0.5rem auto 0.3rem;
  background-color: rgb(164, 0, 0);
  width: 1.72rem;
  height: 0.53rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.21rem;
  color: #fff;
}/*# sourceMappingURL=m_card_public.css.map */
.page-index{
	 position: absolute;
    top: -2.03rem;
    left: 0;
}
.m_wrapper{
	    position: relative;
}


