body{
	background: url(../images/m9_01.jpg) center top repeat-x;
}
.bottom{
    width: 980px;
    height: 224px;
    background: url(../images/m9_37.jpg) no-repeat center top;
    color: #505050;
    text-align: center;
    line-height: 120%;
    padding-top: 24px;
    font-size: 12px;
}
.lunbo {
    width: 270px;
    height: 250px;
    float: left;
    position: relative;
    margin-top: 21px;

}

.slideBox {
    position: relative;
    height: 230px;
    width: 270px;
    overflow: hidden;
}

.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none;
}

.slideBox ul.items li a img {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    border: none;
    width: 270px;
    height: 230px;
}

.slideBox div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: #eee;
    overflow: hidden;
}

.slideBox div.tips div.title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 184px;

}

.slideBox div.tips div.title a {
    font-weight: bold;
    color: black;
    font-size: 14px;
    line-height: 25px;
    margin-left: 10px;
    text-decoration: none;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-family: "微软雅黑";
}

div.nums {
    position: absolute;
    right: -2px;
    bottom: 32px;
    z-index: 111111;
}

div.nums a {
    width: 20px;
    height: 14px;
    display: inline-block;
    float: left;
    background-color: #555;
    margin-right: 4px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 14px;
}



div.nums a.active {
    background-color: #f90;
    color: red;
}
