@charset "utf-8";
img{border:none;}
ol,ul,li{list-style:none;}
input, textarea, select, button{font:14px Verdana,Helvetica,Arial,sans-serif;}
table{border-collapse:collapse;}
html {overflow-y: scroll;} 
/* css common */
.clearfix:after {content: ".";display: block;height:0;clear:both;visibility: hidden;}
.clearfix{*zoom:1;}

#box{position:relative;width:433px;height:392px; background:#f8f8f8;}
#box .bigUl{}
#box .prev{position:absolute;width:20px;height:24px;background:url(../images/left.jpg) no-repeat;z-index:500;top:360px;left:350px;opacity:1;filter:alpha(opacity=0);cursor:pointer;}
#box .next{position:absolute;width:20px;height:24px;background:url(../images/right.jpg) no-repeat;z-index:500;top:360px;right:15px;opacity:1;filter:alpha(opacity=0);cursor:pointer;}
.bigUl li{position:absolute;}
.numberUl{position:absolute;right:0;bottom:37px;z-index:400; display:none;}
.numberUl li{width:24px;height:13px;float:left;background:#3b5998;opacity:0.7;margin-left:1px;}
.numberUl li a{display:block;width:24px;height:13px;color:#fff;font-size:12px;text-align:center;line-height:13px;}
#box .textUl li{position:absolute;left:20px;top:199px;display:none;padding-top:10px; font-size:16px; font-weight:bold;}
#box .textUl .boxd{ display:block; padding-top:10px; font-size:14px; line-height:30px; height:90px; overflow:hidden; font-weight:normal; color:#696868;}
#box .textUl li a{font-size:18px;font-family:"Microsoft Yahei";color:#000;font-weight:bold;}
.numberUl li.night a{background:yellow;color:black;}
#box .textUl a:hover{ color:#333;}