
.pgc-link{*float:left;}
.right-top-1 .report{*overflow:hidden;}
.y-nav .nav {
    position: relative;
    height: 42px;
    line-height: 42px;
    background: #f4f5f6;
    color: #444;
}

.y-nav .nav-list {
    padding: 0 20px;
}

.y-nav .nav-item {
    font-size: 14px;
    font-weight: 500;
    margin-right: 42px;
    width: 28px;
    white-space: nowrap;
}

    .y-nav .nav-item.nav-more {
        position: relative;
        margin-right: 0;
    }

        .y-nav .nav-item.nav-more:hover .nav-layer {
            display: block;
        }

        .y-nav .nav-item.nav-more:hover .icon-more {
            color:#ed4040;
            -moz-transform:rotate(180deg); 	/* Firefox */
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -o-transform:rotate(180deg); 	/* Opera */
             
        }

.y-nav .nav-link {
    color: #444;
    border: 0;
}

    .y-nav .nav-link:hover {
        color: #ed4040;
    }

    .y-nav .nav-link.active {
        color: #f85959;
    }

.y-nav .nav-layer {
    display: none;
    position: absolute;
    top: 42px;
    right: -32px;
    width: 90px;
    border: 1px solid #f4f5f6;
    z-index: 10;
}

.y-nav .nav-more-item {
    padding: 10px;
    line-height: 10px;
    text-align: center;
    background: #fff;
}

    .y-nav .nav-more-item a, .y-nav .nav-more-item a:visited {
        color: #444;
    }

    .y-nav .nav-more-item:hover {
        background: #f4f5f6;
    }



.wtopbar {
    position: relative;
    height: 34px;
    line-height: 34px;
    background: #222;
    font-size: 14px;
    color: #fff;
overflow: hidden;
}

    .wtopbar .tb-item {
        position: relative;
        float: left;
        border-left: 1px solid #3a3a3a;
    }

        .wtopbar .tb-item:first-child {
            border: 0;
        }

    .wtopbar .tb-link {
        padding: 0 10px;
        color: #fff;
    }

        .wtopbar .tb-link:hover {
            color: rgba(255,255,255,.9);
        }

            .wtopbar .tb-link:hover .icon-location {
                color: rgba(255,255,255,.9);
            }

    .wtopbar .more .layer {
        display: none;
        position: absolute;
        border: 1px solid #d9d9d9;
        background: #fff;
        z-index: 20;
        font-size: 14px;
        right: 0;
        width: 116px;
    }

        .wtopbar .more .layer .layer-item {
            cursor: pointer;
            display: block;
            width: auto;
            height: 42px;
            line-height: 42px;
            color: #999;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            text-align: center;
        }

            .wtopbar .more .layer .layer-item:hover {
                background-color: #f2f2f5;
            }

    .wtopbar .more:hover .layer {
        display: block;
    }

    .wtopbar .weather {
        position: relative;
    }

        .wtopbar .weather .weather-box {
            display: none;
            position: absolute;
            top: 34px;
            right: 8px;
            z-index: 20;
        }

        .wtopbar .weather .city_state {
            margin: 0 9px;
        }

        .wtopbar .weather .icon-more {
            color: #fff;
            font-size: 13px;
        }

        .wtopbar .weather .city_temperature em {
            position: relative;
            margin-right: 2px;
        }

        .wtopbar .weather:hover .weather-box {
            display: block;
        }

    .wtopbar .userbox {
        margin-left: 14px;
        height: 34px;
    }

.wsearch {
    position: relative;
}

    .wsearch .input-group {
        position: relative;
        border: 1px solid #e8e8e8;
        padding: 0 14px;
        background-color: #f5f6f7;
        border-radius: 4px;
    }

    .wsearch .input-text {
        border: 0;
        color: #444;
        font-size: 14px;
        line-height: 20px;
        width: 280px;
        padding: 0;
        outline: 0;
        padding: 9px 10px 9px 0;
        background: #f5f6f7;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .wsearch .input-text::-webkit-input-placeholder {
            color: #dfdfdf;
        }

        .wsearch .input-text:-moz-placeholder {
            color: #dfdfdf;
        }

        .wsearch .input-text::-moz-placeholder {
            color: #dfdfdf;
        }

        .wsearch .input-text:-ms-input-placeholder {
            color: #dfdfdf;
        }

    .wsearch .btn-submit {
        display: block;
        border-left: 0;
    }

        .wsearch .btn-submit button {
            line-height: 38px;
            background: transparent;
            outline: 0;
            border: 0;
            cursor: pointer;
        }

    .wsearch .layer {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        font-size: 14px;
        z-index: 22;
        border: 1px solid #e8e8e8;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    }

        .wsearch .layer.layer-show {
            display: block;
        }

        .wsearch .layer:hover {
            display: block;
        }

        .wsearch .layer .search-tip {
            font-size: 15px;
            color: #999;
            padding: 10px 0 2px 16px;
        }

        .wsearch .layer .search-item > a {
            display: block;
            height: 40px;
            line-height: 40px;
            padding-right: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #444;
            font-size: 0;
        }

            .wsearch .layer .search-item > a:hover {
                background: #f4f5f6;
            }

        .wsearch .layer .search-item .search-txt {
            font-size: 14px;
        }

        .wsearch .layer .search-item .search-no {
            display: inline-block;
            font-size: 14px;
            color: #999;
            width: 28px;
            margin-right: 12px;
            text-align: right;
            font-style: italic;
        }

            .wsearch .layer .search-item .search-no.search-no-1 {
                color: #f85959;
            }

            .wsearch .layer .search-item .search-no.search-no-2 {
                color: #ff7800;
            }

            .wsearch .layer .search-item .search-no.search-no-3 {
                color: #ffba00;
            }

        .wsearch .layer .search-item .search-sug {
            display: inline-block;
            width: 14px;
        }

.login-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -266px;
    margin-top: -227px;
    color: #4E4E4E;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1000;
    *width: 530px;
}

    .login-dialog .btn {
        position: absolute;
        right: 10px;
        top: 13px;
        display: block;
        height: 18px;
        width: 18px;
        cursor: pointer;
    }

        .login-dialog .btn .icon-close {
            height: 10px;
            width: 10px;
            background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/home_close_normal_e37e884.png) center no-repeat;
        }

        .login-dialog .btn:hover .icon-close {
            background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/home_close_hover_5071e41.png) center no-repeat;
        }

    .login-dialog .icon {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .login-dialog .login-dialog-header {
        padding: 28px 0 20px 84px;
        width: 200px;
    }

        .login-dialog .login-dialog-header h3 {
            font-size: 18px;
            font-weight: 700;
            color: #4f5157;
            line-height: 1px;
        }

    .login-dialog .login-pannel {
        padding: 8px 113px 0;
        width: 306px;
    }

    .login-dialog .login-dialog-header {
        font-size: 18px;
        font-weight: 700;
        color: #4f5157;
        line-height: 1px;
        padding-top: 28px;
        padding-bottom: 20px;
        padding-left: 84px;
        width: 200px;
    }

    .login-dialog .error {
        color: red;
        font-size: 14px;
        padding-left: 10px;
        margin-top: 10px;
    }

    .login-dialog .left {
        padding-top: 40px;
    }

    .login-dialog .input-group {
        margin-bottom: 15px;
    }

    .login-dialog .input {
        border: 1px solid #e9e9e9;
        border-radius: 4px;
    }

        .login-dialog .input label {
            font-size: 16px;
            color: #6b6b6b;
            padding: 13px 10px;
        }

    .login-dialog .name, .login-dialog .password {
        border: 0;
        color: #5e5e5e;
        font-size: 16px;
        height: 18px;
        width: 227px;
        padding: 0;
        outline: 0;
        padding: 13px 10px;
    }

        .login-dialog .name input, .login-dialog .password input {
            background-color: #fff;
        }

    .login-dialog .name {
        background-position: 10px 10px;
    }

    .login-dialog .password {
        background-position: 10px -45px;
    }

    .login-dialog .submit-btn {
        margin-top: 20px;
        height: auto;
        padding: 11px 66px;
        line-height: 18px;
        font-size: 16px;
        background-color: #ff635c;
        border-radius: 4px;
        color: #fff;
        border: 0;
        outline: 0;
        cursor: pointer;
        box-shadow: 0 2px 2px rgba(14,5,9,.16);
    }

        .login-dialog .submit-btn:hover {
            background-color: #ff746e;
        }

        .login-dialog .submit-btn:active {
            background-color: #ff635c;
        }

    .login-dialog .label {
        font-size: 14px;
        color: #9e9e9e;
    }

    .login-dialog .other {
        border-top: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }

    .login-dialog .sns_login_list {
        margin: 10px auto 30px;
        width: 400px;
    }

        .login-dialog .sns_login_list li {
            float: left;
        }

            .login-dialog .sns_login_list li a {
                display: block;
                font-size: 14px;
                line-height: 30px;
                width: 80px;
                color: #9e9e9e;
                text-align: center;
            }

                .login-dialog .sns_login_list li a:hover {
                    color: #dc2525;
                }

            .login-dialog .sns_login_list li .icon {
                display: block;
                height: 40px;
                width: 40px;
                margin: 0 auto;
            }

        .login-dialog .sns_login_list .sinaweibo .icon {
            background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weibo_71863da.png?__sprite) no-repeat center top;
        }

        .login-dialog .sns_login_list .qqweibo .icon {
            background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/tencent_0aa16bf.png?__sprite) no-repeat center top;
        }

        .login-dialog .sns_login_list .qzone .icon {
            background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/qq_4685a4d.png?__sprite) no-repeat center top;
        }

        .login-dialog .sns_login_list .renren .icon {
            background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/renren_701f64f.png?__sprite) no-repeat center top;
        }

        .login-dialog .sns_login_list .weixin .icon {
            background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weixin_158ddc6.png?__sprite) no-repeat center top;
        }

    .login-dialog .bottom-line {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }

    .login-dialog .captcha-box {
        display: none;
    }

        .login-dialog .captcha-box .input input {
            width: 158px;
        }

        .login-dialog .captcha-box img {
            height: 46px;
            width: 122px;
            vertical-align: bottom;
        }

        .login-dialog .captcha-box.show {
            display: block;
        }

