.edit_page{
    padding-bottom: 0;
}
.edit_content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: -50px;
    height: auto;
    justify-items: stretch;
    background-color: #242b34;
}
.edit_left{
    width:20%; 
}
.edit_right{
    width: 80%;
    background-color: #f5f5f5;
    min-height: 600px
}
.edit_left li > div {
    height: 70px;
    line-height: 70px;
    /* width: 100%; */
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    color: #999999;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
    background: #242b34;
    border-left:4px solid #242b34;
}
.edit_left .nav_selected{
    background: #253c51;
    border-left:4px solid #2e9ff5;
    color: #fff
}
.edit_left .nav2_selected span{
    color: #fff
}
.edit_left li:hover{
    color: #fff
}
.edit_left li ul{
    padding-left: 50px
}
.edit_left li>span{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.edit_left img{
    display: inline-block;
    margin: 0 20px;
    height: 32px;
    background: #242b34;
}
.edit_left .nav_selected img{
    background: #253C51;
}

/* 案例管理 */
.edit_case_content {
    position: relative;
}
.dataShow .create {
    display: inline-block;
    border-bottom: 1px solid #D7D7D7;
    padding: 3px 15px 0px;
    background-color: rgb( 101, 198, 243 );
    width: 143px;
    height: 36px;
    margin-top: 12px;
    margin-bottom: 18px;
    margin-right: 20px;
    overflow: hidden;
    cursor: pointer;
}
.dataShow .create img {
    height: 30px;
}
.dataShow .import {
    display: inline-block;
    border-bottom: 1px solid #D7D7D7;
    padding: 7px 15px 0px;
    background-color: rgb( 137, 170, 244 );
    width: 143px;
    height: 36px;
    margin-bottom: 18px;
    overflow: hidden;
    cursor: pointer;
}
.dataShow .import img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.create span, .import span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
/* 权限说明 */
.permission_description {
    float: right;
    padding-top: 30px;
    overflow: hidden;  
}
/* 操作列样式 */
.kb_show {
    display: inline-block;
    height: 20px; 
    width: 22px;
    cursor: pointer;
    background: url(../img/show.png) no-repeat;
}
.kb_show:hover{
    background: url(../img/show_hover.png) no-repeat;
}
.kb_edit {
    display: inline-block;
    height: 20px; 
    width: 19px;
    cursor: pointer;
    background: url(../img/edit.png) no-repeat;
}
.kb_edit:hover{
    background: url(../img/edit_hover.png) no-repeat;
}
.kb_delete {
    display: inline-block;
    height: 20px; 
    width: 14px;
    cursor: pointer;
    background: url(../img/delete.png) no-repeat;
}
.kb_delete:hover{
    background: url(../img/delete_hover.png) no-repeat;
}
.kb-filter {
    position: relative;
}
.kb-filter-button{
    content: "";
    width: 0;
    height: 0;
    border-left: .4em solid transparent;
    border-right: .4em solid transparent;
    vertical-align: middle;
    display: block;
    position: absolute;
    top: 41.30434783%;
    right: 0px;
    border-top: .4em solid #a9acad;
    cursor: pointer;
}
/* 过滤面板 */
.containerTableStyle {
    position: relative;
}
.kb_filter_panel {
    display: block;    
    position: absolute;
    top: 40px;
    z-index: 1;
    min-width: 45px;
    border-radius: 2px;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.2);
    list-style: none;
    box-sizing: border-box;
    overflow-wrap: break-word;
    white-space: normal;
}
.kb_filter_panel li {
    height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    cursor: pointer;
}
.kb_filter_panel li:hover {
    background-color: rgb( 46, 159, 245 );
}
.kb_filter_panel em {
    display: block;
    position: absolute;
    right: 5px;
    top: -24px;
    border-width: 12px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #d9d9d9;
    font-size: 0;
    line-height: 0;
}
.kb_filter_panel span {
    display: block;
    position: absolute;
    right: 4px;
    top: -22px;
    border-width: 11px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #FFF;
    font-size: 0;
    line-height: 0;
}
/* 案例名搜索框 */
.choosedService{
    margin: 0;
    text-align: center;
}
.case_searchbox{
    display: inline-block;
}
.case_searchbox .ti-searchbox-container{
    margin: 0; 
    width: 300px;
}
.choosedService .case_searchbox .ti-searchbox-container{
    display: block;
    width: 624px;
    height: 40px;
    margin: 0 auto;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    color: #999;
}
.case_searchbox .ti-searchbox-search:before {
    position: absolute;
    top: -6px;
    left: -11px;
    width: 1px;
    height: 30px;
    background-color: #cbcbcb;
    content: "";
}
.case_searchbox .ti-searchbox-search {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 8px;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    background: url(../img/kb_search.png) #fff no-repeat;
    transition: none;
}
.choosedService .case_searchbox .ti-searchbox-input {
    font-size: 14px;
    width: calc(100% - 65px);
    border-radius: 8px;
}
.case_searchbox .ti-searchbox-clear {
    left: auto;
    right: 38px;
}
.ti-searchbox-clear:hover {
    color: #f66f6a;
}
/* 分页样式 */
.ti-page-size-option {
    position: absolute;
    left: 160px;
    top: 30px;
}
.margin_top {
    margin-top: 44px;
}
/* .ti-tooltip-bottom-right::before {
    display: block;
    position: absolute;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    content: '';
    width: 10px;
    height: 10px;
    right: 16px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 35px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
}
.ti-tooltip {
    left: 10px;
    top: 10px;
    display: block;
    position: absolute;
    background-color: #fff;
    color: #666;
    padding: 9px;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    border-radius: 2px;
    font-size: 14px;
}
.ti-tooltip-content {
    max-height: 227.5px; overflow-y: auto; padding: 1px;
} */

.import_result div{
    text-align: center;
    height: 70px;
    font-size: 18px;
}
.import_result li{
    float: left; 
    width: 212px;
    height: 32px;
}
.import_result li span{
    display: inline-block;
    width: 112px;
}