.search-icon, .nav-icon {
    z-index: 10
}
@media (min-width: 600px) {
    .header-search {
        left: auto;
        width: 244px;
        right: 15px;
        top: 25px;

    }

    .header-search {
        left: auto;
        width: 220px;
        right: 15px;
        top: 20px;
        height: 30px;
    }

    .header-search .search-submit {
        height: 30px;
        width: 36px;
        line-height: 30px;
    }

    .header-search .search-input {
        width: 196px;
        height: 28px;
    }
}

@media (min-width: 600px) {
    .search-icon {
        display: none;
    }
}

@media (max-width: 992px) {
    .container .head-little {
        display: none;
    }
}

@media (max-width: 767px) {
    .item-tag-list, .entry-comment {
        display: none;
    }
}

@media (min-width: 768px) {
    #recent-content .thumbnail-link {
        flex: 0 0 195px;
    }
}

@media (max-width: 450px) {
    .header-search {
        background-color: #f5f5f5;
        border: none;
        border-radius: 0;
        width: 100%;
        height: 38px;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.head-little {
    height: 80px;
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 200px;
    padding-left: 40px;
}

.head-little a {
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    margin: 0 15px;
}

.site-branding img {
    max-width: 180px;
}

.clearposi {
    position: relative;
    height: 80px;
}

.site-start {
    /* position: fixed; */
    background: white;
    z-index: 10;
}
.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: 25%;
}