.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    opacity: .5;
    filter: alpha(opacity=50);
    background-color: #000;
}

.hide {
    display: none;
}

.y-weather {
    padding: 4px;
    color: #444;
    width: 220px;
    height: 124px;
    z-index: 20;
    background: #fff;
    border: 1px solid #e8e8e8;
}

    .y-weather .w-header {
        font-size: 14px;
        line-height: 18px;
    }

        .y-weather .w-header .icon-location {
            padding-left: 10px;
            cursor: pointer;
            color: #406599;
            font-size: 13px;
        }

        .y-weather .w-header .wind {
            margin: 0 10px;
        }

        .y-weather .w-header .air {
            color: #fff;
            border-radius: 4px;
            height: 18px;
            line-height: 18px;
            display: inline-block;
            font-size: 12px;
            text-align: center;
            padding: 0 4px;
        }

    .y-weather .city-select {
        display: none;
        margin: 0 auto;
        margin-top: 18px;
        width: 200px;
        height: 76px;
        background: #fff;
    }

        .y-weather .city-select:after {
            content: '';
            position: absolute;
            top: 125px;
            width: 220px;
            height: 300px;
        }

        .y-weather .city-select .select-style {
            position: relative;
            width: 94px;
            height: 26px;
            line-height: 26px;
            border: 1px solid #e8e8e8;
            font-size: 14px;
        }

            .y-weather .city-select .select-style .name {
                margin-left: 5px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                color: #444;
            }

            .y-weather .city-select .select-style .icon-more {
                padding: 0 5px;
                background-color: #f4f5f6;
                font-size: 14px;
                line-height: 26px;
            }

        .y-weather .city-select .province-list, .y-weather .city-select .city-list {
            display: none;
            position: absolute;
            left: -1px;
            width: 180px;
            background: #fff;
            border: 1px solid #e8e8e8;
            margin-top: 2px;
            z-index: 2;
        }

            .y-weather .city-select .province-list .item, .y-weather .city-select .city-list .item {
                width: 33.33333%;
                line-height: 28px;
                text-align: center;
                background: #fff;
            }

                .y-weather .city-select .province-list .item:hover, .y-weather .city-select .city-list .item:hover {
                    background: #e8e8e8;
                }

        .y-weather .city-select .city-list {
            left: auto;
            right: -1px !important;
        }

        .y-weather .city-select .ok-btn, .y-weather .city-select .cancel-btn {
            width: 94px;
            display: inline-block;
            height: 28px;
            line-height: 28px;
            text-align: center;
            font-size: 14px;
            margin-top: 12px;
            background: #406599;
            color: #fff;
            border-radius: 6px;
        }

            .y-weather .city-select .ok-btn:hover, .y-weather .city-select .cancel-btn:hover {
                opacity: .8;
            }

        .y-weather .city-select .cancel-btn {
            margin-left: 10px;
            background: #e8e8e8;
            color: #999;
        }

    .y-weather .weather-icon {
        margin: auto;
        width: 48px;
        height: 48px;
        background: #eee;
    }

    .y-weather .weather-icon-0 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/0_2491676.png);
    }

    .y-weather .weather-icon-1 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/1_51a147f.png);
    }

    .y-weather .weather-icon-2 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/2_edf7194.png);
    }

    .y-weather .weather-icon-3 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/3_0457b68.png);
    }

    .y-weather .weather-icon-4 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/4_7642bb6.png);
    }

    .y-weather .weather-icon-5 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/5_1531508.png);
    }

    .y-weather .weather-icon-6 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/6_db5a188.png);
    }

    .y-weather .weather-icon-7 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/7_88acb18.png);
    }

    .y-weather .weather-icon-8 {
        background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/8_9815104.png);
    }

    .y-weather .weather-icon-9 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/9_2f510a8.png);
    }

    .y-weather .weather-icon-10 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/10_2537929.png);
    }

    .y-weather .weather-icon-13 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/13_b05865c.png);
    }

    .y-weather .weather-icon-14 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/14_9b3eb63.png);
    }

    .y-weather .weather-icon-15 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/15_5a76b28.png);
    }

    .y-weather .weather-icon-16 {
        background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/16_6a326fa.png);
    }

    .y-weather .weather-icon-17 {
        background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/17_32ec6f5.png);
    }

    .y-weather .weather-icon-18 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/18_a639aa7.png);
    }

    .y-weather .weather-icon-19 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/19_939a531.png);
    }

    .y-weather .weather-icon-20 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/20-36_55ac7de.png);
    }

    .y-weather .weather-icon-29 {
        background: url(/static/image/weather/29-36.png);
    }

    .y-weather .weather-icon-30 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/30_10c227c.png);
    }

    .y-weather .weather-icon-31 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/31_4b92e75.png);
    }

    .y-weather .weather-icon-32 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/32_6a54cc8.png);
    }

    .y-weather .weather-icon-33 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/33_d20b8b5.png);
    }

    .y-weather .weather-icon-34 {
        background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/34_e4493a6.png);
    }

    .y-weather .weather-icon-35 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/29-35_0505311.png);
    }

    .y-weather .weather-icon-36 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/20-36_55ac7de.png);
    }

    .y-weather .weather-icon-44 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/44_0af4b08.png);
    }

    .y-weather .weather-icon-45 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/45-46_26db39c.png);
    }

    .y-weather .weather-icon-46 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/45-46_26db39c.png);
    }

    .y-weather .days-weather {
        display: none;
        margin-top: 10px;
        font-size: 14px;
    }

        .y-weather .days-weather .day {
            display: inline-block;
            width: 33.3333333%;
        }

        .y-weather .days-weather span {
            display: block;
            text-align: center;
        }

        .y-weather .days-weather .title {
            color: #999;
            line-height: 24px;
        }

        .y-weather .days-weather .temperature {
            white-space: nowrap;
            line-height: 24px;
        }

            .y-weather .days-weather .temperature em {
                position: relative;
                padding-right: 2px;
            }

    .y-weather .show {
        display: block !important;
    }

 

