.feedNews ul {
    display: grid !important;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-auto-flow: row dense;
    grid-gap: 10px;
    padding-bottom: 40px;
    list-style: none;
    padding: 0;
    width: 100%;
}

.feedNews .bot {
    margin-left: -1px;
    display: block;
    position: absolute;
    padding: 12px;
    color: #f1f1f1;
    border-radius: 3px;
    width: auto;
    font-weight: 600;
    font-size: 15px;
    bottom: 0;
}

.feedNews li {
    border-radius: 6px;
}
.feedNews img {
    width: auto;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 0;
    margin: 0;
}

.feedNews span.time {
    display: block;
    color: #adadad;
    font-weight: 500!important;
    margin-top: 11px;
}
.feedNews ul li .tile {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    background: #446e9e;
    border-radius: 1.6rem;
    /* overflow: hidden; */
    /* line-height: 1.3; */
    transition: all .2s ease-in-out 0s;
    transform: translate3d(0,0,0);
    max-height: 320px;
    border-radius: 3px;
}
#newsPage h3,
#productAuctionContent h3 {
	margin-top: 20px;
	line-height: 1.6
}

#newsPage h4,
#productAuctionContent h4 {
	padding-top: 20px;
	margin-top: 20px;
	line-height: 1.6
}