.productList {
    width: 100%;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}
.productList > a {
    display: inline-block;
}
.productList > a > img {
    width: 100%;
    height: 100px;
}
.productList > a > p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.newsList {
    width: 100%;
    font-size: 16px;
}
.newsList a {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px 0;
}
.tee {
    margin-top: 6px;
}
.huise {
    color: #ccc;
}
