<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb a:hover {
  color: #dc2626;
}

.mainWords p {
  font-size: 18px;
  line-height: 1.8;
  text-wrap: wrap;
  word-break: break-all;
}

.mainWords p a {
  color: #1d4ed8;
  text-decoration: underline;
}

.mainWords table {
  width: 100%;
  border: 2px solid #666666;
}

.mainWords table th,
.mainWords table td {
  border: 1px solid #666666;
  text-align: center;
}

.mainWords table a {
  color: #1d4ed8;
}

.mainWords img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.pageList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pageList li {
  padding: 3px 6px;
  background: rgb(229, 231, 235);
  border-radius: 4px;
  margin: 12px 4px;
  cursor: pointer;
}

.pageList li a {
  display: block;
}

.pageList li.thisclass {
  background: #dc2626;
  color: white;
}

.prenext a {
  color: #dc2626;
  text-decoration: underline;
}

.active {
  background: #dc2626;
  color: white;
}

@media only all and (max-width: 1280px) {
  .mainWords p {
    font-size: 1rem;
  }

  .pageList li {
    padding: 0.1rem 0.4rem;
    border-radius: 0.2rem;
    margin: 0.25rem 0.125rem;
  }
}</pre></body></html>