.news-article {
    background: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  .news-header {
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .news-title {
    font-family: 'Georgia', serif;
    font-size: 2.5em;
    margin: 0;
    color: #333;
  }
  .news-speaker {
    text-align: center;
    font-size: 1.2em;
    color: #666;
  }
  .news-speaker a {
    color: #0fa8c3;
    text-decoration: none;
  }
  .news-speaker a:hover {
    text-decoration: underline;
  }
  .news-content p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #444;
  }
  .news-content ol, .news-content ul {
    margin-left: 20px;
    font-size: 1.1em;
    color: #444;
  }
  .news-image {
    text-align: center;
    margin-top: 20px;
  }
  .news-image img {
    max-width: 100%;
    border-radius: 8px;
  }