﻿* {
    font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
    text-decoration: none;
    list-style: none;
}

    * body {
        background: #f5f5f5;
    }

   /*详情页、列表页 距离上边距离*/
.context-info {
    margin-top: 90px;
}

.jb_location {
    background-color: white;
    padding: 20px 0px 20px 20px;
    font-size: 14px;
}

    .jb_location a {
        text-decoration: none;
        color: #333333;
    }

/*页码容器*/
.page-box {
    background-color: white;
    padding: 20px 0px 20px 20px
}

    .page-box:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

div.digg {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
}

    div.digg a {
        display: block;
        float: left;
        padding: 5px 12px;
        margin: 0 0 0 8px;
        border: 1px solid #e1e2e3;
        line-height: 20px;
        /*height: 20px;*/
        color: #333;
        background: #fff;
        text-decoration: none;
    }

        div.digg a:hover {
            border: 1px solid #3b8dd1;
        }

    div.digg span {
        display: block;
        float: left;
        padding: 5px 0;
        line-height: 20px;
        /*height: 20px;*/
    }

        div.digg span.current {
            padding: 5px 12px;
            margin: 0 0 0 8px;
            color: #555;
            font-weight: bold;
        }

        div.digg span.disabled {
            border: 1px solid #eee;
            padding: 5px 12px;
            margin: 0 0 0 8px;
            color: #ddd;
        }

/*css default style pagination*/
div.default {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",Verdana;
    font-size: 12px;
}

    div.default a, div.default span {
        display: block;
        float: left;
        margin: 2px 0 0 -1px;
        padding: 4px 12px;
        line-height: 20px;
        /*height: 20px;*/
        border: 1px solid #e1e1e1;
        background: #fff;
        color: #333;
        text-decoration: none;
    }

        div.default span:first-child {
            border-left: 1px solid #e1e1e1;
        }

        div.default a:hover {
            color: #666;
            background: #eee;
        }

        div.default span.current {
            color: #fff;
            background: #488FCD;
            border-color: #488FCD;
        }

        div.default span.disabled {
            color: #999;
            background: #fff;
        }


/*图文列表样式*/
.n-list .context {
    background-color: white;
    margin: 0px;
    padding: 10px 30px 30px 30px;
    border-right: 20px solid #f5f5f5;
    border-bottom: 20px solid #f5f5f5;
    width: 100%;
    height: 100%;
}

    .n-list .context:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .n-list .context h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .n-list .context h2 a {
            color: #333;
            text-decoration: none;
        }

            .n-list .context h2 a:hover {
                color: #8CAC52;
            }

    .n-list .context .note {
        height: 118px;
    }

        .n-list .context .note b {
            position: relative;
            display: block;
            float: left;
            margin-right: 16px;
            width: 118px;
            height: 118px;
            border: 1px solid #e8e8e8;
            font-style: normal;
        }

            .n-list .context .note b img {
                min-width: 100%;
                min-height: 100%;
                width: 100%;
                _height: 100%;
                max-width: 100%;
                max-height: 100%;
            }

        .n-list .context .note p {
            display: block;
            font-size: 14px;
            max-height: 84px;
            line-height: 28px;
            font-weight: 500;
            color: #666;
            overflow: hidden;
        }

        .n-list .context .note .info {
            padding-top: 10px;
            height: 20px;
            line-height: 20px;
        }

            .n-list .context .note .info span {
                margin-right: 10px;
                color: #999;
                font-size: 12px;
            }

                .n-list .context .note .info span i {
                    margin-right: 3px;
                    font-size: 12px;
                }

    .n-list .context .nodata {
        margin-top: 30px;
        color: #666;
        font-size: 14px;
        line-height: 100px;
        text-align: center;
    }

/*类别列表*/
.mynavbar {
    margin: 0px;
    padding: 0px;
}

    .mynavbar li {
        padding-top: 10px;
        list-style: none;
    }

        .mynavbar li h5 {
            display: block;
            color: #3b8dd1;
            font-size: 14px;
            font-weight: normal;
            line-height: 30px;
        }

            .mynavbar li h5 a {
                color: #34ad2a;
                text-decoration: none;
            }

        .mynavbar li p {
            font-size: 12px;
            line-height: 30px;
        }

            .mynavbar li p a {
                display: inline-block;
                margin-right: 5px;
            }

                .mynavbar li p a.selected {
                    color: red;
                }
