﻿/*Theme Name: liblog.cn
Author: 非李莫属
Author URI: https://www.liblog.cn/
Tags: 扁平化,响应式,简洁黑白色,多设备支持*/
/*html5*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
}
/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}*/
li {
    list-style: none;
}
.clear {
    clear: both;
}
.left {
    float: left;
}

.right {
    float: right;
}
.textcont:after, .weiyu_main:after, .hdfocus-box:after, .pagination:after, .imglist-main:after, .author-tuijian:after, .author-img:after, .topic_list:after, ul.readers-list:after, #tab:after, .article-action:after, .divTags:after, .homecate3:after, #divCatalog ul:after, .catlist:after, .home-cms:after, .layout-large:after, .mx-cat-g3:after, .catlist-title:after, .catleader:after, #hottags ul:after, .home-main:after {
    display: table;
    content: " ";
    clear: both;
}
a {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #333;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 100%;
    font-family: "HarmonyOS Sans SC","HarmonyOS Sans","Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif;
}

    .item-meta a:hover, .shuoming p a:hover, .relates_button a:hover, a:hover, a:focus {
        color: #3690cf;
        text-decoration: none;
        cursor: pointer;
    }
.top_list {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
}
.col-small {
    width: 50%;
    float: left;
    padding: 15px;
}

    .col-small:nth-child(odd) {
        border-right: 1px solid #ddd;
    }

.col-pic {
    width: 100px;
    float: left;
    height: 75px;
    margin-right: 15px;
    max-height: 270px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
}

.col-info {
    max-height: 75px;
    height: 75px;
    overflow: hidden;
}

    .col-info h3 {
        max-height: 40px;
        line-height: 20px;
        font-size: 16px;
        font-weight: inherit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
p.col-desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    max-height: 40px;
    overflow: hidden;
    color: #999;
}
.col-large {
    padding-bottom: 10px;
    border-top: 1px solid #C8C8C8;
    padding: 15px;
    overflow: hidden;
}

    .col-large li {
        width: 49%;
        padding: 2px 0 2px 20px;
        font-size: 14px;
        float: left;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .col-large li:nth-child(odd) {
            padding-left: 3px;
        }

    .col-large em {
        padding: 0px 5px;
        background: #666;
        margin-right: 5px;
        border-radius: 4px;
        color: #fff;
        white-space: nowrap;
        font-style: normal;
    }

    .col-large a {
        max-width: 310px;
        position: absolute;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .col-large span.list-date {
        float: right;
        color: #999;
        position: relative;
    }

    .col-large em.color-3 {
        background: #F13435;
    }

    .col-large em.color-4 {
        background: #1681E7;
    }

span.col-read {
    position: absolute;
    top: -1px;
    left: -25px;
    background: #3690cf;
    padding: 5px;
    width: 25px;
    text-align: center;
    color: #F9F6F6;
    font-weight: 600;
    font-size: 14px;
}
.single-title {
    position: relative;
    margin: 24px auto 18px auto;
    padding-bottom: 18px;
}

.single-post {
    position: relative;
    padding: 0px 6px;
}

    .single-post.entry-page {
        border-bottom: 1px solid #57bdf7;
        vertical-align: top;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        box-shadow: 0px 15px 10px -13px rgba(0,0,0,.08);
    }
.single-title h1 {
    max-width: 100%;
    float: left;
    clear: both;
    line-height: 160%;
    text-align: left;    
    cursor: pointer;
    color: #333;
    font-weight: 600;
    padding-top: 2px;
    font-size:22px;
}
.single-info {
    overflow: hidden;
    clear: both;
    line-height: 25px;
    text-align: left;
    font-size: 14px;
    color: #666;
    margin-left: 35px;
}

    .single-info.product-info {
        margin-left: 0;
        line-height: 20px;
        margin-top: 10px;
    }
.article-zhaiyao {
    padding: 13px 15px 10px;
    border: 1px dashed #c1c1c1;
    margin-bottom: 20px;
    color: #666;
    line-height: 180%;
    font-size: 12px;
}

.summary-main .article-zhaiyao {
    margin-top: 20px;
}

.article-zhaiyao strong {
    padding: 0px;
    margin-top: -25px;
    position: absolute;
    background: #fff;
    font-size: 14px;
    font-family: microsoft yahei;
}
.entry {
    position: relative;
    width: auto;
    color: #444;
    font-size: 14px;
    line-height: 200%;
    padding: 15px 0px;    
}
    .entry img{
        max-width:100%;
        display:block;
        margin:auto;
    }
    .entry .paydown {
        margin-bottom: 20px;
        width: auto;
        border: 1px solid #eee;
        background: #f8f8f8;
    }

        .entry .paydown p {
            margin: 3px;
            padding: 3px 15px;
            border-bottom: 1px solid #f8f8f8;
            text-indent: 0;
        }

            .entry .paydown p span {
                padding: 0 5px;
                color: #E14D43;
                font-weight: bold;
                font-size: 120%;
            }

        .entry .paydown .down-title {
            float: left;
            padding-top: 15px;
            width: 9%;
            color: #666;
            text-align: center;
            font-weight: bold;
            font-size: 16px;
        }

        .entry .paydown .down-detail {
            float: right;
            min-height: 140px;
            width: 90%;
            border-left: 1px solid #eee;
            background: #fff;
        }

        .entry .paydown p.down-ordinary {
            color: #32a5e7;
        }

        .entry .paydown p.down-vip {
            color: #E14D43;
        }

        .entry .paydown p a {
            margin-left: 10px;
            font-weight: bold;
        }

        .entry .paydown p.down-tip {
            border-bottom: none;
        }

    .entry .wpfp-span ul {
        padding: 0;
        border: 1px solid #eee;
    }

        .entry .wpfp-span ul li {
            margin-left: 0;
            padding: 0;
            border-bottom: 1px solid #eee;
            list-style: none;
            line-height: 36px;
        }

            .entry .wpfp-span ul li a {
                margin-left: 10px;
            }

            .entry .wpfp-span ul li:last-child {
                border-bottom: none;
            }

            .entry .wpfp-span ul li:nth-child(even) {
                background: #f8f8f8;
            }

            .entry .wpfp-span ul li a i {
                margin-right: 5px;
            }

                .entry .wpfp-span ul li a i.fa-trash {
                    color: #F74D4D;
                }

    .entry .wpfp-span p {
        margin: 7px 10px;
        text-indent: 0;
    }

    .entry .wpuf-fields img {
        margin: 0;
        padding: 2px;
        border: none;
    }

    .entry .wpuf-fields input[name=rs_captcha] {
        margin-bottom: 12px;
    }

    .entry .wpuf-fields textarea {
        font-family: Arial,"Microsoft YaHei","WenQuanYi Micro Hei","Open Sans","Hiragino Sans GB",Verdana,sans-serif;
    }

    .entry .wpuf-hide {
        display: none !important;
    }

    .entry #content-index-contents li {
        margin-left: 0;
        list-style: none;
    }

        .entry #content-index-contents li .children {
            margin-left: 10px;
        }
    .entry .article-zhaiyao img {
        max-width: 100%;
        margin-right: 4px;
        margin-left: 6px;
        position: relative;
        top: -1px;
        width: 17px;
        height: 17px;
        font-size: 15px;
        border-radius: inherit;
        box-shadow: 0 0px 0px transparent;
    }

    .entry p {
        margin: 5px 0 10px;
        color: #666;        
        line-height: 180%;
        text-align: justify;
    }

