

/* 必要布局样式css */
.rolling {
    width:100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background:url(/images/pingjiabg.jpg) no-repeat center;width:100%; height:184px; box-sizing:100%;
}

.rolling .roll-title {
    overflow: hidden;
    height: 200px;
    background: #fff;
    padding: 0 10px;
    line-height: 42px;
    border-bottom: 1px solid #ddd;
}

.rolling .roll-title .prev,.rolling .roll-title .next {
    display: block;
    width: 24px;
    height: 70px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 67px;
    right: 0;
    left: 0;
    display: none;
    z-index: 100;
}

.rolling .roll-title .prev img {
    width: 22px;
    height: 48px;
}

.rolling .roll-title .next img {
    width: 22px;
    height: 48px;
}

.rolling .roll-title .next {
    right: -2px;
    display: none;
    left: inherit;
}

.rolling .roll-title ul {
    float: right;
    overflow: hidden;
    zoom:1; margin-top: 15px;
}

.rolling .content {
    width: 100%;

    overflow: hidden;
}

.rolling .content ul {
    overflow: hidden;
    zoom:1; }

.rolling .content ul li {
    float: left;
	list-style:none;
    line-height: 24px;
    text-align: center;
    _display: inline;
    font-size: 13px;
	padding:0;
}


