.org-contenbg {
  float: left;
  width: 100%;
}
.org-contenbg p {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
  line-height: 28px;
  margin-top: 32px;
}
.org-contenbg ul {
  width: 100%;
}
.org-contenbg li {
  display: inline-block;
  width: 24%;
}
.org-contenbg li img {
  width: 95%;
}
.org-contenbg .back {
  margin: 70px 0 ;
  background-color: #F5F5F5;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #009944;
}
.org-contenbg .back:hover {
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease;
  background-color: rgba(0, 153, 68, 0.1);
}