.header_top, .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 5px
}
.author-box, .single-post, .widget-box {
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
}
.author-box, .category-box, .single-post, .widget-box {
    border: 1px solid #ddd;
    background-color: #fff;
    vertical-align: top;
}
.home-layout {
    position: relative;
}
.post_box {
    padding: 20px 20px 20px 232px;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.post_box_ads {
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.post_box:last-child {
    border-bottom: none;
}

.post_box:hover {
    background: #fafafa;
}
.post-img {
    margin-left: -214px;
    float: left;
    overflow: hidden;
    width: 200px;
    height: 150px;
}

    .post-img img {
        position: relative;
        max-width: none;
        width: calc(100% + 20px);
        height: 150px;
        -webkit-transition: opacity .35s,-webkit-transform .45s;
        transition: opacity .35s,transform .45s;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
        object-fit: cover;
    }

.post_box:hover .post-img img {
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}
.post-left h3 {
    font-size: 18px;
    margin-bottom: 4px;
    line-height: 36px;
    font-weight: normal;
    position: relative;
    
    text-overflow: ellipsis;
    overflow: hidden;
}
.post-con {
    font-weight: 500;
    line-height: 180%;
/*    height: 77px;*/
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
    word-break: break-all;
}
/*sidebar */
.sidebar {
    float: right;
    width: 27.1%;
}

.sidebar_widget {
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #eee;
    vertical-align: top;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
    position: relative;
}

    .sidebar_widget:last-child {
        margin-bottom: 0px;
    }

    .single-post:before, .sidebar_widget:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 0;
        width: 0;
        display: block;
        border: 16px transparent solid;
        border-bottom-width: 0;
        border-left-width: 0;
        border-top-color: #c11e22;
        z-index: 10;
    }

.sidebar_title {
    font-size: 16px;
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid #eee;
    color: #484848;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
}

    .sidebar_title:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 2px;
        content: "";
        background: #000;
        left: 0;
        bottom: 0;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .sidebar_title:hover:after {
        width: 88px;
        background: #c11e22;
    }


.wrapbox {
    width: 71.6666%;
    transition-duration: .5s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 2px;
}
    /*=====================导航部分==========================*/
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    width: 100%;
    height: 56px;
    z-index: 99
}

