@media (min-width: 769px) {
  .page-container {
    padding: 1rem 3rem;
  }
  .detail-title {
    position: relative;
    text-align: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #E8E9EC;
  }
  .detail-title .title {
    margin-bottom: 0.25rem;
    color: #222;
    font-size: 0.375rem;
    line-height: 0.5375rem;
  }
  .detail-title .info {
    color: #666;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .detail-title .info i {
    font-style: normal;
    color: #DB7900;
  }
  .detail-title .info span + span {
    margin-left: 2em;
  }
  .detail-content {
    padding: 0.5rem 1.5rem 0.75rem;
    border-bottom: 1px dashed #E8E9EC;
    font-size: 0.225rem;
    line-height: 0.375rem;
    text-align: justify;
    text-indent: 2em;
  }
  .detail-content p {
    margin: 1em 0;
  }
  .detail-pager {
    padding: 0.5rem 1.5rem 0;
  }
  .detail-pager .pager {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.325rem;
  }
  .detail-pager .pager + .pager {
    margin-top: 0.125rem;
  }
  .detail-pager a,
  .detail-pager .value {
    color: #666;
  }
  .detail-pager a:hover {
    color: #0D46A0;
  }
}
@media (max-width: 768px) {
  .page-container {
    padding: 1.5375rem 1.025rem;
  }
  .detail-title {
    position: relative;
    text-align: center;
    padding-bottom: 1.275rem;
    border-bottom: 1px dashed #E8E9EC;
  }
  .detail-title .title {
    margin-bottom: 0.5125rem;
    color: #222;
    font-size: 1.15rem;
    line-height: 1.7875rem;
  }
  .detail-title .info {
    color: #666;
    font-size: 0.8375rem;
    line-height: 1.275rem;
  }
  .detail-title .info i {
    font-style: normal;
    color: #DB7900;
  }
  .detail-title .info span {
    display: block;
  }
  .detail-content {
    padding: 1rem 0;
    border-bottom: 1px dashed #E8E9EC;
    font-size: 0.9625rem;
    line-height: 1.7875rem;
    text-align: justify;
    text-indent: 2em;
  }
  .detail-content p {
    margin: 1em 0;
  }
  .detail-pager {
    padding-top: 1.5375rem;
  }
  .detail-pager .pager {
    color: #333;
    font-size: 0.9625rem;
    line-height: 1.4125rem;
  }
  .detail-pager .pager + .pager {
    margin-top: 0.9rem;
  }
  .detail-pager a {
    color: #0D46A0;
  }
  .detail-pager .value {
    color: #666;
  }
}