.police_ecology_one1 img{
        width: 100%;
        height: 430px;
        object-fit: contain;
        object-fit: cover;
    }
.color-wrapper-light-grey{
    gap: 10px; width: 100%; display: flex; justify-content: center;padding-top: 10px;
}
.container-fluid-wrapper{
    width: 1200px; background-color: #fff;padding: 10px 20px;
}
.headerNode{
    width: 100%;background-color: #F5F5F5;
}
.BD-hd_rounded {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 20px 20px 10px 0px;
}
.BD-hd_rounded15 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}
.BD-hd_rounded10 {
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding: 15px 10px 5px 10px;
}
.bg-white_rounded{
width: 597px; height: auto; background-color: #fff;border-radius: 5px;
}
.flex_rounded{
display: flex; gap: 20px; padding-bottom: 15px;
}
.relative_img{
width: 212px; height: 115px;
}
.relative_img img{
width: 100%; height: 100%; object-fit: cover; border-radius: 5px;
}
.truncate_wid{
width: 324px;
}
.truncate_wid a{
 font-size: 16px;
 color: #333;
 font-weight: bold;
 display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 2em; /* 假设行高为 1.5em */

   
}
.truncate_wid a:hover{
 color: #0093E6;
}
.truncate_wid p {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.6em; /* 假设行高为 1.5em */
  max-height: 4.8em;  /* 3 行 × 1.5em */
}
.skwnxel_divf6{
width: 179px; height: 125px; background-color: #f6f6f6; border-radius: 5px;
padding: 15px;margin-right: 10px;cursor: pointer;

}
.skwnxel_divf6:hover{
    background-color: #E8F5FC;
}

.skwnxel_divf6 a p{
    color: #333;
 font-weight: bold;

 cursor: pointer;
  -webkit-line-clamp: 1; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 15px !important;
 padding-top: 5px !important;

}
.skwnxel_divf6 a p:hover{
    color: #0093E6;
}
.skwnxel_divf6 p{
      font-size: 14px;
      padding-top: 10px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 1.5em; /* 假设行高为 1.5em */
  max-height: 5em;  /* 3 行 × 1.5em */
}
.flex_wrapmargi20{
display: flex; flex-wrap: wrap; margin-bottom: 20px;
}
.justify-betweentext a{
color: #666 !important; padding-left: 20px; width: 577px; line-height: 25px !important;
}
.justify-betweentext a:hover{
color: #0093E6 !important;font-weight: 500;
}
.justify-betweentext a span{
float: right;
}


/* 右侧 */
/* 基础容器样式 */
.filter-container {
  width: 280px;
  height: 675px;
  background-color: #fff;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* 标题样式 */
.categoryTitletss {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 8px 0;
}

/* 分割线样式 */
.categorylist_hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 8px 0;
}

/* 搜索框容器 */
.search-contadiv {
  display: flex;
  margin-bottom: 12px;
  height: 38px;
  margin-top: 5px;
}

/* 搜索输入框 */
.search-inputadd {
  flex: 1;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 13px;
  outline: none;
}

/* 搜索按钮 */
.search-btn {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn:hover {
  background-color: #eee;
}

/* Checkbox 容器 */
.categorylist_checkbox {
  display: flex;
  align-items: center;
  margin: 10px 0;
  cursor: pointer;
}

/* Checkbox 输入框 */
.form-rememberWidthanqn {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  cursor: pointer;
}

/* Checkbox 文本 */
.form-checkbox {
  font-size: 13px;
  color: #555;
  margin: 0;
  user-select: none;
}

/* 悬停效果 */
.categorylist_checkbox:hover .form-checkbox {
  color: #0066cc;
}
.letter-nav a {
    display: inline-block;
    color: #999;
    padding: 10px;
    width: 40px;
  margin-left: 1.5px;
    text-align: center;
   
    border: 1px solid #eee;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

  .letter-nav {
            display: flex;
            justify-content: center;
            gap: 5px;
            background: #fff;
            /* 方法 1: CSS sticky */
            position: sticky;
            top: 90px;
            z-index: 100;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }


.letter-nav a:hover{
    border: 1px solid #0093E6;
    color: #0093E6;
}


.vendor-list h4 {
    margin-top: 15px;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 10px;
    color: #ed5736;
    /* color: #444; */
    font-size: 16px;
    font-weight: bold;
}
.vendor-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    column-count: 5;
    column-gap: 20px;
    margin-top: 10px;
}
.vendor-list li {
    break-inside: avoid;
    padding: 5px 0;
}
.vendor-list li a{
   color: #444;
   font-weight: 500;
   
}
.vendor-list li a:hover{
    color: #0093E6;
}
.whiterounded{
width: 1205px;height: auto; background-color: #fff;padding: 12px;
}
/* 点击后高亮样式 */
.letter-nav a.active {
    background-color: #0093E6;
    color: #fff !important;
    border-color: #0093E6 !important;
}