.nav-links {
    display: flex;
    gap: clamp(1rem, 3vw, 2rem);
    list-style: none;
    transition: 0.3s;
}

    .nav-links a {
        color: #333;
        text-decoration: none;
        font-size: 1.1rem;
        white-space: nowrap;
        padding: 0.5rem 1rem;
        border-radius: 4px;
        transition: background 0.3s;
    }

        .nav-links a:hover {
            background: #f5f5f5;
        }

.hamburger {
    display: none;
    font-size: 1.5rem;
}
.logo img {
    width: auto;
    height: 52px;
}
@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .nav-links {
        position: fixed;
        top: 55px;
        left: -100%;
        flex-direction: column;
        width: 100%;
        background: white;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        padding: 2rem;
        gap: 1.5rem;
    }

        .nav-links.active {
            left: 0;
        }
}
.author-box, .catleader {
    margin-bottom: 15px;
}
    .catleader p {
        float: right;
        padding: 5px 10px;
        color: #666;
    }

    .catleader a, .catleader i.fa, .breadcrumb i.fa, .breadcrumb a {
        margin-right: 5px;
        color: #666;
        font-size: 14px;
    }

    .catleader p a:last-child {
        margin-right: 0;
    }

    .catleader h1 {
        line-height: 1;
        border-left: 5px solid #3690cf;
        float: left;
        padding: 5px 10px;
    }

        .catleader h1 a, .catleader h1 i.fa {
            margin-right: 3px;
            color: #666;
        }

            .catleader h1 i.fa.fa-home {
                margin-right: 2px;
            }

nav.catleader {
    font-size: 12px;
    color: #666;
    border-left: 4px solid #3690cf;
    padding: 3px 10px;
}
/*=====================引用==========================*/




.wrapbox .synews.pagination {
    border: 1px solid transparent;
    border-top: 1px solid #ddd;
}
.wrapbox .pagination {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0px solid tan;
    background-color: #fff;
    vertical-align: top;
}
.pagination {
    margin: 0;
    padding: 0px 0px;
    text-align: left;
    font-size: 12px;
    display: block;
}

    .pagination ul {
        display: inline-block;
        margin-left: 0;
        margin-bottom: 0;
        padding: 0
    }

        .pagination ul > li {
            display: inline
        }

            .pagination ul > li > a, .pagination ul > li > span, .ziti {
                margin: 3px 5px 3px 0;
                float: left;
                padding: 7px 14px;
                background-color: #FFF;
                border: 1px solid #ddd;
                font-size: 12px;
                color: #666;
                border-radius: 2px
            }

                .pagination ul > li > a:focus, .pagination ul > li > a:hover {
                    opacity: 1
                }

        .pagination ul li:hover a, .pagination ul > .active > a, .pagination ul > .active > span, .ziti {
            color: #ffffff;
            background-color: rgb(54,144,207);
            border: 1px solid #3690cf;
        }

        .pagination ul > .active > a, .pagination ul > .active > span {
            cursor: default
        }

        .pagination ul > .disabled > a, .pagination ul > .disabled > a:focus, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > span, .pagination ul > li > span {
            color: #999;
            background-color: transparent;
            cursor: default
        }

#divSearchPanel form {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#divSearchPanel input[type="text"] {
    width: 90%;
    height: 30px;
    line-height: 29px;
    padding-left: 5px;
    border: 1px solid #ddd;
    margin-top: 5px;
}

#divSearchPanel input[type="submit"] {
    margin-left: -55px;
    border: 1px solid transparent;
    padding-left: 8px;
    border-left: 1px solid #ddd;
    background: #fff;
    color: #c11e22;
    margin-top: 6px;
}
/*最新文章替换*/
#divPrevious ul {
    padding: 0px 15px 2px;
    margin-top: -4px;
}

