.m_main {
  background-color: #fff;
}

.m_secondary_banner .m_wrapper {
  height: 100%;
  overflow: hidden;
}
.m_secondary_banner .m_article_detail_time {
  color: rgb(255, 255, 255);
  position: absolute;
  left: 0.23rem;
  bottom: 0.24rem;
  font-size: 0.21rem;
  line-height: 0.36rem;
}

.m_article_detail_content {
  width: 100%;
  margin-top: 0.65rem;
  background: #f6f6f6;
  padding: 0 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.m_article_detail_content .m_article_detail_tips {
  color: rgb(156, 158, 177);
  text-align: right;
  padding: 0.33rem 0;
  font-size: 0.14rem;
}
.m_article_detail_content .m_article_detail_title {
  padding: 0rem 0;
  color: #231815;
  text-align: center;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.4rem;
}
.m_article_detail_content .m_article_detail_title_border {
  width: 5.14rem;
  height: 0.02rem;
  background-color: #e6e6e6;
  margin: 0.08rem auto 0;
}
.m_article_detail_content .m_article_detail_font {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  font-size: 0.21rem;
  line-height: 0.3rem;
  padding-top: 0.1rem;
}
.m_article_detail_content .m_article_detail_font span {
  padding: 0 0.05rem;
  cursor: pointer;
  color: #000000;
}
.m_article_detail_content .m_article_detail_font span.active {
  color: #a40000;
}
.m_article_detail_content .m_article_detail_content_text {
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  font-size: 0.21rem;
  line-height: 1.7;
  color: #231815;
  padding: 0.15rem 0;
}
.m_article_detail_content .m_article_detail_content_text p {
  padding: 0.15rem 0;
}
.m_article_detail_content .m_article_detail_content_text p img ,.m_article_detail_content .m_article_detail_content_text img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0.12rem;
}
.m_article_detail_content .video_content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 0.12rem;
}

.m_article_detail_btns {
  width: 100%;
  margin: 0.4rem 0;
  text-align: center;
  background-color: #fefeff;
}
.m_article_detail_btns a {
  display: inline-block;
  width: 1.39rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0rem 0rem 0.15rem 0rem rgba(226, 226, 226, 0.72);
          box-shadow: 0rem 0rem 0.15rem 0rem rgba(226, 226, 226, 0.72);
  margin: 0 0.2rem;
  cursor: pointer;
  color: rgb(156, 158, 177);
  font-size: 0.21rem;
}
.m_article_detail_btns a:hover {
  color: #ffffff;
  background-color: rgb(164, 0, 0);
}
.m_article_detail_btns a:hover .m_left_icon {
  background-image: url("../../images/article/icon_more_left_2.png");
  background-image: url("");
}
.m_article_detail_btns a:hover .m_right_icon {
  background-image: url("../../images/article/icon_more_right_2.png");
}
.m_article_detail_btns a span {
  width: 0.06rem;
  height: 0.09rem;
  display: inline-block;
  margin-left: 0.07rem;
  background: url("../../images/article/icon_more_left_1.png") no-repeat center;
  background-size: contain;
}
.m_article_detail_btns a .m_left_icon {
  margin-left: 0;
  margin-right: 0.07rem;
}
.m_article_detail_btns a .m_right_icon {
  background-image: url("../../images/article/icon_more_right_1.png");
}

.m_article_detail_recommend {
  width: 100%;
}
.m_article_detail_recommend .m_wrapper {
  background-color: #fefeff;
  padding: 0 0;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_title {
  width: 100%;
  text-align: left;
  color: #231815;
  position: relative;
  margin: 0 auto;
  font-size: 0.28rem;
  font-weight: bold;
  height: 0.34rem;
  line-height: 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_title span {
  background-color: rgb(164, 0, 0);
  width: 0.05rem;
  height: 0.34rem;
  display: inline-block;
  margin-right: 0.12rem;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box {
  width: 100%;
  height: 2.72rem;
  margin-top: 0.4rem;
  margin-bottom: 0.55rem;
  position: relative;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper {
  width: 100%;
  margin: 0 auto;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-wrapper {
  padding: 0.15rem;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0rem 0rem 0.15rem 0rem rgba(226, 226, 226, 0.72);
          box-shadow: 0rem 0rem 0.15rem 0rem rgba(226, 226, 226, 0.72);
  width: 3.34rem !important;
  height: 2.82rem;
  margin-left: 0.32rem;
  overflow: hidden;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_recommend_box {
  width: 1.9rem;
  height: 2.1rem;
  margin: 0 auto;
  margin-top: 0.1rem;
  position: relative;
  cursor: pointer;
  display: block;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_recommend_box img {
  width: 100%;
  height: auto;
  display: block;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_recommend_box .m_recommend_title {
  width: 100%;
  text-align: left;
  color: #231815;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_recommend_box .m_recommend_more {
  color: #9c9eb1;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_recommend_box .m_recommend_more img {
  width: 0.06rem;
  height: 0.09rem;
  display: inline-block;
  margin-left: 0.05rem;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide:first-child {
  margin-left: 0;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper_arrow_left {
  width: 0.17rem;
  height: 0.19rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.16rem;
  cursor: pointer;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper_arrow_right {
  width: 0.18rem;
  height: 0.19rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.16rem;
  cursor: pointer;
}

.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box {
  height: 3.11rem;
  width: 100%;
  padding: 0;
  margin: 0.4rem auto 0.8rem;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper {
  width: calc(100% - 0.34rem);
  height: 100%;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  margin-top: 0.19rem;
  margin-left: 0;
  background: transparent;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_video_box {
  width: 3rem;
  height: 2.45rem;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0rem 0rem 0.15rem 0rem rgba(226, 226, 226, 0.72);
          box-shadow: 0rem 0rem 0.15rem 0rem rgba(226, 226, 226, 0.72);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_video_box > img {
  height: 1.71rem;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_video_box .m_info {
  height: 0.75rem;
  padding: 0 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_video_box .m_info .m_recommend_title {
  line-height: 0.3rem;
  color: rgb(35, 24, 21);
  height: 0.3rem;
  font-size: 0.18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.05rem 0 0.1rem;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_video_box .m_info .m_recommend_more {
  float: right;
  line-height: 0.24rem;
  color: rgb(156, 158, 177);
  font-size: 0.18rem;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-slide .m_video_box .m_info .m_recommend_more img {
  width: 0.06rem;
  height: 0.08rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.02rem;
}
.m_article_detail_recommend .m_wrapper .m_article_detail_recommend_swiper_box .m_swiper .swiper-wrapper {
  padding: 0;
}/*# sourceMappingURL=m_index.css.map */