﻿.container {
    height: auto;
    overflow: hidden;
}

.stickys {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .stickys.ding {
        background-color: #ff5e52;
    }

.excerpt .thumb {
    width: 220px;
    height: 123px;
    display: inline-block;
}

.hotRight {
    float: left;
    margin-left: -360px;
    width: 360px;
    position: relative;
    min-height: 500px;
    background-color: #fafafa;
}

    .hotRight .hotTitle {
        font-size: 19px;
        height: 29px;
        line-height: 29px;
    }

        .hotRight .hotTitle strong {
            font-weight: normal;
            position: relative;
            padding-left: 30px;
        }

            .hotRight .hotTitle strong em {
                width: 3px;
                background: #188EEE;
                position: absolute;
                left: 0px;
                top: 3px;
                height: 19px;
            }

.hotArticle {
}

    .hotArticle li {
        padding: 5px;
        border: 1px solid #eee;
        list-style-type: none;
        width: 230px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 4px;
        margin-top: 15px;
    }

        .hotArticle li .imgbox {
            width: 220px;
            height: 123px;
            overflow: hidden;
            margin: 0 auto;
            text-align: center;
        }

            .hotArticle li .imgbox img {
                width: 100%;
                height: 100%;
                -webkit-transition: .9s;
                transition: .9s;
            }

                .hotArticle li .imgbox img:hover {
                    transform: scale(1.3);
                    -webkit-transform: scale(1.3);
                }

        .hotArticle li .tit {
            font-size: 14px;
            line-height: 24px;
            padding-left: 5px;
            color: #999;
            text-align: center;
        }

.pagination li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

    .pagination li a {
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border: 1px solid #ccc;
        color: #333;
        border-radius: 2px;
    }

        .pagination li a.active {
            background-color: #09f;
            border-color: #09f;
            color: #fff;
        }

.categorySpan {
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

    .categorySpan > a {
        color: #808081;
    }

    .categorySpan:hover > a {
        color: #188eee;
    }

.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;
    background-color:#f9f9f9;
}

.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-img>img {
        width: auto;
        height: 100%;
    }*/

.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);
}
