.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: 16px;
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}

.wenzhang-ka {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8f9fa;
  border-radius: 6px;
  padding: 12px;
  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: 100px;
  height: 68px;
  border-radius: 4px;
  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: 14px;
  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 {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

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

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

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