﻿.detail {
  border: 1px solid #ddd;
  margin-top: 20px;
  width: calc(100% - 30px);
  padding: 15px 15px 0;
  margin-bottom: 50px;
}
.detail h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 0;
}
.detail img {
  max-width: 100%;
}
.detail .time {
  font-size: 16px;
  color: #999;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
}
.detail .time span {
  margin: 0 5px;
}
.detail .detail-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.detail .detail-info p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
  text-indent: 2em;
  letter-spacing: 1px;
}

.detail-page {
  margin: 20px -15px 0;
  border-top: 1px solid #ddd;
}
.detail-page ul {
  font-size: 16px;
  background: #f2f2f2;
}
.detail-page li {
  width: calc(50% - 20.5px);
  float: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 10px;
  border-right: 1px solid #ddd;
}
.detail-page li:last-child {
  border: none;
}

.detail-info table {
  width: 100%;
  font-size: 16px;
}
.detail-info th {
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ddd;
  background: #f2f2f2;
  white-space: nowrap;
  letter-spacing: 12px;
}
.detail-info td {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
}

/*# sourceMappingURL=article.css.map */