.userFeedback {
    position: fixed;
    right: 0;
    top: 30px;
    z-index: 30;
    background: #fff;
    display: block;
}

    .userFeedback .dialog-header {
        border: 1px solid #ddd;
        border-top: 2px solid #f44d4d;
        border-bottom: 1px solid #ddd;
        padding: 9px 16px;
    }

        .userFeedback .dialog-header h3 {
            color: #f44d4d;
            font-size: 20px;
        }

    .userFeedback .dialog-inner {
        border: 1px solid #ddd;
        border-top: 0;
        padding-top: 15px;
    }

    .userFeedback .feedback_panel {
        width: 320px;
        padding: 0 20px 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .userFeedback .email, .userFeedback .content {
        border-radius: 4px;
        border: 1px solid #d7d7d7;
        color: #5e5e5e;
        height: 18px;
        width: 300px;
        padding: 0;
        outline: 0;
        background: #f2f2f5;
        padding: 5px 10px;
        resize: none;
    }

        .userFeedback .email:focus, .userFeedback .content:focus {
            border-color: #e4413a;
            box-shadow: 0 0 2px 0 #ccc;
        }

    .userFeedback .submit-btn {
        height: auto;
        padding: 8px 30px;
        line-height: 18px;
        font-size: 16px;
        background-color: #f44d4d;
        border-radius: 3px;
        color: #fff;
        border: 0;
        outline: 0;
        cursor: pointer;
    }

        .userFeedback .submit-btn:hover {
            background-color: #C52424;
        }

        .userFeedback .submit-btn.disabled {
            background-color: #C52424;
        }

    .userFeedback .error {
        margin-left: 5px;
        color: #e4413a;
    }

    .userFeedback .input-group {
        margin-bottom: 10px;
        position: relative;
    }

    .userFeedback .label {
        margin-bottom: 5px;
        color: #333;
    }

    .userFeedback .close {
        position: absolute;
        right: 0;
        top: 10px;
        color: #333;
    }

.toast .toast-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px 24px;
    font-size: 14px;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.7);
    border-radius: 4px;
    z-index: 1500;
}

#header {
    width: 100%;
    background: #fff;
    margin-bottom: 16px;
    z-index: 2;
}

    #header .middlebar {
        position: relative;
        height: 58px;
        background: #fff;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
    }

        #header .middlebar .middlebar-inner {
            width: 1200px;
            margin: 0 auto;
        }

            #header .middlebar .middlebar-inner .logo-box {
               
                overflow: hidden;
            }

                #header .middlebar .middlebar-inner .logo-box .logo-link {
                    display: block;
                     line-height: 55px;
                }

                    #header .middlebar .middlebar-inner .logo-box .logo-link > img {
                     max-height:40px;
                        vertical-align: middle;
                    }

            #header .middlebar .middlebar-inner .chinese-tag {
                font-size: 16px;
                margin-left: 20px;
                line-height: 58px;
            }

                #header .middlebar .middlebar-inner .chinese-tag a {
                    color: #444;
                }

                    #header .middlebar .middlebar-inner .chinese-tag a:hover {
                        color: #406599;
                    }

                    #header .middlebar .middlebar-inner .chinese-tag a:active {
                        color: #444;
                    }

                #header .middlebar .middlebar-inner .chinese-tag span {
                    color: #999;
                }

#footer {
  
    padding: 12px 0;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #9a9a9a;
    margin-top: 16px;
    background-color: #fff;
}

    #footer .fitem {
        margin: 0 3px;
        color: #9a9a9a;
    }
.company {
    position: relative;
}
.footqrcode {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    position: absolute;
    margin-left: -406px;
    left: 50%;
    margin-right: -500px;
    background: #fff;
    bottom: 31px;
}

        #footer .fitem > img {
            width: 20px;
            height: 20px;
            vertical-align: middle;
            margin: 0 3px 3px 0;
        }
#article-main .jwplayer {
margin:auto;}
#article-main .article-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    color: #222;
}

    #article-main .artilce-info {
        font-size: 14px;
        color: #777;
    }

    #article-main .article-content {
        margin-bottom: 24px;
    }

    #article-main .article-content pre {
        white-space: normal;
    }

    #article-main .article-content > div, #article-main .article-content {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.5px;
        color: #222;
        word-wrap: break-word;
    }

        #article-main .article-content > div > p, #article-main .article-content > p {
            margin-top: 18px;
        }

        #article-main .article-content > div strong, #article-main .article-content > div em, #article-main .article-content strong, #article-main .article-content em {
            font-weight: 700;
        }

        #article-main .article-content > div ol li, #article-main .article-content > div ul li, #article-main .article-content ol li, #article-main .article-content ul li {
            /*list-style: inherit;*/
        }

        #article-main .article-content > div ol, #article-main .article-content ol {
            list-style: decimal outside;
        }

        #article-main .article-content > div ul, #article-main .article-content ul {
            list-style: square outside;
        }

        #article-main .article-content > div h1, #article-main .article-content h1 {
            font-size: 24px;
            font-weight: 700;
            line-height: 32px;
            color: #222;
            margin: 36px 0 22px;
        }

        #article-main .article-content > div blockquote, #article-main .article-content blockquote {
            position: relative;
            font-size: 16px;
            line-height: 1.5;
            color: #999;
            margin: 1em 0;
            padding: 12px 10px;
            background: #F4F5F6;
            border: 1px solid #E8E8E8;
        }

        #article-main .article-content > div img, #article-main .article-content img {
            max-width: 100%;
            display: block;
            margin: 0px auto;
        }
