.post-list__thumbnail {
    float:left;padding:10px;
}

.post-list__thumbnail img {
    max-width:100px;max-height:100px;
}

.original {
    color:red; font-size:14px; font-weight: 700;
}

.hbadge-tag,
a.hbadge-tag {
  color: #fff !important;
  background-color: #d766cc;
  &:hover, &:focus {
    color: #7766cc !important;
    background: transparent;
    background-color: transparent;
    text-decoration: none;
    border-bottom: none;
  }
}

.copyrightNotices {    
    margin-top:15px; color:red;
}

.content{
  min-width: 73%;
}

.ad {
  margin-top:10px;color:blue;background:#eee; line-height:40px; width:100%; 
}

.weixin {
    position: relative;
}
 
.weixin img.qrcode {
  position: absolute;
  z-index: 99;
  top: 30px;
  right: -10px;
  width: 13rem;
  max-width: none;
  height: 14rem;
  transform: scale(0);
  transform-origin: top right;
  opacity: 0;
  border: .3125rem solid #eee;
  border-radius: .25rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
 
}
 
.weixin:hover img.qrcode {
    transform: scale(1);
    opacity: 1;
}

#cont {
	display:none;
}

.post-list__imgpre {
      width:initial;
      max-width:initial;
      overflow: hidden;
      height: 200px;
}
.post-list__imgpre img {
      width:initial;
      max-width:initial;
      border-radius: 5px;
      margin-left: 20px;
}

.info {
   text-algin: center;
   font-size: 10pt;
   line-height: 20px;
}
