.defineNav .nav-link {
  text-align: center;
}
.defineNav .nav-link.active {
  color: #fff;
  border-bottom: 4px solid #fff;
  font-weight: bold;
}
.articalItem {
  border-bottom: 1px solid #ddd;
}
.articalItem .nav-link {
  color: #000;
  cursor: pointer;
}
.articalItem .artical_active {
  color: var(--bs-primary);
  border-bottom: 4px solid var(--bs-primary);
  font-weight: bold;
}
.footer {
  color: #fff;

  background-color: var(--bs-primary);
}
.radius0 {
  border-radius: 0 !important;
}
.active {
  color: #fff;
  border-bottom: 4px solid #fff;
  font-weight: bold;
}
.nav-link:last-child {
  padding-right: 0;
}
.primaryBtn {
  background-color: #e2a24a;
  color: #fff;
  border-radius: 0;
  border: 1px solid #e2a24a;
}
.primaryBtn:hover {
  background-color: #e2a24a !important;
  border: 1px solid #e2a24a !important;
}
.box {
  min-width: 1300px;
  overflow: auto;
}

.fczx-style {
  display: contents;
  color: currentColor;
}

.xw_news-biaoti{
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  font-weight:600;
}
.xw_news-time{
  float: right;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}
.xw_news-span{
  margin-right: 15px;
}

.text-limit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; /* 这个值根据你的需求调整行高 */
  max-height: 4.5em; /* 行高乘以行数，这里是3行的高度 */
  /*width: 200px;*/ /* 根据需要设置宽度 */
}

.new-min-heght {
  min-height: 505px;
}