body .container {
    width: 1300px;
    margin: 40px auto;
    display: flex;
}
.left-article {
    flex: 1;
    padding-right: 24px;

}
.breadcrumb {
    display: flex;
    margin-bottom: 20px;
}
.breadcrumb li {
     line-height: 14px;
     margin-right: 5px;
     font-size: 14px;
     color: #595959;
     font-weight: bold;
 }
.breadcrumb li a {
    color: #595959;
}
.breadcrumb li:last-child {
    color: #8C8C8C;
}
.articles {
    background-color: #FFF;
    padding: 43px 35px 69px 33px;
}
.articles .article-info {
    margin-top: 21px;
    color: #8C8C8C;
}
.content-item .content-info > div > div, .articles .article-info > div {
    float: left;
}
.content-item .content-info img, .articles .article-info img {
    position: relative;
    top: -1px;
    width: 20px;
    height: 14px;
    margin-right: 6px;
}
.articles .article-body .article-description {
    line-height: 26px;
    margin-top: 23px;
    padding: 24px 21px 20px 19px;
    background-color: #F8FAF9;
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
    text-indent: 1.5em;
}
.articles .article-body .article-description span {
    color: #e22027;
}
.addMain {
    max-width: 946px;
    padding: 50px 18px;
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
    word-wrap: break-word;
    word-break: normal;
    line-height: 35px!important;
}
.good {
    text-align: center;
}
.recommend {
    background-color: #FFF;
    position: relative;
    line-height: 36px;
    padding-left: 14px;
    font-size: 20px;
    color: #e22027;
    font-weight: bold;
    border-bottom: 1px solid #E8E8E8;
}
.article-item {
    display: flex;
    background-color: #FFF;
    margin-bottom: 17px;
    padding: 20px 21px 19px;
}
.article-item .article-info {
    flex: 1;
    padding: 5px 8px 0;
}
.article-item .article-info h2 {
    line-height: 18px;
    margin-bottom: 18px;
    font-size: 18px;
    color: #262626;
    font-weight: bold;
}
.article-item .article-info h2 a.name {
    color: #262626;
}
.article-item .article-info h2 a.all {
    float: right;
    font-size: 14px;
    color: #e22027;
    font-weight: normal;
}
.article-item .article-info h3 {
    height: 66px;
    line-height: 22px;
    font-size: 14px;
    color: #8C8C8C;
    overflow: hidden;
}
.right-aside {
    width: 254px;
}
.hot-tag-box, .topic-box, .hot-article-box {
    margin-bottom: 46px;
}
.hot-tag-box h2, .topic-box h2, .hot-article-box h2 {
    position: relative;
    line-height: 20px;
    margin-bottom: 13px;
    padding: 0 16px;
    font-size: 20px;
    color: #e22027;
    font-weight: bold;
}
.hot-tag-box h2:after, .topic-box h2:after, .hot-article-box h2:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 4px;
    height: 16px;
    background-color: #e22027;
}
.hot-article-box ul {
    background-color: #FFF;
    padding: 29px 14px 4px 18px;
}
.hot-article-box ul li.border {
    border-bottom: 1px solid #E8E8E8;
}
.hot-article-box ul li {
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.hot-article-box ul li h3 {
    line-height: 14px;
    margin-bottom: 13px;
    font-size: 14px;
    color: #595959;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-article-box ul li h3 a {
    font-size: 14px;
    color: #595959;
}
.hot-article-box ul li .article-info img {
    position: relative;
    top: -1px;
    width: 10px;
    height: 9px;
    margin-right: 2px;
}
.hot-article-box ul li .article-info > div {
    float: left;
    font-size: 12px;
    color: #8C8C8C;
}
