.news-body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

.news-body h2 {
    margin-top: 30px;
    color: #0b3c5d;
}

.news-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.news-body table th,
.news-body table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.news-body table th {
    background-color: #0b3c5d;
    color: #fff;
}


.breadcrumb {
  font-size: 14px;
  margin-bottom: 15px;
  padding: 8px 14px;
  background: #f7f9fc;
  border-left: 4px solid #0b5ed7;
  border-radius: 4px;
  color: #444;
}


.breadcrumb a {
  color: #0b5ed7;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #084298;
}