﻿/*** 部分视图广告与最近文章 ****/

aside {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

aside:last-child {
    margin-bottom: 0;
}

aside .aside-title {
    font-size: 16px;
    position: relative;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

    aside .aside-title .all {
        position: absolute;
        right: 0;
        font-size: 12px;
        font-weight: 700;
        color: #383838;
        top: 5px;
    }

        aside .aside-title .all i {
            color: #dc4f72;
            margin-left: 5px;
        }

    aside .aside-title:after {
        content: ' ';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 15px;
        height: 2px;
        background-color: #dc4f72;
    }

aside .article-mini {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    aside .article-mini figure {
        margin-bottom: 0;
    }

    aside .article-mini h1 {
        margin-top: -3px;
    }

aside .nav li a {
    background-color: #F0F0F0;
    color: #333;
    padding: 12px;
    font-size: 14px;
    border-radius: 0 !important;
}

    aside .nav li a i:before {
        font-size: 18px;
        margin-right: 5px;
    }

aside .nav li.active a {
    background-color: #fff;
    color: #000;
    border-top: 2px solid #dc4f72 !important;
}

    aside .nav li.active a i {
        color: #dc4f72;
    }

aside .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
}

aside .line {
    margin: 40px 0;
}

aside .sponsored {
    padding: 0;
    margin: 0 -5px;
}

    aside .sponsored li {
        float: left;
        display: inline-block;
        width: 50%;
        padding: 5px;
    }

        aside .sponsored li a img {
            width: 100%;
        }

aside .ads img {
    width: 100%;
}

aside .ads figcaption {
    font-size: 12px;
    margin-top: 3px;
    color: #989898;
}

article-fw {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.article-fw:first-child {
    margin-bottom: 0;
}

.article-fw figure {
    overflow: hidden;
    width: 100%;
    height: 178px;
}

    .article-fw figure img {
        width: 100%;
    }

.article-fw .details h1 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
}

    .article-fw .details h1 a {
        color: #000;
        text-decoration: none;
    }

        .article-fw .details h1 a:hover {
            color: #dc4f72;
        }

.article-fw .details p {
    margin-top: 15px;
    line-height: 24px;
}

.article-mini {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .article-mini .inner {
        display: inline-block;
        height: 100%;
    }

    .article-mini .padding {
        padding: 0 10px;
        margin-left: 85px;
    }

    .article-mini figure {
        float: left;
        display: inline-block;
        width: 80px;
        height: 60px;
        overflow: hidden;
        margin: 0;
    }

        .article-mini figure img {
            width: 100%;
        }

    .article-mini h1 {
        margin: 0;
        line-height: 22px;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 14px;
    }

        .article-mini h1 a {
            color: #000;
        }

            .article-mini h1 a:hover {
                color: #dc4f72;
            }

    .article-mini .detail {
        margin-top: 5px;
    }

        .article-mini .detail .category {
            margin-left: 0;
        }

            .article-mini .detail .category a {
                text-transform: uppercase;
                color: #dc4f72;
            }


.category {
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 0;
    margin-top: 20px;
}

    .breadcrumb li {
        font-size: 12px;
    }

        .breadcrumb li a {
            color: #dc4f72;
        }

.page-title {
    margin: 0;
    margin-top: 10px;
}

.page-subtitle {
    font-weight: 300;
    font-size: 12px;
    margin: 0;
    margin-top: 5px;
    font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.line {
    margin-top: 60px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #f2f2f2;
    margin: 30px 0;
    position: relative;
}

.article-list {
    margin-bottom: 50px;
    position: relative;
}

    .article-list:last-child {
        margin-bottom: 0;
    }

    .article-list .badge {
        position: absolute;
        top: 0;
        right: 15px;
        border-radius: 0;
        background-color: #dc4f72;
    }

    .article-list .inner {
        display: inline-block;
        width: 100%;
    }

    .article-list figure {
        width: 300px;
        height: 195px;
        overflow: hidden;
        background-color: #000;
        float: left;
        display: inline-block;
        margin-bottom: 0;
    }

        .article-list figure img {
            width: 100%;
        }

    .article-list .details {
        padding: 5px;
        margin-left: 315px;
    }

        .article-list .details .detail .category, .article-list .details .detail .time {
            margin: 0 10px;
        }

        .article-list .details .detail .category {
            margin: 0;
        }

        .article-list .details h1 {
            margin: 0;
            margin-top: 5px;
            margin-bottom: 10px;
            font-size: 20px;
            line-height: 28px;
        }

            .article-list .details h1 a {
                color: #000;
                text-decoration: none;
                transition: all .5s;
                -moz-transition: all .5s;
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                font-weight: bold;
            }

                .article-list .details h1 a:hover {
                    color: #dc4f72;
                }

        .article-list .details p {
            line-height: 26px;
        }

    .article-list footer {
        margin-top: 0;
    }

article .detail {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
}

.article .inner {
    box-shadow: 0 1px 2px #ddd;
}

.love {
    color: #989898;
    float: left;
    margin-top: 10px;
    position: relative;
}

    .love i {
        display: inline-block;
        float: left;
        margin-top: 1px;
    }

        .love i:before {
            font-size: 28px;
        }

    .love div {
        display: inline-block;
        margin-left: 60px;
        font-size: 14px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .love.active {
        color: #dc4f72;
    }

    .love i.animated {
        animation-name: love;
        -webkit-animation-name: love;
        -moz-animation-name: love;
        -o-animation-name: love;
        animation-fill-mode: backwards;
        -moz-animation-fill-mode: backwards;
        -o-animation-fill-mode: backwards;
        -webkit-animation-fill-mode: backwards;
        animation-duration: .5s;
        -moz-animation-duration: .5s;
        -webkit-animation-duration: .5s;
        -o-animation-duration: .5s;
        position: absolute;
        left: 0;
        top: 0;
    }

.more {
    overflow: hidden;
    height: 43px;
}

    .more div {
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
    }

        .more div:last-child {
            opacity: 0;
        }

        .more div i:before {
            font-size: 30px;
        }

    .more:hover div:last-child {
        opacity: 1;
    }

    .more:hover div:first-child {
        margin-top: -43px;
        margin-bottom: 20px;
    }

article footer {
    text-align: right;
}

    article footer .btn-primary {
        background-color: transparent;
        border-color: #dc4f72;
        color: #dc4f72;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        overflow: hidden;
        transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
    }

        article footer .btn-primary:after {
            position: absolute;
            content: ' ';
            bottom: 0;
            left: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all .5s;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            z-index: -1;
        }

        article footer .btn-primary:hover {
            color: #fff;
        }

            article footer .btn-primary:hover:after {
                transform: scale(20);
                -moz-transform: scale(20);
                -webkit-transform: scale(20);
                -o-transform: scale(20);
                background-color: #dc4f72;
            }

        article footer .btn-primary:focus {
            outline: 0;
        }




.article p, article p, .most-popular p {
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.article .time, .article .category, article .time, article .category, .most-popular .time, .most-popular .category {
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 500;
    text-transform: uppercase;
}

.article {
    margin-bottom: 35px;
}

article figure {
    height: 250px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
}

    article figure img {
        width: 100%;
    }

article .detail {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
}

.article .inner {
    box-shadow: 0 1px 2px #ddd;
}

.article .padding {
    padding: 15px;
    padding-top: 0;
}

.article h2 {
    text-transform: capitalize;
    font-size: 20px;
    margin: 0;
    line-height: 28px;
    margin-bottom: 10px;
}

    .article h2 a {
        color: #333;
        text-decoration: none;
    }

        .article h2 a:hover {
            color: #dc4f72;
        }

.article p {
    line-height: 24px;
    font-size: 14px;
}

article .detail {
    display: flex;
    margin-bottom: 5px;
    font-size: 12px;
}

article .time, article .category {
    margin: 0 10px;
    color: #191E21;
}

article .category {
    margin: 0 10px;
}

    article .category a {
        color: #dc4f72;
    }

article .time {
    margin: 0;
}

article footer {
    text-align: right;
}

    article footer .btn-primary {
        background-color: transparent;
        border-color: #dc4f72;
        color: #dc4f72;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        overflow: hidden;
        transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
    }

        article footer .btn-primary:after {
            position: absolute;
            content: ' ';
            bottom: 0;
            left: 20px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            transition: all .5s;
            -moz-transition: all .5s;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            z-index: -1;
        }

        article footer .btn-primary:hover {
            color: #fff;
        }

            article footer .btn-primary:hover:after {
                transform: scale(20);
                -moz-transform: scale(20);
                -webkit-transform: scale(20);
                -o-transform: scale(20);
                background-color: #dc4f72;
            }

        article footer .btn-primary:focus {
            outline: 0;
        }


.breadcrumb {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 0;
}

    .breadcrumb li {
        font-size: 12px;
    }

        .breadcrumb li a {
            color: #dc4f72;
        }

/****  文章详情页面  *****/
section.single .line {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.single article.main-article header {
    margin: 0;
}

    section.single article.main-article header h1 {
        margin: 0;
        line-height: 1.1em;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    section.single article.main-article header .details {
        font-size: 10px;
        color: #989898;
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

        section.single article.main-article header .details li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 30px;
        }

            section.single article.main-article header .details li:after {
                content: '.';
                position: absolute;
                font-size: 30px;
                top: -2px;
                margin-left: 10px;
                line-height: 0;
            }

            section.single article.main-article header .details li a {
                color: #F73F52;
            }

            section.single article.main-article header .details li:last-child:after {
                content: '';
            }

section.single article.main-article .main {
    padding-top: 30px;
    margin-top: 20px;
}

    section.single article.main-article .main a {
        color: #F73F52;
    }

    section.single article.main-article .main p {
        font-size: 16px;
        color: #181818;
        margin-bottom: 20px;
        line-height: 30px;
    }

    section.single article.main-article .main .featured {
        height: auto;
        position: relative;
        overflow: initial;
        margin-bottom: 0;
    }

        section.single article.main-article .main .featured figure {
            position: relative;
            height: auto;
        }

            section.single article.main-article .main .featured figure figcaption {
                font-size: 12px;
                margin-top: 5px;
                text-align: center;
                color: #686868;
            }

    section.single article.main-article .main h1, section.single article.main-article .main h2, section.single article.main-article .main h3, section.single article.main-article .main h4, section.single article.main-article .main h5, section.single article.main-article .main h6 {
        line-height: 32px;
        margin-top: 50px;
    }

section.single footer {
    margin-top: 30px;
    text-align: left;
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
}

    section.single footer .col:first-child {
        width: 60%;
    }

    section.single footer .col:last-child {
        width: 40%;
        text-align: right;
    }

        section.single footer .col:last-child .love {
            float: none;
            border: 2px solid #989898;
            border-radius: 30px;
            display: inline-block;
            padding: 3px 12px;
        }

            section.single footer .col:last-child .love i {
                transform: scale(0.8);
                -webkit-transform: scale(0.8);
                -moz-transform: scale(0.8);
                -o-transform: scale(0.8);
            }

                section.single footer .col:last-child .love i.animated {
                    top: 3px;
                    left: 12px;
                }

            section.single footer .col:last-child .love.active {
                background-color: #F73F52;
                color: #fff;
                border-color: #F73F52;
            }

    section.single footer h1 {
        font-size: 18px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }

        section.single footer h1 i {
            margin-right: 5px;
        }

    section.single footer .tags {
        margin: 0;
        padding: 0;
    }

        section.single footer .tags li {
            float: left;
            display: block;
        }

            section.single footer .tags li a {
                display: block;
                margin-bottom: 5px;
                padding: 3px 7px;
                border: 1px solid #989898;
                margin-right: 5px;
                color: #000;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 10px;
                letter-spacing: 1px;
            }

                section.single footer .tags li a:hover {
                    border-color: #000;
                    color: #F73F52;
                }

section.single article.related .inner {
    box-shadow: none;
}

    section.single article.related .inner .padding {
        padding: 0;
    }

section.single article.related .detail .time {
    color: #989898;
}

section.single article.related .detail .category {
    margin-left: 0;
}