<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile{display: none;}
@media screen and (max-width:750px) {
    body{min-width: 100%!important;}
    .pc{display: none;}
    .mobile{display: block;}
    #seach {position: fixed;width: 100%;background: #F6F6F6;
        left: 0;top: 0;z-index: 70;padding: 8px 15px;margin: 0;
    }
    .head {width: 100%;height: 47px;background: url(../img/home_bg_img.png)no-repeat top center;
        background-size: cover;
    }
    .left{float:left;width: 90%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;}
    .logo {width: 85px;vertical-align: middle;height:auto;}
    .color_99 {color: #999;}
    .font_15 {font-size: 15px!important;}
    .color_3 {color: #323232;}
    a {color: #555;text-decoration: none;}
    .right {float: right;}
    .share-a img {margin-top: 12px;}

    .cont{width:90%;margin:auto;}
    .mtitle{margin-top:70px;text-align:center;}
    .mtitle span{font-size: 20px;color: rgb(31, 73, 125);font-weight: 900;}
    .time h6{font-size: 14px;color:#000;margin-top:10px;}
    .time{padding-bottom:10px;border-bottom: 1px solid #E9E9E9;}
    .info{overflow: hidden;}
    .info img,.info video{max-width: 100%!important;
        height: auto!important;}
    .author{text-align: right;font-size: 16px;color:#000;padding:20px 0;border-top: 1px solid #E9E9E9;}
}
</pre></body></html>