.c-content {
  display: flex;
  gap: 50px;
  width: 100%;
}

.c-content .left {
  flex: 1;
}

.c-content .right {
  width: 320px;
  flex: 0 0 320px;
}

.c-title {
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}

.c-author {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 700;
}

.c-details-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.c-details-extra {
  display: flex;
  align-items: center;
  line-height: 24px;
  color: #555;
  margin-top: 2px;
}

.c-details-extra .form {
  display: flex;
  align-items: center;
}

.c-details-extra .form::after {
  display: inline-block;
  content: "";
  height: 8px;
  width: 1px;
  background: #555;
  margin: 0 8px;
}

.c-publish-time.none {
  opacity: 0;
  visibility: hidden;
}

.c-news-content {
  margin-top: 30px;
  font-size: 18px;
  color: #000;
  /*line-height: 24px;*/
}

.c-news-content .images-item {
  display: none;
  margin-bottom: 24px;
}

.c-news-content .images-item .n-image {
  width: 100%;
}

.c-news-content .images-item.active {
  display: block;
}

.c-news-content .images-item:last-child {
  margin-bottom: 0;
}

.c-news-content .images-item img {
  width: 100%;
  object-fit: contain;
  height: 500px;
}

.c-news-content .images-item .images-item_details {
  margin-top: 4px;
  white-space: pre-line;
}
