h3{
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 7px;
    font-weight: 600;
}
h2{
    font-size:19px;
    font-weight: 600;
}
.pagination .activation{
    background: #ff0000;
    color: #fff;
}
.tag-des{
    border-top: 1px solid #ece9e9;
    padding-top: 15px;
    border-bottom: 1px solid #ece9e9;
}
.list_title .entry-author {
    display: none !important;
}
.item-tag-list{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-tag{
    color: #fff !important;
    padding: 4px 5px;
    font-size: 11px;
    margin-right: 5px;
    background: rgba(0,0,0,.4);
    border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 23%;
}
@media (min-width: 767px) {
    #recent-content .thumbnail-link {
        flex: 0 0 195px;
        height: 130px;
    }
    .pc-none{
        display: none !important;
    }
}
@media (max-width: 767px) {
    .item-tag-list {
        display: none;
    }
}
