body{TEXT-ALIGN: center;}
ul {
    list-style: outside none none;
}
.slider-panel {
    position: absolute;
}
.slider-panel img {
    border: none;
}
.slider-extra {
    position: relative;
}
.slider-nav {
    width:352px;
    margin-left: 3px;
    position: absolute;
    top:225px;

}
.slider-nav li {

    background: #BEBEBE;
    color: #fff;
    cursor: pointer;
    margin: -3px;
    text-align: center;
    height: 5px;
    width: 180px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    border-radius: 10%;
}
.slider-page a{
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    color: #fff;
    text-align: center;
    display: block;
    font-family: "simsun";
    font-size: 22px;
    width: 28px;
    height: 62px;
    line-height: 62px;
    margin-top: -31px;
    position: absolute;
    top: 110px;
    text-decoration:none;
}
.slider-nav .slider-item-selected {
    background: #000079;
}
.slider-page a:HOVER {
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}
.slider-next {
    left: 100%;
    margin-left: 320px;
}
/*tab�л�*/
#tabs {
    position: relative;
    overflow: hidden;
    width: 99.9%;
    height: 40px;

    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 3px solid #0e5cb1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#tabs li {
    float: right;
    display: inline;
    margin: 0;
    border:1px solid rgba(0, 0, 0, .2);
    width: 100px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    margin: 4px 10px 0 0;

}
#tabs li span {
    position: relative;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    float: left;
    text-decoration: none;
    color: #444;
    cursor: pointer;
}
#downTabs li span {
    position: relative;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    float: left;
    text-decoration: none;
    color: #444;
    cursor: pointer;
}

.current span{
    outline: 0;
    background: #e4dfdf !important;
    z-index: 4;
    border-top: 2px solid #0e5cb1;
}
.hoverItem span{
    background: #CECEFF;
    //background: #ACD6FF;
    opacity:0.8;
}
#content {
    background: #fff;
    height: 235px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}
.item{
    display: none;
}

.show{
    display: block;
}
.gongmu{

    display: inline;
    float: left;
    margin-left: 35px;
    line-height: 40px;
    font-size: 18px;
}
#content .item li{
     height: 10px;
     margin-top: 4%;
    margin-bottom: 3%;
    text-align: left;
    line-height: 10px;
    //cursor: pointer;
    color: #3D3D3D;
 }
 #content p{
     margin-right: 10px;
     float:right;
     display: inline-block;
     padding-bottom: 5px;
 }


 /*down*/
#downTabs{
    position: relative;
    overflow: hidden;
    /*width: 100%;*/
    height: 40px;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 3px solid #0e5cb1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#downTabs li {
    float: right;
    margin: 0;
    border:1px solid rgba(0, 0, 0, .2);
    width: 110px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    margin: 4px 10px 0 0;

}
#contents {
    background: #fff;
    /*padding: 50px;*/
    height: 235px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}
#contents .item li{
    height: 10px;
    margin-top: 4%;
    margin-bottom: 3%;
    text-align: left;
    line-height: 10px;
    //cursor: pointer;
    color: #3D3D3D;

}
#contents p{
    margin-right: 10px;
    float:right;
    display: inline-block;
    padding-bottom: 5px;
}

#number td:first-child{
    width:580px;

}
#dailyTable{
    width:700px;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    
}
#demo1 #dailyTable tr{border-bottom:1px solid }