.divPrevious li {
    margin: 0px 0 10px;
}

    .divPrevious li:hover {
        transform: translate(-1px, -1px);
        cursor: pointer;
    }

    .divPrevious li:last-child {
        margin-bottom: 5px;
    }

    .divPrevious li span.rankLeft {
        display: inline-block;
        width: 45px;
        float: left;
    }

    .divPrevious li span.rankNum {
        font-size: 20px;
        letter-spacing: .91px;
        line-height: 38px;
        font-weight: 700;
        width: 31px;
        color: #bbb;
        display: inline-block;
        float: left;
        -moz-transition: ease-in-out 0.3s;
        -webkit-transition: ease-in-out 0.3s;
        -o-transition: ease-in-out 0.3s;
        -ms-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s;
    }

        .divPrevious li span.rankNum.num-1 {
            color: #ef7900;
        }

        .divPrevious li span.rankNum.num-2 {
            color: #2775a7;
        }

        .divPrevious li span.rankNum.num-3 {
            color: #1bb4bb;
        }

        .divPrevious li span.rankNum.num-4 {
            color: #b997b3;
        }

    .divPrevious li span.slash {
        display: inline-block;
        background-image: url(images/normal-sprite.png);
        background-position: -206px 0;
        width: 13px;
        height: 31px;
        margin-top: 4px;
        float: left;
    }

    .divPrevious li span.text {
        font-size: 14px;
        height: 40px;
        line-height: 20px;
        display: -webkit-box;
        overflow: hidden;
        padding-left: 5px;
    }

        .divPrevious li span.text a {
            height: 36px;
            display: table-cell;
            vertical-align: middle;
        }
/*动态标签*/
ul.divTags, ul.hottags {
    margin-top: 4px;
    padding: 4px;
    line-height: 24px;
}

#divTags ul li a, #hottags ul li a {
    height: auto;
    text-align: center;
    padding: 0 5px;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 2px;
    font-size: 12px;
    transition: background .2s;
    -moz-transition: background .2s;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    table-layout: fixed;
    word-break: break-all;
    float: left;
    width: 31.3333%;
    margin: 0 1% 8px 1%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*#divTags ul li,#hottags ul li {width:auto;white-space:nowrap;display:inline-block;padding:0;margin-right:6px;margin-bottom:10px;background:#F8F8F8;}
*/
#divTags ul li.divTags0 a, #hottags ul li.divTags0 a {
    color: #003366;
    opacity: .9;
}

#divTags ul li.divTags1 a, #hottags ul li.divTags4 a {
    color: #993300;
    opacity: .9;
}

#divTags ul li.divTags2 a, #hottags ul li.divTags2 a {
    color: #05792D;
    opacity: .9;
}

#divTags ul li.divTags3 a, #hottags ul li.divTags3 a {
    color: #16929D;
    opacity: .9;
}

#divTags ul li.divTags4 a, #hottags ul li.divTags4 a {
    color: #CC0000;
    opacity: .9;
}

#divTags ul li.divTags5 a, #hottags ul li.divTags5 a {
    color: #0B0B0B;
    opacity: .9;
}

#divTags ul li.divTags6 a, #hottags ul li.divTags6 a {
    color: #B433FF;
    opacity: .9;
}

#divTags ul li.divTags7 a, #hottags ul li.divTags7 a {
    color: #B37333;
    opacity: .9;
}

#divTags ul li.divTags8 a, #hottags ul li.divTags8 a {
    color: #567E95;
    opacity: .9;
}

#divTags ul li.divTags9 a, #hottags ul li.divTags9 a {
    color: #428BCA;
    opacity: .9;
}

#divTags ul li.divTags10 a, #hottags ul li.divTags10 a {
    color: #33B0CA;
    opacity: .9;
}

#divTags ul li.divTags0 a:hover, #hottags ul li.divTags0 a:hover {
    background-color: #003366;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags1 a:hover, #hottags ul li.divTags1 a:hover {
    background-color: #993300;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags2 a:hover, #hottags ul li.divTags2 a:hover {
    background-color: #05792D;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags3 a:hover, #hottags ul li.divTags3 a:hover {
    background-color: #16929D;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags4 a:hover, #hottags ul li.divTags4 a:hover {
    background-color: #CC0000;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags5 a:hover, #hottags ul li.divTags5 a:hover {
    background-color: #0B0B0B;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags6 a:hover, #hottags ul li.divTags6 a:hover {
    background-color: #B433FF;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags7 a:hover, #hottags ul li.divTags7 a:hover {
    background-color: #B37333;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags8 a:hover, #hottags ul li.divTags8 a:hover {
    background-color: #567E95;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags9 a:hover, #hottags ul li.divTags9 a:hover {
    background-color: #428BCA;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li.divTags10 a:hover, #hottags ul li.divTags10 a:hover {
    background-color: #33B0CA;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
}

#divTags ul li a:hover, #hottags ul li a:hover {
    border: 1px solid transparent;
}

