.alarm_content {
    margin: 0 20px;
    background: rgba(0, 0, 0, 0);
    width: calc(100% - 40px);
    box-sizing: border-box;
    display: inline-block;
}

.alarm_content .title {
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    box-sizing: border-box;
}

/* 闂侇偄顦甸妴宥夊础閿燂拷 */
.alarm_content .alarm_tabs {
    display: flex;
    margin-left: 20px;
    margin-top: 20px;
}

.alarm_content .alarm_tabs li {
    display: inline-block;
}

.alarm_content .alarm_tabs a {
    display: inline-block;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.alarm_content .alarm_tabs a:hover {
    background: rgba(0, 0, 0, 0.3);
}

.alarm_content .alarm_tabs a.active {
    background: #5E6575;
    color: #fff;
}

/* 闁告帒妫濋妴锟� */

.alarm_content .nt_nrvpage {
    width: auto;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    margin-right: 10px;
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}

.alarm_content .nt_nrvpage .nt_nrvpageL span {
    line-height: 40px;
    margin-left: 5px;
}

.alarm_content .nt_nrvpage .nt_nrvpageL span img {
    margin-top: 10px;
}

/* 閻炴稏鍔嶉悧锟� */

.alarm_table {
    margin: 20px 17px !important;
    margin-top: 10px !important;
}

.alarm_table i {
    width: 20px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.alarm_table .state_1 { background: maroon; }
.alarm_table .state_2 { background: orangered; }
.alarm_table .state_3 { background: orange }
.alarm_table .state_4 { background: royalblue }
.alarm_table .state_5 { background: yellowgreen }

.nt_tab table{border: 1px solid #c0c0c1;width: 100%; text-align: center; font-size: 14px; color:#666;}
.nt_tab table tr{height: 42px; line-height: 20px;}


.nt_tab table td {
    border: 3px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0.1);
    line-height: 40px;
    color: #808080;
    text-align: left;
    padding: 0 15px;
    position: relative;
}
.nt_tab table tr td{border-left: 0px solid #3e3f41;
    border-top: 0px solid #3e3f41;}
.nt_tab table tr.jsTableodd td{background: #D9D9D9;}
.nt_tab table tr.jsTableeven td{background: #ECECEC}
.nt_tab table tr.jsTableeven th{background:#ECECEC;border-left: 0px solid #3e3f41;border-top: 0px solid #3e3f41;}

.functional_selection{
    width: 100%;
    padding: 12px 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
    float: left;
}
.query {
    width: 20%;
    height: 28px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    position: relative;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-left: 20px;
}
.query img {
    width: 16px;
    vertical-align: middle;
    margin-right: 8px;
}