.zjk-wrapper {
  background-color: #be142a;
  padding: 0;
}

.zjk-filter-content {
  display: none;
}

.zjk-filter-content.active {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 12px;
}

.zjk-filter-content a {
  margin: 5px;
}

.zjk-filter-content a img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}

.zjk-filter-content a p {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

.zjk-head {
  margin-top: 30px;
  border-color: #f45678;
}

.zjk-head .section-head-left {
  border-color: #ffffff;
}

.zjk-head .index-section-name {
  color: #ffffff;
}

.zjk-head .index-section-more a {
  color: #f45678;
}

.zjk-nav-item {
  margin-top: 8px;
  margin-left: 30px;
}

.zjk-nav-item a, .zjk-nav-item span {
  color: #ec8d17;
  padding: 0 3px;
}

.zjk-nav-item a:hover, .zjk-nav-active {
  background-color: #ecc517;
  color: #be142a !important;
}

.zjk-nav-title {
  padding: 6px !important;
  margin-right: 10px;
  background-color: #ec8d17;
  color: #be142a !important;
}

.zjk-card-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.zjk-card {
  width: 220px;
  height: 260px;
  background-color: #ffffff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zjk-card a img {
  width: 100%;
  height: 100%;
}

.zjk-card h5 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 21px;
  color: #333333;
}

.zjk-card p {
  font-size: 14px;
  height: 42px;
  color: #333333;
}

.zjk-card-more {
  font-size: 14px;
  color: #bbbbbb;
  text-align: right;
  height: 21px;
}

.zjk-bottom {
  width: 100%;
  height: 320px;
  background-color: #FFFFFF;
  display: flex;
  margin-bottom: 20px;
}

.zjk-sub-section {
  width: 50%;
  padding: 15px;
  margin-bottom: 0;
}

.zjk-hot-news li {
  border-bottom: 1px solid #d0d0d0;
  height: 35px;
  list-style: none; /* 去除默认列表样式 */
  position: relative;
  padding-left: 20px; /* 为原点留出空间 */
}

.zjk-hot-news li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #be142a;
  border-radius: 50%;
}

.zjk-hot-news li a {
  line-height: 35px;
  color: #494847;
  font-size: 16px;
  font-weight: bold;
}
