/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page > h3[data-v-265c70a4] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding: 0 0.75rem;
  font-weight: bold;
  font-size: 0.7rem;
}
.list[data-v-265c70a4] {
  width: 100%;
  padding-left: 0.75rem;
  background-color: #fff;
}
.list > li[data-v-265c70a4] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2rem;
  font-size: 0.65rem;
  color: #999;
}
.list > li[data-v-265c70a4]:not(:last-child) {
  border-bottom: 1PX solid #eee;
}
.list > li.active[data-v-265c70a4] {
  color: #dc3b40;
}
.post[data-v-265c70a4] {
  width: 100%;
  padding: 0.75rem;
  background-color: #fff;
}
.post .info[data-v-265c70a4] {
  display: flex;
  width: 100%;
  height: 2.25rem;
}
.post .info > img[data-v-265c70a4] {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
}
.post .info .desc[data-v-265c70a4] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  padding: 0.25rem 0;
}
.post .info .desc > b[data-v-265c70a4] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 0.7rem;
}
.post .info .desc > p[data-v-265c70a4] {
  width: 100%;
  font-size: 0.6rem;
}
.post .info .desc > p > time[data-v-265c70a4] {
  margin-right: 0.25rem;
  color: #999;
}
.post .article[data-v-265c70a4] {
  width: 100%;
}
.post .article > p[data-v-265c70a4] {
  width: 100%;
  margin-top: 0.5rem;
  line-height: 0.95rem;
  font-size: 0.7rem;
}
.post .article .img-thumb[data-v-265c70a4] {
  zoom: 1;
  width: 100%;
}
.post .article .img-thumb[data-v-265c70a4]:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.post .article .img-thumb .img[data-v-265c70a4] {
  float: left;
  width: 5.25rem;
  height: 3.5rem;
  margin-top: 0.375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.post .article .img-thumb .img[data-v-265c70a4]:not(:nth-child(3n)) {
  margin-right: 0.375rem;
}
.post .status[data-v-265c70a4] {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-top: 0.75rem;
}
.post .status > time[data-v-265c70a4] {
  font-size: 0.55rem;
  color: #999;
}
.post .status > p i[data-v-265c70a4] {
  font-size: 0.6rem;
  color: #999;
}
.post .status > p i[data-v-265c70a4]::before {
  margin-right: 0.25rem;
}
.post .status > p i[data-v-265c70a4]:first-child {
  margin-right: 1rem;
}

