body {
    /* margin: 15px 15px 15px 15px; */
    margin: 0;
    background: #fff;
}

.layuimini-container {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background-color: #ffffff
}

.layuimini-main {
    margin: 10px 10px 10px 10px;
}

/**必填红点 */
.layuimini-form > .layui-form-item > .required:after {
    content: '*';
    color: red;
    position: absolute;
    margin-left: 4px;
    font-weight: bold;
    line-height: 1.8em;
    top: 6px;
    right: 5px;
}

.layuimini-form > .layui-form-item > .layui-form-label {
    width: 120px !important;
}

.layuimini-form > .layui-form-item > .layui-input-block {
    margin-left: 150px !important;
}

.layuimini-form > .layui-form-item > .layui-input-block > tip {
    display: inline-block;
    margin-top: 10px;
    line-height: 10px;
    font-size: 10px;
    color: #a29c9c;
}

/**搜索框*/
.layuimini-container .table-search-fieldset {
    margin: 0;
    border: 1px solid #e6e6e6;
    padding: 10px 20px 5px 20px;
    color: #6b6b6b;
}

/**自定义滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #9c9da0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}



/* 党组织基础信息样式 */
#rights {
    margin-bottom: 12px;
}
#rights .right-t {
    height: 60px;
    line-height: 60px;
    padding-left: 14px;
    display: flex;
    align-items: center;
    width: calc(100% - 14px);
}
#rights .right-t img {
    margin-right: 10px;
}
#rights .right-t i {
    background-color: #e6eaf6;
    color: #002EA6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 24px;
    padding: 0 9px;
    line-height: 1;
    border: 1px solid #ccd5ed;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    margin-left: 12px;
}
#rights .basicInformationT>table th {
    width: 10%;
    padding: 10px;
    text-align: left;
    background: rgb(244, 247, 255);
}
#rights .newInfoTruncation {
    width: 198px;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
#rights .basicInformationT>table td {
    width: 10%;
    padding: 10px;
}
#rights .newsInfo:hover {
    background: #eee;
    color: #333;
    z-index: 999;
}

.newsInfo {
    position: relative;
    z-index: 0;
}

.newsInfo span {
    display: none;
}

.newsInfo:hover span {
    display: block;
    position: absolute;
    min-width: 400px;
    top: 28px;
    left: 100px;
    background: rgb(244, 247, 255);
    color: black;
    padding: 5px;
    text-align: left;
    overflow: hidden;
}