
/* 图片新闻 */ 
.focusBox { position: relative; width: 270px; height: 190px; overflow: hidden; text-align: left; float:left; }
.focusBox .pic img { width: 270px; height: 190px; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 42px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.8; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height:42px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 14px; text-decoration: none; }
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: 24px; height: 24px; line-height:24px; overflow: hidden; text-align: center; margin-right: 3px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }

/* 文字新闻 */ 
.newsTab{ width:410px; height:200px; float:right; border:1px solid #eee; overflow:hidden; }
.newsTab .hd{ line-height:30px; height:30px; border-bottom:1px solid #eee; position:relative; padding-right:10px;  }
.newsTab .hd .more{ float:right; }
.newsTab .hd ul{ z-index:5; position:absolute; height:25px; overflow:hidden; zoom:1; }
.newsTab .hd li{ float:left; width:80px; cursor:pointer; margin-left:-1px; text-align:center; font-size:14px; border:1px solid #eee; border-top:0; }
.newsTab .hd li.on{ height:30px; line-height:30px; border:1px solid #eee; border-top:0; border-bottom:1px solid #eee;  color:#dd3635;  }
.newsTab .bd{  padding:20px 25px; clear:both; position:relative;  }
.newsTab .bd ul li{ height:30px; line-height:30px; padding-left:12px; background:url(/images/dot1.jpg) no-repeat 0 center; font-size:14px; overflow:hidden; float:left;}
.newsTab .bd ul li span{ float:right; color:#d1d1d1; font-size:12px;}