#article-main .article-content ul.modulearticle li img {
    margin-right: 12px;
}
#article-main .article-content ul.modulearticle p {
        color: #222;    }




    #article-main .article-content > div hr, #article-main .article-content hr {
        margin: 40px auto;
        width: 64px;
        height: 2px;
        background: #ccc;
        outline: 0;
        border: 0;
    }

    #article-main .article-content > div a, #article-main .article-content a {
        color: #406599;
    }

    #article-main .article-content > div a:visited, #article-main .article-content a:visited {
        color: #406599;
    }

    #article-main .article-content > div a:hover, #article-main .article-content a:hover {
        color: rgba(64,101,153,.6);
    }

    #article-main .article-content > div .pgc-img-caption, #article-main .article-content .pgc-img-caption {
        text-align: center;
        font-size: 12px;
        color: #777;
        line-height: 16px;
        margin-top: 0;
    }

    #article-main .article-content > div .list-paddingleft-2, #article-main .article-content .list-paddingleft-2 {
        padding: 20px 30px;
        color: #222;
    }

    #article-main .article-content .ttplayer-js {
        width: 640px;
        height: 360px;
        font-size: 12px;
        line-height: 1;
        color: #fff;
        background-color: #000;
    }

    #article-main .article-actions {
        margin-bottom: 28px;
    }

    .labelList {
        display: inline-block;
        margin-bottom:15px;
    }

    .labelList i {
        display: inline-block;
        color: #cacaca;
        font-size: 21px;
        vertical-align: middle;
    }

    .labelList .label-list {
        display: inline;
        vertical-align: middle;
            line-height: 28px;
    }

    .labelList .label-item {
        display: inline-block;
        margin-right: 8px;
        font-size: 14px;
    }

        .labelList .label-item .label-link {
            color: #406599;
        }

        .labelList .label-item:before {
            content: '/';
            padding-right: 10px;
            color: #e0e0e0;
        }

        .labelList .label-item:first-child:before {
            content: '';
        }

.chineseTag {
    font-size: 16px;
    margin-bottom: 12px;
}

    .chineseTag a {
        color: #444;
    }

        .chineseTag a:hover {
            color: #406599;
        }

        .chineseTag a:active {
            color: #444;
        }

    .chineseTag span {
        color: #999;
    }

.actionBox {
    float: right;
}

    .actionBox .repin, .actionBox .areport {
        display: inline-block;
        margin-left: 20px;
        cursor: pointer;
        line-height: 18px;
    }

        .actionBox .repin span, .actionBox .areport span {
            color: #999;
            font-size: 14px;
            vertical-align: middle;
        }

        .actionBox .repin i, .actionBox .areport i {
            font-size: 18px;
            color: #cacaca;
            margin-right: 7px;
            vertical-align: middle;
        }

            .actionBox .repin i:hover, .actionBox .areport i:hover {
                opacity: .6;
            }

            .actionBox .repin i.icon-report, .actionBox .areport i.icon-report {
                font-size: 14px;
            }

    .actionBox .repin {
        color: #ffbd1d !important;
    }

.articleInfo {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 13px;
}

    .articleInfo span {
        color: #777;
        margin-right: 2px;
    }

    .articleInfo .original {
        display: inline-block;
        height: 12px;
        padding: 2px;
        border: 1px solid #999;
        line-height: 12px;
    }

tt-audio, .audio {
    display: block;
    position: relative;
    width: 602px;
    height: 72px;
    margin-top: 30px;
    margin-bottom: 35px;
    border: 1px solid #e8e8e8;
    padding-left: 56px;
    cursor: pointer;
    background-color: #fafafa;
    background-image: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/images/article_audio_normal_422d84b.png?__sprite);
    background-repeat: no-repeat;
    background-position: 14px 20px;
    position: relative;
}

    tt-audio:hover, .audio:hover {
        background-image: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/images/article_audio_hover_3d68ad9.png?__sprite);
    }

    tt-audio.play, .audio.play {
        background-image: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/images/article_audio_play_b6b4d8c.gif);
    }

    tt-audio .audio-top, .audio .audio-top {
        height: 44px;
    }

    tt-audio .audio-title, .audio .audio-title {
        font-size: 18px;
        color: #222;
        line-height: 44px;
        margin-right: 10px;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 500px;
    }

    tt-audio .audio-time, .audio .audio-time {
        font-size: 12px;
        color: #999;
        line-height: 44px;
    }

    tt-audio .audio-content, .audio .audio-content {
        color: #999;
        font-size: 14px;
        line-height: 14px;
    }

    tt-audio .audio-progress, .audio .audio-progress {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background: #5e87db;
        width: 0;
    }

    tt-audio .audio-error, .audio .audio-error {
        position: absolute;
        top: 72px;
        left: 0;
        margin-top: 6px;
        font-size: 12px;
        color: #999;
        line-height: 12px;
    }

#comment .c-header {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

    #comment .c-header > em {
        font: 22px/24px Georgia;
        color: #f85959;
    }

    #comment .c-header .line {
        height: 4px;
        background-color: #3f404c;
        margin-bottom: 20px;
    }

#comment .c-item {
    padding: 14px 0;
    border-top: 1px solid #f2f2f2;
}

    #comment .c-item:first-child {
        margin-top: 22px;
    }

#comment .avatar-wrap {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: url(../images/default40.png) no-repeat center;
    overflow: hidden;
}

#comment .avatar-wrap-center {
    margin-top: 7px;
}

#comment .avatar-wrap img {
    width: 100%;
    height: 100%;
}

#comment .c-content {
    margin-left: 42px;
    overflow: hidden;
}

    #comment .c-content a, #comment .c-content span {
        font-size: 14px;
    }

    #comment .c-content p {
        font-size: 14px;
        line-height: 22px;
        color: #222;
    }

    #comment .c-content .c-user-info {
        margin-bottom: 4px;
    }

    #comment .c-content .c-user-name, #comment .c-content .c-reply, #comment .c-content .c-reply-count {
        color: #406599;
        cursor: pointer;
    }

        #comment .c-content .c-user-name i, #comment .c-content .c-reply i, #comment .c-content .c-reply-count i {
            font-size: 13px;
            color: #406599;
        }

    #comment .c-content .c-create-time {
        color: #777;
    }

    #comment .c-content .c-digg {
        color: #777;
        cursor: pointer;
    }

        #comment .c-content .c-digg:hover {
            opacity: .6;
        }

        #comment .c-content .c-digg > i {
            color: #cacaca;
            font-size: 15px;
        }

    #comment .c-content .c-digg-active {
        cursor: default;
        color: #ed4040;
    }

        #comment .c-content .c-digg-active:hover {
            opacity: 1;
        }

        #comment .c-content .c-digg-active i {
            color: #ed4040;
            -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

    #comment .c-content .c-report {
        margin-top: 1px;
        margin-left: 12px;
        cursor: pointer;
    }

        #comment .c-content .c-report:hover {
            opacity: .6;
        }

        #comment .c-content .c-report > i {
            color: #cacaca;
            font-size: 14px;
        }

 
   #comment .c-content .c-footer-action {
        margin-top: 6px;    
    }
    #comment .c-content .c-reply-comment {
        margin-top: 26px;
    }

#comment .c-load-more {
    color: #406599;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-color: #f4f5f6;
    margin-top: 10px;
    cursor: pointer;
}

    #comment .c-load-more.r-load-more {
        width: 50%;
        margin: 0 auto;
        margin-top: 10px;
    }
/*评论管理*/
#comment ul.comment li a {
 }
