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

/*焦点图*/
.focus{ position:relative;width:1362px;height:555px;margin:0 auto;}  
.fPic { width:1000px;height:555px;margin:0 auto;background:#f7ebaf;} 
.focus .fcon{ position:relative; width:100%;  display:none;   }  
.focus .fcon img{ display:block; }  
.focus .prev {position:absolute;top:50%;margin-top:-52px;margin-left:14px;width:105px;height:105px;background:url(../img/left.png) no-repeat;}
.focus .next {position:absolute;top:50%;right:0;margin-top:-52px;width:105px;height:105px;background:url(../img/right.png) no-repeat;}
</pre></body></html>