.nav-tabs-bottom .tab-content li{
    margin-bottom: 1em;
    width: 50%;
    float: left;
    min-width: 300px;
}
.nav-tabs-bottom{
    padding-bottom: 2em;
}
.bdsharebuttonbox{
    width: 180px;margin: 0 auto;
}
.more {
    float: right;
    font-size: 12px;
}

/**文字不换行展示**/
.line_ellipsis,.line_ellipsis_2{
    width: 100%;
    display: inline-block;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 这个表示要显示几行 */
    -webkit-box-orient: vertical;
}
.line_ellipsis_1{
    width: 100%;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 这个表示要显示几行 */
    -webkit-box-orient: vertical;
}

.a_caption{padding:9px 9px 0 !important;}

/********************* TOP start ***********************/
#scrollTop {
    width: 57px;
    height: 57px;
    position: fixed;
    right: 40px;
    bottom: 150px;
    /*opacity: 0.6;*/
    background: url(top.png) no-repeat;
}

#scrollTop:hover {
    opacity: 1;
    /*background: url(top.png) no-repeat;*/
    background: url(top_hover.png) no-repeat;
}
/********************* TOP end ***********************/


/** ************comment reply*****start********* **/
.media {
    margin-top: 0px;
}
.jflyfox-comment {
    background-color: #fafafa;
    font-family: tahoma, helvetica, "Microsoft Yahei", 微软雅黑, arial;
}

.jflyfox-comment .comment-reply {

}

.jflyfox-comment .comment-nologin {
    font-family: arial;
    color: #89898b;
    font-size: 15px;
    margin-bottom: 10px;
}

.jflyfox-comment .comment-nologin a {
    color: #8cab4e;
    zoom: 1;
    text-decoration: none;
}

.jflyfox-comment .comment-reply-list {
    background-color: #fafafa;
    font-size: 14px;
}

.jflyfox-comment .comment-reply-list li {
    border-bottom: 1px dotted #e6e6e6;
    padding: 15px;
}

.jflyfox-comment .comment-reply-list li:hover {
    background-color: #f1f1f1;
}

.jflyfox-comment .comment-reply-list a {
    color: green;
    text-decoration: none;
}

.jflyfox-comment .comment-reply-list .comment-time {
    color: gray;
}

.jflyfox-comment .comment-txt {
    padding: 5px;
}

.jflyfox-comment .comment-paging {
    padding: 5px;
}
/** ************comment reply******end******** **/


/***************标签**********************/
.q-taglist {
    padding: 0px;
    overflow: hidden;
    list-style: none;
}

.q-taglist .q-icon {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    width: 26px;
    padding: 6px 4px;
    background: url(q-tag.png) no-repeat 4px -10px;
}

.q-taglist .q-tagitem {
    float: left;
    font-size: 12px;
    line-height: 26px;
    padding: 0 2px;
}
.panel-body .q-taglist .a-tagitem{
    color: #011d44 !important;
}
.q-taglist .a-tagitem {
    color: #ffffff;
    padding: 2px 4px;
    _padding: 4px 4px 0;
    word-break: keep-all;
    word-wrap: normal;
    text-decoration: none;
}

.q-taglist .a-tagitem:hover {
    color: #fff;
    background-color: #3fa7cb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/***************标签**********************/

/********************* footer start ***********************/
.mod-footer .hidden-box {
    line-height: 0;
    height: 0;
    overflow: hidden
}

.mod-footer .footer-box {
    text-align: center;
    font-family: Arial, simsun;
    font-size: 12px;
}

.mod-footer .footer-box .inner-box {
    margin-bottom: 10px;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
    color: #3FA7CB
}

.mod-footer .footer-box .copy-box {
    margin-bottom: 20px;
    color: #959595;
    line-height: 25px;
    height: 25px;
    overflow: hidden
}

.mod-footer .footer-box .copy-box img {
    vertical-align: middle;
}

/********************* footer end ***********************/