/* .header_03 {
    display: block;
    position: fixed;
    width:100%;
    top: 0;
    left: 0;
    height: 2.59em;
    box-shadow: 0em 0em 0.3em 0em #e5e5e5;
    z-index: 100;
    border-radius: 1px;
    background-color: #ffffff;
    font-size:210%;
    .tit{
        line-height:2.65em;
    color:#666666;
    text-align:center;
    }
    h3{
        display:block;
        font-weight:500;
        margin:0;
        padding:0;
        font-size:100%;
        margin-block-start:1em;
        margin-block-end:1em;
        margin-inline-start:0px;
        margin-inline-end:0px;
        unicode-bidi:isolate;
    
    }
} */

.topic{
    margin:10px;
    font-size:2.3em;
    font-weight:bold;
}
.top{
    width: 100%;
    height:100%;
    .content{
        width: 95%;
        height:100%;
        background-color: #fff;
        margin-left: 2%;
        border-radius:10px;
        margin-bottom:10px;
        .content-top{
            display:flex;
            padding: 10px 20px;
            .content-left{
                display:flex;
                font-size:1.9em;
                margin-left:10px;
                line-height:2em;
                font-weight:bold;
                justify-content: flex-start; 
            }
            .content-right{
                flex:1; 
                display:flex;
                font-size:1.6em;
                /* float:right; */
                justify-content: flex-end;
            }
        }
        .middle{
            font-size:1.8em;
            padding:0px 35px;
            padding-bottom:6px;
            overflow:hidden;
            text-overflow: ellipsis;
            /* white-space: nowrap; */
            display: -webkit-box;   
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;    
            line-height:1.7em;      
            max-height: 6.5em; 
        }       
    }
}