/*公告*/
#notice {
    width: 100%;
    overflow: hidden;
}

#notice .icon{
    margin-right:0.7rem;
}

#notice .noticeForm {
    width: 85%;
    margin: 0 auto;
}

#notice .noticeForm .id {
    width: 5%;
}

#notice .noticeForm .publisher {
    width: 15%;
}

#notice .noticeForm .Institutions {
    width: 10%;
}

#notice .noticeForm .title {
    width: 20%;
}

#notice .noticeForm .create {
    width: 10%;
}

#notice .noticeForm .logTime {
    width: 10%;
}

#notice .noticeForm .status {
    width: 5%;
}

#notice .noticeForm .contral {
    width: 25%;
}

#notice .popWin {
    width: 830px;
!important;
}

#noticeModify .noticeModifyMain {
    height: 450px;
    overflow: auto;
}

#notice #noticeModify .noticeModifyMain label {
    width: 15%;
}

#notice #noticeModify .noticeModifyMain li > input {
    margin: 0 1rem
}

#notice #noticeModify .noticeModifyMain .top {
    width: auto;
    height: auto
}

#notice #noticeModify .channel {
    width: auto;
    height: auto;
    margin: 0 1rem
}

#notice .popWinMain {
    overflow-y: auto
}

#notice #annex > a {
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: none;
    border: 1px solid #E20012;
    color: #E20012;
    padding: 0.5rem 0.5rem
}

#notice #annex > a:hover {
    background: #E20012;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

#notice #annex > span > a {
    color: #0992f7;
    margin-left: 1.5rem
}

#notice #annex .icon-remove {
    margin-left: 0.5rem;
    background: none;
    cursor: pointer
}
#notice #editor{
    width: 100%;
    height: 300px;
}
#notice [type='radio']{
    border: none;
}
#notice [type='checkbox']{
    padding: 2px;
}
/*操作日志*/
#operationLog {
    width: 100%;
    overflow: hidden;
}

#operationLog .operationLogForm {
    width: 85%;
    margin: 0 auto;
}

#operationLog .operationLogForm .formControl{
    margin: 1rem 0;
}

#operationLog .operationLogForm .id {
    width: 5%;
}

#operationLog .operationLogForm .operate_time {
    width: 10%;
}

#operationLog .operationLogForm .operator {
    width: 8%;
}

#operationLog .operationLogForm .operator_name {
    width: 7%;
}

#operationLog .operationLogForm .operate_name {
    width: 10%;
}

#operationLog .operationLogForm .operate_category {
    width: 5%;
}

#operationLog .operationLogForm .target {
    width: 10%;
}

#operationLog .operationLogForm .target_type {
    width: 10%;
}

#operationLog .operationLogForm .oldData {
    width: 10%;
}

#operationLog .operationLogForm .newData {
    width: 15%;
}

#operationLog .operationLogForm .target_unit_name {
    width: 10%;
}

/*登录日志*/
#loginLogs {
    width: 100%;
    overflow: hidden;
}

#loginLogs .logsForm {
    width: 85%;
    margin: 0 auto;
}

#loginLogs .logsForm .user {
    width: 10%;
}

#loginLogs .logsForm .operator {
    width: 10%;
}

#loginLogs .logsForm .type {
    width: 10%;
}

#loginLogs .logsForm .description {
    width: 25%;
}

#loginLogs .logsForm .operatResult {
    width: 10%;
}

#loginLogs .logsForm .operatorUnitSubCode {
    width: 15%;
}

#loginLogs .logsForm .logTime {
    width: 20%;
}

/*app日志*/
#appLog {
    width: 100%;
    overflow: hidden;
}

#appLog .appLogForm {
    width: 85%;
    margin: 2rem auto 1rem;
}

#appLog .appLogForm .id {
    width: 5%;
}

#appLog .appLogForm .create_time {
    width: 15%;
}

#appLog .appLogForm .platform {
    width: 10%;
}

#appLog .appLogForm .version {
    width: 10%;
}

#appLog .appLogForm .networkType {
    width: 20%;
}

/*#appLog .appLogForm .target{width:20%;}*/
#appLog .appLogForm .url {
    width: 10%;
}

#appLog .appLogForm .uploaderName {
    width: 10%;
}

#appLog .appLogForm .unitName {
    width: 20%;
}

/*系统日志*/
#systemLog {
    width: 100%;
    overflow: hidden;
}

#systemLog .operationLogForm {
    width: 85%;
    margin: 0 auto;
}

#systemLog .operationLogForm .id {
    width: 5%;
}

#systemLog .operationLogForm .run_time {
    width: 20%;
}

#systemLog .operationLogForm .level {
    width: 5%;
}

#systemLog .operationLogForm .message {
    width: 70%;
}

/*报表*/
#report {
    width: 100%;
    overflow: hidden;
}

#report .operationLogForm {
    width: 85%;
    margin: 0 auto;
}

#report .operationLogForm .id {
    width: 3%;
}

#report .operationLogForm .name {
    width: 27%;
}

#report .operationLogForm .count_type {
    width: 10%;
}

#report .operationLogForm .time_condition {
    width: 8%;
}

#report .operationLogForm .count_cycle {
    width: 7%;
}

#report .operationLogForm .count_start_time {
    width: 13%;
}

#report .operationLogForm .count_end_time {
    width: 13%;
}

#report .operationLogForm .create_time {
    width: 13%;
}

#report .operationLogForm .url {
    width: 6%;
}

/*主页公告*/
.noticeNum {
    position: relative;
    margin-right: 1rem;
    height:55px;
    line-height:55px;
}

.noticeNum > .tip {
    position: absolute;
    top: 1.2rem;
    right: -0.5rem;
    width: 1.5rem;
    height: 1.2rem;
    background: #E20012;
    color: #FFFFFF;
    font-size: 1.2rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 1.4rem
}
#indexNoticeMsg .popWinTitle>a{
    font-size: 2.4rem;
}

#indexNoticeMsg .popWin>a, .formPager span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    padding: 0 2px;
    font-size: 1.4rem;
}

#indexNoticeMsg .formPager input {
    width: 50px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

#indexNoticeModifyDetail {
    overflow-y: auto
}

#indexNoticeMsg .popWinMain .id {
    width: 5%
}

#indexNoticeMsg .popWinMain .notice_name {
    width: 35%
}

#indexNoticeMsg .popWinMain .notice_name span {
    margin-right: 0.5rem;
    color: #E20012
}

#indexNoticeMsg .popWinMain .publisher {
    width: 20%
}

#indexNoticeMsg .popWinMain .sub_corporate_name {
    width: 20%
}

#indexNoticeMsg .popWinMain .publish_time {
    width: 20%
}

#indexNoticeMsg #noticeModify {
    overflow-y: auto
}






