.tags-wrapper {
    padding: 16px 0 10px;
    position: relative;
    border-bottom: 1px solid #eee
}

.tags-wrapper .tags-content {
    line-height: 40px
}

.tags-wrapper .tags-content .separate {
    font-size: 12px;
    margin: 0 10px
}

.tags-wrapper .tags-content .category-first {
    font-weight: 700;
    font-size: 16px
}

.tags-wrapper .tags-content .category {
    cursor: pointer
}

.tags-wrapper .tags-content .category__text {
    overflow: hidden;
    text-overflow: ellipsis
}

.tags-wrapper .tags-content .item-count {
    margin-left: 20px
}

.tags-wrapper .tags-content .category-box {
    position: absolute;
    top: 52px;
    padding: 16px;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    min-width: 145px;
    max-height: 560px;
    overflow-y: scroll
}

.tags-wrapper .tags-content .category-box ul li {
    line-height: 160%;
    margin-bottom: 8px;
    cursor: default
}

.tags-wrapper .tags-content .category-box ul li:last-child {
    margin-bottom: 0
}

.tags-wrapper .tags-content .category-box ul .category-select {
    color: red
}

.tags-wrapper .tags-content .attr-separate {
    margin-left: 10px;
    font-size: 12px
}

.tags-wrapper .tags-content .attributes {
    position: relative;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 0 25px 0 10px;
    max-width: 200px;
    height: 35px;
    margin-left: 10px;
    white-space: nowrap
}

.tags-wrapper .tags-content .attributes .attribute-type {
    margin-right: 5px
}

.tags-wrapper .tags-content .attributes .attribute-content {
    max-width: 100px;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tags-wrapper .tags-content .attributes .iconfont {
    position: absolute;
    right: 10px;
    font-size: 12px
}

.tags-wrapper .tags-content .attribute-box {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    max-width: 400px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 10px 10px 20px
}

.tags-wrapper .tags-content .attribute-box .title {
    position: relative;
    height: 22px;
    line-height: 22px
}

.tags-wrapper .tags-content .attribute-box .title .iconfont {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.tags-wrapper .tags-content .attribute-box .content {
    padding: 0 10px;
    white-space: normal
}

.tags-wrapper .tags-content .attribute-box .content .content_box {
    background: #f7f7f7;
    border-radius: 4px;
    position: relative;
    padding: 0 30px 0 10px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    white-space: nowrap
}

.tags-wrapper .tags-content .attribute-box .operation {
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 10px
}
@media screen and (max-width: 1366px) {
    .tags-wrapper .category__text {
        max-width: 74px;
        white-space: nowrap
    }
}
@media screen and (min-width: 1367px) and (max-width: 1679px) {
    .tags-wrapper .category__text {
        white-space: nowrap;
        max-width: 159px
    }
}

.item-wrapper {
    width: 100%;
}

.article_category_list {
    margin-top: 20px;
    width: 225px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.article_category_list .article_category_name {
    cursor: pointer;
    height: 24px;
    margin: 20px 0;
    position: relative;
    font-size: 16px;
    color: #222;
    font-weight: 700;
}

.article_category_list .category_list > li {
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.article_category_list .category_list > li .blog_title {
    display: block;
    word-break: break-all;
}

.article_category_list .category_list > li .blog_title a:hover {
    text-decoration:underline;
}

.article_category_list .category_list > li .blog_date {
    font-size: 12px;
    color: #999;
}

.article_panel_info, .article_panel_info .article_panel_text {
    margin-top: 20px;
}

.article_panel_info .article_panel_text .article_panel_title {
    line-height: 32px;
    font-size: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.article_panel_info .article_panel_text .article_panel_brief {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #999
}

.article_panel_info .article_panel_text .article_panel_brief .article_auth {
    margin-right: 30px;
}

.article_panel_info .article_panel_text .article_panel_brief .article_auth {
    margin-right: 30px;
}

.article_panel_info .article_content {
    padding-top: 20px;
    font-size: 14px;
    text-indent: 2em
}

.article_panel_info .article_content h1 {
    font-size: 1.4em;
    padding-bottom: 20px;
}

.article_panel_info .article_content h2 {
    font-size: 1.2em;
    padding-bottom: 20px;
}

.article_panel_info .article_content h3 {
    font-size: 1em;
    padding-bottom: 20px;
}

.article_panel_info .article_content p {
    line-height: 28px;
    padding-bottom: 20px;
}

.article_panel_info .article_page {
    margin: 20px 0 65px;
    font-size: 16px;
}

.article_panel_info .article_page .articlePage_prev, .article_panel_info .article_page .articlePage_next {
    margin-bottom: 5px;
    height: 24px;
    line-height: 24px;
}

.article_name {
    line-height: 32px;
    font-size: 24px;
    color: #000;
    margin: 20px 0;
    font-weight: 600;
}
.article_list_ul {
    font-size: 0;
}
.article_list_ul .article_list_li {
    margin-bottom: 12px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.article_list_ul .article_list_li .newsInfo {
    padding: 0;
}

.article_list_ul .article_list_li .newsInfo .article_news_title {
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.article_list_ul .article_list_li .newsInfo .blog_news_date {
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
    color: #999;
    position: relative;
    font-size: 12px;
}
.article_list_ul .article_list_li .newsInfo .blogBrief {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.article_list_ul .article_list_li .newsInfo .blogBrief a {
    color: #666;
}
.article_list_ul .article_list_li .newsInfo .newsMore {
    font-size: 14px;
    color: #007aff;
}








