﻿@charset "utf-8";

html, body {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: helvetica;
    background: #fafafa;
    font-size: 18px;
}

    body.auto-font {
        background: #fff;
    }

p {
    word-wrap: break-word;
    margin-top: 0;
    text-align: justify;
    margin-bottom: 14px;
}

a {
    color: #3c6598;
    text-decoration: none;
    border: 0;
    outline: 0;
}

    a.text-link {
        color: #3c6598;
    }

.show {
    display: block;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

#TouTiaoBar {
    height: 40px;
}

    #TouTiaoBar #logo {
        display: inline-block;
        height: 40px;
        max-width: 100%;
        overflow: hidden;
    }


header {
    margin: 0 15px;
    padding: 10px 0;
    display: block;
}

    header h1 {
        display: block;
        font-size: 21px;
        font-weight: bolder;
        color: #000;
        margin: 0 0 5px;
    }

    header .subtitle {
        position: relative;
        font-size: 11px;
        color: #747474;
    }

    header time, header #source, header #toggle_img {
        color: #747474;
        display: inline-block;
        font-size: 11px;
        height: 16px;
        line-height: 16px;
    }

    header time {
        padding-left: 6px;
    }

    header .tt-title {
        font-size: 22px;
        font-weight: bolder;
        line-height: 1.3;
        color: #222;
    }

article {
    margin: 0 15px;
    line-height: 1.5em;
    word-wrap: break-word;
    text-align: justify;
    overflow: hidden;
}

article p video {max-width: 100%;}

    article table {
        margin: 0 auto;
        font-size: 14px;
        text-align: center;
        border-spacing: 0;
        border-collapse: collapse;
    }

        article table td {
            border: 1px solid #dadada;
            padding: 2px;
        }

section .s_title {
    padding-left: 5px;
    border-left: 10px solid #cc3131;
    color: #454545;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    margin: 10px 0 !important;
}

section .s_content {
    padding: 0 !important;
    border-top: 1px solid #f0f0f0;
}

.long-bar {
    margin: 6px 0 22px 15px;
}

    .long-bar .long-avatar {
        float: left;
        width: 30px;
        height: 30px;
        overflow: hidden;
        border-radius: 50%;
        background: #efefef;
        font-size: 15px;
        margin-right: 8px;
    }

    .long-bar .long-info {
        font-size: 10px;
        color: #999;
        height: 100%;
        margin-right: 30px;
        text-align: left;
        overflow: hidden;
    }

