@charset "utf-8";
.content-title b {
  float: right;
  color: black;
}
.items {
  overflow: hidden;
  height: 800px;
  padding-bottom: 10px;
}
.items .item {
  float: left;
  width: 25%;
  height: 20%;
  padding: 2px;
}
.desc {
  text-indent: 2em;
}
