.main {
  font-family: arial, sans-serif;
  width: 120px;
}
.main_title {
  border-bottom: 3px solid #c91f28;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.main_title a {
  color: #888888;
  text-decoration: none;
}
.main_body__title {
  margin-bottom: -5px;
}
.main_body__item img {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -30%, 0px);
  -webkit-transform: translate3d(-50%,-30%,0);
  -moz-transform: translate3d(-50%,-30%,0);
  -ms-transform: translate3d(-50%,-30%,0);
  -o-transform: translate3d(-50%,-30%,0);
  width: auto;
}
.description,.description a {
  color: #555555;
  font-size: 12px;
  height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}

.main-body__img {
  border-bottom: 3px solid #c91f28;
  display: block;
  height: 89px;
  overflow: hidden;
  position: relative;
  text-align: center;
}