/*common*/
.body {
    line-height: 1;
}

/*common scope*/
.common-tittle > span {
    font-size: 24px;
    bottom: 0;
}

/*文章容器*/
.article-wrapper {
    padding-top: 8px;
}

/*文章*/
.article {
    float: left;
    width: 875px;
    color: #272727;
}
.article .article__header h1 {
    font-size: 24px;
}
.article .article__header .article-subtitle {
    margin-top: 28px;
    font-size: 14px;
    color: #d1d1d1;
}
.article .article__header .article-subtitle span {
    display: inline-block;
    font-weight: normal;
    text-align: right;
    height: 16px;
    vertical-align: middle;
}
.article .article__header .article-subtitle .article-subtitle__time {
    width: 220px;
}
.article .article__header .article-subtitle .article-subtitle__views {
    width: 90px;
}
.article .article__header .article-subtitle .article-subtitle__source {
    width: 260px;
}
.article .article__header .article-subtitle .article-subtitle__share {
    width: 200px;
    padding-left: 30px;
    box-sizing: border-box;
}
.article .article__header .article-subtitle .article-subtitle__share img {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
.article .article__body .article-desc {
    background-color: #eeeeee;
    padding: 33px 34px;
    line-height: 23px;
    font-size: 14px;
    position: relative;
}
.article .article__body .article-desc .article-desc__tag {
    position: absolute;
    top: -8px;
    left: 15px;
    background-color: #0044ca;
    width: 24px;
    padding: 4px 0;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.article .article__body .article-desc .article-desc__tag::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid #0044ca;
    border-right: 12px solid transparent;
    border-bottom: none;
    border-left: 12px solid transparent;
}
.article .article__body .article-index {
    border: 1px solid #0044ca;
    padding: 16px 32px;
    margin-top: 27px;
    min-height: 100px;
    position: relative;
}
.article .article__body .article-index .article-index__tag {
    width: 27px;
    height: 100px;
    padding: 14px 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
    background-color: #0044ca;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}
.article .article__body .article-index ul {}
.article .article__body .article-index ul li {
    height: 24px;
    line-height: 24px;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    color: #272727;
    font-weight: bold;
}
.article .article__body .article-index ul li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 11px;
    background-color: #0044ca;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.article .article__body .article-content {
    margin-top: 22px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 6px;
}
.article .article__body .article-content > p {
    line-height: 26px !important;
}
.article__footer-panel-wrapper {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.article__footer-panel-wrapper .article__footer-panel {
    color: #272727;
    font-size: 16px;
}
.article__footer-panel-wrapper .article__footer-panel span {
    font-weight: bold;
}
.article__footer-panel-wrapper .article__footer-panel i {
    margin-right: 10px;
    font-size: 14px;
}

/*广告banner*/
.advertisement-banner {
    margin: 16px 0 18px;
}
.advertisement-banner img {
    display: block;
    width: 100%;
}

/*文章侧栏*/
.article-sider {
    width: 295px;
    float: right;
}

/*相关文章*/
.relevant-article {
    margin-bottom: 35px;
}
.relevant-article .relevant-article__body li {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*资讯热榜*/
.hot-information {
    margin-bottom: 20px;
}
.hot-information .common-line-title ul li {
    float: left;
    cursor: pointer;
    font-weight: bold;
    margin: 0 4px;
}
.hot-information .common-line-title ul li.active {
    color: #e50000;
}
.hot-information .hot-information__body li {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot-information .hot-information__footer a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}
