<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.wrapper{}
.container{width: 100%;max-width: 1000px;margin: 0 auto;padding: 10px 0;}


/**  弹出DIV样式  **/
.blk{width:600px;position:relative; border:1px solid #e2e2e2; background:#fff;}
.blk a.closeBtn{ float:right; background:url(win_close.jpg) no-repeat; width:28px; height:28px; display:block;}
.blk h2{ line-height:40px; font-size:20px; text-align:center; font-family:"微软雅黑"; color:#5f5044;}
.blk ul{ padding:10px;zoom:1;overflow:auto;font-size:12px; height:80%;}
.blk ul li{ float:left; margin:5px;}
.blk ul li a{background:#f1f1f1;color:#58595b;display:block;width:120px; padding:5px; margin-left:10px;}
.blk ul li .bankname{color:#58595b;display:block;width:130px; padding:5px 3px 5px 5px; margin-left:50px;}
.blk ul li a:hover{background:#5f5044;color:#fff;font-size:12px;}
.blk ul li a p{ line-height:16px; height:16px; text-align:center;}
.blk ul li .bankname p.title{ font-weight:bold; font-size:14px; line-height:16px;height:16px; vertical-align:middle;}

.dash_line { display:block; clear:both; line-height:36px; height:36px; background:url(dash_line.jpg) 0 center repeat-x; cursor:pointer;}
.dash_line span { display:block; background:#fff; width:120px; text-indent:10px; font-size:16px; font-weight:bold; line-height:36px; height:36px; margin-left:30px;}
.dash_line span.up { background:#fff url(dash_line_up.jpg) 100px 14px no-repeat; color:#5f5044;}
.dash_line span.down { background:#fff url(dash_line_down.jpg) 100px 14px no-repeat;}

.fwl {
    width:100px;
    display:block;
    float:right;
    text-align:right;
    margin-right:30px;
}

 @media screen and (max-width: 768px){
    .container{padding-bottom: 0;}
    .xf_left{display:none}
    .xf_right{width: 96%;float: inherit;padding: 0 2%;padding-bottom: 1rem;}
    .col_name{line-height: 3rem;font-size: 2.4rem;padding-top: 1rem;padding-bottom: 1rem;height: auto;}
    
    .viewList li a{width: 70%;}
    .viewList li span{width: 30%;}
    .page_Fen{margin: .5rem auto;padding: 0;text-align: center;}

    .gyUS{background: #fff;}
    .ownerInfor{padding: 0;}
    .gyUS_left{width: 99%;float: inherit;margin-top: 2rem;}
    .gyUS_right{width: 100%;float: inherit;}
    .gyUS_right h1{text-align: center;padding: 1rem;}
} </pre></body></html>