ul.qxzx-list li {
    position: relative;
    height: 24px !important;
    line-height: 24px !important;
    padding-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.zx-bmxx-top .img-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zx-bmxx-top.flexslider .slides>li {
    display: block;
}

#qxzx-slider .flex-control-nav {
    width: 78px;
    bottom: -19px;
}

#qxzx-slider .flex-control-paging li a.flex-active {
    background-color: #ff8c2f
}

.zx-bmxx-slide {
    width: 100%;
    height: 25px;
    background-color: #7f7f7f;
}

.zx-bmxx-slide>div {
    float: left;
    height: 100%;
    line-height: 25px;
}

.zx-bmxx-slide .qxzx-img-title {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
    text-overflow: ellipsis;
}

.zx-bmxx-slide .qxzx-img-slide {
    width: 30%;
    text-align: center;
}

.zx-bmxx-slide .qxzx-img-slide span {
    display: inline-block;
    margin: 0 4px;
    margin-bottom: 3px;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
}

.zx-bmxx-slide .qxzx-img-slide span.selected {
    background-color: #ff8c2f;
}

.zx-bmxx-list {
    height: calc(100% - 56% - 55px);
    padding: 5px 0;
    overflow: hidden;
}

ul.qxzx-list {
    /* height: calc(100% - 60% - 25px); */
    height: 100%;
    overflow: hidden;
}

ul.qxzx-list li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 9px;
    width: 7px;
    height: 7px;
    background-color: #dbdbdb;
    border-radius: 50%
}

.slider-img-title{
	display: inline-block;
    margin: 0 6px;
    width: 210px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}