/*文章略缩图标签样式*/
.entry-media .post-list-meta-box{
    margin-top:178px;
}
.entry-media:hover .post-list-meta-box{
    display:none;
    transform: translate(0,-34px);
    transition: transform .3s,background-color .3s ease-out;
}
.entry-media:hover .post-list-meta-box{
    display:block;
}
.post-list-meta-box {
    color: #fff;
}
.post-list-meta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    transform: translate(0);
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    transition: transform .3s,background-color .3s ease-out;
}
.dm-radius {
    border-radius: 3px;
}
.post-list-cat {
    font-size: 12px;
}
.post-list-meta-box a {
    color: #fff;
}
.post-list-meta-box .post-list-cat a:first-child {
    display: block;
}
a.post-list-cat-item {
    float: left;
    margin-right: 3px;
}
a.post-list-cat-item {
    padding: 0 5px;
    /*height: 20px;*/
    line-height: 20px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
/**/
.entry-tags i {
    position: relative;
    top: 1px;
    color: #0e4cbd;
}
.entry-tags a {
    background: transparent;
    border: 1px dashed #0e4cbd;
    font-weight: 400;
}
.article-content .post-note {
    position: relative;
    /*padding: 16px 16px 16px 69px;*/
    background: #f0f0ff;
    border: 1px dashed #0e4cbd;
}