@charset "UTF-8";

.detail-main, .news-items li h3 {
    word-break: break-all;
    word-wrap: break-word
}

    .detail-links p, .detail-main .detail-label p, .detail-other .other-items li a, .label-items .label-item a, .news-slide .siider-text > div, .ranklist .rank-items li, .viewer-title {
        white-space: nowrap;
        text-overflow: ellipsis
    }

body {
    background: #eff3f5
}

.icon-eblog-edit, .icon-eblog-home, .icon-eblog-set, .icon-gotop, .icon-news-nav-arrow, .icon-news-qrcode, .icon-news-search, .icon-pop {
    display: inline-block;
    overflow: hidden;
    background: url(/https/res-css.hqewimg.com/res/news2/global/img/news_global.png?03272037) no-repeat;
    vertical-align: middle
}

.icon-news-nav-arrow {
    width: 6px;
    height: 4px;
    background-position: left top
}

.icon-news-search {
    width: 20px;
    height: 20px;
    background-position: left -7px
}

.icon-pop {
    width: 23px;
    height: 23px;
    background-position: left -48px
}

.icon-gotop {
    width: 32px;
    height: 32px;
    background-position: left -109px
}

.icon-news-qrcode {
    width: 30px;
    height: 30px;
    background-position: left -76px
}

.icon-eblog-edit, .icon-eblog-home, .icon-eblog-set {
    height: 28px;
    overflow: hidden
}

.icon-eblog-edit {
    width: 27px;
    background-position: left -183px
}

.icon-eblog-set {
    width: 30px;
    background-position: left -217px
}

.icon-eblog-home {
    width: 28px;
    background-position: left -253px
}

.icon-player {
    width: 41px;
    height: 41px;
    display: block;
    background: url(/https/res-css.hqewimg.com/res/news2/global/img/btn-play.png?03272037) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.hvr-overline-from-left, .hvr-sweep-to-right, .news-nav > ul > li {
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    vertical-align: middle
}

.hvr-overline-from-left, .news-nav > ul > li {
    position: relative
}

    .hvr-overline-from-left:before, .news-nav > ul > li:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        top: 0;
        background: #c00;
        height: 2px;
        transition-property: right;
        transition-duration: .3s;
        transition-timing-function: ease-out
    }

    .hvr-overline-from-left:active:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:hover:before, .news-nav > ul > li:active:before, .news-nav > ul > li:hover:before, .news-nav > ul > li:hover:focus {
        right: 0
    }

.hvr-sweep-to-right {
    position: relative;
    transition-property: color;
    transition-duration: .3s
}

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f6f6f6;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: ease-out
    }

    .hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
        color: #fff
    }

.color-red, .news-nav li.active a {
    color: #c00
}

.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
    transform: scaleX(1)
}

.news-header {
    height: 90px;
    background: #fff
}

.news-logo {
    width: 194px;
    float: left;
    padding-top: 20px
}

.news-nav {
    float: left;
    font-size: 16px;
    margin-left: 35px
}

    .news-nav li {
        float: left;
        display: inline;
        position: relative;
        text-align: center;
        z-index: 888;
        margin: 0 24px
    }

        .news-nav li a {
            padding: 33px 0 0;
            display: inline-block
        }

    .news-nav .news-nav-menu {
        width: 104px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        z-index: 889;
        margin: 0
    }

        .news-nav .news-nav-menu-list, .news-nav .news-nav-menu:hover {
            border-left: 1px solid #e9eaeb;
            border-right: 1px solid #e9eaeb
        }

    .news-nav .news-nav-menu-list {
        position: absolute;
        top: 55px;
        left: 0;
        width: 104px;
        border-bottom: 1px solid #e9eaeb;
        background: #fff;
        font-size: 14px;
        line-height: 34px;
        padding: 15px 0;
        border-radius: 0 0 5px 5px;
        margin-left: -1px;
        display: none
    }

        .news-nav .news-nav-menu-list li {
            float: none;
            display: block;
            margin: 0
        }

            .news-nav .news-nav-menu-list li a {
                padding: 0;
                display: block;
                text-align: center;
                color: #666
            }

                .news-nav .news-nav-menu-list li a:hover {
                    color: #c00
                }

    .news-nav .news-nav-menu:hover .news-nav-menu-list {
        display: block
    }

.news-search {
    float: right;
    display: inline;
    padding-top: 27px
}

    .news-search .btn-tg {
        width: 58px;
        height: 34px;
        padding: 0;
        line-height: 34px;
        border: 1px solid #e4e4e4;
        border-radius: 17px;
        background: #fff;
        float: left;
        transition: all .3s ease-in
    }

        .news-search .btn-tg:hover {
            border-color: #c00;
            color: #c00
        }

    .news-search .form {
        float: left;
        margin-left: 10px;
        position: relative;
        overflow: hidden;
        border-radius: 18px
    }

    .news-search .input-news-search {
        width: 210px;
        height: 36px;
        background: #ebf0f3;
        border: 0;
        padding: 0 15px;
        border-radius: 18px;
        overflow: hidden
    }

    .news-search .btn-news-search {
        width: 20px;
        height: 20px;
        border: 0;
        position: absolute;
        top: 8px;
        right: 14px;
        transition: all .3s ease-out
    }

    .news-search .btn-news-search-hover {
        border: 0;
        padding: 0;
        width: 50px;
        height: 36px;
        text-align: center;
        position: absolute;
        top: 0;
        right: -52px;
        border-radius: 18px;
        background: #9ca9b0;
        transition: all .3s ease-in;
        opacity: 0
    }

        .news-search .btn-news-search-hover .icon-news-search {
            background-position: left -27px
        }

