﻿.container {
    height: auto;
    overflow: hidden;
    padding-bottom: 100px;
}

.xunke-article-left {
    width: 907px;
    height: auto;
    overflow: hidden;
    border: 1px solid #efefef;
    /*border-top: 0;*/
    float: left;
}

.xunke-article-box {
    padding: 0 20px 20px 20px;
}

.xunke-article-header {
    height: auto;
    overflow: auto;
    margin-top:15px;
    border-bottom: 1px solid #efefef;
}

    .xunke-article-header > h1 {
        font-size: 24px;
        font-weight: 100;
        margin-bottom: 20px;
        color: #0e190b;
        width: 745px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height:30px;
    }

    .xunke-article-header > span {
        display: block;
        float: left;
        margin-right: 15px;
        font-size: 12px;
        color: #abaaaa;
        line-height: 30px;
        cursor: pointer;
    }

.xunke-article {
    padding: 10px 0;
    font-size: 14px;
    line-height: 28px;
    text-indent: 28px;
}

.xunke-advisory-first {
    margin-top: 10px;
    padding: 10px 0;
    overflow: auto;
    height: auto;
}

    .xunke-advisory-first > ul > li {
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 15px;
    }

.xunke-advisory-first-title {
    display: inline-block;
    float: left;
    width: 80px;
    height: 32px;
    margin-right: 18px;
    background-color: #62c244;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    position: relative;
}

    .xunke-advisory-first-title > span {
        display: block;
        width: 0;
        height: 0;
        border-width: 10px 0 10px 12px;
        border-style: solid;
        border-color: transparent transparent transparent #62c244;
        position: absolute;
        top: 6px;
        right: -12px;
    }

.xunke-advisory-first-btn {
    display: inline-block;
    float: left;
    padding: 0 15px;
    height: 32px;
    margin-right: 8px;
    color: #6f6f6f;
    line-height: 32px;
    font-size: 14px;
    background-color: #eeeeee;
    cursor: pointer;
}

.xunke-advisory-second {
    margin-top: 10px;
    padding: 10px 0;
    overflow: auto;
    height: auto;
}

    .xunke-advisory-second > img {
        width: 100%;
        height: 70px;
    }

.xunke-advisory-second-li {
    display: block;
    float: left;
    background: #62c244;
    width: 278px;
    height: 45px;
    border-radius: 5px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 12px 16px 12px 0;
    cursor: pointer;
}

.xunke-share-box {
    font-style: 12px;
    color: #4c4a4b;
}

    .xunke-share-box > span {
        margin-right: 5px;
        cursor: pointer;
    }

.xunke-rec-box {
    margin-top: 10px;
    padding: 10px 0;
    overflow: auto;
    height: auto;
}

.xunke-rec-title {
    border-bottom: 1px solid #efefef;
    height: 41px;
}

    .xunke-rec-title > span {
        border-bottom: 2px solid #2CC17B;
        color: #4c4a4b;
        font-size: 14px;
        text-indent: 15px;
        padding-right: 15px;
        float: left;
        line-height: 40px;
    }

.xunke-rec-item > a {
    display: block;
    text-indent: 15px;
    height: 28px;
    line-height: 28px;
    width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-top: 10px;
    color: #4c4a4b;
    font-size: 12px;
    cursor: pointer;
}

    .xunke-rec-item > a:hover {
        color: #09f;
    }

.xunke-article-right {
    width: 273px;
    float: right;
}

.xunke-article-right-box {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    overflow: auto;
    border: 1px solid #efefef;
    box-sizing: border-box;
}

.article-right-li {
    display: block;
    float: left;
    width: 135px;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    height: 48px;
    line-height: 48px;
    /*text-align: center;*/
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

    .article-right-li:last-child {
        border-right: 0;
    }

    /*.article-right-li.active {
        border-bottom: 0;
        border-top: 2px solid #09f;
        color: #09f;
    }*/

.xunke-article-right-item {
    height: auto;
    overflow: auto;
    margin: 10px 0;
    cursor: pointer;
}

.xunke-article-right-tab {
    display: none;
}

    .xunke-article-right-tab.active {
        display: block;
    }

.xunke-article-right-tab-img {
    width: 65px;
    height: 65px;
    margin-left: 10px;
    float: left;
    overflow: hidden;
}

.xunke-article-right-tab-text {
    width: 160px;
    height: 66px;
    margin-left: 10px;
    float: left;
}

    .xunke-article-right-tab-text > span {
        display: block;
        font-size: 12px;
        color: #000;
    }

        .xunke-article-right-tab-text > span:first-child {
            height: 36px;
            overflow: hidden;
        }

        .xunke-article-right-tab-text > span:last-child {
            color: #959595;
            line-height: 30px;
        }

.xunke-article-right-item-li > a {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 8px;
    color: #4c4a4b;
    cursor: pointer;
}

    .xunke-article-right-item-li > a:hover {
        color: #09f;
    }

.breadcrumb > li,
.breadcrumb > li a {
    color: #98a2b5;
    font-size: 13px;
}

    .breadcrumb > li.active {
        color: #777777;
    }

    .breadcrumb > li.space {
        padding: 0 10px;
        font-size: 20px;
    }

.markBtn {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    right: 12px;
    text-align: center;
    line-height: 18px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-radius: 4px;
    background: rgb(241, 82, 70);
}

.form {
    margin: 20px 0;
}

    .form .f-item {
        margin-bottom: 20px;
        clear: both;
        position: relative;
    }

.f-textarea {
    display: block;
    width: 97%;
    min-height: 62px;
    padding: 8px;
    color: #555;
    font-size: 14px;
    resize: none;
    line-height: 18px;
    font-family: "Microsoft YaHei";
    vertical-align: top;
    height: 60px;
}

.f-field input {
    float: right;
    background-color: #00b33b;
    font: 14px/40px "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", "微软雅黑", Tahoma, Arial, STHeiti, sans-serif;
    height: 40px;
    padding: 0 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 2px;
    margin-right: 24px;
    border: 0 none;
    -webkit-appearance: button;
    cursor: pointer;
}

.comment-list .comment-item {
    position: relative;
    padding: 20px 20px 20px 80px;
    border-top: 1px solid #e5e5e5;
}

    .comment-list .comment-item:first-child {
        border-top: 0;
    }

    .comment-list .comment-item .item-left {
        position: absolute;
        width: 80px;
        text-align: center;
        top: 20px;
        left: 0;
    }

    .comment-list .comment-item .item-right {
        position: relative;
    }

    .comment-list .comment-item .user-avatar {
        border-radius: 50%;
        max-width: 100%;
    }

.comment-item .user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comment-list .comment-item .comment-bd {
    word-wrap: break-word;
    white-space: pre-wrap;
    margin-bottom: 10px;
}

.comment-ft {
    color: #999;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.filter {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.comment-reply {
    margin-top: 20px;
}

    .comment-reply div {
        margin-bottom: 10px;
    }

    .comment-reply .badge {
        background-color: #09f;
    }
