.newsDetail {
  width: 95%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .newsDetail {
    margin-inline: auto;
  }
}
.newsDetail h2{
  border-bottom: 1px solid #333;
  padding: 1em 0;
  line-height: 1.5;
}
.newsDetail .newsDate{
  float: left;
}
.newsDetail .newsCat{
   float: left;
    margin-left: 1em;
    padding-left: 1em;
    display: block;
    position: relative;
}
.newsDetail .newsCat::before{
   content: '|';
   display: block;
   position: absolute;
   left: 0;
}
.newsDetail .entry-content{
  clear: both;
  display: block;
  padding: 30px 0;
}
.newsNavigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.newsNavigation > div {
  margin: 0;
  font-size: 14px;
}
.newsNavigation > div a {
  padding: 4px 1em;
  text-decoration: none;
  border: 1px solid #ccc;
}
