@charset "utf-8";
.items {
  overflow: hidden;
  height: 600px;
  padding-bottom: 10px;
}
.items .item {
  float: left;
  width: 25%;
  height: 25%;
  padding: 2px;
}
.items .item-first {
  width: 50%;
  height: 50%;
}
.desc {
  text-indent: 2em;
}
