

.news .clear {
  clear: both;
}

.news {
  margin-bottom: 30px;
}

.news .nav ul {
  float: left;
  display: inline;
  margin: 0;
}

.news .nav li {
  float: left;
}

.news .nav a {
  float: left;
  display: block;
}

.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.news .article {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* .newsitems .subitem:first-child { */
  /* padding-right: 45px; */
/*  */
/* } */
/*  */
/* .newsitems .subitem:nth-child(2n) { */
  /* padding-right: 33px; */
  /* padding-left: 33px; */
/*  */
/* } */
/*  */
/* .newsitems .subitem:last-child { */
  /* padding-left: 45px; */
/*  */
/* } */


.newsitems .subitem2 {
  width: 50%;
  /* padding-right: 55px; */
  margin-bottom: 60px;
}



.newsitems .subitem2:nth-child(odd)  {
  width: 50%;
    padding-left: 0px;  padding-right: 20px;
  margin-bottom: 60px;
}

.newsitems .subitem2:nth-child(even) {
  width: 50%;
  padding-right: 0px;
    padding-left: 20px;
  margin-bottom: 60px;
}



@media (max-width: 746px) {


  .newsitems .subitem2:nth-child(odd)  {
    width: 100%;
      padding-left: 20px;  padding-right: 20px;
    margin-bottom: 60px;
  }

  .newsitems .subitem2:nth-child(even) {
    width: 100%;
    padding-right: 20px;
      padding-left: 20px;
    margin-bottom: 60px;
  }



}
