.block-region-right h5 {
  font-size: 18px;
  line-height: 52px;
}

.block-region-right ul {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 21px;
  border-bottom: 1px solid #E7E7E7;
}

.block-region-right ul:last-child {
  border: none;
}
.block-region-right ul::after {
  content: "";
  clear: both;
  display: block;
}

.block-region-right ul li {
  width: 32%;
  margin-right: 1%;
  float: left;
  list-style-position: inside;
  margin-bottom: 0;
  line-height: 22px;
  padding: 7px 0;
  list-style: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.block-region-right ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .block-region-right ul li {
    width: 49%;
    margin-right: 0;
  }
  .block-region-right ul li:nth-child(2n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 480px) {
  .block-region-right ul li {
    width: 100%;
    margin-right: 0;
  }
}
.block-region-right ul li::before {
  content: "•";
  color: #f7ae6c;
  margin-right: 4px;
}
#main .field-body li {
  font-size: 14px;
}