.sec-header {
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blog-banner {
    background-image: url(/static/blog/image/blog-header-banner.jpg);
}
.sec-header .banner-box {
    width: 100%;
    max-width: 1170px;
    height: 56px;
    margin: auto;
    padding: 13px 0;
}
.sec-header .sec-search{
    position: relative;
    margin: 0;
}
.sec-header .sec-search .search-text {
    font-size: .875rem;
    width: 200px;
    height: 30px;
    padding: 0 50px 0 14px;
}
.sec-header .sec-search .ic-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    border: none;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    outline: 0;
    background: url(/static/blog/image/ic_search.svg) center center no-repeat;
    background-size: 16px 16px;
}

.sec-title{
    font-size: 2.2rem
}

.blog-section-wrapper{
    background: #fff;
    padding: 0;
}
.blog-user {
    padding-top: 0px;
    padding-bottom:0;
}
#page{
    text-align: center
}
#page .pagination{
    float: none;
}
@media (min-width: 768px) {
    .blog-user {        
        padding-top: 1px;
        padding-bottom:10px;
    }
    .blog-section-wrapper{
        padding: 20px 15px 30px 10px;
    } 
}
.ft_bg_top{
    margin-top:0px
}
.pagination{
    float:right
}
.blog-nav {
    padding: 25px 0;
    list-style: none;
}
.p-blog .blog-nav-wrapper .blog-nav .nav-menu {
    line-height: 44px;
    position: relative;
    cursor: pointer;
}
.nav-menu {
    line-height: 44px;
    position: relative;
    cursor: pointer;
}
.active{
    background: #fff;
}
.sc-bgc{
    background: #f5f5f5;
}

.weekly h1 {
    margin: 19px 0 15px;
}
.weekly h1 {
    font-size: 1.7rem;
    line-height: 38px;
    color: #6a6a6a;
    -webkit-box-shadow: inset 0 -1px 0 0 #ddd;
    box-shadow: inset 0 -1px 0 0 #ddd;
}

.weekly .img-wrapper a {
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: .85;
}
.img-wrapper img {
    margin-right: 10px;
}
.weekly img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.blog-list .item {
    margin: 0 0 18px 0;
    padding: 12px 10px;
}
.blog-list .item .blog-author {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border-radius: 50%;
}
.blog-list .item .blog-brief {
    font-size: .875rem;
    line-height: 20px;
    overflow: hidden;
    height: auto;
    max-height: 40px;
    margin: 4px 0 6px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: initial;
    word-break: break-word;
    color: #6a6a6a;
}

.blog-list .item .blog-name {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 20px;
    height: 20px;
    margin: 0 6px 8px 0;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
}
.blog-list .item .blog-brief {
    font-size: 1.5rem;
    line-height: 20px;
    overflow: hidden;
    height: auto;
    max-height: 40px;
    margin: 4px 0 6px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: initial;
    word-break: break-word;
    color: #6a6a6a;
}
.blog-footer-box span {
    padding-right: .5em;
}
.blog-tag.yuan {
    color: #51bae3;
    -webkit-box-shadow: inset 0 0 0 1px #51bae3;
    box-shadow: inset 0 0 0 1px #51bae3;
}
.blog-tag.jian {
    color: #e35050;
    -webkit-box-shadow: inset 0 0 0 1px #e35050;
    box-shadow: inset 0 0 0 1px #e35050;
}
.blog-tag{
    font-size: 1.4rem;
    line-height: 20px;
    display: block;
    width: 20px;
    height:20px;
    min-width: 20px;
    margin: 0 3px;
    text-align: center;
    border-radius: 50%;
}
.blog-list .item:hover{
    background:rgb(248, 248, 248)
}