<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:521px; height:393px;}  
.focus img{ width: 100%;} 
.focus .shadow .title{ width: 521px; height: 42px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .fPic{ position:absolute; left:0px; top:0px;margin:0 auto; }
.focus .shadow{ width:100%;position:absolute;bottom:0;left:0px;z-index:10;height:53px;line-height:53px;color:#fff;background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;display:block;text-align:center;font-size:16px; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:15px; overflow:hidden; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000; }  
.focus .fcon img{ display:block; width:521px; height:393px; }  
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  
</pre></body></html>