.footer, .footer .authentication {
    background: 0 0
}

.news-search .form-focus .btn-news-search-hover {
    right: 0;
    opacity: 1
}

.news-search .form-focus .btn-news-search {
    right: -22px;
    opacity: 0
}

.footer {
    margin-top: 50px
}

.news-sidebar-item {
    float: right;
    display: inline;
    width: 300px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px
}

    .news-sidebar-item h2 {
        height: 22px;
        line-height: 22px;
        text-align: center;
        background: url(/https/res-css.hqewimg.com/res/news2/home/img/bg_blogger_hd.png?03272037?03272037?03272037) no-repeat;
        width: 258px;
        font-size: 18px;
        font-weight: 700;
        margin: 0 auto
    }

.news-sidebar-item-hd {
    padding: 26px 0 0
}

.news-sidebar-item-bd {
    width: 260px;
    margin: 20px auto
}

    .news-sidebar-item-bd li {
        margin-bottom: 20px;
        overflow: hidden;
        font-size: 14px;
        line-height: 22px
    }

.news-sidebar-item-img {
    width: 120px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    float: left
}

.news-sidebar-item-txt {
    float: left;
    width: 130px;
    margin-left: 10px
}

.news-sidebar-item-img a img {
    transition: all .3s ease-in-out
}

.news-sidebar-item-img a:hover img {
    transform: scale(1.2)
}

.tool-right-fixed {
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 99999
}

#j-gotop {
    cursor: pointer
}

    #j-gotop:hover .icon-gotop {
        width: 32px;
        height: 32px;
        background-position: left -142px
    }

.news-qrcode {
    position: relative;
    margin-bottom: 10px
}

    .news-qrcode:hover .news-qrcode-hover {
        opacity: 1;
        width: 320px;
        height: 140px;
        filter: alpha(Opacity=100)
    }

.news-qrcode-hover {
    background: url(/https/res-css.hqewimg.com/res/news2/global/img/news_qrcode.png?03272037) 20px 20px no-repeat #fff;
    position: absolute;
    right: 40px;
    top: 0;
    width: 0;
    height: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(102,102,102,.5);
    overflow: hidden;
    transition: all .5s ease;
    filter: alpha(Opacity=0);
    opacity: 0
}

.news-slide, .recommend .recommend-img, div.jqcloud {
    position: relative
}

.news-qrcode-hover h3 {
    padding: 18px 0 0 140px;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.news-qrcode-hover p {
    padding: 5px 0 0 140px;
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.news-tag {
    width: 260px;
    height: 220px
}

.first-screen, .news-slide, .news-slide .uislider-c {
    height: 390px;
    overflow: hidden
}

div.jqcloud {
    font-size: 12px;
    line-height: normal;
    color: #09f;
    overflow: hidden
}

    div.jqcloud a {
        font-size: inherit;
        text-decoration: none
    }

    div.jqcloud span.w10 {
        font-size: 36px
    }

    div.jqcloud span.w9 {
        font-size: 30px
    }

    div.jqcloud span.w8 {
        font-size: 26px
    }

    div.jqcloud span.w7 {
        font-size: 24px
    }

    div.jqcloud span.w6 {
        font-size: 22px
    }

    div.jqcloud span.w5 {
        font-size: 20px
    }

    div.jqcloud span.w4 {
        font-size: 18px
    }

    div.jqcloud span.w3 {
        font-size: 16px
    }

    div.jqcloud span.w2 {
        font-size: 14px
    }

    div.jqcloud a {
        color: inherit
    }

        div.jqcloud a:hover {
            color: #c00
        }

    div.jqcloud span.w10 {
        color: #e67ba8
    }

    div.jqcloud span.w9 {
        color: #0cf
    }

    div.jqcloud span.w8 {
        color: #e6917b
    }

    div.jqcloud span.w7 {
        color: #7be6b0
    }

    div.jqcloud span.w6 {
        color: #90c5f0
    }

    div.jqcloud span.w5 {
        color: #90a0dd
    }

    div.jqcloud span.w4 {
        color: #947be6
    }

    div.jqcloud span.w3 {
        color: #a0ddff
    }

    div.jqcloud span.w2 {
        color: #9ce
    }

    div.jqcloud span.w1 {
        font-size: 12px;
        color: #aab5f0
    }

    div.jqcloud span {
        padding: 0
    }

#j-video-slide .recommend .recommend-txt a:hover {
    color: #333 !important
}

.first-screen {
    margin: 33px 0 30px
}

.news-slide {
    width: 607px;
    float: left;
    margin-right: 5px;
    border-radius: 5px
}

    .news-slide .uislider-content {
        position: absolute
    }

    .news-slide .uislider-c {
        float: left;
        width: 607px;
        position: relative
    }

    .news-slide .siider-text {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        color: #fff;
        background: url(/https/res-css.hqewimg.com/res/news2/home/img/bg_sldier_x.png?03272037?03272037) repeat-x;
        padding-top: 50px
    }

.blogger-hd h2, .news-weibo h2 {
    line-height: 22px;
    font-weight: 700
}

.news-slide .siider-text > div {
    width: 480px;
    padding-left: 20px;
    overflow: hidden
}

.news-slide .uislider-nav {
    position: absolute;
    right: 20px;
    bottom: 20px
}

    .news-slide .uislider-nav .uislider-n {
        float: left;
        width: 7px;
        height: 7px;
        border-radius: 4px;
        overflow: hidden;
        font-size: 0;
        text-indent: -999px;
        background: #c7c6c6;
        margin-left: 6px;
        transition: all .3s ease-out
    }

    .news-slide .uislider-nav .active {
        background: #c00;
        width: 20px
    }

.news-hot {
    float: left;
    width: 248px
}

    .news-hot li {
        width: 248px;
        height: 193px;
        overflow: hidden;
        margin-bottom: 5px;
        position: relative;
        color: #fff;
        font-size: 14px;
        border-radius: 5px
    }

        .news-hot li .news-hot-text {
            position: absolute;
            left: 0;
            bottom: 0;
            background: url(/https/res-css.hqewimg.com/res/news2/home/img/bg_sldier_x.png?03272037?03272037) repeat-x;
            overflow: hidden;
            padding: 28px 10px 5px
        }

            .news-hot li .news-hot-text > div {
                width: 227px;
                overflow: hidden;
                max-height: 43px
            }

        .news-hot li a {
            color: #fff
        }

            .news-hot li a .news-hot-img img {
                display: block;
                transition: all .3s ease-in-out
            }

.blogger, .main, .news-weibo, .sidebar {
    display: inline
}

.news-hot li a:hover .news-hot-img img {
    opacity: 1;
    transform: scale(1.1)
}

.blogger {
    float: right;
    width: 300px;
    height: 392px;
    background: #fff;
    border-radius: 5px
}

.blogger-hd h2 {
    height: 22px;
    text-align: center;
    background: url(/https/res-css.hqewimg.com/res/news2/home/img/bg_blogger_hd.png?03272037?03272037?03272037) no-repeat;
    width: 258px;
    font-size: 18px;
    margin: 0 auto
}

.blogger-hd {
    padding: 26px 0 0
}

.blogger-bd .item {
    margin-top: 15px
}

.blogger-img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
    margin: 0 auto
}

