.news .content {
  padding-bottom: 30px;
}
.news .content .item {
  margin: 30px auto 0;
  position: relative;
  line-height: 0px;
}
.news .content .item:first-child {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .news .content .item:first-child {
    margin-top: 30px;
  }
}
.news .content .item img {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news .content .item img {
    margin-bottom: 0px;
  }
}
.news .content .item h3 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  text-align: left;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.news .content .item h4 {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  color: #333333;
  letter-spacing: 1.83px;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
}
.news .content .item .left, .news .content .item .right {
  display: block;
}
.news .content .item .left .updateWrapper, .news .content .item .right .updateWrapper {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.9);
  letter-spacing: 0;
  line-height: 20px;
}
.news .content .item .left .updateWrapper a, .news .content .item .right .updateWrapper a {
  font-weight: 700;
  color: #000;
}
.news .content .item .left .updateWrapper p, .news .content .item .right .updateWrapper p {
  margin-bottom: 1em;
}
.news .content .item .left .updateWrapper p:last-child, .news .content .item .right .updateWrapper p:last-child {
  margin-bottom: 0px;
}
.news .content .item .right {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .news .content .item {
    max-width: 708px;
  }
  .news .content .item .left, .news .content .item .right {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  .news .content .item .left img, .news .content .item .right img {
    max-width: 100%;
  }
  .news .content .item .left {
    padding-right: 15px;
  }
  .news .content .item .right {
    padding-left: 15px;
  }
}
@media (min-width: 1170px) {
  .news .content .item {
    max-width: 850px;
  }
}
.news .content .item:after {
  content: "";
  display: table;
  clear: both;
}

/*# sourceMappingURL=news.css.map */
