.pull-left {
    float: left
}

.category-section {
    margin-bottom: 12px;
    padding: 0 20px;
    /* overflow: hidden; */
    border: 1px solid rgba(228, 229, 230, .6)
}

.category-section .category-item {
    margin-top: 12px
}

.category-section .category-item .category-title {
    padding: 4px 0;
    color: #9da4ab;
    font-size: 1rem;
    line-height: 20px
}

.category-section .category-item .category-content-box {
    margin-left: 72px;
    margin-bottom: 12px
}

.category-section .category-item .category-content-box .category-content-box-title {
    font-size: 0
}

.category-section .category-item .category-content-box .category-content-box-title .category-content-box-title-item {
    display: inline-block;
    margin-right: 10px;
    font-size: 1rem;
    line-height: 24px;
    padding: 0 12px;
    color: #1f2933;
    border-top: 2px solid transparent;
    padding-bottom: 6px
}

.category-section .category-item .category-content-box .category-content-box-title .category-content-box-title-item:last-child {
    margin-right: 0
}

.category-section .category-item .category-content-box .category-content-box-title .category-content-box-title-item.active {
    border-color: #d78338;
    background-color: #f5f6f7
}

.category-section .category-item .category-content-box .category-content-box-list {
    background-color: #f5f6f7;
    overflow: hidden
}

.category-section .category-item .category-content-box .category-content-inner {
    padding: 12px;
    padding-bottom: 0;
    margin-bottom: -4px
}

.category-section .category-item .tag-item {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin: 0 8px 16px 0;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 1rem;
    line-height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #1f2933
}

.category-section .category-item .tag-item.active,
.category-section .category-item .tag-item.active:hover {
    background-color: #d78338;
    color: #fff
}

.category-section .category-item .tag-item:hover {
    background-color: #f5f6f7
}

.category-section .category-item .category-content-inner {
    margin-bottom: -4px
}

.category-section .category-item .category-content {
    margin-left: 72px;
    border-bottom: 1px dashed #e4e5e6
}

.category-section .category-item:last-child .category-content {
    border-bottom: 0
}

.news-list {
    margin-bottom: 60px;
}

.component-news-item {
    position: relative;
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: #1f2933;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid rgba(228, 229, 230, .6);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.component-news-item:hover {
    color: #1f2933;
    text-decoration: none;
}

.component-news-item .news-item-box {
    height: 145px
}

.component-news-item .news-item-box .news-item-left-part {
    padding-top: 3px
}

.component-news-item .news-item-box .news-item-left-part .news-item-head {
    margin: 0 0 13px 0;
    font-size: 2rem;
    line-height: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.component-news-item .news-item-box .news-item-left-part .news-item-head:hover {
    color: #d78338
}

.component-news-item .news-item-box .news-item-left-part .news-item-preview {
    display: block;
    font-size: 1rem;
    color: #6c7780;
    line-height: 24px;
    max-height: 48px;
    height: auto;
    overflow: hidden;
    white-space: normal
}

@supports not (-webkit-line-clamp:3) {
    .component-news-item .news-item-box .news-item-left-part .news-item-preview {
        line-height: 24px;
        max-height: 48px;
        height: auto;
        overflow: hidden;
        white-space: normal
    }
}

@supports (-webkit-line-clamp:3) {
    .component-news-item .news-item-box .news-item-left-part .news-item-preview {
        word-break: break-all;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        white-space: normal;
        -webkit-box-orient: vertical
    }
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer {
    position: absolute;
    bottom: 20px;
    font-size: 0
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer .news-tag {
    display: inline-block;
    margin-right: 20px;
    height: 20px;
    padding: 0 8px;
    font-size: 1.2rem;
    line-height: 18px;
    color: #d78338;
    border: 1px solid rgba(12, 131, 250, .8);
    border-radius: 10px;
    vertical-align: middle
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer .news-date {
    margin-right: 20px;
    color: #9da4ab;
    font-size: 1.2rem;
    vertical-align: middle
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer .news-view-count {
    font-size: 1rem;
    vertical-align: middle
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer .news-view-count .eye-icon {
    margin-right: 4px;
    width: 12px;
    vertical-align: middle;
    stroke: #9da4ab
}

.component-news-item .news-item-box .news-item-left-part .news-item-footer .news-view-count .view-count {
    font-size: 1.2rem;
    color: #9da4ab
}

.component-news-item .news-item-box.has-image .news-item-left-part {
    margin-right: 256px
}

.component-news-item .news-item-box .news-item-right-part .news-image {
    width: 220px;
    height: 150px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.component-news-item .news-item-box .news-item-right-part .news-image:hover .image-preload {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}