﻿.article-view {
  padding: 0 0 40px; }
  .article-view .header {
    margin: 0 0 30px;
    font-size: 16px; }
    .article-view .header h1 {
      font-size: 24px; }
      .article-view .header h1.main-title.mrg {
        margin-bottom: 15px;
        line-height: 28px !important; }
  .article-view .img-caption {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    overflow: hidden;
    background: rgba(232, 232, 232, 0.8) !important;
    padding: 10px 5px 6px !important;
    height: auto !important; }
  .article-view .content .img-caption, .article-view .article-view .content .img-caption b {
    color: #010101 !important;
    font-size: 14px !important;
    text-decoration: none; }
  .article-view .summary {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px; }
  .article-view .content a, .article-view .article-view .content a * {
    text-decoration: underline;
    color: #e96e71; }
  .article-view .content {
    margin: 10px 0 0 0; }
    .article-view .content b * {
      font-weight: bold; }
    .article-view .content p {
      margin: 0 !important;
      padding: 0 !important; }
    .article-view .content img {
      width: 100%; }
    .article-view .content .article-inline-img, .article-view .content .article-img {
      position: relative; }
    .article-view .content .article-inline-img > a {
      display: block; }
    .article-view .content p.summary, .article-view .content h2, .article-view .content h3 {
      font-weight: bold;
      font-size: 18px;
      margin: 0 0 5px; }
      .article-view .content p.summary > *, .article-view .content h2 > *, .article-view .content h3 > * {
        font-weight: bold; }
      .article-view .content p.summary:not(h3):before, .article-view .content h2:not(h3):before, .article-view .content h3:not(h3):before {
        content: "";
        width: 4px;
        background-color: #e96e71;
        height: 18px;
        vertical-align: middle;
        display: inline-block;
        margin: 0 0 0 5px; }
    .article-view .content .snip-more-art {
      margin: 10px 0 20px; }
      .article-view .content .snip-more-art > b {
        font-size: 18px; }
      .article-view .content .snip-more-art > div {
        padding: 3px; }
        .article-view .content .snip-more-art > div:before {
          content: "";
          width: 8px;
          height: 20px;
          display: inline-block;
          background: url(/images/sprite/index/top.png) left top no-repeat;
          background-position: -323px -445px;
          margin-left: 5px;
          vertical-align: -6px; }
        .article-view .content .snip-more-art > div > a {
          text-decoration: none; }
          .article-view .content .snip-more-art > div > a:hover {
            text-decoration: underline; }
  .article-view .author {
    margin: 0 0 10px;
    font-size: 16px;
    display: flex; }
    .article-view .author .author-img {
      float: right;
      margin: 0 0 0 10px; }
      .article-view .author .author-img img {
        width: 45px;
        height: 45px; }
    .article-view .author .author-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .article-view .author span {
      color: #e96e71;
      display: block;
      line-height: 20px; }
  .article-view .reading-time {
    font-size: 12px;
    min-width: fit-content;
    padding: 0 10px;
    color: #aaa !important; }
  .article-view .big {
    font-size: larger; }

.srv-spt {
  background-image: url(/images/sprite/index/search.png); }

.rmv-img {
  display: none; }

@media (max-width: 767px) {
  .article-view .header {
    margin: 22px 0 30px; } }
