.search_wrapper {
    display: flex;
    background: #ffffff;
    overflow: hidden;
    padding: 40px;
}

.search_list_wrapper {
    width: 1200px;
    margin: 0 auto;

    background: #FFFFFF;
    border: 2px solid #e9e9e9;
    padding: 20px;
}

.news_cover_wrapper {
    display: flex;
}

.news_item_cover_wrapper {
    width: 200px;
    height: 116px;
}

.news_item_cover_wrapper img {
    width: 100%;
    height: 100%;
}

.news_item_line_wrapper {
    width: 100%;
    height: 1px;
    border-bottom: 1px #DBD1C5 dashed;
    margin: 12px 0;
}

.news_cover_wrapper .news_item_content_wrapper {
    width: 670px;
}

.news_no_cover_wrapper .news_item_content_wrapper {
    width: 100%;
}

.news_no_cover_wrapper .news_item_content_title_text_wrapper {
    width: 732px;
}

.news_cover_wrapper .news_item_content_title_text_wrapper {
    width: 550px;
}

.news_item_content_title_text_wrapper {
    font-size: 14px;
    font-weight: bold;
    color: #111111;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_no_cover_wrapper .news_item_cover_wrapper {
    width: 18px;
    height: 18px;
    background-image: url("/storage/assets/news/news_icon@2x.png");
    background-size: cover;
}

.news_no_cover_wrapper {
    display: flex;
}

.news_item_content_desc_wrapper {
    height: 50px;
    margin-top: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_no_cover_wrapper .news_item_content_desc_wrapper {
    margin-top: 21px;
}

.news_item_content_more_wrapper {
    font-size: 14px;
    font-weight: 400;
    color: #CC0000;
    line-height: 24px;
}

.news_item_content_title_date_wrapper {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}

.news_item_content_title_wrapper {
    display: flex;
    justify-content: space-between;
}

.news_item_content_wrapper {
    margin-left: 22px;
}

.page_wrapper {
    display: flex;
    justify-content: end;
}

.page_up_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 10px;
    background-image: url("/storage/assets/news/图层 29 拷贝lon@2x.png");
    background-size: cover;
}

.page_down_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 10px;
    background-image: url("/storage/assets/news/ron@2x.png");
    background-size: cover;
}

.page_item_wrapper {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin: 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
}

.page_item_active_wrapper {
    background: #BB2B32;
    border: 1px solid #BB2B32;
    color: #ffffff;
}

.op5 {
    opacity: .5;
}

.search_list_wrapper a {
    text-decoration: none;
}

.search_key_wrapper {
    margin-bottom: 20px;
    font-size: 36px;
}