.blogger-img-wrap {
    height: 70px;
    background: url(/https/res-css.hqewimg.com/res/news2/home/img/bg_x_1.png?03272037) left center repeat-x;
    width: 260px;
    margin: 0 auto
}

.blogger-info, .blogger-title {
    width: 258px;
    margin: 0 auto;
    text-align: center
}

.blogger-title {
    font-size: 16px;
    padding: 5px 0 0
}

.blogger-info {
    font-size: 14px;
    color: #666
}

    .blogger-info a {
        color: #666
    }

        .blogger-info a:hover {
            color: #c00
        }

.news-weibo {
    float: right;
    width: 300px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px
}

    .news-weibo h2 {
        height: 22px;
        text-align: center;
        background: url(/https/res-css.hqewimg.com/res/news2/home/img/bg_blogger_hd.png?03272037?03272037?03272037) no-repeat;
        width: 258px;
        font-size: 18px;
        margin: 0 auto
    }

.news-weibo-hd {
    padding: 26px 0 0
}

.news-weibo-bd {
    width: 260px;
    margin: 20px auto
}

.pagination-toolbar {
    padding: 30px 10px 40px !important
}

.main {
    width: 860px;
    float: left
}

.sidebar {
    width: 300px;
    float: left;
    margin-left: 30px
}

.news-items li h3 {
    max-height: 58px
}

.page-news-index .main .tab-title {
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
    color: #999
}

    .page-news-index .main .tab-title .tab-t {
        width: 50%;
        float: left;
        text-align: center
    }

        .page-news-index .main .tab-title .tab-t a {
            display: inline-block;
            width: 112px;
            height: 58px;
            color: #999
        }

            .page-news-index .main .tab-title .tab-t a:hover {
                color: #c00
            }

.page-news-index .main .tab-t-line {
    position: absolute;
    left: 50%;
    top: 21px;
    height: 18px;
    width: 1px;
    background: #e4e4e4
}

.page-news-index .main .tab-title .active a {
    border-bottom: 2px solid #c00;
    font-weight: 700;
    color: #333
}

.page-news-index .main .tab-c {
    display: none
}

.page-news-index .main .tab-content .active {
    display: block
}

.page-news-index .news-items li {
    padding-top: 30px
}

    .page-news-index .news-items li .item-box {
        padding-bottom: 30px
    }

    .page-news-index .news-items li .item-labels {
        margin-top: 0
    }

    .page-news-index .news-items li .item-box-bd-text {
        height: 126px
    }

.news-items .item-box-hd {
    width: 240px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    float: left;
    position: relative
}

.news-items .item-box-hd-tag {
    font-size: 14px;
    color: #fff;
    background: #666;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px
}

.news-items .item-box-bd {
    float: right;
    width: 596px;
    overflow: hidden
}

.news-items .news-item-tag {
    width: 310px;
    float: left
}

.news-items .news-item-share {
    width: 145px;
    float: left;
    vertical-align: middle;
    margin-top: -3px
}

.news-items .news-item-time {
    width: 130px;
    float: left;
    text-align: right
}

.news-index-banner {
    width: 860px;
    height: 90px;
    overflow: hidden;
    margin-top: 30px
}

.main .news-items-more {
    height: 50px;
    background: #e3e9ec;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-top: 30px
}

    .main .news-items-more a {
        display: block;
        color: #9ca9b0;
        transition: all .3s ease-out
    }

        .main .news-items-more a:hover {
            background: #fff;
            box-shadow: 0 0 8px #dde1e2;
            transform: translate3d(0,1px,-2px);
            margin: 0 -20px
        }

