.search-result {
    width: 100%;
    background-color: #fff;
    padding: 25px 50px;
}
.search-list-item {
    padding: 25px 0;
    display: flex;
}
.search-list-item:hover .search-list-item-title {
    color: #1453C7;
}
.search-list-item:not(:last-child) {
    border-bottom: 1px solid rgba(90,108,166,0.34);
}
.search-list-item-img {
    width: 225px;
    height: 169px;
    background-color: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-list-item-pic {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.search-list-item-top {
    padding: 20px 0 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.search-list-item-title {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 1;
}
.search-list-item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.search-list-item-date {
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    line-height: 1;
}