.carousel-indicators li,.carousel-indicators .active{
	margin: 1px 4px;
}

.klvYello-backColor {
    background-color: #ee6d0f;
}
.klvYello {
    color: #ee6d0f;
}


.klvBlack-backColor {
    background-color: #383735;
}

.klvBlack {
    color: #383735;
}

.fontSizeBig {
    font-size:30px;
}

.fontSizeSmall {
    font-size:23px;
}


/*二级页面的左侧标题列表*/
body .container {
    margin: 5px 0px;
    padding: 0px;
    background-color: white;
}

    body .container .listBoxRow {
        margin: 0px;
        padding: 0px;
    }

.listLeftBox {
    background-color: #e8e8e8;
    padding: 0px;
}

    .listLeftBox > div {
        height: 40px;
        color: white;
        line-height: 40px;
        padding-left: 10px;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .listLeftBox ul {
        list-style: none;
        padding: 0px;
    }

        .listLeftBox ul li {
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-bottom: 1px solid #fff;
            text-overflow: ellipsis;
						white-space:nowrap;
						overflow: hidden;
        }


/*二级页面的左侧标题列表*/




@media (max-width:767px) {

    /*二级页面的左侧标题列表*/

    body .container {
        margin: 5px 0px;
        padding: 0px;
        min-height: 100px;
        background-color: white;
        width: calc(100vw);
    }

        body .container .listBoxRow {
            width: calc(100vw);
            margin: 0px;
            padding: 0px;
        }


    .listLeftBox {
        background-color: #e8e8e8;
        padding: 0px;
        width: calc(100vw);
    }

        .listLeftBox > div {
            height: 30px;
            color: white;
            line-height: 30px;
            padding-left: 10px;
            width: calc(100vw);
            text-align: center;
            font-size: 18px;
        }

        .listLeftBox ul {
            list-style: none;
            padding: 0px;
        }

            .listLeftBox ul li {
                height: 30px;
                text-align: center;
                margin-top: 10px;
                line-height: 30px;
            }
    /*二级页面的左侧标题列表*/

}
