.post-card-with-index{width:100%;min-height:350px;height:100%;display:flex;align-items:flex-end;flex-direction:column;z-index:1;position:relative;cursor:pointer;text-decoration:none}.post-card-with-index .thumbnail{width:100%;height:190px;font-size:0}.post-card-with-index .thumbnail img{width:100%;height:100%;object-fit:cover}.post-card-with-index .infos{width:100%;flex:1 1;padding:16px 16px 20px;background-color:var(--bg);position:relative}.post-card-with-index .infos .index{color:var(--cor);font-size:40px;line-height:48px;font-weight:500;display:block;margin-bottom:10px}.post-card-with-index .infos .taeai-flag{position:absolute;right:0;top:0}.post-card-with-index .infos h2{font-size:18px;line-height:22px;font-weight:500;margin-bottom:0;color:var(--text-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow-wrap:normal}.post-card-with-index:hover h2{text-decoration:underline}