.long-info .long-up {
    white-space: nowrap;
    margin-bottom: 3px;
    height: 15px;
    line-height: 15px;
}

    .long-info .long-up .long-name {
        font-size: 15px;
        min-width: 60px;
        display: inline-block;
        color: #505050;
        margin-right: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .long-info .long-up .long-desc {
        white-space: nowrap;
        display: inline-block;
        vertical-align: top;
    }

.long-down .long-time {
    margin-right: 5px;
}

.long-down .long-star {
    display: inline-block;
    vertical-align: middle;
}

.long-star .star {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.video_container {
    display: block;
    width: 100%;
    position: relative;
    background: #000;
    margin: 10px auto;
}

    .video_container video {
        margin: 10px auto;
        display: block;
        min-width: 290px;
        min-height: 200px;
        max-width: 100%;
    }

    .video_container .trigger {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -27px 0 0 -27px;
        display: block;
        z-index: 999;
        width: 54px;
        height: 54px;
        background-size: 54px;
    }

    .video_container .text {
        display: none;
    }

.relate_video table {
    width: 100%;
}

    .relate_video table tr td {
        text-align: center;
        vertical-align: top;
        padding: 0;
        width: 33.3%;
    }

        .relate_video table tr td:first-child {
            text-align: left;
        }

        .relate_video table tr td:last-child {
            text-align: right;
        }

.relate_video dl {
    margin: 0;
}

.relate_video dt, .relate_video dd {
    text-align: center;
}

.relate_video dt {
    display: block;
    margin-bottom: 2px;
}


.relate_video dd {
    padding: 0;
    margin: 0;
}

.relate_video a:link {
    font-size: 12px;
    color: #454545;
    display: inline-block;
}

.relate_video a:visited {
    color: #999;
}

#toutiaoRelateArticle {
    margin-top: 20px;
    padding: 0;
    padding-top: 1px;
}

.tt_ad_img {
    margin: 0 15px 30px;
    overflow: hidden;
}


p, article, article table {
    color: #303030;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: 700;
    color: #303030;
    word-wrap: break-word;
    margin: 10px 0;
}

blockquote {
    border-left: 4px solid #eee;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

pre, code {
    font-size: 12px;
    line-height: 1.5em;
    background: #eee;
    padding: 10px;
}

.tc_tip {
    margin: 10px 15px;
}

    .tc_tip a {
        font-size: 14px;
        color: #999;
        background: #f0f0f0;
        display: block;
        padding: 7px 0;
        text-align: center;
    }

.font_s article {
    font-size: 15px;
}

.font_s header h1 {
    font-size: 16px;
}

.font_m article {
    font-size: 18px;
}

.font_m header h1 {
    font-size: 19px;
}

.font_l article {
    font-size: 21px;
}

.font_l header h1 {
    font-size: 22px;
}

.font_xl article {
    font-size: 24px;
}

.font_xl header h1 {
    font-size: 25px;
}

.font_s .tt-title {
    font-size: 20px;
}

.font_m .tt-title {
    font-size: 22px;
}

.font_l .tt-title {
    font-size: 24px;
}

.font_xl .tt-title {
    font-size: 27px;
}

@media only screen and (min-width:375px) {
    header .tt-title {
        font-size: 24px;
    }

    .font_s .tt-title {
        font-size: 22px;
    }

    .font_m .tt-title {
        font-size: 24px;
    }

    .font_l .tt-title {
        font-size: 26px;
    }

    .font_xl .tt-title {
        font-size: 29px;
    }

    .long-info .long-up {
        height: 16px;
        line-height: 16px;
    }

        .long-info .long-up .long-name {
            font-size: 16px;
            max-width: 140px;
        }

    .long-bar .long-info {
        font-size: 11px;
    }
}

.night {
    background: #252525;
}

    .night a {
        color: #a33836;
    }

        .night a.text-link {
            color: #57607f;
        }

    .night #TouTiaoBar {
        opacity: .4;
    }

    .night header #toggle_img {
        background-size: 15px 15px;
    }

        .night header .source, .night header .time, .night header #toggle_img a, .night h1, .night h2, .night h3, .night h4, .night h5, .night h6, .night p, .night article, .night section .s_title, .night .relate_video a:link, .night .tc_tip a {
            color: #747474;
        }

    .night .tc_tip a {
        background: #252525;
    }

    .night .video_container, .night .tt_ad_img {
        opacity: .3;
    }

    .night .tt-title {
        color: #707070;
    }

    .night .long-bar .long-info {
        color: #505050;
    }

    .night .long-info .long-up .long-name {
        color: #707070;
    }

@media only screen and (min-width:500px) {
    header {
        text-align: center;
    }

        header #source, header time, header #toggle_img {
            margin-left: 10px;
        }

        header #toggle_img {
            position: relative;
            top: 0;
        }
}

.relate-news-title {
    color: #464646;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    text-align: justify;
}

@media screen and (min-width:360px) {
    .relate-news-title {
        font-size: 19px;
    }
}

@media screen and (min-width:400px) {
    .relate-news-title {
        font-size: 21px;
    }
}

.middle_mode .relate-news-title {
    min-height: 2.3em;
}

a:visited .relate-news-title, a.visited .relate-news-title {
    color: #aaa;
}

.night .relate-news-title {
    color: #707070;
}

.app49plus {
    background: #f8f8f8;
    overflow-x: hidden;
}

    .app49plus.night {
        background: #252525;
    }

    .app49plus #TouTiaoBar {
        margin: 0 0 -14px;
    }

    .app49plus header {
        margin: 24px 15px;
        padding: 0;
    }

        .app49plus header > h1 {
            font-size: 22px;
            font-weight: bolder;
            padding-bottom: 15px;
            line-height: 1.3;
            margin: 0;
        }

    .app49plus.font_s header > h1 {
        font-size: 20px;
    }

    .app49plus.font_m header > h1 {
        font-size: 22px;
    }

    .app49plus.font_l header > h1 {
        font-size: 24px;
    }

    .app49plus.font_xl header > h1 {
        font-size: 27px;
    }