.ranklist {
    width: 260px;
    clear: both !important
}

    .ranklist .rank-c .tab-content .tab-c {
        display: none
    }

    .ranklist .rank-c .tab-content .active {
        display: block
    }

.ranklist-wrap {
    height: 458px;
    margin-bottom: 30px;
    clear: both
}

.ranklist-fixed .ranklist {
    position: fixed;
    top: 0;
    z-index: 8888;
    height: 418px
}

.page-news-index .recommend {
    width: 300px;
    height: 325px;
    background: #e3e9ec;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden
}

    .page-news-index .recommend .recommend-img {
        position: relative;
        width: 300px;
        height: 220px;
        overflow: hidden;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 3px 6px -3px rgba(125,143,151,.8)
    }

        .page-news-index .recommend .recommend-img a {
            transform: scale(1);
            transition: transform .3s
        }

            .page-news-index .recommend .recommend-img a img {
                width: 300px;
                height: 220px
            }

            .page-news-index .recommend .recommend-img a:hover img {
                transform: scale(1.1);
                transition: transform .3s
            }

    .page-news-index .recommend .recommend-txt {
        width: 175px;
        height: 80px;
        position: relative;
        padding: 15px 20px 10px 105px
    }

        .page-news-index .recommend .recommend-txt .re-tit {
            background: url(/https/res-css.hqewimg.com/res/news2/global/img/news_icons.png?03272037?03272037?03272037?03272037) 0 -178px no-repeat;
            width: 73px;
            height: 43px;
            line-height: 21px;
            padding: 15px 0;
            position: absolute;
            top: 15px;
            left: 20px;
            text-align: center;
            font-size: 18px;
            color: #fff
        }

.viewer-canvas, .viewer-container, .viewer-footer {
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0
}

.page-news-index .recommend .recommend-txt .re-tit a {
    height: 43px;
    display: inline;
    font-size: 18px;
    line-height: 21px;
    color: #fff
}

    .page-news-index .recommend .recommend-txt .re-tit a:hover {
        color: #fff
    }

.page-news-index .recommend .recommend-txt a {
    height: 80px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    transition: color .3s
}

.viewer-container, .viewer-list > li {
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.page-news-index .recommend .recommend-txt a:hover {
    color: #c00;
    transition: color .3s
}

.e-zine img {
    width: 258px;
    height: 336px
}

.item-box-noimg .item-box-hd {
    display: none
}

.item-box-noimg .item-box-bd {
    float: none;
    width: auto
}

.news-items .item-box-noimg .news-item-tag {
    width: 572px
}

.viewer-close::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen-exit::before, .viewer-fullscreen::before, .viewer-next::before, .viewer-one-to-one::before, .viewer-play::before, .viewer-prev::before, .viewer-reset::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-zoom-in::before, .viewer-zoom-out::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAA7CAYAAAAKAlMcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxZmE2MDMxYi0yMTA4LTEzNDItYTMxMS1jOTY5OGJkOTEyZTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTQ5QURBNUI1RkU4MTFFOTg3MDFGOUYyRkMxQzFEODYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTQ5QURBNUE1RkU4MTFFOTg3MDFGOUYyRkMxQzFEODYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmU3YWQ5MDdlLWE4ODAtOWY0Ny04YzczLWUwNzEyMjgzYmM5YyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxZmE2MDMxYi0yMTA4LTEzNDItYTMxMS1jOTY5OGJkOTEyZTciLz4gPC9y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);
    background-repeat: no-repeat;
    color: transparent;
    display: block;
    font-size: 0;
    height: 26px;
    line-height: 0;
    width: 26px
}

.viewer-zoom-in::before {
    background-position: 3px 3px;
    content: 'Zoom In'
}

.viewer-zoom-out::before {
    background-position: -23px 3px;
    content: 'Zoom Out'
}

.viewer-one-to-one::before {
    background-position: -55px 3px;
    content: 'One to One'
}

.viewer-reset::before {
    background-position: -84px 3px;
    content: 'Reset'
}

.viewer-prev::before {
    background-position: 7px -21px;
    content: 'Previous';
    width: 42px;
    height: 42px
}

.viewer-play::before {
    background-position: -113px 3px;
    content: 'Play'
}

.viewer-next::before {
    background-position: -24px -21px;
    content: 'Next';
    width: 42px;
    height: 42px
}

.viewer-rotate-left::before {
    background-position: -144px 3px;
    content: 'Rotate Left'
}

.viewer-rotate-right::before {
    background-position: -172px 3px;
    content: 'Rotate Right'
}

.viewer-flip-horizontal::before {
    background-position: -198px 3px;
    content: 'Flip Horizontal'
}

.viewer-flip-vertical::before {
    background-position: -221px 3px;
    content: 'Flip Vertical'
}

.viewer-fullscreen::before {
    background-position: -220px 3px;
    content: 'Enter Full Screen'
}

.viewer-fullscreen-exit::before {
    background-position: -244px 3px;
    content: 'Exit Full Screen'
}

.viewer-close::before {
    background-position: -273px 3px;
    content: 'Close'
}

.viewer-container {
    direction: ltr;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-touch-callout: none;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none
}

    .viewer-container ::selection, .viewer-container::selection {
        background-color: transparent
    }

    .viewer-container img {
        display: block;
        height: auto;
        max-height: none !important;
        max-width: none !important;
        min-height: 0 !important;
        min-width: 0 !important;
        width: 100%
    }

