<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.li_head {
display:none;
z-index:500;
width:700px;
left:30%;
top:18%;
margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/
margin-top:0px;
position:fixed!important;/* FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &amp;&amp;
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.li_box{ width:700px; float:left; border:1px solid #c0ddef; background:#FFFFFF; }
.li_title{ width:695px; float:left; height:20px; color:#3a5999; font-weight:bold; padding:10px 0 10px 5px; background:#ceecf5; }
.li_title span{ float:left; }
.li_title label{ float:right; }
.li_midd{ width:610px; float:left; margin:10px 0 10px 42px; }
.head_img{ width:610px; float:left; height:458px; }
.head_img img{ width:610px; height:468px; }</pre></body></html>