.news {

}

.news .news-post {
  width: 100%;
  margin-bottom: 24px;
}

.news .news-post-image {
  float: left;
  display: block;
  width: 300px;
  height: 200px;
  margin-right: 24px;
}

.news .news-post-cont {
  float: left;
  background-color: #ffffff;
  width: calc(100% - 300px - 24px);
  height: 200px;
}

.news .news-post-cont-date {
  margin-bottom: 14px;
  font-size: 14px;
  color: #ff4847;
}

.news .news-post-cont-title {
  display: block;
  margin-bottom: 14px;
  overflow: hidden;
  font-size: 22px;
  color: #12151d;
  line-height: 25px;
}

.news .news-post-cont-title:hover {
  text-decoration: underline;
}

.news .news-post-cont-excerpt {
  height: 86px;
  max-height: 86px;
  overflow: hidden;
  font-size: 15px;
  line-height: 17px;
  color: #636363;
}

.news .news-loadmore {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #ff4847;
  font-size: 15px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.news .news-loadmore:hover {
  background-color: #fd6362;
}

.post {
  background-color: #ffffff;
}

.post .post-image {
  width: 100%;
  height: 606px;
  position: relative;
}

.post .post-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 36px 46px;
  box-sizing: border-box;
  font-size: 22px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.post .post-date {
  font-size: 14px;
  color: #c4c4c4;
  margin-bottom: 10px;
}

.post .post-image > img {
  width: 100%;
}

.post .post-cont {
  padding: 32px 40px;
  font-size: 15px;
  color: #636363;
}

.post .post-cont p {
  line-height: 24px;
}

.post .post-cont ul,
.post .post-cont ol {
  margin: 10px 20px;
}

.news-items-empty {
  font-size: 18px;
  color: #09aa1e;
  margin-left: 16px;
  margin-top: 20px;
}

@media (max-width: 481px) and (orientation: portrait) {

  .news .news-post {
    margin-bottom: 15px;
  }

  .news .news-post-cont {
    width: 100%;
    height: auto;
  }

  .news .news-loadmore {
    font-size: 14px;
    line-height: 40px;
  }

  .news .news-post-cont-title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .news .news-post-cont-excerpt {
    font-size: 14px;
  }

  .news .news-post-image {
    width: calc(100vw - 60px);
    height: calc((100vw - 60px)/1.5);
    background-size: cover;
    margin: 0;
  }

  .news .news-post-cont {
    border: 1px solid #ccc;
    border-top: 0;
    box-sizing: border-box;
    padding: 15px 12px;
  }

  .news .news-post-cont-date {
    margin-bottom: 10px;
  }

  .post .post-title {
    position: static;
    background-color: transparent;
    color: #000000;
    padding: 20px 15px;
    font-size: 16px;
  }

  .post .post-date {
    color: #ff4847;
  }

  .post .post-image {
    height: auto;
  }

  .post .post-cont {
    padding: 0 15px;
    font-size: 14px;
  }

  .post .post-cont p {
    line-height: 17px;
  }

  .post .post-cont img {
    width: 100% !important;
    height: auto !important;
  }

  .mobile-news {
    padding-top: 50px;
  }
}
