.m_activity_tabs {
  margin: 0.4rem auto 0.2rem;
}
.m_activity_tabs .m_wrapper {
  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;
}
.m_activity_tabs .m_wrapper .m_activity_tabs_item {
  font-size: 0.2778rem;
  color: rgb(159, 160, 160);
  line-height: 0.54rem;
  padding: 0 0.3rem;
}
.m_activity_tabs .m_wrapper .m_activity_tabs_item::after {
  width: 0.39rem;
  height: 0.05rem;
  display: block;
  margin: 0rem auto 0;
  content: "";
}
.m_activity_tabs .m_wrapper .m_activity_tabs_item.active {
  font-size: 0.31rem;
  color: #a40000;
  font-weight: bold;
}
.m_activity_tabs .m_wrapper .m_activity_tabs_item.active::after {
  background: #a40000;
}

.m_activity_title {
  font-size: 0.28rem;
  font-family: "Source Han Sans CN";
  color: rgb(197, 178, 156);
  font-weight: bold;
  line-height: 1.125;
}

.m_activity_content .m_card_item {
  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: 6.96rem;
  height: 2.11rem;
  border-left: 0.09rem solid rgb(164, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_activity_content .m_card_item .m_media_box {
  width: 3.5rem;
  height: 100%;
  position: relative;
}
.m_activity_content .m_card_item .m_media_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;
}
.m_activity_content .m_card_item .m_media_box .m_play_hover img {
  width: 0.62rem;
  height: 0.62rem;
}
.m_activity_content .m_card_item .m_info {
  width: calc(100% - 3.5rem);
  padding: 0 0.26rem 0 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.m_activity_content .m_card_item .m_info .m_title {
  margin-top: 0.16rem;
  font-size: 0.21rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 0.3rem;
}
.m_activity_content .m_card_item .m_info .m_desc {
  margin-top: 0.2rem;
  line-height: 0.28rem;
  font-size: 0.18rem;
  color: #9c9eb1;
  height: 0.84rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m_activity_content .m_card_item .m_info .m_other {
  margin-top: 0.22rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #9c9eb1;
}
.m_activity_content .m_card_item .m_info .m_other .m_date {
  display: inline-block;
}
.m_activity_content .m_card_item .m_info .m_other .m_more {
  float: right;
  display: inline-block;
}
.m_activity_content .m_card_item .m_info .m_other img {
  width: 0.07rem;
  height: 0.11rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.03rem;
}
.m_activity_content .m_card_list {
  margin: 0.34rem 0 0;
}/*# sourceMappingURL=m_index.css.map */