.jishuwenzhang,
.qiyexinwen {
  padding: 80px 0;
  text-align: center;
}

.jishuwenzhang-biaoti,
.qiyexinwen-biaoti {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 48px;
  color: var(--hei);
}

.jishuwenzhang-biaoti::before,
.jishuwenzhang-biaoti::after,
.qiyexinwen-biaoti::before,
.qiyexinwen-biaoti::after {
  content: "\2014";
  margin: 0 15px;
  color: #999;
}

.wenzhang-wangge {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
}

.wenzhang-ka {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  transition: box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
}

.wenzhang-ka:hover {
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.wenzhang-tu {
  width: 180px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e8e9eb;
}

.wenzhang-tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wenzhang-tu-kong {
  background: #e8e9eb;
}

.wenzhang-you {
  flex: 1;
  text-align: left;
  min-width: 0;
}

.wenzhang-ming {
  font-size: 17px;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wenzhang-fujian {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.wenzhang-fj-tu {
  width: 36px;
  height: 28px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}

.wenzhang-fj-lianjie {
  font-size: 12px;
  color: #8c735a;
  text-decoration: none;
  padding: 2px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  word-break: break-all;
}

.wenzhang-fj-lianjie:hover {
  background: #8c735a;
  color: #fff;
}

@media (max-width: 768px) {
  .wenzhang-wangge {
    gap: 12px;
  }

  .jishuwenzhang,
  .qiyexinwen {
    padding: 50px 0;
  }

  .jishuwenzhang-biaoti,
  .qiyexinwen-biaoti {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .wenzhang-tu {
    width: 80px;
    height: 56px;
  }
}

@media (max-width: 480px) {
  .jishuwenzhang-biaoti,
  .qiyexinwen-biaoti { font-size: 22px; margin-bottom: 24px; }
  .jishuwenzhang, .qiyexinwen { padding: 36px 0; }
  .wenzhang-ming { font-size: 13px; }
  .wenzhang-ka { padding: 10px; gap: 10px; }
}

.wz-zhezhao {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.wz-zhezhao.show { display: flex; }

.wz-tanchuang {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  width: 720px;
  max-width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
}

.wz-guanbi {
  position: absolute;
  top: 12px; right: 16px;
  font-size: 26px;
  line-height: 1;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
}

.wz-guanbi:hover { color: #333; }

.wz-biaoti {
  font-size: 22px;
  font-weight: 400;
  color: var(--hei);
  margin: 0 0 20px;
  padding-right: 30px;
}

.wz-tu { margin-bottom: 20px; }

.wz-tu img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}

.wz-zhengwen {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  white-space: pre-wrap;
  word-break: break-word;
}

.wz-zhengwen p {
  margin: 0 0 12px;
}

.wz-zhengwen img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin: 12px auto;
}

.wz-fujian {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.wz-fujian-biaoqian {
  font-size: 14px;
  color: #666;
}

.wz-fj-tu-wai {
  display: block;
  line-height: 0;
}

.wz-fj-tu {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #eee;
}

.wz-fj-lianjie {
  font-size: 13px;
  color: #8c735a;
  text-decoration: none;
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.wz-fj-lianjie:hover {
  background: #8c735a;
  color: #fff;
}

.tp-zhezhao {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.85);
  z-index: 400;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.tp-zhezhao.show { display: flex; }

.tp-zhezhao img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.tp-guanbi {
  position: absolute;
  top: 16px; right: 24px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.tp-guanbi:hover { color: #ccc; }
