<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding: 0;
  margin: 0;
  background: #f7f7f7;
  font-size: 18px;
  font-family: PingFangSC-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.page_container {
  max-width: 645px;
  margin: 0 auto;
}
div::-webkit-scrollbar {
  display: none;
}
.box {
  display: inline-flex;
  background: #fff;
  width: 100%;
  word-break: break-word;
  flex-direction: column;
}
.box .content {
  margin: 15px;
}
.adver {
  margin-right: 20px;
  color: #545454;
  font-size: 8px;
  text-align: right;
}
.google-box {
  border-top: dashed 1px #bbbbbb;
  border-bottom: dashed 1px #bbbbbb;
  padding-top: 5px;
}
.google-div {
  width: 100%;
  min-height: 100px;
  background-color: #d9d9d9;
  text-align: center;
}
.advertising {
  width: 100%;
  display: inline-flex;
  text-align: center;
}
.advertising img {
  width: 100%;
  display: block;
}
.ad-box {
  background: #ffffff;
  overflow: hidden !important;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 27px;
}
.ad-close img {
  width: 8px;
  height: 8px;
  margin: 3px;
}
.content-text {
  color: #333;
  display: block;
  margin: 0 15px 20px 15px;
  line-height: 28px;
}
.list ul li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 20px;
}
.list ul li:first-child {
  padding-top: 0;
}
.list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.list .more-box {
  display: flex;
}
.list ul li .item-pic {
  width: 7rem;
  height: 5rem;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.list ul li .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.list ul li .textInfo {
  width: 100%;
  height: 5rem;
  margin: 0 20px;
}
.list ul li .item-title {
  font-size: 16px;
  height: 23px;
  overflow: hidden;
}
.list ul li a .item-title {
  color: #000;
}
.item-content {
  font-size: 14px;
  color: #686868;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Copyright {
  text-align: center;
  font-size: 12px;
  color: #999;
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0;
}

.author-div {
  width: 100%;
  height: auto;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
}

.author .headimg-div {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
}

.author .nickname-div {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
}

.author .time-div {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}

.type-div {
  font-size: 0.44rem;
  font-weight: 400;
  line-height: 0.6rem;
  letter-spacing: 0em;
  text-align: left;
  color: #676767;
  margin: 3px 10px;
}

.content-title-div {
  font-weight: 700;
  display: block;
  width: 100%;
  clear: both;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 35px;
  font-family: system-ui;
}

.content-more-for-you {
  display: block;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.comment-area {
  margin: 11px 0;
}

.next-colum {
  display: block;
  width: 100%;
  clear: none;
  text-align: center;
  position: relative;
  height: 40px;
  line-height: 40px;
  margin: 20px 0 5px 0;
}
.next-colum span {
  display: inline-table;
  padding: 0 10px;
  background: #f7f7f7;
  font-family: system-ui;
  font-weight: 700;
  color: #ff6600;
  font-size: 20px;
}
.next-colum::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 102, 0, 0.4);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.box-content {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.box-content-sort,
.box-con {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 10px 10px 0 10px;
  border-radius: 15px;
  height: 600px;
}
.more-box {
  display: block;
  position: relative;
  text-align: center;
  height: 45px;
  bottom: 45px;
  margin: 0 10px 0 10px;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.more-box button {
  background: #ff6600;
  border: none;
  color: #fff;
  border-radius: 50px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.more-box button span {
  vertical-align: top;
  display: inline-table;
  height: 30px;
}
.more-box button span svg {
  margin-top: 8px;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
ins.adsbygoogle[data-ad-status="filled"] {
  display: block !important;
}
ins.adsbygoogle {
  margin: 0 auto;
}
.comm-box {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}
.comm-list {
  width: 1560px;
  height: 100%;
  display: flex;
  position: inherit;
}
.comm-item {
  width: 240px;
  height: 280px;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  float: left;
  position: relative;
  background-size: cover;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.comm-con {
  font-weight: bolder;
  color: #ffffff;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 4px 10px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(82, 82, 82, 0.5) 31%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
/* æ–°æ&nbsp;·å¼è¦†ç›– */
.t-ad-box-100:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}
.t-ad-box-100 {
  padding-top: 22px;
}

.t-ad-box-100 .t-ad-box {
  margin-bottom: 0px;
  padding: 0px;
  padding-bottom: 22px;
  background-color: #f6f6f6;
}
.t-ad-box-100 .t-tips-wrap {
  background-color: #f6f6f6;
}

.t-ad-box-100 .t-tips-wrap .t-tips {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 320px;
  margin: 0 auto;
  background-color: #f6f6f6;
  line-height: 22px;
  height: 22px;
}

.t-ad-box-100 .t-tips-wrap .t-tips span {
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 8px;
  color: #666666;
  line-height: 9px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 10px;
}
.t-ad-box-100 .t-tips-wrap .t-tips img {
  width: 15px;
  height: 10px;
  border-radius: 5px;
}
.t-progress-wrap {
  position: sticky;
  left: 0;
  top: 0;
}
.t-progress-wrap .t-progress {
  width: 100%;
  height: 4px;
  background: #d9d9d9;
  position: relative;
}

.t-progress-wrap .t-progress span {
  width: 0%;
  height: 4px;
  background: #599cda;
  position: absolute;
  left: 0;
  top: 0;
}
.t-content-text {
  margin-top: 15px;
  margin-bottom: 18px;
}
.ad-box:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}
.t-content-text .t-content-title-div {
  font-family: Open Sans, Open Sans;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.t-author-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 2px;
  font-family: Open Sans, Open Sans;
  color: #444;
  font-size: 12px;
  line-height: 24px;
}
.t-author-wrap .t-author {
}
.t-author-wrap .t-date {
  color: #48a0dc;
}
.t-ad-box-250:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}
.t-ad-box-250 {
  margin-bottom: 20px;
}
.t-ad-box-250 .t-ad-box {
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 250px;
  background-color: #f6f6f6;
  width: 320px;
  margin: 0 auto;
  padding: 0 4px;
}
.t-ad-box-250 .t-tips {
  width: 328px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}
.t-ad-box-250 .t-tips span {
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 11px;
  color: #666666;
  line-height: 13px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.t-ad-box-250 .t-tips img {
  width: 20px;
  height: 14px;
  border-radius: 7px;
}

.t-content-text {
  padding-top: 17px;
  padding-bottom: 18px;
}
.t-content-text .t-comm-title {
  margin-left: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2px;
  margin-bottom: 6px;
}
.t-content-text .t-comm-title span:first-of-type {
  width: 4px;
  height: 10px;
  background: #307fe6;
}
.t-content-text .t-comm-title span:nth-of-type(2) {
  font-family: Open Sans, Open Sans;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  text-align: left;
}
.t-content-text .t-comm-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  overflow-x: auto;
}
.t-content-text .t-comm-list .t-comm-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
}
.t-content-text .t-comm-list .t-comm-item:first-of-type {
  margin-left: 14px;
}
.t-content-text .t-comm-list .t-comm-item:last-of-type {
  margin-right: 14px;
}
.t-content-text .t-comm-list .t-comm-item img {
  width: 112px;
  height: 68px;
  object-fit: cover;
  border-radius: 4px;
}
.t-content-text .t-comm-list .t-comm-item span {
  width: 178px;
  /* height: 66px; */
  font-family: Open Sans, Open Sans;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.text-ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.t-label-wrap {
  /* height: 155px; */
  background: #f5f7f9;
  padding-top: 23px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 26px;
  box-sizing: border-box;
}
.t-label-wrap .t-label-title {
  height: 26px;
  font-family: Open Sans, Open Sans;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}

.t-label-wrap .t-label-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 12px;
}
.t-label-wrap .t-label-list .t-label-item {
  padding: 0px 10px;
  border-radius: 4px;
  border: 1px solid #444444;
  height: 18px;
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 12px;
  color: #444444;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  text-align: center;
}
</pre></body></html>