/*阅读排行榜*/
.sidebar-box {
    margin: 0 0 15px;
    padding: 20px;
    background: #fff;
}

    .sidebar-box h4 {
        margin: 0;
        padding: 0 0 15px;
        border-bottom: 1px solid #e0e0e0;
        color: #333;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }

    .sidebar-box .txt-list {
        padding: 0px;
        margin: 0px;
    }

        .sidebar-box .txt-list li {
            margin-top: 15px;
            line-height: 20px;
            font-size: 12px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .sidebar-box .txt-list li label {
                display: inline-block;
                margin: 0 5px 0 0;
                width: 16px;
                height: 16px;
                line-height: 16px;
                color: #fff;
                font-size: 12px;
                font-weight: 400;
                text-align: center;
                background: #999;
                border-radius: 2px;
                vertical-align: middle;
            }

                .sidebar-box .txt-list li label.hot {
                    background: #d70029;
                }

            .sidebar-box .txt-list li a {
                line-height: 20px;
                text-decoration: none;
                color: #333;
            }

    .sidebar-box .side-img-list {
        padding-bottom: 0;
    }

        .sidebar-box .side-img-list li {
            padding: 10px 0;
        }

    .sidebar-box .tags-box {
        margin: 0 0 0 -10px;
    }

        .sidebar-box .tags-box:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .sidebar-box .tags-box a {
            display: block;
            float: left;
            margin: 10px 0 0 10px;
            padding: 5px;
            color: #555;
            font-size: 12px;
            line-height: 20px;
            border: 1px solid #f0f0f0;
        }

            .sidebar-box .tags-box a:hover {
                border-color: #34ad2a;
            }

.tags-box a i {
    margin-left: 2px;
    color: #999;
    font-style: normal;
}
/*图片新闻、推荐新闻*/
.side-img-list {
    text-align: left;
    padding: 10px 0 11px 0;
    background: #fff;
}

    .side-img-list li {
        display: block;
        padding: 10px 15px;
    }

        .side-img-list li:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .side-img-list li .img-box {
            position: relative;
            float: left;
            width: 60px;
            height: 60px;
            overflow: hidden;
        }

            .side-img-list li .img-box label {
                position: absolute;
                top: 1px;
                left: 1px;
                display: block;
                width: 16px;
                height: 16px;
                line-height: 16px;
                color: #fff;
                font-size: 12px;
                font-weight: normal;
                text-align: center;
                background: #666;
            }

        .side-img-list li:first-child .img-box label {
            background: #d70029;
        }

        .side-img-list li .img-box img {
            margin: 0;
            padding: 0;
            border: 1px solid #ebebeb;
            width: 58px;
            height: 58px;
        }

        .side-img-list li .txt-box {
            display: block;
            margin-left: 75px;
            font-size: 12px;
        }

            .side-img-list li .txt-box a {
                display: block;
                height: 40px;
                line-height: 20px;
                overflow: hidden;
            }

            .side-img-list li .txt-box span {
                display: block;
                color: #999;
                height: 20px;
                line-height: 20px;
            }



/*推荐样式*/
.abs-txt {
    background-image: url(../images/recommend.png);
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    padding: 0 6px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    background: #c81623;
    text-align: center;
    border-radius: 0 8px 8px 0;
}

/*内容标题样式*/
.meta {
    margin: 0;
    padding: 50px 50px 0 50px;
}

    .meta:after {
        clear: none;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .meta h2 {
        margin: 0 0 20px;
        padding: 0;
        color: #333;
        font-size: 24px;
        font-weight: 300;
        line-height: 1em;
    }

    .meta .info {
        margin: 0 0 10px;
    }

        .meta .info span {
            margin-right: 10px;
            color: #b0b0b0;
            font-size: 12px;
            line-height: 14px;
        }

            .meta .info span i {
                margin-right: 5px;
                display: inline-block;
                font-size: 14px;
            }

    .meta .note {
        margin-top: 10px;
        padding: 15px 20px;
        background: #f5f5f5;
        line-height: 22px;
        color: #757575;
        font-size: 12px;
    }
/*内容详细样式*/
.entry {
    margin-top: 20px;
    padding: 0 50px 15px;
    font-size: 14px;
    line-height: 2em;
    word-wrap: break-word;
}

    .entry img {
        max-width: 100% !important;
        height: auto !important;
    }

    .entry h2, .entry h3, .entry h4 {
        margin: 0.8em auto;
        padding-bottom: 5px;
        border-bottom: 1px solid #f6f6f6;
        color: #333;
    }

    .entry h2 {
        font-size: 1.2em;
    }

    .entry h3, .entry h4 {
        font-size: 1.1em;
    }

    .entry strong {
        color: #DC2523;
    }

    .entry ul, .entry ol {
        margin: 1em;
        padding: 0;
    }

    .entry li {
        margin-left: 1em;
    }

    .entry ul li {
        list-style: disc outside none;
    }

    .entry ol li {
        list-style: decimal outside none;
    }

    .entry p {
        display: inherit;
        margin: 1em 0;
        color: #333;
        word-wrap: break-word;
    }

    .entry a {
        text-decoration: underline;
    }

    .entry code {
        display: block;
        padding: 0.5em;
        background: #eee;
        border-radius: .5em;
        color: #777;
        font-family: 'courier new';
        font-size: 12px;
        line-height: 1.7em;
    }

    .entry table {
        margin: 10px auto;
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
    }

        .entry table th {
            background: #F9F9F9;
            text-align: center;
        }

        .entry table td, .entry table th {
            border-bottom: 1px solid #eee;
            border-right: 1px solid #eee;
            padding: 0.35em 0.5em;
        }

/*上下一条样式*/
.next-box {
    position: relative;
    padding: 10px 50px 20px;
    line-height: 20px;
    color: #444;
    font-size: 14px;
}

    .next-box:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .next-box p {
        display: block;
        width: 49%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .next-box p a {
            color: #428bca;
            text-decoration: none;
        }

        .next-box p.prev {
            float: left;
        }

        .next-box p.next {
            float: right;
        }

/*文章评论样式*/
.comment-box {
    position: relative;
    padding: 0 50px 20px;
}

    .comment-box .form-box {
        margin: 0;
        padding: 15px 0;
    }

        .comment-box .form-box .avatar-box {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 55px;
            height: 55px;
            border: 0;
            border-radius: 55px;
            background: #fafafa;
            overflow: hidden;
        }

            .comment-box .form-box .avatar-box i {
                color: #999;
                font-size: 55px;
                line-height: 1.2em;
            }

            .comment-box .form-box .avatar-box img {
                width: 100%;
                height: 100%;
            }

        .comment-box .form-box .conn-box {
            position: relative;
            margin-left: 70px;
        }

            .comment-box .form-box .conn-box .editor {
                position: relative;
                margin-right: 18px;
            }

                .comment-box .form-box .conn-box .editor textarea {
                    display: inline;
                    margin: 0;
                    padding: 8px;
                    width: 100%;
                    height: 80px;
                    border: 1px solid #e8e8e8;
                    line-height: 20px;
                    resize: none;
                }

            .comment-box .form-box .conn-box .subcon {
                padding-top: 15px;
                color: #999;
                font-size: 12px;
            }

                .comment-box .form-box .conn-box .subcon .submit {
                    float: right;
                    display: inline-block;
                    padding: 0 20px;
                    height: 36px;
                    line-height: 34px;
                    color: #fff;
                    font-size: 12px;
                    background: #38f;
                    vertical-align: middle;
                    cursor: pointer;
                    border: none;
                }

                .comment-box .form-box .conn-box .subcon strong {
                    color: #333;
                    font-weight: normal;
                }

                .comment-box .form-box .conn-box .subcon .code {
                    margin-right: 5px;
                    padding: 7px;
                    width: 80px;
                    height: 32px;
                    line-height: 32px;
                    border: 1px solid #e8e8e8;
                }

                .comment-box .form-box .conn-box .subcon a {
                    text-decoration: none;
                }

                    .comment-box .form-box .conn-box .subcon a img {
                        vertical-align: middle;
                    }

    .comment-box .list-box li {
        padding: 17px 0;
        border-top: 1px solid #f7f7f7;
        text-decoration: none;
        list-style: none;
    }

        .comment-box .list-box li .avatar-box {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 55px;
            height: 55px;
            border: 0;
            border-radius: 55px;
            background: #fafafa;
            overflow: hidden;
        }

            .comment-box .list-box li .avatar-box i {
                color: #999;
                font-size: 55px;
                line-height: 1.2em;
            }

            .comment-box .list-box li .avatar-box img {
                width: 100%;
                height: 100%;
            }

        .comment-box .list-box li .inner-box {
            position: relative;
            margin-left: 70px;
        }

            .comment-box .list-box li .inner-box .info {
                padding-bottom: 3px;
            }

                .comment-box .list-box li .inner-box .info span {
                    margin-right: 5px;
                    color: #999;
                    font-size: 12px;
                }

            .comment-box .list-box li .inner-box p {
                color: #333;
                font-size: 14px;
                line-height: 1.8em;
            }

        .comment-box .list-box li .answer-box {
            clear: both;
            margin: 10px 0 0 70px;
            padding: 10px;
            background: #fafafa;
            border: 1px solid #e6e6e6;
            border-radius: 3px;
        }

            .comment-box .list-box li .answer-box .info {
                margin-bottom: 5px;
                padding: 0;
                color: #1e7bb3;
                font-size: 12px;
                border: none;
            }

                .comment-box .list-box li .answer-box .info span.right {
                    float: right;
                    color: #999;
                }

            .comment-box .list-box li .answer-box p {
                color: #555;
                font-size: 14px;
                line-height: 1.8em;
            }

/*相关列表样式*/
.slide-tit {
    border-bottom: 1px solid #f0f0f0;
    color: #34ad2a;
    line-height: 1em;
    font-size: 16px;
    font-weight: normal;
}

    .slide-tit strong {
        padding: 10px 0;
        float: right;
        color: #999;
        font-size: 12px;
        font-weight: normal;
    }

    .slide-tit span {
        position: relative;
        top: 1px;
        display: inline-block;
        padding: 10px 0;
        border-bottom: 1px solid #34ad2a;
    }

.rel-list {
    margin-top: -15px;
}

    .rel-list:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .rel-list .nodata {
        color: #999;
        font-size: 14px;
        line-height: 50px;
    }

    .rel-list li {
        display: block;
        float: left;
        margin: 15px auto 0 0;
        padding: 0;
        width: 50%;
        overflow: hidden;
        _float: none;
        _width: auto;
    }

        .rel-list li .img-box {
            position: relative;
            display: block;
            float: left;
            width: 98px;
            height: 98px;
            border: 1px solid #e8e8e8;
            overflow: hidden;
        }

            .rel-list li .img-box img {
                min-width: 100%;
                min-height: 100%;
                width: 100%;
                _height: 100%;
                overflow: hidden;
            }

        .rel-list li .info {
            margin: 0 auto 0 115px;
            padding-right: 15px;
            _margin-top: -15px;
            _padding-right: 0;
        }

            .rel-list li .info h3 {
                display: block;
                font-size: 14px;
                font-weight: normal;
                height: 30px;
                line-height: 30px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

                .rel-list li .info h3 a {
                    text-decoration: none;
                }

            .rel-list li .info p {
                color: #555;
                font-size: 12px;
                height: 48px;
                line-height: 22px;
                overflow: hidden;
            }

            .rel-list li .info span {
                line-height: 22px;
                color: #999;
                font-size: 12px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

.rel-box {
    position: relative;
    padding: 0 50px 0;
}

    .rel-box .rel-list {
        margin: 0 0 15px 0;
    }



/*搜索结果样式*/
.search-tit {
    display: block;
    margin: 0 30px;
    padding-top: 15px;
    line-height: 38px;
    border-bottom: 1px solid #f0f0f0;
}

    .search-tit h3 {
        display: inline-block;
        color: #333;
        font-size: 16px;
        font-weight: normal;
    }

    .search-tit span {
        margin-left: 15px;
        color: #999;
        font-size: 14px;
    }

        .search-tit span strong {
            margin: 0 2px;
            color: #1e7bb3;
            font-weight: 600;
        }

.nodata {
    margin-top: 30px;
    color: #666;
    font-size: 14px;
    line-height: 100px;
    text-align: center;
}