body{
	background: #fff;
}
.swiper-container {
    width: 100%;
    height: 40vw;
    margin-top: 5px;
}
.m-block{
	margin-top: 15px;
}
.m-block .m-block-title{
	font-size: 0.853333rem;
	line-height: 1rem;
	padding-left: 0.32rem;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #ccc;
}

.main-body{
	padding-bottom: 20px;
}

.item-main{
     width: 100%;
     max-width: 100%;
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     min-height: 0;
     background: #fff;
     padding: 0;
     border: none;
     border-radius: 5px;
     /*box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;*/
     -webkit-transition: box-shadow .1s ease,-webkit-transform .1s ease;
     transition: box-shadow .1s ease,-webkit-transform .1s ease;
     transition: box-shadow .1s ease,transform .1s ease;
     transition: box-shadow .1s ease,transform .1s ease,-webkit-transform .1s ease;
}
.item-p{
  position: relative;
}
.item-p-view{
  position: absolute;
  left: 10px;
  bottom: 3px;
  color: #eee;
}
.item-p-thumb{
  position: absolute;
  right: 10px;
  bottom: 3px;
  color: #eee;
}
.item-main .image{
  display: block;
  height: 125px;
}
.item-main img{
  max-width: 100%;
  height: 125px;
}
.item-main .avatar-item{
  height: 20px;
  width: 20px;
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  width: '';
}
.item-main .desc{
    color: #999;
    height: 26px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-line{
    border-bottom: 1px solid rgba(34,36,38,.1);
}
.item-main .header-p{
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 14px;
  padding: 0 10px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-decoration: none;
  /*line-height: 36px;
  height: 36px;*/
  text-overflow: ellipsis;
  word-break: break-all;
}