.yichen_news_list {
    padding: var(--component-gap, 90px) 0;
    background: #E2E2E2;
}
.yichen_news_list .sreach_mobile{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    display: none;
    z-index: 20000;
    padding: 0 15px;
}
#page-more{
  margin-top: var(--component-gap);
}
.yichen_news_list .sreach_mobile input{
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 20px;
    background: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.yichen_news_list .sreach_mobile .close{
    position: absolute;
    top: 60%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 36px;
}
.yichen_news_list .sreach_mobile .qico-search{
    color: #fff;
    font-size: 36px;
    font-weight: bolder;
}
.yichen_news_list .sreach_mobile.open{
    display: flex;
}
.yichen_news_list .yichen_news_list_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.yichen_news_list #search-result{
    display: none;
}
.yichen_news_list .kcl-select {
    display: none;
}

.yichen_news_list .kcl-search-wrapper {
    background: #fff;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
    padding: 8px 30px;
}

.yichen_news_list .kcl-search-mobile {
    background: #002E9C;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yichen_news_list .kcl-search-mobile i {
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
}


.yichen_news_list .select2 {
    width: 18% !important;
    background: #fff;
    padding: 11px 20px;
    border-radius: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 10px !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-dropdown {
    padding: 15px 10px !important;
    border: none !important;
    top: 5px !important;
    border-radius: 24px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: none !important;
    color: var(--color-primary) !important;
    font-weight: 600 !important;
}

.yichen_news_list .kcl-search-wrapper i {
    font-size: 24px;
    font-size: bolder;
}

.yichen_news_list .kcl-search-button {
    background-color: #fff;
}


.yichen_news_list_box {
    display: flex;
    flex-direction: column;
    gap: var(--component-gap);
    margin-top: var(--component-gap);
}

.yichen_news_list_box_header_content_item_wrapper {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.yichen_news_list_box_header_content_item {
    padding: 66px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yichen_news_list_box_header_content_item_wrapper img {
    width: 50%;
    aspect-ratio: 143/100;
    object-fit: cover;
    border-radius: 30px;
}

.yichen_news_list_box_header_content_item_wrapper .menu-tabs {
    color: var(--color-primary);
    font-size: var(--text-size);
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}

.yichen_news_list_box_header_content_item_wrapper h2 {
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    height: calc(24px * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.yichen_news_list_box_header_content_item_wrapper p {
    color: #545353;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    height: calc(14px * 5 + 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    margin-top: 16px;
}

.yichen_news_list_box_header_content_item_wrapper .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.yichen_news_list_box_header_content_item_wrapper .link a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #545353;
    font-size: var(--text-size);
    font-weight: 500;
    line-height: normal;
}

.yichen_news_list_box_header_content_item_wrapper .link a:hover {
    color: var(--color-primary);
}

.yichen_news_list_box_header_content_item_wrapper .link i {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 500;
}

.yichen_news_list_box_header_content_item_wrapper .link .qico-right2 {
    display: none;
}

.yichen_news_list_box_header_content_item_wrapper .link a:hover .qico-right2 {
    display: block;
}

.yichen_news_list_box_header_content_item_wrapper .link a:hover .qico-right7 {
    display: none;
}

.yichen_news_list_box_header_content_item_wrapper .link .date {
    color: #999;
    font-size: var(--text-size);
    font-weight: 500;
    line-height: normal;
}

.yichen_news_list_content,#search-result-list {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

.yichen_news_list_item {
    width: calc(33.33% - 24px);
    border-radius: 30px;
    background: #F4F4F4;
    overflow: hidden;
}

.yichen_news_list_item img {
    width: 100%;
    aspect-ratio: 167/100;
    object-fit: cover;
}

.yichen_news_list_item_content {
    padding: 34px 24px;
}

.yichen_news_list_item_content .menu-tabs {
    color: var(--color-primary);
    font-size: var(--text-size);
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.yichen_news_list_item_content h3 {
    color: var(--color-primary);
    font-size: var(--text-flag-size);
    font-weight: 600;
    line-height: 1;
    height: calc(var(--text-flag-size) * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.yichen_news_list_item_content p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-top: 12px;
    height: calc(12px * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.yichen_news_list_item_content .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
}

.yichen_news_list_item_content .link .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #545353;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}


.yichen_news_list_item_content .link i {
    width: 12px;
    height: 12px;
    background: var(--color-primary);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yichen_news_list_item_content .link .date {
    color: #999;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.yichen_news_list #pagesize {
    margin: 0 !important;
}

.yichen_news_list #pagesize ul li a {
    border: none !important;
    background: none !important;
    color: #000 !important;
    padding: 0 !important;
    font-size: 20px;
}
.yichen_news_list #pagesize ul li{
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yichen_news_list #pagesize ul li a.active {
    background: var(--color-primary) !important;
    color: #fff !important;
    padding: 15px 20px !important;
    border-radius: 50%;
}
.yichen_news_list #pagesize ul li a:hover{
    color: var(--color-primary) !important;
}
.yichen_news_list #pagesize ul li a.active:hover{
    color: #fff !important;
}
.yichen_news_list_item:hover,
.yichen_news_list_item:hover .yichen_news_list_item_content{
    background: var(--color-primary);
}
.yichen_news_list_item:hover .menu-tabs,
.yichen_news_list_item:hover h3,
.yichen_news_list_item:hover p{
    color: #fff ;
}
/* .yichen_news_list_item:hover .link{
    display: none;
} */
.yichen_news_list_item:hover .btn,.yichen_news_list_item:hover .date{
  color: #fff;
}
.yichen_news_list #pagesize .next,.yichen_news_list #pagesize .pre{
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yichen_news_list #pagesize .next:hover,.yichen_news_list #pagesize .pre:hover{
    border: 1px solid var(--color-primary) !important;
    background-color: var(--color-primary) !important;
    color: #fff !important;
}
.yichen_news_list #pagesize .qico{
    font-size: 12px;
    margin-top: 1px;
}
@media screen and (max-width: 1200px) {
    .yichen_news_list #pagesize ul li a {
        font-size: 16px;
    }
    .yichen_news_list_box_header_content_item {
        padding: 30px 20px;
    }

    .yichen_news_list .select2 {
        width: 20% !important;
    }
    .yichen_news_list #pagesize ul li a.active{
        padding: 10px 15px !important;
    }
    .yichen_news_list #pagesize ul li{
        padding: 0 10px;
    }
}

