<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    height: 100%;
    }
    a:hover{
        text-decoration: none !important;
        /* color:#000; */
    }
    a{text-decoration:none !important;}
    *{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family:Microsoft YaHei !important;
    }
    /* tell the browser to render HTML 5 elements as block */
    article, aside, figure, footer, header, hgroup, nav, section {
    display:block;
    }
    @media (max-width:1900px) {
        body{
            width: 100%;
        }
    }
    @media (max-width:1680px) {
        body{
            width: 1663px;
        }
    }
    @media (max-width:1600px) {
        body{
            width: 1583px;
        }
    }
    @media (max-width:1440px) {
        body{
            width: 1423px;
        }
    }
    @media (max-width:1400px) {
        body{
            width: 1383px;
        }
    }
    body {
    height: 100%;
    font: normal .85em arial, sans-serif;
    color: #000;
    font-family:Microsoft YaHei !important;
    }
    
    p {
    padding: 0 0 20px 0;
    line-height: 1.5em;
    }
    
    img {
    border: 0;
    }
    
    h1, h2, h3, h4, h5, h6 {
    font: normal 200% 'News Cycle', arial, sans-serif;
    color: #FFF;
    margin: 0 0 15px 0;
    padding: 15px 0 5px 0;
    }
    
    h2 {
    font: normal 170% 'News Cycle', arial, sans-serif;
    color: #BBB;
    margin: 0;
    padding: 0 0 8px 0;
    }
    
    h3 {
    font: normal 125% 'trebuchet ms', arial, sans-serif;
    }
    
    h4, h5, h6 {
    margin: 0;
    padding: 0 0 5px 0;
    font: normal 110% arial, sans-serif;
    color: #BBB;
    line-height: 1.5em;
    }
    
    h5, h6 {
    font: italic 95% arial, sans-serif;
    color: #888;
    padding-bottom: 15px;
    }
    
    h6 {
    color: #362C20;
    }
    
    .total{
        width: 1200px;
        margin: 0 auto;
        padding: 50px 0;
        display: flex;
    }
    .total-item{
        width: 33.3%;
        padding: 18px 40px;
        background: #FFFFFF;
        border-right: 1px solid #EEEEEE;
    }
    .total-item:last-child{
        border-right: none;
    }
    .footer{
        width: 100%;
        background: #F1F5F9;
    }
    .footer-box{
        width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-box{
        width: 500px;
        display: flex;
        flex-wrap: wrap;
        margin-left: 30px;
    }
    .nav-box li{
        margin-right: 50px;
    }
    .nav-box li a{
        color: #6C6E74;
        font-size: 14px;
        line-height: 2;
    }
    .f-copyright{
        text-align: center;
        color: #ACB0BB;
        font-size: 14px;
        padding: 30px 0 50px;
    }
    .core-menu{
        position: absolute;
        top: 0;
        right: 430px;
        z-index: 998;
        display: none;
        width: 140px;
        padding: 10px 0;
        /* display: flex; */
        /* flex-direction: column; */
        background-color: #ECF2FE;
    }
    .core-menu li{
        width: 140px !important;
        width: 180px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        /* color: #676767; */
        cursor: pointer;
    }
    .core-menu li:hover{
        background: #D8E3F8;
        color: #004FFF;
    }
    .moving-menu{
        position: absolute;
        top: 0;
        right: 130px;
        z-index: 998;
        display: none;
        width: 140px;
        padding: 10px 0;
        background-color: #ECF2FE;
    }
    .moving-menu li{
        width: 140px !important;
        width: 180px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        /* color: #676767; */
        cursor: pointer;
    }
    .moving-menu li:hover{
        background: #D8E3F8;
        color: #004FFF;
    }
    .checked{
        background: #D8E3F8;
        color: #004FFF;
    }
    .c-title{
        font-size: 42px;
        font-family: Poppins;
        font-weight: 600;
        color: #004FFF;
        line-height: 22px;
    }
    .c-name{
        font-size: 32px;
        margin-left: 10px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #191919;
        line-height: 90px;
    }
    .img-mask{
        position: absolute;
        bottom: 0;
        left: 0;
        width:100%;
        height: 120px; 
        background-color: #141414; 
        opacity: 0.8;
        color: #fff;
    }
    .mask-title{
        font-size: 24px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
    }
    .mask-date{
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
    }
    .info-date{
        margin: 10px 0;
        color: #7A7A7A;
    }
    .info-detail{
        font-size: 12px;
        color: #BFBFBF;
        margin: 10px 0;
        line-height: 20px;
    }
    .info-title{
        color:#333333;
        padding-top: 10px;
        font-size: 15px;
    }
    .info-video{
        width: 57px;
        height: 20px;
        /*background: #989898;*/
        border-radius: 2px;
        color: #FDFFFE;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
    }
    .share{
        width: 1200px;
        padding:15px 0;
        display: flex;
        align-items: center;
        background: #F6F6F6;
        font-size: 15px;
        color: #373737;
    }
    .share img{
        width: 40px;
        height: 40px;
        margin-left: 12px;
    }
    .article-title{
        font-size: 30px;
        font-weight: bold;
        color: #0F0F0F;
        line-height: 40px;
        margin: 10px 0 20px;
    }
    .article-msg{
        color: #B0B0B0;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .article-msg div{
        margin-right: 50px;
    }
    .article-info{
        margin: 50px 0 60px;
        color:#4C4C4C;
        font-size: 14px;
        line-height: 27px;
    }
    .insight{
        position: absolute;
        top: 15px;
        left: 18.5%;
        width: 1200px;
        color: #fff;
    }
    .i-title{
        width: 675px;
        text-align: center;
        margin: 30px auto;
        font-size: 24px;
        font-weight: 600;
    }
    .i-date{
        width: 100%;
        background-color: #F5F5F5;
        display: flex;
        line-height: 30px;
        color: #B0B0B0;
        font-size: 12px;
        margin: 20px 0;
    }
    .i-content{ 
        margin:10px;
        min-height: 1em;
        line-height: 2.2em;
        text-align: left;
        /* margin: 0 0 15px !important; */
        box-sizing: border-box !important;
        overflow-wrap: break-word !important;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #191919;
        margin: 20px auto 40px;
    }
    .other-title{
        font-size: 22px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #191919;
        line-height: 20px;
        display: flex;
        align-items: center;
    }
    .blue-border{
        width: 6px;
        height: 23px;
        background: #004FFF;
    }
    .other-item{
        background-color: #F5F8FE;
        margin: 25px 0;
        padding: 30px 0;
        padding-left: 30px;
        display: flex;
    }
    .other-info{
        margin-left: 30px;
        margin-top: 15px;
    }
    .other-name{
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 16px;
    }
    .other-content{
        width: 780px;
        margin: 15px 0;
        font-size: 14px;
        font-weight: 400;
        color: #BFBFBF;
        line-height: 20px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .other-date{
        font-size: 14px;
        font-weight: 400;
        color: #BFBFBF;
        line-height: 20px;
    }</pre></body></html>