.head_view_div{display: none!important;}
.media_ul{
  display: flex;
  width: 19.2rem;
  padding: .2rem 2.5rem 0rem;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
}

.media_ul .media_li{
  margin-right: .38rem;
  margin-top: .6rem;
  width: 4.47rem;
}
.media_ul .media_li:nth-child(3n){
  margin-right: 0;
}

.media_li .media_li_title{
  font-size: .2rem;
  line-height: .28rem;
  margin-top: .2rem;
  color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.media_li img{
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.media_li img:hover{
  transform: scale(1.1);
}

.media_li_img{
  width: 4.47rem;
  height: 2.52rem;
  overflow: hidden;
}

.media_li .media_time{
  font-size: .14rem;
  line-height: .22rem;
  margin-top: .08rem;
  color: rgba(0, 0, 0, 0.4);
}

.media_tips{
  width: 100%;
  padding: .6rem 0 .8rem;
  font-size: .12rem;
  line-height: .2rem;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.media_tips.hidden{
	height: 0;
}


.content_detail{
  padding: .8rem 5.8rem;
}

.content_detail .detail_time{
  color: rgba(0, 0, 0, 0.4);
  font-size: .14rem;
  line-height: .22rem;
}
.content_detail .detail_title{
  color: rgba(0, 0, 0, 1);
  font-size: .32rem;
  line-height: .40rem;
  margin-top: .16rem;
}

.content_detail_html img {
  margin-top: .4rem;
  height: auto;
  display: block;
}

.mt16{
  margin-top: .16rem !important;
}

.detail_text{
  color: rgba(0, 0, 0, 0.6);
  margin-top: .4rem;
  font-size: .24rem;
  line-height: .32rem;
}

.detail_p{
  color: rgba(0, 0, 0, 0.6);
  font-size: .18rem;
  line-height: .26rem;
  margin-top: .4rem;
}

.shares{
  margin-top: .6rem;
  border-bottom: .01rem solid rgba(25, 25, 25, 1);
  width: 100%;
  display: flex;
  align-items: center;
  font-size: .16rem;
  line-height: .28rem;
  color: rgba(0, 0, 0, 1);
  padding-bottom: .24rem;
}

.shares img{
  width: .28rem;
  height: .28rem;
  margin-left: .24rem;
}

.shares a{
  display: flex;
  align-items: center;
}

.share_btn{
  margin-top: .2rem;
  display: flex;
  align-items: center;
  line-height: .28rem;
  font-size: .16rem;
  justify-content: center;
}

.share_btn .share_btn_item{
  display: flex;
  align-items: center;
}

.share_btn .share_btn_item img{
  width: .2rem;
  height: .2rem;
}


.mr120{
  margin-right: 1.2rem;
}


body img {
  display: block;
}

/* .footer_view,.footer{
  position: fixed;
  left: 0;
  bottom: 0;
} */


.media_ul1{
  padding-top: .8rem;
}