a { background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; color: #333; }
a:active { outline: 0; }
a:active { color: #333; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none outside none; }
.white tr{
    font-size: 22px;
}
.text_con {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    line-height: 30px;
}
.pagination{margin: 10px 0 20px 0;}
.pagination li{display: inline-block;width: 20px;}
.pagination li a{color: #ffffff}
.pagination .active{
    color: #ffffff;
    background-color: #337ab7;
}
.white{color: #ffffff !important;}
.bg_black{
    width: 100% !important;
    background: url("../img/bg.jpg?v=2") repeat;
    /*background-size: cover;*/
}
.bg_danger{
    background-color:#FF1111;
}
.bg_warning{
    background-color:#D5912B;
}
.bg_success{
    background-color:#009100;
}
.bg_active{
    background-color:#337ab7;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.header{
    height: 50px;
    margin: 10px 0;
}
.item_field{
    font-size: 16px;
    width: 40%;
    white-space: normal;
}


/*树形css*/
.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 50px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    left: 20px;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    left: 20px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none;
    cursor:pointer
}

.tree li:last-child::before {
    height:30px
}