.comment li .opr {
    top:0;
}
@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3,.3,.3);
        transform: scale3d(0.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9,.9,.9);
        transform: scale3d(0.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97,.97,.97);
        transform: scale3d(0.97,.97,.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3,.3,.3);
        transform: scale3d(0.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9,.9,.9);
        transform: scale3d(0.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97,.97,.97);
        transform: scale3d(0.97,.97,.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.inputBox {
    margin-top: 12px;
}

    .inputBox .input-wrap {
        position: relative;
        font-size: 16px;
        color: #bababa;
        border: 1px solid #3f404c;
        background: #fff;
        margin-left: 42px;
        height: 44px;
    }

        .inputBox .input-wrap.focus {
            height: 100%;
        }

            .inputBox .input-wrap.focus .c-textarea textarea {
                height: 110px;
            }

            .inputBox .input-wrap.focus .c-action {
                position: relative;
                background-color: #f4f5f6;
            }

                .inputBox .input-wrap.focus .c-action .c-submit {
                    background-color: #3f404c;
                }

        .inputBox .input-wrap.not-main {
            margin-left: 0;
        }

    .inputBox .c-textarea {
        background: #fff;
        padding: 12px 16px 0;
    }

        .inputBox .c-textarea textarea {
            display: block;
            font-size: 16px;
            width: 100%;
            height: 30px;
            resize: none;
            border: 0;
            outline: 0;
            padding: 0;
            -webkit-transition: .1s height linear;
            transition: .1s height linear;
        }

    .inputBox .c-action {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0;
        border: 0;
        height: 44px;
    }

        .inputBox .c-action .c-submit {
            float: right;
            line-height: 44px;
            background-color: #3f404c;
            width: 110px;
            height: 100%;
            color: #fff;
            text-align: center;
            cursor: pointer;
        }
.report {
   
    background-color: #f4f5f6;
    
}
 
#J_report .report {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 360px;
    margin-left: -188px;
    margin-top: -140px;
    background: #fff;
    border: 1px solid #eee;
    z-index: 1001;
    border-radius: 4px;
    padding: 8px;
}

.report-header {
    font-size: 18px;
    color: #5d5d5d;
    text-align: center;
    border-bottom: 1px solid #ed4040;
    padding-bottom: 8px;
}

.report-content {
    padding: 10px 20px;
    font-size: 16px;
}

    .report-content .report-option {
        margin-bottom: 10px;
    }

        .report-content .report-option input, .report-content .report-option label {
            vertical-align: middle;
        }

    .report-content .complain-text {
        width: 100%;
        height: 72px;
        font-size: 16px;
        padding: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #5d5d5d;
        border: 1px #e9e9e9 solid;
    }

.report-action {
    cursor: pointer;
    width: 240px;
    margin: 0 auto;
}

    .report-action .btn {
        width: 100px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: #ff635c;
    }

        .report-action .btn:hover {
            opacity: .9;
        }

        .report-action .btn.cancel {
            color: #9e9e9e;
            background-color: #fafafa;
        }

.module {
    /*width: 300px;*/
    border-top: 2px solid #ed4040;
    background-color: #f4f5f6;
    margin-bottom: 18px;
    padding: 15px 15px 20px;  
}

.module-head {
    color: #222;
    padding-bottom: 6px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 700;
}

    .module-head a:visited {
        color: #222;
    }

    .module-head a:hover {
        color: #406599;
    }

.module-title {
    color: #222;
}

    .module-title:hover {
        color: #406599;
    }

