#c_product_list_145-1681545054686 .e_richText-78 {
    height: 42px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}


.qianru-box {
    padding-left: 24px;
}



.shaixuan-title {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-title {
    color: #023793;
    font-size: 28px;
}
.sub-title {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}
.shaixuan-title-right {
    display: flex;
}
.search-input {
    width: 260px;
    height: 44px;
    border: 2px solid #df0024;
    padding: 6px 15px;
}
.btn-search {
    width: 100px;
    height: 44px;
    border-radius:  0 25px 25px 0  ;
    background: #df0024;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
}
.btn-search:hover { 
    background: #324094;
}
.btn-search:focus {
    border: none;
}

.btn-ripple {
  vertical-align: bottom;
}
.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
 
}
.btn-ripple:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
  }

@keyframes ani_ripple {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}


.filter-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.filter-item {
    display: flex;
    position: relative;
    border-right: 1px solid #dee2e6;
}

.filter-item[data-title="部门"] {
    order: -1;
}


.filter-label {
    width: 100px;
    background: rgba(238,238,238,1);
    min-height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-values {
    width: calc(100% - 100px);
    min-height: 50px;
    padding: 0 15px;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
    padding-right: 130px;
}


.checked-values {
    width: calc(100% - 100px);
    min-height: 50px;
    padding: 0 15px;
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
}

.filter-item:last-child .checked-values { 
    border-bottom: 1px solid #dee2e6;
}


.filter-tag {
    display: inline-block;
    width: fit-content;
    padding: 3px 5px;
    margin-right: 15px;
    margin-right: 5px;
    cursor: pointer;
    height: 30px;
    user-select: none;
}

.filter-bottom-actions {
    display: none;
}


.duoxuan .filter-tag {
    padding-left: 20px;
    background-image: url('https://custproj00042-1.ceydz.com/cus-js/2023/04/zhonglianhengchuang/common/check-0.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left center;
}
.duoxuan .filter-tag.checked {
    background-image: url('https://custproj00042-1.ceydz.com/cus-js/2023/04/zhonglianhengchuang/common/check-3.png');
}

.duoxuan .filter-actions {
    display: none;
}
.duoxuan .filter-values {
    padding-right: 15px;
}

.duoxuan .filter-bottom-actions {
    display: block;
    text-align: center;
}
.filter-bottom-actions {
    padding: 10px;
}
.filter-bottom-actions button{
      outline: none;
    background: #fff;
    padding: 3px 5px;
    border: 1px solid #dee2e6;
    box-shadow: none;
}

.filter-bottom-actions .fitler-queding{
    color: #fff;
    background: rgba(64, 158, 255, 1);
    margin-left: 20px;
}



.filter-tag.checked {
   color: #007bff;
}

.checked-tag {
    border: 1px solid #dee2e6;
}


.btn-remove-box {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.btn-remove-all {
    border: none;
    outline: none;
    background: #fff;
    padding: 3px 5px;
    border: 1px solid #dee2e6;
    box-shadow: none;
}
button:focus {
    border: 1px solid #dee2e6 ;   
    outline: none !important;
}

.tag-remove {
    cursor: pointer;
    font-style: normal;
}
.tag-remove:hover {
    color: #007bff;
    font-style: normal;
}


.filter-actions {
    position: absolute;
    right: 15px;
    top:50%;
    transform: translate(0, -50%);
}

.filter-actions button {
    outline: none;
    background: #fff;
    padding: 3px 5px;
    border: 1px solid #dee2e6;
    box-shadow: none;
}



.filter-item[data-title="城市"].hidden {
    display: none;
}
.filter-item[data-title="区县"].hidden {
    display: none;
}
.filter-tag.hidden {
    display: none;
}


#c_product_list_145-1681545054686 .p_loopitem {
    display: none;
}

#c_product_list_145-1681545054686 .p_loopitem:nth-child(-n + 10) {
    display: block;
}


#c_product_list_145-1681545054686 .p_loopitem.hidden {
    display: none !important;
}



.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}


/*.news-item:nth-child(-n + 10) {*/
/*    display: flex;*/
/*}*/
.news-item:nth-child(-n + 1) {
    display: flex;
}

.news-item.hidden {
    display: none !important;
}



.news-info {
    width: calc(100% - 280px);
}

.news-title{
    display: block;
    max-width:100% ;
    font-size: 20px;
    color: #333;
    font-weight: bold;
      white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-desc{
    margin-top: 20px;
    height: 45px;
    font-size: 14px;
    color: #999;  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.news-link {
    margin-top: 30px;
    text-align: left;
}
.link-item {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 160px;
    height: 40px;
    color: #000;
    border: 1px solid #ccc;
}
.link-item:hover .link-text {
    color: #f00;
}

.link-text{
    
}
.link-line{
    background: #333;
    width: 35px;
    height: 1px;
    margin-left: 20px ;
    margin-right: 10px ;
}
.link-dot{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
}

.news-image-box {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    overflow: hidden;
}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.fitler-gengduo {
    display: none;
}













