@charset "UTF-8";

svg{
    vertical-align: middle;
}

.entry-meta{
    padding-top: 10px;
}
.article-metas {
    overflow: hidden;
}
.article-metas .metas-title {
    margin: 0;
    font-size: 1.65em;
    line-height: 1.45;
    margin-bottom: 5px;
    color: #444;
}
.article-metas .metas-title a {
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-metas .metas-title a:hover {
    color: #007bff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-metas .metas-body {
    color: #999;
    margin: 0px auto;
}
.article-metas .metas-body span {
    margin-right: 10px;
}
.article-metas .metas-body span i {
    margin-right: 5px;
}
.article-metas .metas-body p {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 12px;
}
.article-text {
    line-height: 30px;
    margin-bottom: 15px;
}
.article-text img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}
.article-text ul li {
    line-height: 30px;
}
.article-text a {
    text-decoration: none;
    color: #007bff;
    border-bottom: 1px solid #b3d7ff;
}
.article-text a img {
    cursor: pointer;
}
.article-prevnext {
    color: #666;
}
.entry-meta ul {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.entry-meta ul li {
    line-height: 26px;
}
.article-donate {
    padding: 10px 0;
    text-align: center;
}
.article-donate a {
    min-width: 120px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}
.related-page ul li.active a {
    color: #007bff;
}



.related-article,
.gallery-article {
    margin-top: 10px;
}
.related-article .row,
.gallery-article .row {
    margin: 0 -5px;
}
.related-article .col-sm-3,
.gallery-article .col-sm-3 {
    padding: 0 10px;
}
.related-article .col-sm-3 a,
.gallery-article .col-sm-3 a {
    display: block;
}
.article-action-btn {
    color: #999;
}
.article-action-btn a {
    color: #999;
}
.article-action-btn .bdshare-button-style0-16 .bds_more {
    float: none;
    padding: 0;
    height: inherit;
    line-height: inherit;
    font-size: inherit;
    background: none;
    color: #999;
}

.author img {
    width: 17px;
    height: 17px;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin: 0 0px 2px 0;
}

/*引用*/
.quoteBox {
    border-radius: 4px;
    background-color: rgb(244, 249, 255);
    width: 100%;
    margin-top: 24px;
    padding: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
}
.quoteBox .quoteBoxCon {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding: 0 20px;
}
.quoteBox .quoteBoxCon p{
    white-space: pre-line;
    margin-bottom: 8px;
}


/*图文一行列表*/
.media .media-left {
    overflow: hidden;
    padding: 0;
    display: table-cell;
    vertical-align: top;
}
.media .media-left a {
    display: block;
    width: 160px;
}
.media .media-body {
    padding-left: 20px;
    line-height: 25px;
    display: table-cell;
    vertical-align: top;
}
.media-body .article-tag {
    display: block;
    clear: both;
    bottom: 0;
    color: #aaa;
    font-size: 13px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 75%
}
.embed-responsive img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
}
.article-intro {
    height: 44px;
    font-size: 13px;
    line-height: 22px;
    color: #828a92;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .media .media-left a {
        width: 110px;
    }
    .media .media-body {
        padding-left: 10px;
    }
}