.viewer-canvas {
    overflow: hidden;
    top: 0
}

    .viewer-canvas > img {
        height: auto;
        margin: 15px auto;
        max-width: 90% !important;
        width: auto
    }

.viewer-footer {
    overflow: hidden;
    text-align: center
}

.viewer-navbar {
    background-color: rgba(0,0,0,.5);
    overflow: hidden
}

.viewer-list {
    box-sizing: content-box;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 1px 0
}

    .viewer-list > li {
        color: transparent;
        cursor: pointer;
        float: left;
        height: 50px;
        opacity: .5;
        transition: opacity .15s;
        width: 30px
    }

        .viewer-list > li:hover {
            opacity: .75
        }

        .viewer-list > li + li {
            margin-left: 1px
        }

    .viewer-list > .viewer-loading {
        position: relative
    }

.viewer-player, .viewer-player > img {
    left: 0;
    position: absolute;
    top: 0
}

.viewer-list > .viewer-loading::after {
    border-width: 2px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px
}

.viewer-list > .viewer-active, .viewer-list > .viewer-active:hover {
    opacity: 1
}

.viewer-player {
    background-color: #000;
    bottom: 0;
    cursor: none;
    display: none;
    right: 0
}

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    padding: 5px 0
}

    .viewer-toolbar > ul > li {
        background-color: rgba(0,0,0,.5);
        border-radius: 50%;
        cursor: pointer;
        float: left;
        height: 30px;
        overflow: hidden;
        transition: background-color .15s;
        width: 30px;
        transform: scale(1.3);
        margin-bottom: 10px
    }

        .viewer-toolbar > ul > li:hover, .viewer-tooltip {
            background-color: rgba(0,0,0,.8)
        }

        .viewer-toolbar > ul > li::before {
            margin: 2px
        }

        .viewer-toolbar > ul > li.viewer-next, .viewer-toolbar > ul > li.viewer-prev {
            position: fixed;
            margin-top: -25px;
            transform: scale(2);
            width: 46px;
            height: 46px;
            top: 50%
        }

        .viewer-toolbar > ul > li + li {
            margin-left: 20px
        }

        .viewer-toolbar > ul > li.viewer-next {
            right: 230px
        }

        .viewer-toolbar > ul > li.viewer-prev {
            left: 220px
        }

    .viewer-toolbar > ul > .viewer-small {
        height: 18px;
        margin-bottom: 3px;
        margin-top: 3px;
        width: 18px
    }

        .viewer-toolbar > ul > .viewer-small::before {
            margin: -1px
        }

    .viewer-toolbar > ul > .viewer-large {
        height: 30px;
        margin-bottom: -3px;
        margin-top: -3px;
        width: 30px
    }

        .viewer-toolbar > ul > .viewer-large::before {
            margin: 5px
        }

.viewer-tooltip {
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -25px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px
}

.viewer-title {
    color: #ccc;
    font-size: 12px;
    line-height: 1;
    margin: 0 5% 5px;
    max-width: 90%;
    opacity: .8;
    overflow: hidden;
    transition: opacity .15s;
    display: none
}

    .viewer-title:hover {
        opacity: 1
    }

.viewer-button {
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: -40px;
    transition: background-color .15s;
    width: 80px
}

    .viewer-button:focus, .viewer-button:hover {
        background-color: rgba(0,0,0,.8)
    }

    .viewer-button::before {
        bottom: 15px;
        left: 15px;
        position: absolute
    }

.viewer-fixed {
    position: fixed
}

.viewer-open {
    overflow: hidden
}

.viewer-show {
    display: block
}

.viewer-hide {
    display: none
}

.viewer-backdrop {
    background-color: rgba(0,0,0,.5)
}

.viewer-invisible {
    visibility: hidden
}

.viewer-move {
    cursor: move;
    cursor: grab
}

.viewer-fade {
    opacity: 0
}

.viewer-in {
    opacity: 1
}

.viewer-transition {
    transition: all .3s
}

@keyframes viewer-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.viewer-loading::after {
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255,255,255,.1);
    border-left-color: rgba(255,255,255,.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1
}

