.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}
.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

/* 相关文章样式*/
.article-item .icon {
    width:30%
}

.article-item .info {
    width:70%;
    padding-left:10px;
}
.article-item:not(last-child) {
    margin-bottom:20px;
}

.article-item .info p.title {
    font-size: 16px;
    font-weight: 500 !important;
    color: #333333;
    font-family: PingFang SC;
    margin:0;
}

.article-item .info p.subTitle {
    font-size: 14px;
    font-weight: 400 !important;
    color: #999999;
    font-family: PingFang SC;
    margin:0;
}
.video .tag-box, .article .tag-box {
    padding: 0 20px;
    margin: 0;
}
.moreBtn .btn {
    margin-top:10px;
    line-height: 14px;
    padding:14px 40px;
    border-radius: 20px;
    margin-bottom:10px;
}

  video::-webkit-media-controls-mute-button {
    display: none !important;
  }
 
  video::-webkit-media-controls-current-time-display {
    display: none !important;
  }
 
  video::-webkit-media-controls-time-remaining-display {
    display: none !important;
  }
 
  video::-webkit-media-controls-fullscreen-button {
    display: none !important;
  }
  video::-webkit-media-controls-mute-button {
    display: none !important;
  }

  /*
  .video {
    position: relative;
}
*/
video::-webkit-media-controls-play-button {
    /* display: none !important; */
}

.video img {
    width: 100%;
}
/*
.video::after {
    content: '';
    margin: auto;
    width: 40px;
    height: 40px;
    background: url(/static/images/videoPlay@2x.png);
    background-size: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
*/

/*文章详情*/
.content-title {
    font-size: 18px;
    color: #0A0D26;
    margin-bottom: 15px;
    font-weight: 600;
}
.app-article-list a {
    text-decoration:none;
}
