﻿#wrapper {
    width: 1100px;
    margin: 0 auto;
}

.none {
    display: none;
}

i {
    font-style: normal;
}

body {
    background: #f0f2f5 !important;
    color: #333;
}

#wrapper .yheader {
    margin-bottom: 20px;
    margin-top: 16px;
}

.relatedFeed .img-wrap:hover img {
    -webkit-transform: matrix(1.04,0,0,1.04,0,0);
    -ms-transform: matrix(1.04,0,0,1.04,0,0);
    transform: matrix(1.04,0,0,1.04,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.yheader {
    background: #fff;
}

    .yheader .bg-header {
        display: block;
        width: 100%;
        height: 160px;
    }

/*发布*/
.img-wrap > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transition: all .5s ease-out .1s;
}

.upload-box {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}

    .upload-box .title-input {
        width: 662px;
        height: 150px;
        display: block;
        font-size: 14px;
        line-height: 1.4;
        padding: 13px 19px;
        border: 0;
        outline: 0;
        resize: none;
        background-color: #f4f5f6;
        transition: all .5s;
        animation-duration: .8s;
        animation-fill-mode: both;
    }

    .upload-box .words-number {
        position: absolute;
        z-index: 3;
        bottom: 50px;
        right: 10px;
        display: inline-block;
        background-color: rgba(0,0,0,.5);
        border-radius: 50px;
        padding: 0 8px;
        color: #fff;
    }

.upload-footer {
    border-top: 1px solid #e8e8e8;
    height: 40px;
}

    .upload-footer .show-uploader {
        color: #222;
        font-size: 14px;
        line-height: 39px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 20px;
        cursor: pointer;
    }

.bui-left .image-icon {
    width: 20px;
    height: 20px;
    position: relative;
    top: 1px;
}

.upload-footer .show-uploader span {
    display: inline-block;
    vertical-align: middle;
}

.upload-footer .bui-right {
    text-align: right;
}

.upload-footer .msg-tip {
    color: #ed4040;
    font-size: 12px;
    margin-right: 10px;
}

.upload-footer .upload-publish {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #f60;
    color: #fff;
    opacity: .6;
}

.imgBox .uploader-popup {
    position: absolute;
    bottom: -245px;
    left: -1px;
    width: 420px;
    height: 246px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 15px rgba(0,0,0,.12);
    border-radius: 5px;
    z-index: 300;
}

    .imgBox .uploader-popup:before {
        content: "";
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: #e8e8e8;
        position: absolute;
        top: -16px;
        left: 34px;
    }

.imgUploadBox {
    padding: 12px;
}

    .imgUploadBox .uploader-title {
        margin-bottom: 5px;
        font-size: 14px;
        color: #222;
    }

    .imgUploadBox .uploader-meta {
        color: #999;
        font-size: 14px;
        margin-bottom: 10px;
    }

.imgBox .uploader-popup .close-popup {
    position: absolute;
    top: 8px;
    right: 6px;
    color: #cacaca;
    font-size: 20px;
}

.bui-icon {
    font-family: tticons !important;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bui-icon, address, cite, dfn, em, i, var {
    font-style: normal;
}

.upload-box {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}

.bui-box:after, .bui-box:before {
    content: "";
    display: table;
}

.imgUploadBox .upload-img-list {
    font-size: 0;
    margin-right: -8px;
}

    .imgUploadBox .upload-img-list .upload-img-item {
        display: inline-block;
        vertical-align: middle;
        width: 72px;
        height: 72px;
        margin: 0 8px 8px 0;
        background-color: #e8e8e8;
        background-size: 32px 32px;
        background-position: 50%;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
    }

.img-wrap {
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    overflow: hidden;
    transform-style: preserve-3d;
}

    .img-wrap, .img-wrap:before {
        display: inline-block;
        height: 100%;
    }

.imgUploadBox .upload-img-list .upload-img-item .img-wrap {
    width: 216px;
    height: 72px;
    margin-left: -72px;
    text-align: center;
}

.img-wrap:before {
    content: "";
    width: 0;
    font-size: 0;
    visibility: hidden;
    vertical-align: middle;
}

.imgUploadBox .upload-img-list .upload-img-item img {
    display: inline-block;
    height: 100%;
}

.imgUploadBox .upload-img-list .upload-img-item .remove-img {
    display: none;
    font-size: 17px;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    text-align: center;
    background-color: #ed4040;
    border-radius: 50%;
    overflow: hidden;
}

    .imgUploadBox .upload-img-list .upload-img-item .remove-img img {
        width: 20px;
        height: auto;
        vertical-align: middle;
        margin-top: -4px;
        margin-left: -2px;
    }

.imgUploadBox .upload-img-list .upload-img-add {
    cursor: pointer;
    background-color: #fff;
    border: 2px dashed #ddd;
    line-height: 90px;
    text-align: center;
}

.bui-box:after {
    visibility: hidden;
    font-size: 0;
    height: 0;
    display: block;
    content: "";
    clear: both;
}

.uploader-popup.emoji-panel {
    left: 92px;
}

.outer {
    width: 340px;
    margin: 16px 0;
    /* padding: 20px; */
    background: #f4f5f6;
    /*float:left;*/
    margin-top: 0;
}

    .outer .inner {
        text-align: center;
        background: #fff;
        border: 1px solid #e8e8e8;
        letter-spacing: 0;
        padding-bottom: 6px;
    }

.login {
    /*height: 196px;*/
    padding: 20px 28px 15px;
}

    .login .login-msg {
        font-size: 12px;
        line-height: 17px;
        color: #777;
    }

    .login .login-button {
        width: 284px;
        height: 38px;
        margin: 16px 0 14px;
        font-size: 14px;
        line-height: 38px;
        color: #fff;
        background: #f60;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .login .third-login .sns:not(:last-child) {
        margin-right: 24px;
    }

    .login .third-login .qq {
        background-image: url(//s3.pstatp.com/toutiao/static/img/icon_qq_pc.5baa07b.svg),none;
    }

    .login .third-login .sns {
        display: inline-block;
        position: relative;
        width: 36px;
        height: 58px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: 100% 36px;
    }

        .login .third-login .sns > span {
            position: absolute;
            left: 6px;
            top: 41px;
            width: 24px;
            font-size: 12px;
            line-height: 17px;
            color: #777;
        }

    .login .third-login .weixin {
        background-image: url(//s3.pstatp.com/toutiao/static/img/icon_weixin_pc.1d58bef.png),none;
    }

.dheader {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
}

.logged .top .logout {
    font-size: 12px;
    line-height: 17px;
    text-align: right;
}

    .logged .top .logout span {
        color: #999;
    }

.logged .top .head {
    width: 56px;
    height: 56px;
    margin-top: -5px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.logged .top .name {
    margin-top: 7px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .logged .top .name span {
        color: #222;
    }

.logged .bottom {
    padding-top: 10px;
    font-size: 0;
    position: relative;
}

    .logged .bottom li {
        display: inline-block;
        width: 50%;
    }

    .logged .bottom .num {
        display: inline-block;
        width: auto;
        margin-bottom: 2px;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        color: #222;
    }

    .logged .bottom .word {
        color: #777 !important;
    }

    .logged .bottom p {
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
    }

    .logged .bottom .line {
        display: inline-block;
        position: absolute;
        top: 0;
        width: 1px;
        height: 64px;
        transform: scale(.5);
        background: #e8e8e8;
    }
/*发布end*/
/*.yheader .yheader_h2 {
    position: relative;
    min-height: 84px;
    padding: 16px 0 0 26px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yheader .yheader_h2 .yheader_h2img{
    width: 100px;
    height: 100px;
    line-height:97px;
    text-align:center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 100px;
    overflow:hidden;
    float:left;
    margin-top: -70px;
}
.yheader .yheader_h2 .yheader_h2img a{
    display:block;
    width: 100px;
    height: 100px;
    line-height:97px;
    text-align:center;
}
.yheader .yheader_h2 .yheader_h2img a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align:middle;
}
.yheader_test{
    color: #222;
    font-weight:700;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    float:left;
}
.yheader_guzu{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 37px;
    width: 164px;
    height:39px;
    line-height:39px;
    background: #2a90d7;
    text-align: center;
    border: 1px solid #2a90d7;
    padding: 0;
    border-radius: 6px;
    margin-right:20px;
    margin-top:4px;
    cursor: pointer;
}*/
#wrapper .left {
    display: table-cell;
    width: 740px;
    padding-right: 20px;
    vertical-align: top;
}

.tab {
    background: #fff;
    position: relative;
    border-bottom: 2px solid #E8E8E8;
    height: 46px;
    line-height: 46px;
    border-spacing: 40px 0;
}

    .tab li {
        display: table-cell;
        font-size: 18px;
        cursor: pointer;
        border-bottom: 2px solid transparent;
    }

        .tab li.active {
            color: #E72418;
            border-bottom: 2px solid #e72418;
        }

.feedBox {
    min-height: 519px;
}

.relatedFeed {
    position: relative;
    background: #fff;
    margin-top: 10px;
}

    .relatedFeed .item {
        position: relative;
    }


    .relatedFeed .item-inner {
        position: relative;
        padding: 24px 0;
        margin: 0 24px;
        border-bottom: 1px solid #f4f5f6;
    }

    .relatedFeed .normal.rbox {
        float: left;
        height: 102px;
        /*width: 510px;
    margin-left:20px;*/
    }

    .relatedFeed .normal {
        position: relative;
        font-size: 0;
        overflow: hidden;
    }

        .relatedFeed .normal:before {
            content: '';
            width: 0;
            font-size: 0;
            height: 100%;
            visibility: hidden;
            display: inline-block;
            vertical-align: middle;
        }

        .relatedFeed .normal .rbox-inner {
            display: inline-block;
            width: 100%;
            vertical-align: middle;
        }

    .relatedFeed .title-box {
        display: block;
        font-size: 20px;
        color: #000042;
        line-height: 1.3;
        margin-bottom: 4px;
        font-weight: 700;
        padding-left: 20px;
        padding-right: 20px;
    }

        .relatedFeed .title-box a {
            display: block;
            width: 100%;
            max-height: 52px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            color: #222;
        }

    .relatedFeed .footer {
        font-size: 12px;
        color: #999;
        height: 18px;
        line-height: 18px;
        margin-top: 10px;
        padding-left: 20px !important;
    }

.y-wrap .y-left {
    color: #777;
    font-size: 14px;
}

.y_left_img {
    line-height: 19px;
}

    .y_left_img img {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        margin-top: -3px;
        margin-right: 5px;
        border: 0;
    }

    .y_left_img b {
        line-height: 19px;
        font-weight: 100;
    }

.relatedFeed .lbox {
    position: relative;
    float: left;
    margin-right: 20px;
}

    .relatedFeed .lbox .img-wrap {
        display: block;
        width: 156px;
        height: 100px;
        line-height: 95px;
        text-align: center;
        border: 1px solid #e8e8e8;
        background: #fff;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .relatedFeed .lbox .img-wrap > img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle;
            cursor: pointer;
            -webkit-transition: all .5s ease-out .1s;
            transition: all .5s ease-out .1s;
            border: 0;
        }

    .relatedFeed .lbox .ftype {
        position: absolute;
        right: 4px;
        bottom: 4px;
        height: 22px;
        min-width: 6px;
        line-height: 22px;
        font-size: 12px;
        color: #fff;
        background: rgba(0,0,0,.5);
        padding: 0 8px;
        border-radius: 11px;
    }

.relatedFeed .link.title:hover {
    color: #f60;
}

.relatedFeed .lbox .ftype.video:before {
    content: '';
    position: absolute;
    background: url(/images/video_icon_bf43446.png) left center no-repeat;
    width: 6px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
}

.relatedFeed .lbox .ftype {
    position: absolute;
    right: 4px;
    bottom: 4px;
    height: 22px;
    min-width: 6px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.5);
    padding: 0 8px;
    border-radius: 11px;
}

    .relatedFeed .lbox .ftype.video span {
        padding-left: 8px;
    }

.left {
    float: left;
}

.relatedFeed .normal .rbox-inner {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.y-icon {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: yFont !important;
    font-size: 12px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*右*/
#wrapper .ppl {
    display: table-cell;
    width: 340px;
    vertical-align: top;
    float: left;
}

.statistics {
    display: table;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

    .statistics > dt, .statistics > dd {
        display: table-cell;
        width: 50%;
        text-align: center;
        padding: 18px 0;
        position: relative;
    }

        .statistics > dt a, .statistics > dd a {
            display: block;
        }

    .statistics .y-number {
        font-size: 24px;
        color: #222;
        font-weight: 700;
    }

em {
    font-style: normal;
}

.statistics p {
    font-size: 14px;
    color: #777;
    margin-top: 4px;
}

.statistics > dt:after {
    content: " ";
    display: block;
    position: absolute;
    background: #e8e8e8;
    height: 46px;
    width: 1px;
    left: 100%;
    top: 18px;
}

.recent {
    background: #f4f5f6;
    position: relative;
    top: 0;
    width: 340px;
    background: #fff;
}

    .recent > h2 {
        font-size: 18px;
        font-weight: 700;
        padding: 13px 0 9px 20px;
        color: #222;
        border-top: 2px solid #ed4040;
        border-bottom: 1px solid #ddd;
    }

    .recent .articles {
        /*padding-top: 8px;*/
    }

    .recent .yangshi {
        /*padding-top: 8px;*/
        float: right;
        width: 275px;
        line-height: 28px;
        margin-top: 5px;
    }

    .recent .articles .line {
        padding-bottom: 12px;
        margin: 9px 19px 0px;
        border-bottom: 1px solid #e8e8e8;
    }

        .recent .articles .line .lbox {
            float: left;
            position: relative;
            width: 118px;
            height: 68px;
            margin-right: 12px;
        }

            .recent .articles .line .lbox a {
                display: block;
                width: 118px;
                height: 68px;
                line-height: 63px;
                text-align: center;
                border: 1px solid #e0e1e2;
            }

                .recent .articles .line .lbox a img {
                    width: auto;
                    height: auto;
                    max-width: 100%;
                    max-height: 100%;
                    vertical-align: middle;
                    border: 0;
                }

        .recent .articles .line .rbox {
            float: left;
            width: 300px;
            /*height: 68px;*/
            font-size: 0;
        }

        .recent .articles .line.image .rbox {
            width: 166px;
        }

        .recent .articles .line .rbox .rbox-inner {
            vertical-align: middle;
            display: inline-block;
            width: 100%;
        }

        .recent .articles .line .rbox a {
            display: block;
            width: 100%;
            line-height: 22px;
            font-size: 14px;
            max-height: 44px;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            letter-spacing: 0;
            margin-bottom: 7px;
            color: #222;
        }

        .recent .articles .line .rbox span {
            font-size: 14px;
            color: #777;
            letter-spacing: 0;
            line-height: 14px;
        }

        .recent .articles .line .lbox .duration {
            display: inline-block;
            position: absolute;
            right: 8px;
            bottom: 8px;
            border-radius: 100px;
            font-size: 12px;
            color: #fff;
            background: rgba(34,34,34,.7);
            padding: 3px 7px 5px 16px;
        }

            .recent .articles .line .lbox .duration::before {
                content: '';
                background: url(/images/video_icon_bf43446.png) left center no-repeat;
                width: 6px;
                height: 8px;
                position: absolute;
                top: 50%;
                margin-top: -5px;
                margin-left: -9px;
            }

    .recent .articles .diqules {
        margin: 8px 19px;
        padding-bottom: 10px;
    }

        .recent .articles .diqules li {
            float: left;
        }

            .recent .articles .diqules li a {
                padding: 4px 6px; 
                line-height: 30px;
                height: 30px;
                color: #444;
                font-size: 14px; 
            }


        .recent .articles .diqules .yangshiul {
            margin-left: 0;
            padding-bottom: 0;
            margin-right: 10px;
        }

    .recent .articles .zxzpdw {
        margin: 0 19px;
        padding-bottom: 10px;
    }

        .recent .articles .zxzpdw li {
            border-bottom: 1px solid #e8e8e8;
        }

            .recent .articles .zxzpdw li:last-child {
                border-bottom: 0;
            }

            .recent .articles .zxzpdw li a {
                display: block;
                font-size: 14px;
                line-height: 36px;
                padding-right: 13px;
                color: #444;
                height: 36px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

.y-left {
    color: #777;
    font-size: 14px;
}

.daofoot {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    color: #000;
}


.yiguanzhu {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    color: rgb(119, 119, 119);
}

/*搜索*/
.dfg {
    font-size: 16px;
    margin-left: 20px;
    line-height: 58px;
    float: left;
}

.input_ss {
    /*float:right;*/
    margin-bottom: 16px;
    font-size: 14px;
    position: relative;
}

    .input_ss .tt_input_inner {
        padding-left: 10px;
        height: 36px;
        background-color: #f5f6f7;
        border-radius: 4px;
        border: 1px solid #e8e8e8;
        color: #1f2d3d;
        display: block;
        font-size: inherit;
        outline: 0;
        transition: border-color .2s cubic-bezier(.645,.045,.355,1);
        width: 262px;
        float: left;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input_ss .group_append {
        border: 1px solid #f60;
        background-color: #f60;
        color: #fff;
        position: relative;
        left: -1px;
        padding: 0 18px;
        cursor: pointer;
        height: 36px;
        line-height: 36px;
        float: left;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

/*左浮动*/
.lviewbar {
    width: 142px;
    position: fixed;
    left: 0px;
    top: 50%;
    height: auto;
    z-index: 99;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .lviewbar ul li a {
        display: block;
        width: 142px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #444;
        border-radius: 4px;
        margin-bottom: 2px;
        transition-property: color,background-color;
        font-size: 16px;
    }

        .lviewbar ul li a:hover {
            background-color: #f60;
            color: #fff !important;
        }

.active a {
    background-color: #f60;
    color: #fff !important;
}

.channel-more-layer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 143px;
    width: 300px;
    z-index: 30;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
    padding: 5px;
}

.bui-left {
    float: left;
}

/*写文章*/
.editor-out {
    position: relative;
    min-height: 318px;
    max-height: 612px;
    color: #222;
    font-size: 14px;
    background-color: #f4f5f6;
    padding-bottom: 40px;
}

.editer-verify {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.editor {
    min-height: 316px;
    max-height: 376px;
    overflow: auto;
}

.editor-wrapper {
    overflow: hidden;
}

.editor .editor-title {
    height: 84px;
    width: 100%;
    font-size: 24px;
    padding: 0 20px;
}

.editor .title-input {
    background-color: #f4f5f6;
    position: relative;
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom: none;
    margin-top: 24px;
    height: 36px;
    line-height: 36px;
    color: #222;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.editor-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #e8e8e8;
    height: 40px;
    width: 100%;
    background-color: #fff;
}

.bui-left {
    float: left;
}

.editor-footer .rest-words {
    height: 100%;
    color: #666;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
}

    .editor-footer .rest-words span {
        margin-left: 4px;
    }

.editor-footer .bui-right {
    text-align: right;
}

.bui-right {
    float: right;
}

.editor-footer .publishwenzhang {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #f60;
    color: #fff;
    opacity: .6;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease;
}

.wxDlcon {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    z-index: 999;
}
/*时政 申论 行测*/
.ul_top {
    border-bottom: 1px solid #e6e6e6;
    background: #F8F8F8;
    box-sizing: border-box;
}

.pxkc {
    float: left;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #484848;
    font-size: 15px;
    background: #F8F8F8;
    position: relative;
    width: 85px;
    text-align: center;
}

    .pxkc a {
        font-family: PingFangSC-Semibold,PingFang SC;
        font-weight: 700;
        color: #484848;
        font-size: 13px;
    }

.pxkc_re {
    position: relative;
    overflow: hidden;
    /*height: 326px;*/
    display: block;
    margin-top: 12px;
}

.pxkc_ul {
}

    .pxkc_ul li {
        border-bottom: 1px dashed #efefef;
        height: 34px;
        line-height: 34px;
        padding: 0 6px 0 6px;
    }

.pxkc_linav {
    margin-left: 6px;
}

    .pxkc_linav .pxkc_litext a {
        width: 240px;
        height: 36px;
        line-height: 36px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        /*font-family: 微软雅黑, "Microsoft YaHei", 宋体;*/
        overflow: hidden;
        font-size: 14px;
        color: #444;
    }

    .pxkc_linav .pxkc_lijq {
        float: right;
        height: 26px;
        font-size: 12px;
        font-family: PingFangSC-Medium,PingFang SC;
        color: rgba(51,51,51,1);
        line-height: 26px;
        margin-right: 5px;
        text-align: right;
    }

        .pxkc_linav .pxkc_lijq a {
            width: 70px;
            color: red;
            height: 36px;
            line-height: 36px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            font-size: 13px;
            font-family: 微软雅黑, "Microsoft YaHei", 宋体;
            overflow: hidden;
        }

.pxkc_move {
    float: right;
    margin-top: 1px;
    margin-right: 12px;
    height: 14px;
    font-size: 10px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 14px;
    margin-bottom: 10px;
}

    .pxkc_move a {
        font-size: 14px;
        font-family: PingFangSC-Regular,PingFang SC;
        font-weight: 400;
        color: #1E9FFF;
        line-height: 14px;
        text-decoration: underline;
    }

.pxkc.now {
    background-color: #fff;
}

.topOneMainRight_nav {
    width: 100%;
    background: #fff;
    z-index: 99;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}

.recentss {
    background: white;
    position: relative;
    border-top: 2px solid #ed4040;
}

.topOneMainRight_nav .pxkc.now:after {
    border-top: none;
    border-width: 1px;
    border-color: #e6e6e6;
    border-bottom-color: #fff;
}

.topOneMainRight_nav .pxkc.now:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}

.topOneMainRight_nav .pxkc:first-child.now:after {
    border-left: 0;
}

/*返回顶部*/
.fanhui {
    height: 64px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.sidebar-icon {
    position: relative;
    display: block;
    height: 28px;
    width: 64px;
    padding-top: 35px;
    text-align: center;
    background-color: #f60;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center 10px;
}

.sidebar-icon-7 {
    background-image: url(/images/sidebar-icon-7.png);
}

    .sidebar-icon-7 span {
        color: #fff;
    }
/*搜索下拉*/
#searchAppend {
    max-width: 494px;
    width: 100%;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display: none;
    line-height: 30px;
    text-indent: 10px;
    position: absolute;
    top: 38px;
    background: white;
    z-index: 99;
}

    #searchAppend .searchSelect {
        cursor: pointer;
    }

#lg_tnav {
    overflow: initial !important;
}
/*搜索下拉end*/
.yagnshih2 {
    width: 50px;
    float: left;
    font-size: 14px;
    padding: 10px 0 10px 15px;
    border: 0px;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

.w-bg-org {
    background-color: #FF7405;
    color: white !important;
}
