@-webkit-keyframes placeHolderShimmer-data-v-395fa2a4 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-395fa2a4 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.article-item[data-v-395fa2a4] {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.article-item.first[data-v-395fa2a4] {
    padding-top: 0;
}
.article-item .item-img[data-v-395fa2a4] {
    display: block;
    flex-shrink: 0;
    width: 180px;
    height: 135px;
    margin-right: 16px;
}
.article-item .item-main[data-v-395fa2a4] {
    flex: 1 1;
    height: 135px;
    position: relative;
}

/* 帖子标题在特殊情况下不会自动换行修改 */
.item-main .item-title[data-v-395fa2a4] {
  font-size: 18px;
    font-weight: bold;
    color: #222;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
    overflow: hidden;
    margin-bottom: 6px;
    word-break: break-all; 
}
.item-main .item-title[data-v-395fa2a4]:hover {
    color: #0E4D8C;
}
.item-main .item-title img[data-v-395fa2a4] {
    display: inline-block;
    position: relative;
    height: 22px;
    top: 4px;
}
.item-main .item-desc[data-v-395fa2a4] {
  font-size: 13px;
  line-height: 21px;
  max-height: 42px;
  color: #666;
  display: block;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  overflow: hidden;
}
.item-main .item-desc[data-v-395fa2a4]:hover {
    color: #222;
}
.item-main .item-meta[data-v-395fa2a4] {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.item-main .item-meta .item-theme[data-v-395fa2a4] {
    font-size: 12px;
    color: #1677d9;
    padding: 4px 6px;
    border: 1px solid #1677d9;
    border-radius: 2px;
    flex-shrink: 0;
}
.item-main .item-meta .item-author[data-v-395fa2a4] {
    flex-grow: 1;
    font-size: 12px;
    line-height: 14px;
    color: #222;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    max-height: 14px;
    display: block;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow-wrap: break-word;
    overflow: hidden;
}
.item-main .item-meta .item-author.hastheme[data-v-395fa2a4] {
      padding-left: 10px;
      border-left: 1px solid #ccc;
      margin-left: 10px;
}
.item-main .item-meta .item-created[data-v-395fa2a4] {
    font-size: 13px;
    line-height: 13px;
    color: #999;
    display: block;
    margin-left: 10px;
}


.wscn-zoomer-overflow-visible {
  overflow: visible !important;
}

@-webkit-keyframes placeHolderShimmer {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.zoomer-wrapper {
  position: relative;
}
.zoomer {
  position: relative;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.zoomer__img {
    position: relative;
    width: 100%;
    cursor: zoom-in;
    display: block;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.zoomer.active {
  z-index: 1001;
}
.zoomer.active .zoomer__img {
    cursor: zoom-out;
}
.zoomer-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  z-index: 1002;
  cursor: zoom-out;
}
.zoomer-fixed__img {
    display: block;
    cursor: zoom-out;
    max-width: 4000px !important;
    margin: 0 !important;
}
.zoomer-overlay {
  z-index: 1000;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  cursor: zoom-out;
  transition: opacity .3s;
}
.wscn-zoomer-body-overflow-hidden {
  overflow: hidden;
}

@-webkit-keyframes placeHolderShimmer-data-v-1a60262c {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-1a60262c {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.theme-live-item[data-v-1a60262c] {
  padding: 20px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.theme-live-item.first[data-v-1a60262c] {
    padding-top: 0;
}
.live-item-main[data-v-1a60262c] {
  font-size: 14px;
  line-height: 23px;
}
.live-item-main.needpay[data-v-1a60262c] {
    cursor: pointer;
}
.live-item-main.needpay:hover .live-item-title[data-v-1a60262c], .live-item-main.needpay:hover .live-item-html[data-v-1a60262c] {
      color: #0e4d8c;
}
.live-item-main .live-item-title[data-v-1a60262c] {
    color: #222222;
    font-weight: bold;
    margin-bottom: 6px;
}
.live-item-main .live-item-html[data-v-1a60262c] {
    color: #666;
    display: inline-block;
}
.live-item-main .paid-img[data-v-1a60262c] {
    display: inline-block;
    width: 76px;
    height: 22px;
    position: relative;
    left: 10px;
    top: 6px;
}
.live-item-imgs[data-v-1a60262c] {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.live-item-imgs.one .imgs-item[data-v-1a60262c] {
    width: 300px;
    max-height: 400px;
    overflow: hidden;
}
.live-item-imgs.double .imgs-item[data-v-1a60262c] {
    width: 288px;
    height: 162px;
    margin-right: 24px;
    overflow: hidden;
}
.live-item-imgs.double .imgs-item[data-v-1a60262c]:last-child {
      margin-right: 0;
}
.live-item-imgs.numerous .imgs-item[data-v-1a60262c] {
    width: 192px;
    height: 108px;
    margin-right: 12px;
    overflow: hidden;
}
.live-item-imgs.numerous .imgs-item[data-v-1a60262c]:nth-child(3n) {
      margin-right: 0;
}
.live-item-imgs[data-v-1a60262c] .zoomer {
    width: 100%;
    height: 100%;
}
.live-item-imgs[data-v-1a60262c] .zoomer.active img {
      height: auto;
}
.live-item-imgs[data-v-1a60262c] .zoomer img {
      width: 100%;
      height: 100%;
      display: block;
}
.live-item-meta[data-v-1a60262c] {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.live-item-meta .theme-title[data-v-1a60262c] {
    color: #1677d9;
    border: 1px solid #1677d9;
    border-radius: 2px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 12px;
    margin-right: 10px;
    cursor: pointer;
    display: block;
}
.live-item-meta .item-channel-name[data-v-1a60262c] {
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}
.live-item-meta .item-channel-name.hastheme[data-v-1a60262c] {
      padding-left: 10px;
      margin-left: 10px;
      border-left: 1px solid #ccc;
}
.live-item-meta .item-created[data-v-1a60262c] {
    font-size: 13px;
    line-height: 14px;
    color: #999999;
    display: block;
}

@-webkit-keyframes placeHolderShimmer-data-v-efe9d588 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-efe9d588 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.loading[data-v-efe9d588] {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #1482f0;
}
.loading .img[data-v-efe9d588] {
    width: 180px;
    height: 70px;
}
.loading .dots[data-v-efe9d588] {
    display: inline-block;
    width: 20px;
    text-align: left;
    vertical-align: baseline;
}


.group-item[data-v-0a8340d2] {
  display: flex;
  margin-bottom: 20px;
}
.group-item-date[data-v-0a8340d2] {
  width: 140px;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  padding-top: 8px;
  display: block;
  border-right: 1px dashed #e6e6e6;
  margin-right: 30px;
  font-weight: bold;
  text-align: center;
}
.group-item-date[data-v-0a8340d2] img{
  border-radius: 50%;
  max-width: 36px;
}
.group-item-main[data-v-0a8340d2] {
  flex-grow: 1;
}

