/* CSS Document */
/*通用类定义*/
body { font-size:12px; text-align:left;}
* {padding:0; margin:0;}


/*links*/
ul#Link_text {padding:0; margin:0; list-style:none; clear:both;}
ul#Link_text li {float:left; line-height:24px; height:24px; overflow:hidden; width:130px; padding-left:10px;}
ul#Link_text li a {color:#666; text-decoration:none;}
ul#Link_text li a:hover {color:#000; text-decoration:underline;}

ul#Link_img {padding:0; margin:0; list-style:none; clear:both;}
ul#Link_img li {float:left; height:70px; width:180px; overflow:hidden;}
ul#Link_img li img {border:1px solid #ccc;}
/* online */
.rechonline { visibility:visible; position:absolute;top:190px;width:80px;}
ul#online {padding:0; padding-left:10px; margin:0; list-style:none;}
ul#online li {line-height:32px; height:32px;}
ul#online li a {color:#000; text-decoration:none;}
ul#online li a:hover {color:#205aa7; text-decoration:underline; font-weight:bold;}
ul#online li.qq {background:url(../file/timg/qq.gif) no-repeat left 5px; padding-left:25px;}
ul#online li.msn {background:url(../file/timg/msn.gif) no-repeat left 5px; padding-left:25px;}


/*pageurl*/
#pageurl { line-height:30px; color:#555; font-family:verdana; clear:both; margin-top:20px; text-align:center;word-wrap:break-word;}
#pageurl span {padding:3px; border:0px solid #ccc; margin-right:5px; margin-left:5px; color:#888;}
#pageurl span.now {padding:3px 6px 4px 6px; font-weight:bold; border:0px solid #ccc; color:#c00; cursor:hand;}
#pageurl a {padding:2px 5px 3px 5px; border:1px solid #92B0DD; margin-right:5px; margin-left:5px; color:#92B0DD; text-decoration:none;}
#pageurl a:hover {color:#555; background:#fff; border:1px solid #666;}

/* focus */
#focus{width:990px;height:395px;overflow:hidden;position:relative;}
#focus ul{height:395px;position:absolute;}
#focus ul li{float:left;width:990px;height:395px;overflow:hidden;position:relative;background:#000;}
#focus ul li div{position:absolute;overflow:hidden;}
#focus .btnBg{position:absolute;width:990px;height:20px;left:0;bottom:0;background:none; }
#focus .btn {position:absolute;width:990px;height:10px;padding:5px 10px;right:0;bottom:5px;text-align:center;}
#focus .btn span {display:inline-block;_display:inline;_zoom:1;width:15px; border-radius:5px;height:15px;_font-size:0;margin-left:5px;cursor:pointer;background:#f60;}
#focus .btn span.on {background:#fff;}
#focus .preNext{width:45px;height:100px;position:absolute;top:150px;background:url(../common/img/sprite.png) no-repeat 0 0;cursor:pointer;}
#focus .pre{left:0; }
#focus .next{right:0;background-position:right top;}
