.postList{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.postList .item-wrap{display:flex;flex-flow:column}.postList .item-img{max-width:100%!important;margin-right:0!important;padding:0!important;border-radius:0!important;border:0!important}.postList .blog-item .item-info time{font-size:14px!important;color:#b8b8b8}.postList .item-detail{overflow:hidden;text-overflow:ellipsis;word-break:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#999}.postList .blog-item{padding:0!important;background:#fff!important;box-shadow:0 0 10px #dcdcdc}.postList .item-info{padding:20px}.postList img{aspect-ratio:4/3!important;border-radius:0!important;object-fit:cover}@media screen and (max-width:768px){.postList{grid-template-columns:1fr;gap:20px}}