.news-info {
        padding-top: 8px;
        margin-inline-end: 15px;
      }
      .news-lead {
        background: #e9e9fd;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 15px;
        font-size: 14px;
        color: #1e1e1e;
        line-height: 28px;
      }
      .news-head {
        margin-bottom: 20px;
      }
      .news-info {
        padding-top: 8px;
        margin-inline-end: 15px;
      }
      #es-content .news-info-wrap .news-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
      }
      #es-content .news-info-wrap .news-info ul li {
        margin-inline-end: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      .news-content #photo-face-tag {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .news-content img {
        border-radius: 15px;
        overflow: hidden;
        border: 5px solid #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        margin-bottom: 15px;
      }
      .news-info li {
        font-size: 14px;
      }
      .news-head {
        margin-bottom: 20px;
      }
      .news-head h6 {
        font-size: 14px;
        margin-bottom: 5px;
        display: block;
        color: #1e1e1e;
      }
      .news-tools a {
    width: 30px;
    border-radius: 50%;
    height: 30px;
    background-color: #1e1e1e;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    transition: all 0.2s linear;
}
.es-posts .es-post-title {
    font-size: 15px;
    color: #3351a6;
    font-weight: bold;
}