a{
text-decoration: none;
}
.gradient-box {
    position: absolute;
            top: 0;
            left: 0;
            z-index: -1; /* 底层 */
    width: 100%;
    height: 300px; /* 必须设置高度 */
    background: linear-gradient(to bottom, #2B9061, white);
}
header{
position: relative;
}
.banner{
height: 8rem;
}
.truncate-text {
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 当文本被裁剪时添加省略号 */
    max-width: 100%; /* 确保适应父容器 */
}
.listimg{
        height: 240px;
        object-fit: cover;
         object-position: top;
        }
        footer a{
        color: rgb(108, 117, 125);
        padding-left: 1rem;
        }