@charset 'utf-8';
.detail_box {
    background-color: #fff;
    padding: 30px
}

.detail-bt {
    background: url(../images/bg_detail_title.png) no-repeat bottom center;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #f2ece5;
    padding-bottom: 28px
}

.detail-bt-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px
}

.detail-bt-source {
    overflow: hidden;
    padding-top: 15px;
    color: #999
}

.detail-bt-source span {
    padding: 0 20px;
    display: inline-block
}

.detail-b-con {
    overflow: hidden;
    padding: 30px 0;
    line-height: 30px;
    color: #666
}

.detail-b-con p {
    margin-bottom: 20px
}

.detail-b-con img {
    display: block;
    margin: 0 auto
}

.detail-b-con.show_after {
    position: relative
}

.detail-b-con.show_after:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 90px;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
    background: -moz-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
    background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}

.detail-b-con__more {
    position: relative;
    text-align: center;
    display: none
}

.detail-b-con__more-btn {
    border: 1px solid #e82e2e;
    color: #e82e2e;
    padding: 0 60px 0 40px;
    display: inline-block;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    line-height: 44px;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-color: #fff
}

.detail-b-con__more-btn:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    -webkit-animation: bounce-down 1s linear infinite;
    -moz-animation: bounce-down 1s linear infinite;
    -o-animation: bounce-down 1s linear infinite;
    animation: bounce-down 1s linear infinite;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAS1BMVEUAAADtMTHoLi7oLi7qLS3mLCznLi7oLi7oLi7oLi7pLi7oLi7pLS3oLS3oLi7oLS3oLS3pLS3pLCzmMzPoLi7pLi7nMDDrMzPoLi6IgstVAAAAGHRSTlMAKtRSRi/48+7p5N/b1clLPzkzD1lPIBkDaw/LAAAAaklEQVQoz93LVxKAIAwEUIqdDpbc/6QyRCYqJ9D9SbJvwr6e9Xg3u8TJwfRP6Q1gkwToeJeoQaTrTYAKJEGB4HlWW3w9/IJCNne4dnMVsqmYm0jIRsfYNhZpbJByQGktB6U1ksas5ewnOQHsmwQgTHBNGAAAAABJRU5ErkJggg==) no-repeat
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes bounce-down {
    25% {
        -moz-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    50% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -moz-transform: translateY(3px);
        transform: translateY(3px)
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes bounce-down {
    25% {
        -o-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    50% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -o-transform: translateY(3px);
        transform: translateY(3px)
    }

    100% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -o-transform: translateY(3px);
        transform: translateY(3px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.detail-pre-next {
    overflow: hidden;
    border-top: 1px solid #d2cfbb;
    height: 50px;
    line-height: 50px;
    background-color: #fff
}

.detail-pre-next li {
    float: left;
    width: 50%;
    overflow: hidden;
    color: #bb7c0d
}

.detail-pre-next a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #d2cfbb;
    padding: 0 10px;
    display: block
}

.detail-pre-next li:last-of-type a {
    border: 0
}

.detail-pre-next a:hover {
    color: #e04335
}

.detail-hot-topics {
    overflow: hidden;
    margin-top: 10px
}

.detail-ht-con {
    background-color: #fff;
    padding: 14px 15px 10px;
    overflow: hidden
}

.detail-ht-con a {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #7e6138;
    background-color: #fbf8f3;
    border: 1px solid #e7d7bc;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 0 15px;
    margin: 0 5px 10px
}

.detail-ht-con a:hover {
    background-color: #da3e30;
    color: #fff;
    border-color: #da3e30
}

.detail-recom {
    overflow: hidden;
    background-color: #fff;
    margin: 10px 0
}

.detail-recom-list {
    overflow: hidden;
    padding: 20px 0
}

.detail-recom-list li {
    float: left;
    height: 36px;
    line-height: 36px;
    width: 50%;
    overflow: hidden
}

.detail-recom-list a {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #f2ece5;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666
}

.detail-recom-list a:hover {
    color: #e04335
}

.detail-recom-list li:nth-of-type(2n) a {
    border-right: 0
}

#showmoreArticleWrap{
    text-indent: 2em;
}

#showmoreArticleWrap img{
    max-width: 500px !important;
    height: auto !important;
    margin: auto;display: block;
}

.show_gjc{
    display: none;
}