/* 顶部标题 */
.top-title {
    line-height: 50px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
}

/* 顶部标题 end */

/* 主体内容 */
.theme-right-content .theme-console {
    padding: 5px;
}

/* 主体内容 end */

/* 左侧菜单图标 */
.theme-left-menu i, .theme-left-indent-menu-panel i {
    padding-right: 5px;
}

.theme-left-menu i[class~=spread] {
    position: absolute;
    right: 0;
    top: 7px;
}

.theme-left-indent-menu i[class~=spread] {
    top: 16px;
    display: none;
}

/* 左侧菜单图标 end */
/* 左侧菜单文字 */
.theme-left-menu cite, .theme-left-indent-menu-panel cite, #navigate_more cite {
    font-style: normal;
    font-size: 13px;
    /*color: black;*/
    margin-left: 5px;
}

/* 左侧菜单文字 end */
/* 删除左侧菜单边距 */
.theme-left-menu {
    padding: 0;
}

/* 删除左侧菜单边距 end */
/* 左侧菜单最小化展开面板 */
.theme-left-indent-menu-panel {
    border-radius: 5px;
    font-size: 15px;
}

/* 链接/li标签 悬停事件 */
.theme-left-indent-menu-panel li:hover {
    background-color: rgb(243, 244, 244);
}

.theme-left-indent-menu-panel div[class=href]:hover {
    color: #000;
    background-color: rgb(193, 233, 255);
}

/* 标题样式 */
.theme-left-indent-menu-panel div {
    text-align: center;
    cursor: pointer;
    padding: 2px 3px;
    background-color: rgb(49, 137, 211);;
    color: white;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
}
.qq li{
    height: 30px;
    line-height: 30px;
    text-align: center;
}
/* li样式 */
.theme-left-indent-menu-panel li {
    cursor: pointer;
    padding: 5px 3px;
    /*border-radius: 15px;*/
    height: 100%;

    /*强制不换行*/
    white-space: nowrap;
    /*自动隐藏文字*/
    overflow: hidden;
    /*文字隐藏后添加省略号*/
    text-overflow: ellipsis;
    /*适用于opera浏览器*/
    -o-text-overflow: ellipsis;
}

.theme-left-indent-menu-panel > div > img {
    display: none;
    position: relative;
    top: 3px;
    right: 5px;
    width: 20px;
}

/* 左侧菜单最小化展开面板 end */
/* 左侧菜单最小化样式 */
/* 隐藏字体 */
.theme-left-indent-menu dl dt cite {
    /*display: none;*/
    display: block;
    height: 20px;
    line-height: 20px;
    /*color: rgba(190,190,190,.9);*/
    color: grey;
    font-size: 12px;
    -webkit-transform: scale(0.95);   /*关键*/
    /*transform:scale(0.8);*/
}
/* 图标显示大小 */
.theme-left-indent-menu dl dt {
    font-size: 18px;
    height: 65px;
    line-height: 60px;
    width: 60px;
    /*border-bottom: 1px solid #c2c2c2;*/
    border-radius: 0 !important;
}

/* 清空框架增加的内容 */
.theme-left-indent-menu dl dt.active:before {
    content: '';
}

/* 左侧菜单最小化样式 end */
/* 左侧菜单样式 */

/* 溢出隐藏 */
.theme-left-menu ul li {
    /*强制不换行*/
    white-space: nowrap;
    /*自动隐藏文字*/
    overflow: hidden;
    /*文字隐藏后添加省略号*/
    text-overflow: ellipsis;
    /*适用于opera浏览器*/
    -o-text-overflow: ellipsis;
}

/* 边距 */
/*.theme-left-menu ul {
    padding-left: 10px;
}*/

/* 左侧菜单样式 end */

/* 顶部菜单伸缩按钮 */
.theme-left-menu-switch {
    padding: 0 5px;
}

