h3{
    font-size: 17px;
    font-weight: 600;
}
h2{
    font-size: 19px;
    font-weight: 600;
}
.pagination .activation{
    background: #ff0000;
    color: #fff;
}
.load-more-wrap {
    text-align: center;
    padding: 13px;
}

@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;
    }
    .change-btns span {
        padding: 8px 5px !important;
    }
}
@media(min-width: 600px){
    .search-icon{
        display: none;
    }
    .change-btns span {
        padding: 8px 5px !important;
    }
}
@media(max-width:992px){
    .container .head-little{
        display: none;
    }
    .change-btns span {
        padding: 8px 5px !important;
    }
}
@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%);
    }
    .change-btns span {
        padding: 8px 0px !important;
    }
}
/* 标题栏样式 */
.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 #logo{
    height: 80px;
}
.site-branding img{
    max-width: 180px;
}
.site-start{
    height: 80px;
}

.clearposi{
    position: relative;
    height: 80px;
}
.site-start{
    /* position: fixed; */
    background: white;
    z-index: 10;
}

.article-list .content-loop .entry-summary {
    text-indent: -28px;
}
.search-entry-meta{
    display: flex;
    margin-right: 24px;
}
.entry-metas{
    margin-top: 10px !important;
}
.search-question{
    border-bottom: 1px dashed #ededed !important;
    padding: 20px 0 !important;
}
