body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, p, th, td {
  margin: 0;
  padding: 0;
}

.body-block, .tags-block {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input, textarea {
  -webkit-user-select: auto;
  margin: 0;
  padding: 0;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol, dd, li {
  list-style: none outside none;
}

img {
  border: 0 none;
}

a {
  text-decoration: none;
  outline: medium none;
}

.container {
  width: 100%;
  height: 100vh;
}

body {
  font-family: Source Han Sans;
  max-width: 768px;
  margin: 0 auto;
  min-width: 320px;
}

.video_box {
  width: 100%;
  height: calc(100% - 62px);
  background-color: #000000;
  position: relative;
}

.desc {
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 8px;
  line-height: 30px;
  width: 83%;
  z-index: 2000;
}

.txt-inline {
  font-size: 0.95rem;
  line-height: 1.2;
}

.title {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.1rem;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.news-title {
  width: 100%;
  margin-bottom: 8px;
  word-break: break-word;
  font-size: 1.25rem;
  line-height: 1.3;
}

.play {
  position: fixed;
  left: 50%;
  top: calc(50% - 31px);
  z-index: 9999;
  transform: translateX(-50%) translateY(-50%);
  width: 70px;
  height: 70px;
  background-size: 100% 100%;
  background-image: url('../images/play_img.png');
}

.source-name {
  /*flex: 1;*/
  display: inline;
  margin-right: 10px;
}

.pubDate {
  margin-right: 10px;
  display: inline;
}

.main-content {
  /*background: url(../images/bg_black.png) no-repeat bottom center;
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  height: 100%;*/
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0) 0%), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#E5000000', GradientType=0);
}

.video-interaction {
  position: absolute;
  right: 10px;
  width: 12%;
  bottom: 65px;
  z-index: 2000;
}

.video-interaction img {
  display: block;
  width: 100%;
  margin-top: 16px;
}

video.video-block {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

/*preview-tips*/
.news-preview-tips {
  padding: 8px;
  background: #FFF;
}

.preview-tips-text {
  background: #F6F8FC;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 8px 0 8px 8px;
  color: #DB1826;
  font-weight: 400;
}

.preview-tips-error {
  font-size: 1.1rem;
  color: #999999;
  text-align: center;
  margin-top: 1.25rem;
}

/*holder & show*/
.collapse-text {
  margin-left: 2rem;
  font-weight: bold;
}

.news-text {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.news-text:focus {
  outline: none;
}

.author-name {
  display: inline;
  margin-right: 10px;
}

.video-interaction-block {
  width: 100%;
  height: 100%;
}
/*abs*/
.all-abs-text {
  display: none;
  margin: 0 15px 10px;
  font-size: 17px;
  line-height: 1.6rem;
  white-space: pre-line;
}

.abs-con-block {
  margin: 8px 0 0;
  font-size: 0.8rem;
  line-height: 1rem;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #FFF;
}

.abs-con-block-all {
  margin: 8px 0 0;
  font-size: 0.8rem;
  line-height: 1rem;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #FFF;
}

a.abs-show-btn {
  color: #0099FF;
  font-size: 0.9rem;
  margin: 0 15px 0;
  width: 120px;
  float: right;
  text-align: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -7px;
  right: -52px;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2025-03-17 16:07:03" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->