body {
    color: #444;
    font: 80%/1.65 Verdana, "Geneva CE", lucida, 'Microsoft YaHei', sans-serif;
}

a,
a:hover,
a:link {
    color: #009a61;
}

.item-content {
    padding: 10px 15px 10px 8px;
    position: relative;
}

.items {
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    justify-content: space-evenly;
}

.items .item {
    border: 1px solid #ececec;
    position: static;
    border-radius: 4px;
    transition: box-shadow .3s ease-in-out;
    width: 318px;
    cursor: pointer;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.item-inner {
    padding: 10px 15px 10px 18px;
    position: relative;
}

.head {
    /* 删掉很多元素之后注释掉很合适 */
    /* height: 60px; */
}

.item-head {
    display: flex;
    align-items: center;
}

.head-left {
    width: 58px;
    height: 58px;
}

.head-center {
    width: 210px;
}

.head-center .top-bottom {
    font-size: 14px;
}

.head-right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    font-size: 13px;
}

.top-one a {
    color: #333333;
}

.item-middle {
    margin-top: 8px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #808080;
}

.item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.item-bottom a {
    color: #999;
    display: inline-block;
    text-decoration: none;

}

.item-bottom .link {
    color: #999;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-bottom .in {}

.item div {
    /* border: 1px solid #cccccc; */
}