@media screen and (max-width: 992px) {
    .yichen_news_list_box_header_content_item_wrapper h2 {
        font-size: 20px;
        height: calc(20px * 2);
    }
    .yichen_news_list #pagesize ul li a.active{
        padding: 5px 10px !important;
    }
    #pagesize ul li a{
        font-size: 12px;
    }

    .yichen_news_list_box_header_content_item_wrapper p {
        font-size: 12px;
        height: calc(12px * 5 + 12px);
        margin-top: 12px;
    }

    .yichen_news_list_box_header_content_item_wrapper .link {
        margin-top: 12px;
    }

    .yichen_news_list_item_content .link .btn,
    .yichen_news_list_item_content .link .date {
        font-size: 12px;
    }

    .yichen_news_list .select2 {
        width: 30% !important;
    }

    .yichen_news_list_content,#search-result-list {
        gap: 24px;
    }

    .yichen_news_list_item {
        width: calc(50% - 12px);
    }
}

@media screen and (max-width: 768px) {
    .yichen_news_list #pagesize ul li a.active{
        padding: 2px 7px !important;
    }
    .yichen_news_list #pagesize ul li{
        padding: 0 6px;
    }
    .yichen_news_list #pagesize .next,.yichen_news_list #pagesize .pre{
        width: 16px;
        height: 16px;
    }
    .yichen_news_list .kcl-search-input{
        font-size: 30px;
    }
    .yichen_news_list .yichen_news_list_header {
        gap: 12px;
    }

    .yichen_news_list .select2 {
        width: calc(50% - 35px) !important;
            padding: 6px 10px;
        border-radius: 0;
    }

    .yichen_news_list .kcl-search-wrapper {
        display: none;
    }

    .yichen_news_list .kcl-search-mobile {
        display: flex;
    }

    .select2-dropdown {
        border-radius: 0 !important;
    }

    .yichen_news_list_box_header_content_item_wrapper {
        flex-direction: column;
    }

    .yichen_news_list_box_header_content_item {
        order: 2;
    }

    .yichen_news_list_box_header_content_item_wrapper img {
        width: 100%;
        order: 1;
    }
}

@media screen and (max-width: 576px) {
    .select2-dropdown,.select2{
        font-size: 12px;
    }
    .yichen_news_list_item {
        width: 100%;
    }
}