.news-file-panel {
  margin-top: 20px;
}
.news-file-panel .news-file {
  height: 32px;
  padding: 0 10px;
  margin-bottom: 10px;
  background: #f8f8f8;
  margin-right: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}
.news-file-panel .news-file .news-file-text {
  cursor: pointer;
}
.news-file-panel .news-file .news-file-text:hover {
  text-decoration: underline;
}
.wd-main * {
  font-family: 仿宋;
  text-indent: 0;
  font-size: 14pt;
}
.wd-main p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
.wd-home-42 {
  font-family: 楷体;
  font-size: 42pt;
  line-height: 1.5em;
  text-align: center;
}
.wd-home-26 {
  font-family: 楷体;
  font-size: 26pt;
  line-height: 1.5em;
  text-align: center;
}
.wd-home-16 {
  font-family: 楷体;
  font-size: 16pt;
  text-align: center;
  line-height: 1.5em;
}
.wd-home-15 {
  font-family: 楷体;
  font-size: 15pt;
  text-align: center;
  line-height: 1.5em;
}
.wd-home-18 {
  font-family: 楷体;
  font-size: 18pt;
  text-align: center;
  line-height: 1.5em;
}
.wd-home-20 {
  font-family: 楷体;
  font-size: 20pt;
  text-align: center;
  line-height: 1.5em;
}
.wd-home-22 {
  font-family: 楷体;
  font-size: 22pt;
  line-height: 1.5em;
  text-align: center;
}
.wd-text-center {
  text-align: center !important;
}
.wd-text-right {
  text-align: right !important;
}
.wd-text-left {
  text-align: left !important;
}
.wd-text-bold {
  font-weight: bold;
}
.wd-text-h1 {
  font-size: 18pt;
  font-family: 黑体;
  font-weight: bold;
  line-height: 1.5em;
}
.wd-text-h2 {
  font-size: 15pt;
  font-weight: bold;
  line-height: 1.5em;
  font-family: 仿宋;
}
.wd-text-normal {
  font-size: 14pt;
  font-family: 仿宋;
  text-indent: 2em;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.wd-text-underline {
  text-decoration: underline;
}
.wd-text-normal span {
  font-size: 14pt;
  font-family: 仿宋;
  margin: 0;
  padding: 0;
  text-indent: 2em;
  line-height: 1.5em;
}
.wd-text-normal2 {
  font-size: 14pt;
  font-family: 仿宋;
  margin: 0;
  padding: 0;
  text-indent: 0;
  line-height: 1.5em;
}
.wd-text-normal2 span {
  font-size: 14pt;
  font-family: 仿宋;
  margin: 0;
  padding: 0;
  text-indent: 0;
  line-height: 1.5em;
}
.wd-table {
  border-collapse: collapse;
  border: 2px solid #000;
  width: 100%;
  table-layout: fixed;
}
.wd-table th {
  border: 1px solid #000 !important;
  font-size: 14pt;
  font-family: 仿宋;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  text-indent: 0;
  padding: 5pt;
}
.wd-table-th {
  border: 1px solid #000 !important;
  font-size: 14pt;
  font-family: 仿宋;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  text-indent: 0;
  padding: 5pt;
}
.wd-table td {
  border: 1px solid #000 !important;
  font-size: 14pt;
  font-family: 仿宋;
  line-height: 1.5em;
  text-align: center;
  text-indent: 0;
  padding: 5pt;
}
.wd-table-td {
  border: 1px solid #000 !important;
  font-size: 14pt;
  font-family: 仿宋;
  line-height: 1.5em;
  text-align: center;
  text-indent: 0;
  padding: 5pt;
}

.news-detail {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin: 20px auto;
  min-height: 80vh;
}
.news-detail .news-detail-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding-bottom: 10px;
}
.news-detail .news-detail-subtitle {
  font-size: 15px;
  color: #606266;
  text-align: center;
  padding-bottom: 8px;
}
.news-detail .news-detail-time {
  font-size: 14px;
  color: #909399;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-detail .news-detail-content {
  padding-top: 20px;
}
