body .container {
    width: 1300px;
    margin: 40px auto;
    display: flex;
}
.left-aside {
    width: 152px;
    display: block;
}
.nav-bar {
    width: 100%;
    background-color: #FFF;
}
.nav-bar li.active {
    background-color: #f3cfd3;
}
.nav-bar li {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
}
.nav-bar li.active a {
    color: #e22027;
}
.nav-bar li a {
    display: block;
    font-size: 18px;
    color: #595959;
}
.nav-bar li.active:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background-color: #e22027;
}
.center-body {
    flex: 1;
    padding: 0 24px;
}
.category {
    display: flex;
    width: 100%;
    /* padding-bottom: 9px; */
    border-bottom: 1px solid #E8E8E8;
}
.category .arrow-left {
    background: url(images/arrow-left.png) center center / 24px 24px no-repeat;
}
.category .arrow-left:hover {
    background-image: url(images/arrow-left-active.png);
}
.category .arrow-left, .category .arrow-right {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: lavender;
    cursor: pointer;
}
.category .category-lists {
    position: relative;
    flex: 1;
    height: 33px;
    padding: 0 16px 9px;
    overflow: hidden;
}
.category .category-lists ul {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s linear;
}
.category ul li.active {
    color: #e22027;
}
.category ul li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    margin: 0 12px;
    padding: 0 5px;
    font-size: 16px;
    color: #595959;
    font-weight: bold;
    white-space: nowrap;
}
.category ul li.active a {
    color: #e22027;
}
.category ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #595959;
}
.category ul li.active:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e22027;
}
.category .arrow-right {
    background: url(images/arrow-right.png) center center / 24px 24px no-repeat;
}
.category .arrow-right:hover {
    background-image: url(images/arrow-right-active.png);
}
.category .arrow-left, .category .arrow-right {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: lavender;
    cursor: pointer;
}

.content-lists {
    margin-top: 28px;
}
.content-item {
    display: flex;
    background-color: #FFF;
    margin-bottom: 18px;
    padding: 20px 21px 19px;
}
.content-item .content-img {
    width: 203px;
    height: 145px;
    background-color: lavender;
    margin-right: 15px;
}
.content-item .content-img img {
    width: 100%;
    height: 100%;
}
.content-item .content-info {
    flex: 1;
    padding: 5px 8px 0;
}
.content-item .content-info h2 {
    line-height: 18px;
    margin-bottom: 18px;
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    cursor: pointer;
}
.content-item .content-info h2 .tag {
    float: left;
    display: block;
    line-height: 20px;
    background-color: #e22027;
    margin-right: 8px;
    padding: 0 9px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
}
.content-item .content-info h2 a {
    color: #262626;
}
.content-item .content-info h3 {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #8C8C8C;
    overflow: hidden;
}
.content-item .content-info .tag-lists, .article .tag-lists {
    height: 18px;
    margin-top: 14px;
}
.content-item .content-info .tag-lists li, .article .tag-lists li {
    float: left;
    display: block;
    height: 18px;
    line-height: 16px;
    margin-right: 21px;
    padding: 0 12px;
    font-size: 12px;
    color: #e22027;
    font-weight: 500;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #e22027;
}
.content-item .content-info .tag-lists li a, .article .tag-lists li a {
    display: block;
    color: #e22027;
}
.clearfloat:after {
    display: block;
    content: "";
    clear: both;
}
.clearfloat:after {
    zoom: 1;
}
.content-item .content-info > div {
    margin-top: 14px;
    font-size: 12px;
    color: #8C8C8C;
}
.content-item .content-info > div > div, .article .article-info > div {
    float: left;
}
.content-item .content-info img, .article .article-info img {
    position: relative;
    top: -1px;
    width: 10px;
    height: 9px;
    margin-right: 6px;
}
.pagination {
    text-align: right;
}
.spage-number {
    display: inline-block;
    color: #666;
    font-size: 14px;
}
.spage-number .disabled {
    cursor: not-allowed;
    color: #ccc;
}
.spage-number > li {
    margin: 0 5px;
}
.spage-number li {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -1px;
    padding: 0 14px;
    line-height: 33px;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
}
.spage-number > li.active {
    background-color: #e22027;
    border-color: #e22027;
}
.spage-number li.active {
    background: #2d98e6;
    color: #fff;
    border-color: #2d98e6;
    z-index: 3;
}
.spage-number > li {
    margin: 0 5px;
}
.right-aside {
    width: 254px;
    display: block;
}
.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 .tags {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #FFF;
    padding: 22px 20px;
}
.hot-tag-box .tags li.primary {
    color: #e22027;
    border-color: #e22027;
}
.hot-tag-box .tags li {
    min-width: 46px;
    height: 20px;
    line-height: 18px;
    margin: 0 11px 20px 0;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}
.hot-tag-box .tags li.primary a {
    color: #e22027;
}
.hot-tag-box .tags li.warn {
    color: #FEA000;
    border-color: #FEA000;
}
.hot-tag-box .tags li.warn a {
    color: #FEA000;
}
.hot-tag-box .tags li.info {
    color: #638EF8;
    border-color: #638EF8;
}
.hot-tag-box .tags li.info a {
    color: #638EF8;
}
.hot-tag-box .tags li.danger {
    color: #FE7171;
    border-color: #FE7171;
}
.hot-tag-box .tags li.danger a {
    color: #FE7171;
}
.hot-tag-box .tags li.primary {
    color: #e22027;
    border-color: #e22027;
}
.hot-tag-box .tags li.primary a {
    color: #e22027;
}
.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;
}