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

.focus{ position:relative;}  
.focus .D1fBt{ overflow:hidden; zoom:1; height:30px; }  
.focus .fcon{display:none; overflow:hidden; zoom:1;}  
.focus .fcon .text{ float:left; line-height:75px;}
.focus .D1fBt{ display:none;}   
.focus .prev{background: url(../images/icons.png) no-repeat -60px 0; width:33px; height:33px;display:inline-block; cursor:pointer; position:absolute; z-index:99999; bottom:20px;right:33px;}  
.focus .next{background: url(../images/icons.png) no-repeat -93px 0;width:33px; height:33px;display:inline-block; cursor:pointer; position:absolute; z-index:99999; bottom:20px; right:0;}  
.focus .prev:hover{ background-position:-60px -49px;}
.focus .next:hover{ background-position:-93px -49px;} 
/*
.focus{ position:relative; height:180px;}  
.focus .fPic{background: #fff;border:solid 1px #ccc; margin:15px 0 0; padding:25px 20px;} 
.focus .D1fBt{ overflow:hidden; zoom:1;  height:30px; }  
.focus .fcon{display:none; overflow:hidden; zoom:1;}  
.focus .fcon img{ float:left; width:160px; height:120px; }  
.focus .fcon dl{ float:left; width:450px; margin-left:20px;}
.focus .fcon dl dt{ color:#444; font-size:14px;}
.focus .fcon dl dd{ margin:8px 0; color:#6f6f6f; line-height:20px;}
.focus .fbg{ background:#fff; border:solid 1px #ccc; height:30px; margin:15px 0 0; line-height:30px;}  
.focus .fbg div{margin:11px 0 0 10px;float:left;}    
.focus .D1fBt a{ display:inline; width:9px; height:9px; border-radius:7px; -moz-border-radius:7px; -ms-border-radius:7px; -o-border-radius:7px; -webkit-border-radius:7px; margin:0 5px; float:left; background:#919191; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#d61b12;}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{ float:right;width:48px;height:30px; cursor:pointer;}
.focus .prev{background:url(../images/icons.png) no-repeat -36px -20px #25292c; }  
.focus .next{background:url(../images/icons.png) no-repeat -69px -20px #d61b12;}  
.focus .prev:hover{ background-color:#3e4143;}
.focus .next:hover{ background-color:#fa1c12;}*/</pre></body></html>