/* A 62 */
.a-62 {
  max-width: 350px;
  margin: 15px auto;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.a-62 img {
  border-radius: 3px;
}
.a-62 .a-62-m {
  padding: 10px 7px 5px 7px;
  position: relative;
}
.a-62 .a-62-m h4 {
  margin: 0px;
  font-size: 15px;
  line-height: 25px;
  color: #555;
}
.a-62 .a-62-m h4 a,
.a-62 .a-62-m h4 a:hover,
.a-62 .a-62-m h4 a:focus {
  color: #555;
  text-decoration: none;
}
.a-62 .a-62-m h4 span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: #888;
  margin-top: 4px;
}
.a-62 .a-62-m a.a-btn {
  position: absolute;
  right: 7px;
  top: 17px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2px;
  font-size: 12px;
}
