/**/
:root {
  --bodyWidth: 80%;
}
.container.rh {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.page-content-head.rh {
  width: var(--bodyWidth);
  max-width: var(--bodyWidth);
  margin: 0 auto;
}
.page-content-body {
  position: relative;
}
/* ul news listing*/
.news-list {
  margin-top: 40px;
  width: var(--bodyWidth);
  max-width: var(--bodyWidth);
  margin: 0 auto;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0 -20px;
}

.list li {
  border-bottom: 1px solid #cdcdcd;
  padding: 20px;
}

.list li:last-child {
  border-bottom: 0;
}

.list article img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .list article img {
    float: right;
    width: 300px;
    margin-left: 10px;
  }
}

.list article a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 0.9em;
}

.list article h2 {
  margin: 0;
}

.list article a:hover h2,
.list article a:focus h2 {
  color: #126d3c;
}

.list article p {
  margin: 0;
  font-size: 1.1em;
}

/**/

.pager {
  margin-top: 20px;
}

.pager a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px;
}

.pager a:hover {
  background: #f1f1f1;
}

.pager a:focus {
  background: #f1f1f1;
}

@media (max-width: 1370px) {
  .news-item {
    flex: 0 0 49%;
    max-width: 49%;
  }
}

@media (max-width: 991px) {
  :root {
    --bodyWidth: 100%;
  }
  .news-item {
    margin-bottom: 22px;
  }
  .news-ticker {
    display: none;
  }
}
@media (max-width: 767px) {
  .news-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
