.title-img img {
  width: 100%;
  height: 200px;
}
.address-user {
  max-width: 800px;
  margin: 10px auto;
  padding: 10px;
}
.news-container {
  max-width: 800px;
  min-height: 400px;
  margin: 30px auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.news-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.news-title {
  font-size: 2em;
  margin: 0 0 10px;
  text-align: center;
}

.news-meta {
  font-size: 0.9em;
  color: #777;
}

.news-meta .news-date {
  text-align: center;
}
.news-content {
  margin-top: 20px;
}

.news-content p {
  line-height: 1.8;
  font-size: 16px;
}

.news-content a {
  color: #007bff;
  text-decoration: none;
}

.news-content a:hover {
  text-decoration: underline;
}

.news-content .img-box {
  max-width: 600px;
  margin: 10px auto;
  display: flex; /* 使用 Flex 布局居中 */
  justify-content: center;
  align-items: center;
}

.news-content div img {
  margin: auto;
  max-height: 600px;
  max-width: 600px;
}
.news-content .error-content {
  width: 100%;
}
.news-content .error-content div {
  width: 100%;
}
.news-content .error-content .error-handle {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.hide {
  display: none;
}

.initial-hidden {
  display: none;
}

.loading {
  text-align: center;
  height: 200px;
  line-height: 200px;
}
table {
  border-collapse: collapse;
}
td {
  border: 1px solid black;
  box-sizing: border-box;
}