.pop-mask, .pop-wrapper {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pop-wrapper {
    position: fixed;
    z-index: 999999
}

.pop-mask, .pop-video {
    position: absolute;
    background: #000
}

.pop-mask {
    z-index: 2;
    opacity: .5;
    filter: alpha(opacity=50)
}

.pop-video, .video-box {
    width: 800px;
    height: 460px
}

.pop-video {
    left: 50%;
    top: 50%;
    z-index: 3;
    margin-left: -400px;
    margin-top: -230px;
    border: 4px solid #ccc
}

.pop-wrapper .viewer-button {
    z-index: 10;
    cursor: pointer
}

.pagination-toolbar {
    text-align: center
}

.pagination .pagination-dot {
    border: 0
}

.pagination {
    display: inline-block
}

.breadlink h1, .main-l, .main-r {
    display: inline
}

.page-news-list {
    background: #eff3f5
}

.main-l {
    width: 860px;
    float: left
}

.page-news-list .main-l {
    margin-top: -25px
}

.main-r {
    width: 300px;
    float: left;
    margin-left: 30px
}

.breadlink {
    height: 35px;
    padding: 15px 0 20px;
    line-height: 35px
}

    .breadlink h1 {
        font-size: 14px;
        color: #666
    }

    .breadlink a {
        font-size: 14px;
        color: #9ca9b0;
        transition: color .3s
    }

        .breadlink a:hover {
            color: #c00;
            transition: color .3s
        }

.news-items li {
    width: 860px;
    position: relative;
    left: -20px;
    padding: 20px 20px 0;
    transition: all .2s ease-in
}

    .news-items li .item-box {
        overflow: hidden;
        padding-bottom: 20px;
        border-bottom: 1px solid #e4e4e4
    }

    .news-items li h3 {
        margin-bottom: 3px;
        padding: 5px 0;
        line-height: 30px;
        overflow: hidden
    }

        .news-items li h3 a {
            display: block;
            font-size: 20px;
            color: #333;
            font-weight: 700;
            transition: color .3s
        }

            .news-items li h3 a:hover {
                color: #c00;
                transition: color .3s
            }

    .news-items li p {
        height: 48px;
        margin-bottom: 10px;
        line-height: 24px;
        overflow: hidden;
        font-size: 14px;
        color: #666
    }

    .news-items li .item-labels {
        position: relative;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        font-size: 14px;
        color: #9ca9b0
    }

        .news-items li .item-labels > div {
            float: left
        }

            .news-items li .item-labels > div > a {
                margin-left: 10px;
                color: #9ca9b0;
                font-size: 14px;
                transition: color .3s
            }

                .news-items li .item-labels > div > a:hover {
                    color: #c00;
                    transition: color .3s
                }

    .news-items li:hover {
        background: #fff;
        box-shadow: 0 0 8px #000;
        transform: translate3d(0,0,-5px)
    }

        .news-items li:hover .item-box {
            border-bottom-color: #fff
        }

.ranklist {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 4px
}

    .ranklist .rank-t {
        height: 36px;
        line-height: 36px;
        text-align: center;
        position: relative
    }

        .ranklist .rank-t h3 {
            position: relative;
            z-index: 1;
            display: inline-block;
            padding: 0 15px;
            background: #fff;
            font-weight: 800;
            font-size: 18px
        }

        .ranklist .rank-t:after {
            content: '';
            position: absolute;
            left: 0;
            top: 18px;
            width: 100%;
            height: 1px;
            background: #e4e4e4
        }

    .ranklist .rank-c .tab-title {
        overflow: hidden;
        margin: 5px 0
    }

        .ranklist .rank-c .tab-title .tab-t {
            float: left;
            position: relative;
            width: 74px;
            margin: 0 5px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            color: #666;
            text-align: center;
            cursor: pointer;
            border: 1px solid #fff
        }

            .ranklist .rank-c .tab-title .tab-t .r-line {
                position: absolute;
                right: -5px;
                top: 8px;
                width: 2px;
                height: 14px;
                background: #f3f3f3
            }

        .ranklist .rank-c .tab-title .active {
            color: #333;
            background: #eff3f5;
            border: 1px solid #d7e0e4;
            border-radius: 15px
        }

.recommend, .recommend .recommend-img {
    border-radius: 4px;
    width: 300px;
    overflow: hidden
}

.ranklist .rank-items li {
    height: 34px;
    line-height: 34px;
    overflow: hidden
}

    .ranklist .rank-items li a {
        font-size: 14px;
        color: #333;
        transition: color .3s
    }

        .ranklist .rank-items li a:hover {
            color: #c00
        }

.recommend {
    height: 325px;
    background: #e3e9ec;
    margin-bottom: 30px
}

    .recommend .recommend-img {
        height: 220px;
        background: #fff;
        box-shadow: 0 3px 6px -3px rgba(125,143,151,.8)
    }

        .recommend .recommend-img a {
            transform: scale(1);
            transition: transform .3s
        }

            .recommend .recommend-img a img {
                width: 300px;
                height: 220px
            }

            .recommend .recommend-img a:hover img {
                transform: scale(1.1);
                transition: transform .3s
            }

    .recommend .recommend-txt {
        width: 175px;
        height: 80px;
        position: relative;
        padding: 15px 20px 10px 105px
    }

        .recommend .recommend-txt .re-tit {
            background: url(/https/res-css.hqewimg.com/res/news2/global/img/news_icons.png?03272037?03272037?03272037?03272037) 0 -178px no-repeat;
            width: 73px;
            height: 43px;
            line-height: 21px;
            padding: 15px 0;
            position: absolute;
            top: 15px;
            left: 20px;
            text-align: center;
            font-size: 18px;
            color: #fff
        }

            .recommend .recommend-txt .re-tit a {
                height: 43px;
                display: inline;
                line-height: 21px;
                font-size: 18px;
                color: #fff
            }

                .recommend .recommend-txt .re-tit a:hover {
                    color: #fff
                }

        .recommend .recommend-txt a {
            height: 80px;
            line-height: 25px;
            display: block;
            overflow: hidden;
            font-size: 16px;
            color: #333;
            transition: color .3s
        }

            .recommend .recommend-txt a:hover {
                color: #c00;
                transition: color .3s
            }

.red-link, .red-link:hover {
    transition: background .3s;
    color: #fff
}

.e-zine {
    position: relative;
    width: 258px;
    height: 336px;
    overflow: hidden;
    margin: 15px 0 20px
}

    .e-zine .zine-date {
        background: url(/https/res-css.hqewimg.com/res/news2/list/img/zine_bg.png?03272037) repeat-x;
        width: 100%;
        height: 30px;
        padding-top: 29px;
        line-height: 30px;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        color: #fff;
        text-shadow: 2px 0 0 rgba(0,0,0,.5)
    }

.link-box {
    width: 265px;
    overflow: hidden
}

.red-link {
    width: 120px;
    height: 36px;
    margin-right: 5px;
    line-height: 36px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    border-radius: 18px;
    background: #c00;
    font-size: 14px
}

    .red-link:hover {
        background: #df0202
    }

.tab-contents .tab-c {
    display: none
}

.tab-contents .active {
    display: block
}

.right-adv {
    width: 300px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px
}

.hardware, .hardware .hardware-slide {
    width: 300px;
    height: 324px;
    position: relative
}

.hardware {
    float: right;
    margin-bottom: 30px
}

    .hardware .hardware-slide {
        overflow: hidden
    }

    .hardware .uislider-content {
        position: absolute
    }

    .hardware .uislider-c {
        float: left
    }

    .hardware .uislider-nav {
        position: absolute;
        left: 0;
        top: 195px;
        text-align: right;
        width: 280px;
        padding: 0 10px;
        height: 10px;
        z-index: 10
    }

        .hardware .uislider-nav .uislider-n {
            width: 8px;
            height: 8px;
            margin: 0 3px;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            background: #fff;
            border-radius: 4px;
            opacity: .7
        }

        .hardware .uislider-nav .active {
            opacity: 1;
            width: 20px;
            background: #c00
        }

.left-adv, .left-adv img {
    width: 860px;
    height: 90px
}

.hardware .re-tit {
    position: relative;
    line-height: 43px !important
}

    .hardware .re-tit span {
        position: absolute;
        left: 14px;
        top: 9px;
        line-height: 100%;
        font-weight: 700;
        font-size: 48px;
        color: #fff;
        opacity: .2
    }

.left-adv {
    margin-bottom: 20px
}

.detail-main {
    overflow: hidden
}

    .detail-main h3 {
        font-size: 24px;
        color: #333
    }

    .detail-main h4 {
        margin: 40px 0;
        font-size: 16px;
        color: #666;
        font-weight: 700
    }

    .detail-main img {
        max-width: 860px;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .detail-main .detail-label {
        position: relative;
        height: 68px;
        padding: 10px 10px 10px 345px;
        margin: 15px 0;
        background: #e3e9ec;
        border: 1px solid #e4e4e4
    }

        .detail-main .detail-label .label-weibo {
            width: 325px;
            height: 70px;
            position: absolute;
            left: 20px;
            top: 5px
        }

        .detail-main .detail-label p {
            font-size: 14px;
            color: #999;
            overflow: hidden
        }

            .detail-main .detail-label p span {
                margin-right: 30px
            }

            .detail-main .detail-label p a {
                margin-left: 10px;
                color: #9ca9b0;
                font-size: 14px;
                transition: color .3s
            }

                .detail-main .detail-label p a:hover {
                    color: #c00;
                    transition: color .3s
                }

    .detail-main p {
        font-size: 16px;
        color: #666;
        line-height: 32px
    }

    .detail-main .img-p {
        margin: 10px 0;
        text-align: center
    }

        .detail-main .img-p img {
            max-width: 860px
        }

.detail-code {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px
}

    .detail-code .code {
        left: 20px;
        top: 20px
    }

.detail-links {
    margin: 30px 0;
    font-size: 16px;
    color: #666
}

    .detail-links p {
        height: 32px;
        line-height: 32px;
        overflow: hidden
    }

.detail-other .other-tit {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700
}

    .detail-other .other-tit a {
        font-size: 14px;
        color: #666;
        font-weight: 400;
        border: 1px solid #e4e4e4;
        padding: 2px 5px;
        border-radius: 10px;
        transition: all .3s ease-in
    }

        .detail-other .other-tit a:hover {
            color: #c00;
            border: 1px solid #c00
        }

.result-nums, .search-key-show {
    border-bottom: 1px solid #e4e4e4
}

.detail-other .other-items {
    overflow: hidden
}

    .detail-other .other-items li {
        height: 36px;
        line-height: 36px;
        overfloe: hidden
    }

        .detail-other .other-items li a {
            width: 720px;
            height: 36px;
            display: block;
            float: left;
            font-size: 16px;
            color: #333;
            overflow: hidden;
            transition: color .3s
        }

            .detail-other .other-items li a em {
                margin-right: 5px
            }

            .detail-other .other-items li a:hover {
                color: #c00;
                transition: color .3s
            }

        .detail-other .other-items li span {
            float: right;
            font-size: 14px;
            color: #999
        }

.t-r {
    text-align: right
}

.w-485 {
    width: 485px
}

.w-210 {
    width: 210px
}

.w-120 {
    width: 120px
}

.icon-bread, .icon-home, .icon-label, .icon-no1, .icon-no10, .icon-no2, .icon-no3, .icon-no4, .icon-no5, .icon-no6, .icon-no7, .icon-no8, .icon-no9 {
    background: url(/https/res-css.hqewimg.com/res/news2/global/img/news_icons.png?03272037?03272037?03272037?03272037) no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-top: -3px
}

.icon-home {
    width: 17px;
    height: 15px;
    background-position: 0 0
}

.icon-bread {
    width: 4px;
    height: 6px;
    background-position: 0 -106px
}

.icon-label {
    width: 10px;
    height: 15px;
    background-position: 0 -20px
}

.icon-no1, .icon-no10, .icon-no2, .icon-no3, .icon-no4, .icon-no6, .icon-no7, .icon-no8, .icon-no9 {
    width: 16px;
    height: 14px
}

.icon-no1 {
    background-position: -27px 0
}

.icon-no2 {
    background-position: -27px -18px
}

.icon-no3 {
    background-position: -27px -36px
}

.icon-no4 {
    background-position: -27px -54px
}

.icon-no5 {
    width: 16px;
    height: 14px;
    background-position: -27px -72px
}

.icon-no6 {
    background-position: -27px -90px
}

.icon-no7 {
    background-position: -27px -108px
}

.icon-no8 {
    background-position: -27px -126px
}

.icon-no9 {
    background-position: -27px -144px
}

.icon-no10 {
    background-position: -27px -162px
}

.bds_qzone, .bds_tsina, .bds_weixin {
    background: url(/https/res-css.hqewimg.com/res/news2/global/img/news_icons.png?03272037?03272037?03272037?03272037) no-repeat !important
}

.bds_weixin {
    background-position: 0 -40px !important;
    padding-left: 20px !important
}

.bds_tsina {
    background-position: 0 -62px !important
}

.bds_qzone {
    background-position: 0 -83px !important
}

.bdsharebuttonbox {
    position: relative;
    padding-left: 48px
}

    .bdsharebuttonbox span {
        position: absolute;
        left: 0;
        top: 3px
    }

.m-x-15 {
    margin-left: 15px;
    margin-right: 15px
}

.m-r-10 {
    margin-right: 10px
}

.c-666 {
    color: #666
}

.t-in-5 {
    text-indent: 5em
}

.f-r {
    float: right
}

.search-key-show {
    font-size: 16px;
    padding-bottom: 14px;
    line-height: 18px
}

    .search-key-show .f-r {
        color: #666;
        font-size: 14px
    }

@media (max-width:768px) {
    .page-news-detail .bdshare-button-style2-16, .page-news-detail .breadlink, .page-news-detail .detail-label .label-weibo, .page-news-detail .detail-main .detail-label p, .page-news-detail .detail-other .other-items li span, .page-news-detail .left-adv, .page-news-detail .main-r, .page-news-detail .news-logo, .page-news-detail .news-search, .page-news-detail .site-nav {
        display: none
    }

    .page-news-detail {
        min-width: auto
    }

        .page-news-detail .news-header {
            height: auto;
            display: none
        }

        .page-news-detail .news-nav {
            margin-left: 0;
            width: 100%
        }

            .page-news-detail .news-nav > ul > li > a {
                padding: 15px
            }

            .page-news-detail .news-nav .news-nav-menu-list {
                top: 36px
            }

        .page-news-detail .container {
            width: auto
        }

        .page-news-detail .main-l {
            width: 100%;
            padding: 0 1em;
            box-sizing: border-box
        }

        .page-news-detail .detail-main {
            overflow: hidden;
            word-break: break-all;
            word-wrap: break-word
        }

            .page-news-detail .detail-main .img-p img {
                width: 100%
            }

            .page-news-detail .detail-main img {
                width: 100% !important;
                height: auto !important
            }

        .page-news-detail .breadlink {
            overflow: hidden;
            line-height: 26px
        }

        .page-news-detail .detail-code {
            height: auto
        }

        .page-news-detail .detail-other .other-items li a {
            width: 100%
        }

        .page-news-detail .detail-main .detail-label {
            width: 100%;
            height: auto;
            padding: 0 10px
        }

            .page-news-detail .detail-main .detail-label p:nth-child(2) {
                display: block !important
            }

            .page-news-detail .detail-main .detail-label p span:first-child {
                display: none
            }

        .page-news-detail .detail-code .t-in-5 {
            text-indent: 0
        }
}

.label-sum .label-line a, .label-sum .label-line span {
    height: 36px;
    display: inline;
    text-align: center;
    line-height: 36px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 4px;
    float: left
}

.highlight {
    color: #c00 !important
}

.page-news-label {
    background: #eff3f5
}

.label-sum {
    padding: 20px 30px 30px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px
}

    .label-sum .label-line {
        overflow: hidden
    }

        .label-sum .label-line span {
            width: 50px;
            background: #c00;
            color: #fff
        }

        .label-sum .label-line a {
            width: 36px;
            margin-left: 5px;
            background: #ebf0f3;
            color: #333;
            transition: transform .2s ease-in
        }

            .label-sum .label-line a:hover {
                background: #c00;
                color: #fff;
                transform: translateY(-2px)
            }

.label-items {
    width: 1200px
}

    .label-items .label-item {
        width: 110px;
        height: 44px;
        position: relative;
        float: left;
        margin-top: 10px;
        margin-right: 10px;
        background: #fff;
        color: #666;
        font-size: 14px;
        text-align: left;
        line-height: 44px;
        border-radius: 4px;
        transform: translateZ(0);
        transition: transform .3s
    }

        .label-items .label-item a {
            width: 70px;
            padding: 0 20px;
            height: 100%;
            display: block;
            overflow: hidden
        }

        .label-items .label-item:before {
            pointer-events: none;
            content: '';
            background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
            position: absolute;
            top: 100%;
            left: 5%;
            height: 10px;
            width: 90%;
            opacity: 0;
            transition: transform .3s,opacity .3s
        }

        .label-items .label-item:hover {
            transform: translateY(-3px);
            transition: transform .3s
        }

            .label-items .label-item:hover:before {
                opacity: 1;
                transform: translateY(3px);
                transition: transform .3s,opacity .3s
            }

.result-nums {
    height: 24px;
    line-height: 24px;
    padding-bottom: 10px
}

    .result-nums .result-tip {
        float: left;
        font-size: 16px;
        color: #333
    }

        .result-nums .result-tip span {
            color: #c00
        }

    .result-nums .result-count {
        float: right;
        font-size: 14px;
        color: #666
    }
