<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 文字为主 */
/** 混合指令 **/
/* 带图片、标题的模块样式 */
body {
  background-color: #FAFAFA;
}

.part {
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px;
  background: #fff;
}

.title {
  height: 100px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.title h3 {
  height: 40px;
  font-size: 24px;
  color: #333;
  font-weight: 100;
  border-bottom: none;
}

.title-date {
  margin-top: 10px;
  text-align: center;
}

#detail &gt; p, #detail &gt; span {
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-indent: 2em;
}
#detail &gt; p img {
  width: 100%;
  height: auto;
}

hr {
  margin-top: 40px;
  border: 1px solid #e5e5e5;
}

.pagenation {
  height: 60px;
  padding: 0 30px;
  margin-top: 50px;
  background: #f7c80a;
}
.pagenation &gt; div {
  float: left;
  height: 100%;
}
.pagenation &gt; div &gt; a {
  line-height: 60px;
  color: #333;
  cursor: pointer;
}</pre></body></html>