body{
    background-color: #eef7ff;
}
.flexParent {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}
.flexChild {
    display: block;
    width: 20%;
    padding: 0 2px;
}
@media screen and (min-width: 992px){
    .flexChild{
        width: 10%;
    }
}
.breadcrumb>li{
    display: inline;
    word-break: break-all;
}
.inactiveIcon{
    color: #666;
}
.showMoreTag{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
td {
    word-break: break-all;
    min-width: 55px;
}

button{
    outline:none !important;
}

.jumbotron {
    margin-bottom: 0px;
}

main {
    margin-bottom: 20px;
}

.copyright, .navbar-inverse {
    margin-bottom: 0px;
    border: 0px;
}

.tip {
    cursor: pointer;
}
.dir{
}
.lineText{
    line-height: 22px;
}
.searchLink{
    color: #667;
    word-break: break-all;
}
.searchLink>a{
    color: #667;
    word-break: break-all;
}
.searchLink>a:hover{
    color: #1975FF;
}
.searchTitle{
    color: #f97447;
    word-break: break-all;
}
.gray-out{
    background-color: #e0e0e0;
}
.gray-in{
    background-color: #f8f8f8;
}
.navLinkItem{
    color: #7888fc;
    line-height: 22px;
}
.dataListBox{
    margin:10px 0px;margin:10px 0px;background-color:#fff;
}
