.report-widget {
  margin-bottom: 15px;
}

.report-widget a {
  display: block;
}

a.report_latest_news {
  display: block;
  width: ;
}

.ambassador_projects_type {

}

.ambassador_projects_type ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ambassador_projects_type li {
  position: relative;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  min-height: 200px;
  background: #EFEFEF;
  -webkit-box-shadow: 0 8px 0 0 rgba(0,0,0,.5);
  box-shadow: 0 8px 0 0 rgba(0,0,0,.5);
}

.ambassador_projects_type li div.in {
  display: block;
  padding: 15px 15px 15px 330px;
  color: #000;
}

.ambassador_projects_type li .post-image {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 300px;
  height: 170px;
  overflow: hidden;
}

.ambassador_projects_type li .post-image img {
  width: 100%;
  height: auto;
}

.ambassador_projects_type li a.button {
  float: left;
  width: 150px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  background: #d03335;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}