

.clearfix {
    zoom: 1
}
.wrapper {
    /*overflow: hidden;*/
    position: relative;
    min-width: 1280px;
}
.clearfix {
    zoom: 1
}

.singleline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.section-title-bar{
    width: 100%; height: 40px;background-color: #f4f2ee;border:1px solid #dddddd; display: flex;align-items: center;
}
.section-title-container{
    display: flex;align-items: center;margin-left: 10px;height: 30px;
}
.section-title{
    font-size: 25px; font-weight: 500; margin-left: 10px
}

/*banner dot */
.indicator-dot-active {
    background: url(/res/img/indicator_dot_active.png) no-repeat;

}

.indicator-dot {
    background: url(/res/img/indicator_dot_normal.png) no-repeat;

}
/*t */