#divTags ul.divTags, #hottags ul.hottags {
    margin: 15px 10px 10px 10px;
}
/*footer*/
footer.footer {
    position: relative;
    margin-top: 16px;
}

.footer:before {
    background: #000 linear-gradient(to left, #28b3f7, #9871e2, #fc31d0, #2eaff6, #c851da, #fa32d1);
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer-bg {
    display: none;
    width: 100%;
    height: 33px;
    background: url(/images/footer_bg.png) no-repeat 0 0px;
}

.footer-copyright {
    background: #2c2d2f;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.footer_container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 23px 20px 18px;
    line-height: 200%;
}

li.menu-item a {
    margin-right: 10px;
}

.footer-copyright a {
    color: #fff;
}

    .footer-copyright a:hover {
        color: #e77918;
    }
.single-nav {
    margin: 10px auto;
    line-height: 30px;
    position: relative;
}

    .single-nav span {
        display: block;
    }

span.article-nav-prev {
    border-top: 1px #eee solid;
    padding-top: 10px;
}

.single-nav span i.fa {
    padding-right: 3px;
}

a.prev-article, a.next-article {
    position: fixed;
    top: 50%;
    width: 120px;
    height: 180px;
    margin-top: -90px;
    line-height: 180px;
    font-size: 100px;
    text-align: center;
    color: #ddd;
    outline: 0;
    border-radius: 50%;
    outline-color: transparent;
    -webkit-appearance: none;
    transition: color 150ms linear;
    cursor: pointer;
}

a.prev-article {
    left: 50%;
    margin-left: -50%;
}

a.next-article {
    right: 50%;
    margin-right: -50%;
}

    a.prev-article:hover, a.next-article:hover {
        color: #363e49;
    }

.backtop {
    z-index: 999;
    bottom: 65px;
    position: fixed;
    right: 0px;
    margin-right: 15px;
    cursor: pointer;
}

    .backtop a, .backtop i {
        color: #fff;
    }

    .backtop .bt-box {
        padding: 11px 12px;
        margin-bottom: 5px;
        width: auto;
        height: auto;
        line-height: 18px;
        vertical-align: middle;
        background: #363e49;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
        text-align: center;
    }
        .bt-box.weixin:hover, .bt-box.tnrt:hover, .bt-box.qq:hover, .backtop .bt-box:hover {
            background: #3690cf;
        }

            .bt-box.weixin:hover a, .bt-box.tnrt:hover a, .bt-box.qq:hover a, .backtop .bt-box:hover i {
                color: #fff;
            }

.bt-box.tnrt a {
    font-size: 16px;
}

.backtop .weibo .pic {
    position: absolute;
    display: none
}

.backtop .weixin .pic {
    position: absolute;
    display: none
}

.backtop .top {
    display: none
}
@media screen and (max-width: 480px) {
    .col-small {
        padding: 10px 10px 5px 10px;
    }

    .col-pic, .col-pic img {
        height: 92px;
        margin-bottom: 8px;
        padding: 0 2px;
    }

    p.col-desc {
        margin-top: 4px;
    }

    .col-large {
        padding: 5px 10px 8px;
    }

    ul.layout-large li a {
        width: 70%;
    }

    .layout-large li:before {
        top: 5px;
    }
}

@media screen and (max-width: 640px) {
    .col-pic {
        width: 100%;
        height: 116px;
        margin-bottom: 15px;
        margin-right: 0;
    }

        .col-pic img {
            width: 100%;
            height: 116px;
        }

    .col-large li {
        width: 100%;
        padding: 2px 0 2px 3px;
    }

    .col-large a {
        max-width: 88%;
    }

    .col-large li:nth-child(even) {
        float: right;
    }

    .col-info {
        float: left;
        width: 100%;
    }

    .post_box {
        padding: 15px 12px 15px 136px;
    }

    .post-img {
        margin-left: -121px;
        width: 110px;
        height: 82px;
    }

    .post-left h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 3px;
    }

    .post-con {
        height: 40px;
        line-height: 160%;
        margin-bottom: 3px;
        font-size: 12px;
    }

    .post-img img {
        height: 82px;
    }

    .sidebar {
        display: block;
        width: 100%;
        float: left;
        margin-top: 24px;
    }
    .single-title h1 {
        font-size: 20px;
        line-height: 150%;
    }
}

@media screen and (max-width: 767px) {
    /*    .post-left {
        min-height: 100%;
    }*/

    .post-left h3 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 960px) {
    .wrapbox {
        width: 100%;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    .sidebar {
        display: block;
        width: 100%;
        float: left;
        margin-top: 24px;
    }
}