﻿@import "../common/common.css";
@import "../core/detail.css";

.detail-left,
.detail-right {
    padding-top: 5%;
    padding-bottom: 5%;
}

.detail-left-boder {
    width: 100%;
    height: 100%;
    border-right: 1px solid #eee;
}

.Bread-navigation {
    font-size: 14px;
}

    .Bread-navigation > span {
        color: #808080;
    }

.detail-top {
    font-size: 30px;
}

    .detail-top > p {
        margin-top: 3%;
        margin-bottom: 4%;
        color: #888;
        font-size: 13px;
    }

.detail-down {
    font-size: 15px;
}

    .detail-down > p {
        line-height: 1.8em;
        margin: 8px 0;
    }

    .detail-down > h4 {
        font-size: 22px;
    }

    .detail-down > h1 {
        line-height: 1.8em;
    }

.detail-share > ul {
    padding: 0;
    list-style: none;
}

    .detail-share > ul > li:first-child {
        color: #888;
    }

    .detail-share > ul > li {
        padding: 0;
        float: left;
        padding: 0 0.5%;
        line-height: 28px;
    }

        .detail-share > ul > li > div {
            text-align: center;
            width: 28px;
            height: 28px;
            line-height: 30px;
            border-radius: 20px;
        }

.qq {
    background-color: #5ac7f9;
}

    .qq:hover {
        background-color: #7bd2fa;
    }

.weixin {
    background-color: #49d5b2;
}

    .weixin:hover {
        background-color: #6dddc1;
    }

.qzone {
    background-color: #fecc31;
}

    .qzone:hover {
        background-color: #fed65a;
    }

.weibo {
    background-color: #ff5549;
}

    .weibo:hover {
        background-color: #ff776d;
    }

.huaban {
    background-color: #ee4c59;
}

    .huaban:hover {
        background-color: #fe6f7a;
    }

.detail-share > ul > li > div > a {
    text-decoration: none;
    color: white !important;
    font-size: 16px;
    background-image: none;
    margin: 0;
    float: none;
    padding-left: 0;
}

.detail-right > p {
    margin-top: 3%;
    font-size: 13px;
}

.detail-right > img {
    max-width: 100%;
    max-height: 100%;
}

.detail-share {
    position: relative;
}

blockquote {
    color: #5e35b1;
    font-size: 16px;
    padding-left: 5px;
    margin: 0;
    border-left: 2px solid #5e35b1;
}

.plaformBtn:hover {
    text-decoration: solid;
    color: cornflowerblue;
}
