.detail {
  padding-top: 80px;
  width: 677px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.detail * {
  max-width: 677px;
}

.detail h1 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 14px;
}

.detail > p.date {
  color: rgba(0, 0, 0, 0.3);
  font-size: 15px;
  margin-bottom: 50px;
}

.detail .content {
  padding-bottom: 50px;
}

.detail .more h2 {
  font-size: 20px;
}

.detail .more .item {
  display: block;
  width: 100%;
  height: 140px;
  margin: 30px auto;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.082);
  border-radius: 10px;
  position: relative;
  padding: 20px;
}

.detail .more .item:hover {
  box-shadow: 0 0 10px 0px #ff7a1557;
}

.detail .more .item h3 {
  font-size: 18px;
  line-height: 25px;
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.5em;
}

.detail .more .item p.date {
  position: absolute;
  bottom: 2em;
  margin-top: 1em;
  color: rgba(0, 0, 0, 0.35);
}

.detail .more .item img {
  width: 170px;
  height: 115px;
  right: 20px;
  top: 12px;
  position: absolute;
}

.nav {
  display: none;
}

