﻿@media (max-width: 780px) {
    .cols li{
        min-width: 100% !important;
    }
    .cols li #NodeTitle a{
        font-size: 18px !important;
    }
    .cols li #NodeTitle .self,
    .cols li #NodeTitle .parent{
        color:#ff1a00
    }
    
    article #NodeTitle a.self::before,
    article #NodeTitle a.parent::before{
        background:transparent !important;
    }
    .av{
        display:flex;
    }
     .av li:first-child{
         border-left:none;
     }
    .av li:last-child{
        border-right:none !important;
    }
    .gray{
        color:#000 !important;
        background: #eee;
        padding: 20px;
        box-sizing: border-box;
        border-bottom:none !important;
    }
    .title{
        border-bottom:none !important;
    }
    .gray span{
        display:block;
        text-align:left;
    }
    article>.title{
        text-align:center;
    }
    .ratio tbody{
        display: flex;
        flex-direction: column;
    }
    .ratio tr:first-child{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .ratio th{
        color:#000 !important;
        font-weight:600 !important;
    }
    .ratio tr:first-child td{
        width:auto;
    }
    .ratio tr{
        display:flex;
    }
    .ratio tr td{
        width:20%;
        text-align:center;
        padding:10px 0 !important;
    }
    
   .tcon .pub{
        padding-left:0px !important;
    }
    .tcon .value{
       overflow: hidden;
    }
    .tcon .value .line b{
        color:#000;
    }
    .tcon .value #ftime{
        margin-bottom:10px;
    }
     .tcon .value #ftime span{
        display: block;
        width: 100%;
        text-align:left;
        margin:10px 0;
     }
     .tcon .value #ftime input[type=datetime]{
         width:60%;
        max-width: 60%;
     }
     .tcon .value  #ftime input[type=submit]{
         margin:0 auto;
     }
    .tcon .value #chart{
        width:460px!important;
    }
    article>.news-list li{
        display:flex;
        align-items: center;
    }
    article>.news-list li:before{
            content: "\e63e";
            color:#ccc !important;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
}