.module-pic {
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .module-pic img {
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .module-pic:hover img {
        -webkit-transform: matrix(1.05,0,0,1.05,0,0);
        -ms-transform: matrix(1.05,0,0,1.05,0,0);
        transform: matrix(1.05,0,0,1.05,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.hot-item {
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

    .hot-item:last-child {
        border-bottom: 0;
    }

.hot-link {
    display: block;
    width: 270px;
    position: relative;
}

.hot-tag {
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 11px;
    position: absolute;
      left: 9px;
    top: 38px;
    background: #000;
    filter: alpha(opacity=70);
    background: rgba(0,0,0,.7);
}

    .hot-tag span {
        line-height: 22px;
        font-size: 8px;
        color: #fff;
    }

.hot-title {
    font-size: 16px;
    margin-top: 10px;
    line-height: 22px;
}

.pgcInfo {
    /*padding: 15px 15px 20px;*//*为了与与其他页面一致去掉这个*/
}
 
.pgc-head {
    height: 54px;
}
.pgc-head .bradius {    width: 52px;  height: 52px;    background: #ddd;    overflow: hidden;padding:10px;display:inline-block;
   border-radius: 100%;    }
.pgc-head .bradius img{
   border-radius: 0   }
    .pgc-head img {
        width: 52px;
        height: 52px;
        border-radius: 100%;
        border: 1px solid #e8e8e8;
        background: #ddd;
        display: inline-block;
    }

.pgc-username {width: 204px;
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    float:right;
}

    .pgc-username span {
        line-height: 26px;
        font-size: 16px;
        font-weight: 700;
        color: #222;
    }

.pgc-description {
    font-size: 14px;
    line-height: 22px;
    color: #777;
    padding: 8px 0 10px;
    border-bottom: 1px solid #e8e8e8;
}
ul.modulearticle li span { 
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
    ul.modulearticle li span.user-name {font-size: 16px;
    margin-left: 4px;
    color: #406599;
    vertical-align: middle;
    line-height: 30px;
    }
ul.modulearticle li img { float:left;
    width:60px;height:60px;margin-right:12px;display:inline;
    
}
ul.modulearticle li {
    overflow:hidden;
   
    border-bottom: 1px solid #e8e8e8;
}
ul.modulearticle li:last-child {
        border: 0;
    }
.pgc-article {
    margin-top: 12px;
    padding-bottom:12px;
    line-height: 20px;
    font-size: 14px;
    /*padding-left: 9px;*/
    position: relative;
    word-wrap: break-word;/*纯字母折行*/
    border-bottom: 1px solid #e8e8e8;  
  
}
.pgc-article:last-child {
    border-bottom: 0;
}

    .pgc-article:before {
        /*position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        background: #999;
        left: 0;
        top: 6px;*/
    }

.pgc-article-link {
    color: #222;
    line-height: 20px;
}


    .pgc-article-link:visited {
        color: #222;
    }

.recpgc .recpgc-content {
    padding:   20px;
}



.recpgc .recpgc-user {
    display: block;
    height: 30px;
    margin-top: 16px;
    margin-bottom: 14px;
}

    .recpgc .recpgc-user img {
        width: 28px;
        height: 28px;
        border-radius: 100%;
        border: 1px solid #e8e8e8;
        background: #ddd;
        vertical-align: middle;
    }

    .recpgc .recpgc-user span {
        font-size: 16px;
        margin-left: 4px;
        color: #406599;
        vertical-align: middle;
        line-height: 30px;
    }

.recpgc .recpgc-desc {
    font-size: 14px;
    line-height: 20px;
}

.recpgc .related-article {
    margin-top: 12px;
    line-height: 20px;
    font-size: 14px;
    padding-left: 9px;
    position: relative;
}

    .recpgc .related-article:before {
        /*position: absolute;
        content: '';
        width: 4px;
        height: 4px;
        background: #999;
        left: 0;
        top: 6px;*/
    }

    .recpgc .related-article a {
        color: #222;
    }

        .recpgc .related-article a:hover {
            color: #406599;
        }

.hotVideo {
    border-bottom: 0;
}

.video-image {
    position: relative;
    width: 270px;
    height: 153px;
}

    .video-image img {
        width: 100%;
        height: 100%;
    }

.video-tag {
    padding-left: 16px;
}

    .video-tag:before {
        content: '';
        position: absolute;
        right: 16px;
        border-top: 4px solid transparent;
        border-left: 6px solid #fff;
        border-right: 6px solid transparent;
        border-bottom: 4px solid transparent;
        top: 7px;
        left: 7px;
    }

.wenda-title {
    margin-top: 0;
    font-size: 14px;
}

.wenda-image {
    width: 96px;
    height: 60px;
    margin-top: 8px;
}

    .wenda-image img {
        width: 100%;
    }

.answer-btn {
    font-size: 14px;
    line-height: 20px;
    color: #4173AF;
    margin-top: 8px;
    display: inline-block;
}

    .answer-btn i {
        font-size: 12px;
        color: #4173AF;
    }

.hotPicture {
    border-bottom: 0;
}

.pic-style {
    width: 270px;
    height: 154px;
    overflow: hidden;
}

.pic-big {
    width: 270px;
    height: 154px;
}

.pic-middle {
    width: 154px;
    height: 154px;
}

.pic-small {
    width: 114px;
    height: 76px;
}

.style_2 .pic-middle {
    float: left;
    margin-right: 2px;
}

.style_2 .pic-small {
    margin-bottom: 2px;
}

.style_3 .pic-middle {
    float: right;
    margin-left: 2px;
}

.style_3 .pic-small {
    margin-bottom: 2px;
}

.subscribe {
    margin-top: 2px;
}

    .subscribe .left-arrow {
        width: 66px;
        border-radius: 3px;
        position: relative;
        font-size: 14px;
        cursor: pointer;
    }

        .subscribe .left-arrow:before {
            content: "";
            position: absolute;
            border-style: solid;
            border-width: 4px;
            top: 8px;
            left: -8px;
        }

        .subscribe .left-arrow span {
            font-size: 14px;
            vertical-align: middle;
            font-weight: 400;
        }

    .subscribe .article-subscribe {
        width: 74px;
        border-radius: 3px;
        color: #777;
        height: 22px;
        border: 1px solid #ddd;
        text-align: center;
    }

        .subscribe .article-subscribe:before {
            border-color: transparent #ddd transparent transparent;
        }

        .subscribe .article-subscribe:after {
            content: "";
            position: absolute;
            border-style: solid;
            border-width: 4px;
            border-color: transparent #fff transparent transparent;
            top: 8px;
            left: -7px;
        }

        .subscribe .article-subscribe i {
            color: #777;
            font-size: 8px;
            vertical-align: middle;
        }

        .subscribe .article-subscribe span {
            margin-left: 4px;
            line-height: 22px;
        }

    .subscribe .article-unsubscribe {
        width: 74px;
        color: #444;
        background: #2a90d7;
        color: #fff;
        height: 24px;
        text-align: center;
    }

        .subscribe .article-unsubscribe:before {
            border-color: transparent #2a90d7 transparent transparent;
        }

        .subscribe .article-unsubscribe span {
            color: #fff;
            line-height: 24px;
        }

.ask-btn-bg {
    background-image: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/wenda/qabg_37853c7.png);
    background-image: -webkit-image-set(url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/wenda/qabg_37853c7.png) 1x,url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/wenda/qabg_2b21e48.svg) 1x);
    background-image: image-set(url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/wenda/qabg_37853c7.png) 1x,url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/wenda/qabg_2b21e48.svg) 1x);
    width: 100%;
    height: 250px;
    background-position: center center;
}

.articleReport {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 360px;
    min-height: 320px;
    margin-top: -200px;
    margin-left: -180px;
    background: #fff;
    border-radius: 4px;
    z-index: 1002;
}

    .articleReport .header {
        position: relative;
        width: 100%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 16px;
        border-bottom: 1px solid #e8e8e8;
    }

        .articleReport .header span {
            position: absolute;
            top: 0;
            right: 0;
            width: 48px;
            cursor: pointer;
        }

            .articleReport .header span:before {
                content: '';
                position: absolute;
                left: 0;
                top: 6px;
                width: 1px;
                height: 36px;
                background-color: #e8e8e8;
            }

            .articleReport .header span i {
                font-size: 12px;
                color: #999;
            }

    .articleReport .content {
        font-size: 14px;
        padding: 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .articleReport .content .option {
            margin-bottom: 18px;
        }

            .articleReport .content .option input {
                float: right;
            }

            .articleReport .content .option p {
                cursor: pointer;
                color: #406599;
                margin-bottom: 8px;
            }

                .articleReport .content .option p i {
                    color: #406599;
                }

                .articleReport .content .option p.active i {
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

            .articleReport .content .option textarea {
                width: 100%;
                height: 72px;
                font-size: 14px;
                padding: 10px;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                color: #5d5d5d;
                border: 1px #e9e9e9 solid;
                border-radius: 4px;
            }

        .articleReport .content .ok-btn {
            width: 140px;
            height: 40px;
            margin: 0 auto;
            font-size: 14px;
            text-align: center;
            line-height: 40px;
            color: #fff;
            background: #ED4040;
            border-radius: 4px;
            cursor: pointer;
        }

/*.feedback .tool-item {
    padding: 14px;
    cursor: pointer;
    margin-bottom: 1px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

    .feedback .tool-item i {
        color: #ed4040;
        font-size: 20px;
    }

    .feedback .tool-item:hover {
        background-color: #ed4040;
    }

        .feedback .tool-item:hover i {
            color: #fff;
        }*/

.adqihu {
    display: none;
    z-index: 999;
}

    .adqihu .ad-label {
        float: right;
        padding-right: 15px;
        font-size: 11px;
        font-weight: 400;
        padding-top: 4px;
        color: #a4a3a4;
    }

    .adqihu .y-box {
        padding-bottom: 0;
    }

    .adqihu ul {
        padding: 14px;
    }

    .adqihu .item {
        float: left;
        width: 130px;
    }

        .adqihu .item:nth-child(2n+1) {
            margin-right: 10px;
        }

    .adqihu .pic-container {
        display: inline-block;
        width: 130px;
        height: 130px;
        border: 1px solid #f0f0f0;
        background-color: #fff;
    }

        .adqihu .pic-container img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .adqihu .desc {
        display: block;
        display: -webkit-box;
        width: 100%;
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 16px;
        max-height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .adqihu.fix {
        position: fixed;
        top: 20px;
    }

#header .middlebar-inner {
    width: 1120px !important;
}

.container {
    width: 1120px;
    margin: 0 auto;
    border-top:none  !important;
}

    .container .index-left {
        width: 100px;
        margin-right: 30px;
        min-height: 200px;
    }

    .container .index-middle {
        width: 660px;
    }

        .container .index-middle .index-cut-line {
            height: 4px;
            background-color: #3f404c;
        }

    .container .index-right {
        width: 300px;
        min-height: 800px;
    }

        .container .index-right #adindexhover {
            display: none;
        }

.action-feedback {
    position: fixed;
    bottom: 80px;
    left: 50%;
    margin-left: 568px;
    z-index:99
}

.relatedChannel {
    background-color: #fff;
}

.relatedChannel-fixed {
    position: fixed;
    top: 20px;
    z-index: 20;
}

.relatedChannel-header {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 16px;
}

.relatedChannel-item {
    display: block;
    width: 100px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    text-align: center;
    color: #444;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
    margin-bottom: 14px;
}

    .relatedChannel-item:visited {
        color: #444;
    }

    .relatedChannel-item:hover {
        -webkit-animation-name: hvr-back-pulse;
        animation-name: hvr-back-pulse;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        background-color: #ed4040;
        color: #fff;
    }

@-webkit-keyframes hvr-back-pulse {
    0% {
        background-color: rgba(237,64,64,.6);
    }

    50% {
        background-color: rgba(237,64,64,.76);
    }
}

@keyframes hvr-back-pulse {
    0% {
        background-color: rgba(237,64,64,.6);
    }

    50% {
        background-color: rgba(237,64,64,.76);
    }
}

.relatedChannel-item.active {
    background-color: #ed4040;
    color: #fff;
}

    .relatedChannel-item.active i {
        display: inline-block;
    }

.relatedChannel-item i {
    display: none;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}

    .relatedChannel-item i.channel-refresh {
        -webkit-animation: rotating .8s linear 0s infinite;
        animation: rotating .8s linear 0s infinite;
    }

@-webkit-keyframes

'rotating' {
    0%;

{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

}
@keyframes

'rotating' {
    0%;

{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

}

.relatedChannel-item span {
    display: inline-block;
    font-size: 16px;
}

.loading {
    height: 16px;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 4px;
    width: 100%;
    text-align: center;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: .7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: .7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.loading.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(0.2,.68,.18,1.08);
    animation: scale .75s -.24s infinite cubic-bezier(0.2,.68,.18,1.08);
}

.loading.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(0.2,.68,.18,1.08);
    animation: scale .75s -.12s infinite cubic-bezier(0.2,.68,.18,1.08);
}

.loading.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(0.2,.68,.18,1.08);
    animation: scale .75s 0s infinite cubic-bezier(0.2,.68,.18,1.08);
}

.loading.ball-pulse > div {
    background-color: #999;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 1px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

.loading.loading-normal {
    display: inline-block;
}

    .loading.loading-normal > img {
        width: 14px;
        height: 14px;
        vertical-align: -3px;
    }

.feedBox .tt-declare {
    display: none;
    margin-top: 22px;
    margin-bottom: 40px;
    padding: 8px 0;
    text-align: left;
    font-size: 16px;
    color: #777;
}

.feedBox .tt-related-title {
    display: none;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 4px solid #444;
}

.feedBox .feed-load-more {
    color: #406599;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-color: #f4f5f6;
    margin-top: 10px;
    cursor: pointer;
}

.relatedFeed {
    position: relative;
}

    .relatedFeed .img-wrap {
        position: relative;
        display: inline-block;
        overflow: hidden;
        cursor: pointer;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .relatedFeed .img-wrap img {
            width: 100%;
            height: 100%;
            -webkit-transition: all .5s ease-out .1s;
            transition: all .5s ease-out .1s;
        }

        .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;
        }

    .relatedFeed .item-hidden {
        display: none;
    }

    .relatedFeed .item {
        position: relative;
    }

    .relatedFeed .item-inner {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .relatedFeed .link {
        color: #4f5157;
    }

        .relatedFeed .link:visited {
            color: #999;
        }

            .relatedFeed .link:visited:hover {
                color: #999 !important;
            }

        .relatedFeed .link.visited {
            color: #999 !important;
        }

        .relatedFeed .link.title:hover {
            color: #406599;
        }

    .relatedFeed .title-box {
        display: block;
        font-size: 20px;
        color: #000042;
        line-height: 1.3;
        margin-bottom: 4px;
        font-weight: 700;
        max-height: 52px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .relatedFeed .title-box a {
            color: #222;
        }

    .relatedFeed .img-list {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .relatedFeed .img-list .img-wrap {
            display: block;
            width: 156px;
            height: 100px;
            float: left;
            text-align: center;
            margin-left: 9px;
            background: #e8e8e8;
            border: 1px solid #e8e8e8;
            overflow: hidden;
        }

            .relatedFeed .img-list .img-wrap:first-child {
                margin-left: 0;
            }

            .relatedFeed .img-list .img-wrap .add-info {
                display: inline-block;
                width: 88px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border-radius: 4px;
                font-size: 14px;
                color: #406599;
                margin-top: 36px;
            }

                .relatedFeed .img-list .img-wrap .add-info i {
                    font-size: 12px;
                    color: #406599;
                }

            .relatedFeed .img-list .img-wrap img {
                width: 100%;
                height: 100%;
            }

        .relatedFeed .img-list .img-num {
            position: absolute;
            right: 10px;
            bottom: 10px;
            padding: 0 6px;
            height: 20px;
            background: #000;
            background: rgba(0,0,0,.7);
            border-radius: 10px;
            color: #fafafa;
            font-size: 12px;
            text-align: center;
            line-height: 20px;
        }

    .relatedFeed .lbox {
        position: relative;
        float: left;
    }

        .relatedFeed .lbox .img-wrap {
            display: block;
            width: 156px;
            height: 100px;
            line-height: 100px;
            border: 1px solid #e8e8e8;
            background: #e8e8e8;
            overflow: hidden;
        }

            .relatedFeed .lbox .img-wrap > img {
                max-width: 100%;
                height: auto;
                vertical-align: middle;
            }

        .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;
            }

            .relatedFeed .lbox .ftype.video:before {
                content: '';
                position: absolute;
                background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/feed/video_icon_bf43446.png) left center no-repeat;
                width: 6px;
                height: 8px;
                top: 50%;
                margin-top: -4px;
            }

    .relatedFeed .normal {
        position: relative;
        font-size: 0;
        overflow: hidden;
    }

        .relatedFeed .normal.no-image {
            padding: 6px 0;
        }

        .relatedFeed .normal.rbox {
            float: right;
            height: 102px;
            width: 480px;
        }

        .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 .footer {
        font-size: 12px;
        color: #999;
        height: 18px;
        line-height: 18px;
        margin-top: 10px;
    }

    .relatedFeed .lbtn {
        float: left;
        display: inline-block;
        color: #777;
        font-size: 14px;
    }

        .relatedFeed .lbtn.media-avatar {
            position: relative;
            color: #fff;
            margin-right: 2px;
            width: 18px;
            height: 18px;
            line-height: 17px;
            text-align: center;
            font-size: 12px;
            border-radius: 50%;
            background-color: #eee;
            overflow: hidden;
        }

            .relatedFeed .lbtn.media-avatar:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                background-color: rgba(0,0,0,.08);
            }

            .relatedFeed .lbtn.media-avatar > img {
                width: 100%;
                height: 100%;
            }

        .relatedFeed .lbtn.source:hover, .relatedFeed .lbtn.comment:hover {
            color: #406599;
        }

        .relatedFeed .lbtn.recommend {
            font-size: 12px;
            color: #2a90d7;
            height: 14px;
            line-height: 14px;
            border: 1px solid #2a90d7;
            padding: 0 2px;
            margin-top: 1px;
            margin-left: 8px;
        }

    .relatedFeed .tag-hot {
        width: 14px;
        height: 14px;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        border: 1px solid #ed4040;
        color: #ed4040;
        margin-top: 1px;
        margin-left: 8px;
    }

    .relatedFeed .dislike {
        display: inline-block;
        padding-left: 8px;
        padding-right: 2px;
        text-align: center;
        background-color: #fff;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

        .relatedFeed .dislike i {
            font-size: 16px;
            color: #ddd;
            top: 2px;
        }

        .relatedFeed .dislike:hover {
            background-color: #f85959;
        }

            .relatedFeed .dislike:hover i {
                color: #fff;
            }

    .relatedFeed .list-refresh-msg {
        text-align: center;
        font-size: 14px;
        color: #406599;
        height: 38px;
        line-height: 38px;
        background-color: #f4f5f6;
        cursor: pointer;
    }

        .relatedFeed .list-refresh-msg i {
            font-size: 12px;
            color: #406599;
        }

        .relatedFeed .list-refresh-msg:hover {
            opacity: .8;
        }

    .relatedFeed .avatar-bg-0 {
        background-color: #ff9090 !important;
    }

    .relatedFeed .avatar-bg-1 {
        background-color: #90ccff !important;
    }

    .relatedFeed .avatar-bg-2 {
        background-color: #bfa1d0 !important;
    }

    .relatedFeed .avatar-bg-3 {
        background-color: #80c184 !important;
    }

    .relatedFeed .avatar-bg-4 {
        background-color: #e7ad90 !important;
    }

    .relatedFeed .avatar-bg-5 {
        background-color: #ccc !important;
    }

.snsbox {
    margin-top: 20px;
}

.snsbox-fixed {
    position: fixed;
    top: 0;
    z-index: 20;
}

.share-count {
    display: block;
    margin-bottom: 14px;
}

    .share-count i {
        font-size: 30px;
        vertical-align: middle;
        color: #f85959;
        display: inline-block;
    }

        .share-count i:hover {
            opacity: .6;
        }

    .share-count span {
        font: 20px/24px Georgia;
        color: #f85959;
        padding-left: 6px;
    }

.share-hr {
    background: #e8e8e8;
    height: 1px;
}

.share-box {
    margin-top: 14px;
    font-size: 16px;
    cursor: pointer;
}

    .share-box i {
        font-size: 34px;
        vertical-align: middle;
    }

        .share-box i:hover {
            opacity: .6;
        }

    .share-box .icon-sina {
        color: #ff6631;
    }

    .share-box .icon-wechat {
        color: #52cd3e;
    }

    .share-box .icon-qzone {
        color: #ffbd1d;
    }

    .share-box span {
        vertical-align: middle;
        padding-left: 8px;
        font-size: 16px;
    }

.share-weixin {
    position: relative;
}

    .share-weixin:hover .share-qrcode {
        display: block;
    }

.share-qrcode {
    display: none;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    position: absolute;
    top: 40px;
    border-radius: 3px;
    padding: 5px;
}

    .share-qrcode:before {
        content: "";
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #ddd;
        position: absolute;
        top: -16px;
        left: 36px;
    }

    .share-qrcode:after {
        content: "";
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #fff;
        position: absolute;
        top: -15px;
        left: 36px;
    }

.wenda-answer-btn {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    display: block;
}

    .wenda-answer-btn:visited {
        color: #222;
    }

    .wenda-answer-btn i {
        font-size: 24px;
        vertical-align: middle;
        color: #ED4040;
        float: left;
        margin-right: 15px;
    }

/*视频*/
 

.y-left .video_detail .player_inner {
                    /*min-height: 370px;*/
                    /*background: #000;*/
                }

.right-iframe-img {   background-color: #f4f5f6;padding:15px;margin-bottom:16px;
}

.right-iframe-img .pic-wrap{
   
    /*margin-bottom: 16px;*/
    /*padding:9px 0;*/
 
}
    .right-iframe-img img {
        width: 68%;
        margin: auto;
        display: block;
        margin-top: 10px;
    }.right-iframe-img h4 {
    color: #222;
    font-size: 14px;
    padding: 0px 0 12px 0;
    /*border-left:solid 2px #fcb50b*/
}
.right-iframe-img .pic-wrap .label{
   color:#2a90d7
 
}

 .container .index-modules .module-inner .more-items-content {
    overflow: hidden;
    padding: 0 15px 22px;
}.container .index-modules .module-inner .more-items-content .item {
    float: left;
    margin: 22px 10px 0;
}       
 
#article-main .article-content>div>p, #article-main .article-content>p {
    margin: 16px 0;
}
 
.laydate-icon {
    border: 1px solid #ddd;
    background: url(/html/images/icon.png) no-repeat;
} 
.laydate-icon, .laydate-icon-default, .laydate-icon-danlan, .laydate-icon-dahong, .laydate-icon-molv {

    line-height: 21px;
    padding-right: 20px;
    border: 1px solid #C6C6C6;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    outline: 0;
    padding: 5px 4px;
    width:300px;
}
 
/*招聘*/

.welfare-tab-box span {   
     display: inline-block;
    padding: 2px 7px;
    background: #CCE7F5;
    border: 1px solid #B2D8EE;
    margin: 10px 10px 0px 0;
    font: 500 12px "Microsoft Yahei";
    color: #528BB5;margin-top: 5px;
}
#article-main  .terminal-ul,#article-main  .terminal-ul li {
    list-style: none;
    line-height:40px;
}
.terminal-ul li { list-style: none;
    float: left;
   
    color: #333;
    width: 280px;
} 
 .tab-ul li.current {
    border: 1px solid #D6E5F8;
    border-top: 2px solid #3E7CD4;
    font-weight: 700;
    background: #fff;
    border-bottom: none;
}.tab-ul {
    border-bottom: 1px solid #D6E5F8;
    height: 36px;
}
 .tab-ul li {
    height: 35px;
    float: left;
    width: 130px;
    
    color: #333;
    text-align: center;
    cursor: pointer;
}.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 .tab-inner-cont { 
    color: #333;
    padding-top: 20px;
}
.tab-inner-cont b {
    font-weight: bold;
}
.article-actions { position:relative;
}
.article-actions .button-small {position:absolute;top:36px;right:0;
}
 .button-small {
    background:#feb748;
    width: 125px;
    height: 40px;
    margin-top: 12px;
    color:#ffffff;
    font-size:18px;
    border:none;
}.fr {
    float: right;
}.tab-inner-cont h5 a.see-other-job {
    font-weight: normal;
    font-size:14px;
}
.tab-inner-cont.company p { text-indent:20px;
}
 
 
 
#imgUrl img {
    height: 100%;
} 

#download .btn-box {
    width: 628px;
    margin: 40px auto;
    text-align:center;
}

