﻿.subpagelist .item {
    width: 100%;
    height: 300px;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 8px 16px 32px #00000014;
}

.subpagelist .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px;
    background-color: #fff;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.subpagelist a,
.subpagelist a:hover {
    font-weight: bold;
    color: #272727;
}