
.centen {
    display: flex;
    justify-content: space-evenly;
    /*border-left: 10px solid #859e61;*/
    border-left: 10px solid rgba(0, 105, 175, 0.85);
    align-items: center;
}

.centen-title {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.1em;
}


.text-shenglue {
    /*display: block;*/
    /*word-break: keep-all;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*-o-text-overflow: ellipsis;*/
    /*-icab-text-overflow: ellipsis;*/
    /*-khtml-text-overflow: ellipsis;*/
    /*-moz-text-overflow: ellipsis;*/
    /*-webkit-text-overflow: ellipsis;*/
}


.no-data {
    width: 100%;
    height: 200px;
    /* background-color: grey; */
    display: flex;
    justify-content: center;
    align-items: center;
}