@media only screen and (min-width:375px) {
    .app49plus.font_s header > h1 {
        font-size: 22px;
    }

    .app49plus header > h1, .app49plus.font_m header > h1 {
        font-size: 24px;
    }

    .app49plus.font_l header > h1 {
        font-size: 26px;
    }

    .app49plus.font_xl header > h1 {
        font-size: 29px;
    }
}

.app49plus .subtitle {
    line-height: 1;
    color: #505050;
}

.app49plus.night .subtitle {
    color: #707070;
}

.app49plus header time, .app49plus header #source, .app49plus header #toggle_img {
    color: inherit;
    display: inline-block;
    font-size: 11px;
    height: auto;
    line-height: 1;
}

.app49plus #toggle_img {
    top: 0;
    background-size: 14px;
}

.app49plus .video_container {
    margin: 20px auto;
}

.app49plus article {
    font-size: 17px;
    word-wrap: break-word;
    text-align: justify;
    margin: 0 15px 20px;
    color: #505050;
    line-height: 1.647;
}

.app49plus p {
    word-wrap: break-word;
    text-align: justify;
    margin: 0 0 20px;
    color: #505050;
    line-height: 1.647;
    padding: 0;
}

.app49plus.font_s article {
    font-size: 15px;
}

.app49plus.font_m article {
    font-size: 17px;
}

.app49plus.font_l article {
    font-size: 19px;
}

.app49plus.font_xl article {
    font-size: 22px;
}

@media only screen and (min-width:375px) {
    .app49plus.font_s article {
        font-size: 16px;
    }

    .app49plus article, .app49plus.font_m article {
        font-size: 18px;
    }

    .app49plus.font_l article {
        font-size: 20px;
    }

    .app49plus.font_xl article {
        font-size: 23px;
    }

    .app49plus article, .app49plus p {
        line-height: 1.5;
    }
}

.app49plus.night p, .app49plus.night article {
    color: #707070;
}


hr {
    margin: 20px 0;
    padding: 0;
    border: 0;
    height: 1px;
    background: #e8e8e8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.night hr {
    background: #464646;
}

.app49plus article h1 {
    position: relative;
    display: block;
    font-size: 1em;
    font-weight: 700;
    word-wrap: break-word;
    margin: 20px 0;
    padding-left: 9px;
    color: #222;
    line-height: normal;
}

    .app49plus article h1:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 100%;
        top: 0;
        left: 0;
        background: #f85959;
    }

.app49plus.night article h1 {
    color: #707070;
}

    .app49plus.night article h1:before {
        background: #935656;
    }

.app49plus article blockquote {
    position: relative;
    font-size: .8823em;
    margin: 20px 0;
    padding: 12px 10px;
    line-height: 1.4;
    color: #999;
    background: #fff;
    border: 1px solid #ddd;
}

.app49plus.night article blockquote {
    border-color: #303030;
}

.app49plus article blockquote p {
    line-height: 1.4;
    margin: 0 0 20px;
    color: #999;
}

    .app49plus article blockquote p:last-child {
        margin: 0;
    }

    .app49plus article blockquote p br:only-child {
        display: none;
    }

.app49plus.night article blockquote, .app49plus.night article blockquote p {
    color: #707070;
    background: #252525;
}

.tlbs, .ts-width, .ts-height, .ts-animatedd, tlbs-flux {
    display: none !important;
}

.horizontal_scroll {
    position: relative;
    max-width: 100%;
    margin: 15px auto;
    overflow: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.swipe_tip {
    position: absolute;
    right: 0;
    font-size: 12px;
    text-align: center;
    top: 50%;
    background: #f5f5f5;
    border: 1px solid #999;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    width: 12px;
    line-height: 14px;
    padding: 5px;
    margin-top: -50px;
    opacity: .8;
    box-shadow: 0 0 1px rgba(0,0,0,.5);
    -webkit-transition: opacity 400ms ease;
}

table {
    margin: 15px auto;
    color: #464646;
}

td, th {
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
}

table.border th, table.border tr:nth-child(2n) {
    background: rgba(100,100,100,.1);
}

table.border td, table.border th {
    padding: 5px;
    font-size: 12px;
    border: 1px solid #d4d4d4;
}

.night .horizontal_scroll .swipe_tip {
    background: rgba(0,0,0,.8);
    border: 1px solid #464646;
    border-right: 0;
}

.night table.border td {
    border: 1px solid #747474;
    color: #747474;
}

.app55plus {
    background-color: #fff;
}

    .app55plus.night {
        background-color: #252525;
    }