#download .btn-box .dw-btn { 
height: 60px;
width: 280px; 
display:inline-block;
margin: 0 10px;
border-radius:20px;
background: url(../images/download.png) center no-repeat;
}
 
#download .btn-box .iphone {
background-position:0 0;
background-position:0 -66px;    
}

#download .btn-box .iphone:hover {
background-position:0 -66px;            
}

#download .btn-box .android {
background-position:-280px 0;         
}

#download .btn-box .android:hover {
background-position:-280px -66px;            
}

.live_cont_lf { height:660px;
position:relative;}
.live-mask {top:0;height:660px;line-height:660px;width:100%;
position:absolute;background:#000000;color:#ffffff; font-size:16px; text-align:center;}

#article-main .article-content ul.livelist li {
overflow:hidden;}
#article-main .article-content ul.livelist .user-name {font-size:15px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical; }
#article-main .article-content ul.livelist  img{ float:left;margin-right:12px;width:149px;height:84px;
}
#article-main .article-content ul.livelist a p{     color: #222;
                                                        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 
#article-main .article-content ul.livelist .time {
  text-align:right;color:#999 ;margin-top:5px;   }

#article-main .article-content ul.livelist .hot-tag { 
    left:78px;
   
    top: 62px;
}
  
 #article-main .article-content ul.livelist li.live {
  background:#e8e8e8;       } 
 
 
 
 
 
 
   