/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
/*最新--快讯*/
a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sortable{
    margin:0 5px;
}

.ui-jqgrid-btable tr td .dis{
    display: contents;

}

/*文章*/
.article .row{
    margin: 5px 0;
}
.article .select2-container .select2-selection--single .select2-selection__rendered{
    width: 140px;
}
.banner .select2-container .select2-selection--single{
    width: 140px;
}

/*展示隐藏图标*/
.fa-toggle-on:before,
.fa-toggle-off:before{
    font-size: 20px;
}
/*删除图标颜色*/
.del{
    color:#dd5a43;
}
/*添加敏感词*/
.changeword{
    margin-left: 10px;
    margin-bottom: 20px;
    padding: 8px 10px;
    border: none;
}
.addSensit input{
   margin: 10px;
}
.addSensit .cancel{
    background: #999999;
    border: none;
}