/* 顶部菜单伸缩按钮 end*/
/* 右侧用户面板自动隐藏 */
@media screen and (max-width: 900px) {
    .theme-header-navigate .top-title {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .theme-header-navigate .right .organ-role {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .theme-header-navigate .right {
        display: none;
    }
}

/* 右侧用户面板自动隐藏 end */

/* 左侧菜单图片 */
.theme-left-menu img[class~=icon]:not(.lii) {
    /*width: 15px;
    height: 15px;
    position: relative;
    right: 5px;
    top: -1px;*/

    width: 26px;
    height: 26px;
    margin-top: 16px;
    margin-left: 16px;
    position: relative;
    right: 5px;
    top: -1px;
}

/* 左侧二级菜单图片 */
.theme-left-menu:not(.theme-left-indent-menu) img[class~=lii] {
    width: 15px;
    height: 15px;
    position: relative;
    /*right: 5px;
    top: -1px;*/
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.theme-left-indent-menu-panel img[class~=lii]{
    width: 16px !important;
    height: 16px !important;
}

/*.theme-left-indent-menu dl dd ul li>img{
    width: 16px !important;
    height: 16px !important;
}*/
/*.theme-left-indent-menu img[class~=lii]{
    width: 16px !important;
    height: 16px !important;
}*/

/* 左侧菜单图片 end */
/* 左侧缩小时小箭头 */
.theme-left-indent-menu i[class~=fa-caret-left] {
   display: none;
}
.theme-left-indent-menu i{
    width: 15px;
    height: 15px;
    position: relative;
    right: 2px;
    top: 2px;
}
/*.theme-left-indent-menu i{*/
    /*display: none;*/
/*}*/
/* 左侧缩小时小箭头 end */

/* 右侧机构角色样式 */
.organ-role {
    float: left;
    padding-right: 10px;
}

.organ-role .diagonal {
    font-size: 30px;
    opacity: 0.6;
    color: #ffffff;
    z-index: 998;
    top: 6px;
    position: relative;
    display: inline-block;
}

.organ-role .dropbtn {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    height: 50px;
    border: none;
    cursor: pointer;
}

.organ-role .dropbtn cite {
    font-style: normal;
}

.organ-role .dropbtn i {
    margin-left: 10px;
    opacity: 0.6;
}

.organ-role .dropdown {
    z-index: 998;
    position: relative;
    display: inline-block;
}

.organ-role .dropdown > img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    float: left;
    position: relative;
    margin: 5px;
    background-color: white;
}

.organ-role .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    padding: 0 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.organ-role .dropdown-content a {
    color: black;
    padding: 12px 0;
    text-decoration: none;
    width: 100%;
    display: block;
}

.organ-role .dropdown-content a:hover {
    background-color: #e9e9e9;
}

.organ-role .dropdown:hover .dropdown-content {
    display: block;
}
/* 右侧机构角色样式 end */
/* 左侧菜单过滤 */
/*#left_menu_search > span[class~=textbox] {*/
/*border: 0;*/
/*}*/

/* 左侧菜单过滤 end */
/* 左侧菜单选中样式 */

.theme-left-menu dt[class~=selected] {
    /*background-color: rgb(49, 137, 211);*/
    color: black;
    font-weight: 600;
    /*border-radius: 6px;*/
}

.ddiv di dd ul li[class~=selected] {
    border-left: 6px solid palevioletred;
    border-left: 6px solid palevioletred;
    background-color: #3189d3;
    color: white;
    margin-left: 6px;
    /* border-radius: 6px;*/
}
/*.theme-left-menu dl dd ul ts ul li{*/
    /*margin-left: 16px;*/
/*}*/
/* 左侧菜单选中样式 end */

/* 右侧标签页及布局 */
.main-body .body-tabs .tabs-prev:hover, .main-body .body-tabs .tabs-next:hover, .main-body .body-tabs .tabs-center .tabs-tag:hover {
    /*background-color: rgb(193, 233, 255);*/
    background-color: #ffffff;
    border-color: #cccccc;

}

.main-body .body-tabs .tabs-center .tabs-tag.active {
    position: relative;
    /*color: #0066CC;*/
    background-color: #fff;
    border-color: #ccc;
    border-bottom: 1px solid white;
}

.main-body .body-tabs .tabs-prev.active {
    background-color: rgb(49, 137, 211);
}

.main-body {
    padding: 5px;
    height: calc(100% - 60px);
}

.main-body .body-tabs .tabs-prev, .main-body .body-tabs .tabs-next, .main-body .body-tabs .tabs-center, .main-body .body-tabs .tabs-tools {
    cursor: pointer;
    background-color: rgb(244, 245, 247);
}

.main-body .body-tabs {
    height: 36px;
    margin-bottom: 5px;
}

.main-body .body-tabs .tabs-prev, .main-body .body-tabs .tabs-next {
    width: 30px;
    text-align: center;
    font-size: 26px;
    line-height: 34px;
}
.ddl{
    display: none;
}
.main-body .body-tabs .tabs-center {
    white-space: nowrap;
    overflow: hidden;
    /*border-left: 1px solid #c0c0c0;*/
    /*border-right: 1px solid #c0c0c0;*/
    border-bottom: 1px solid #c0c0c0;
}

.main-body .body-tabs .tabs-center .tabs-tag {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 14px;
    /*height: 18px;*/
    margin-top: 3px;
    border: 1px solid #f7f7f7;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    /*margin-left: 5px;*/
    cursor: pointer;
}

.main-body .body-tabs .tabs-center .tabs-tag:first-child {
    margin-right: 0;
}

.main-body .body-tabs .tabs-center .tabs-tag cite {
    font-style: normal;
    padding-left: 5px;
}

.main-body .body-tabs .tabs-center .tabs-tag img {
    position: relative;
    top: -1px;
    display: none;
}
.main-body .body-tabs .tabs-center .tabs-tag .fa-close {
    position: relative;
    font-size: 11px;
    top: -1px;
    margin-left: 10px;
}
/*.lii{
    width: 16px;
    margin-left: -16px;
}*/

.main-body .body-tabs .tabs-center .tabs-tag .fa-close:hover {
    transition: all 0.3s;
    color: orangered;
}

.main-body .body-tabs .tabs-right .tabs-tools {
    border-left: 1px solid #c0c0c0;
    text-align: center;
    font-size: 22px;
    line-height: 34px;
}

.main-body .body-tabs .tabs-right .tabs-tools dl {
    cursor: pointer;
    color: #2F4056;
    transition: all 0.3s;
    font-size: 12px;
    position: fixed;
    top: 91px;
    right: -110px;
    width: 99px;
    background-color: #e2e2e2;
    z-index: 999;
    border: 1px solid rgba(200, 200, 200, 0.3);
}

.main-body .body-tabs .tabs-right .tabs-tools dl dd i {
    padding-right: 5px;
}

.main-body .body-tabs .tabs-right .tabs-tools dl dd {
    border-bottom: solid 1px #c2c2c2;
}

.main-body .body-tabs .tabs-right .tabs-tools dl dd:last-child {
    border: 0;
}

.main-body .body-tabs .tabs-right .tabs-tools dl dd:hover {
    background-color: #c9c9c9;
}

.main-body .body-tabs .tabs-right .tabs-tools:hover dl {
    right: 5px;
}

.main-body .body-tabs .tabs-right {
    width: 100px;
}

.main-body .body-floor {
    padding: 0 5px;
    height: 30px;
    line-height: 28px;
    margin-top: 5px;
}

/* 右侧标签页及布局 end */