.noticeWarn {
    width: 260px;
    height: 122px;
    background-color: rgba(6,11,28,0.90);
    /*border: 1px solid rgba(239,251,255,0.10);*/
    border-radius: 0px 0px 2px 2px;
    clip-path: polygon(0 0,100% 0,100% 110px, 251px 100%, 0 100%);
    position: relative;
    cursor: pointer;
}

.noticeHeadColor {
    height: 3px;
    border-radius: 2px 2px 0 0;
}

.redHead {
    background-color: #CF1F22;
}

.redBg {
    background-image: linear-gradient(180deg, rgba(207,31,34,0.30), rgba(255,93,67,0.00), rgba(255,93,67,0.00));
}

.yellowHead {
    background-color: #EFD167;
}

.yellowBg {
    background-image: linear-gradient(180deg, rgba(239,209,103,0.30), rgba(255,93,67,0.00), rgba(255,93,67,0.00));
}

.blueHead {
    background-color: #178CC0;
}

.blueBg {
    background-image: linear-gradient(180deg, rgba(23,140,192,0.30), rgba(255,93,67,0.00), rgba(255,93,67,0.00));
}

.purpleHead {
    background-color: #7760FF;
}

.purpleBg {
    background-image: linear-gradient(180deg, rgba(119,96,255,0.30), rgba(255,93,67,0.00), rgba(255,93,67,0.00));
}

.orangeHead {
    background-color: #FFAF00;
}

.orangeBg {
    background-image: linear-gradient(180deg, rgba(255,175,0,0.30), rgba(255,93,67,0.00), rgba(255,93,67,0.00));
}

.noticeTitleDiv {
    width: 100%;
    height: 24px;
    margin-top: 10px;
    margin-left: 12px;
    position: relative;
}

.noticeAlarmIcon {
    background-image: url("../../img/bigScreenNotice/icon_huojing-faa6ee3ba8.png");
    width: 24px;
    height: 24px;
    background-repeat: round;
    display: inline-block;
    vertical-align: bottom;
}

.noticeSeriousHiddenTroubleIcon {
    background-image: url("../../img/bigScreenNotice/icon_yzyinhuan-f1a20e7f4c.png");
    width: 24px;
    height: 24px;
    background-repeat: round;
    display: inline-block;
    vertical-align: bottom;
}

.noticeSafeLoopholeIcon {
    background-image: url("../../img/bigScreenNotice/icon_aqyinhuan-10ba3dbbe7.png");
    width: 24px;
    height: 24px;
    background-repeat: round;
    display: inline-block;
    vertical-align: bottom;
}

.noticeWarnIcon {
    background-image: url("../../img/bigScreenNotice/icon_yinhuan-c72fc58860.png");
    width: 24px;
    height: 24px;
    background-repeat: round;
    display: inline-block;
    vertical-align: bottom;
}

.noticeCommIcon {
    background-image: url("../../img/bigScreenNotice/icon_renwu-c7738d3a69.png");
    width: 24px;
    height: 24px;
    background-repeat: round;
    display: inline-block;
    vertical-align: bottom;
}

.twznNoticeTitle {
    display: inline-block;
    font-size: 16px;
    color: #EAF8FF;
    line-height: 24px;
    width: 128px;
    vertical-align: bottom;
    margin-left: 8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.noticeTime {
    display: inline-block;
    font-size: 12px;
    color: rgba(255,255,255,0.80);
    line-height: 18px;
    vertical-align: bottom;
    margin-left: 8px;
}

.noticeDeviceLoactionIcon{
    width: 24px;
    height: 24px;
    background-repeat: round;
    background-image: url(../../img/main/icon_location-b809a98746.png);
    position: absolute;
    top: 0;
    right: 20px;
}

.noticeClose {
    background-image: url("../../img/bigScreenNotice/icon_close-9dcf281e28.png");
    width: 16px;
    height: 16px;
    background-repeat: round;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.noticeAlarmAddr {
    margin-left: 50px;
    margin-top: 10px;
    margin-right: 12px;
    font-size: 12px;
    color: rgba(239,251,255,0.80);
    /*line-height: 22px;*/
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.noticeAlarmInfo {
    margin-left: 50px;
    margin-top: 10px;
    margin-right: 12px;
    font-size: 12px;
    color: rgba(239,251,255,0.80);
    line-height: 18px;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#noticeWindowDiv {
    width: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    transition: height .5s linear;
}

.noticeSplit {
    width: 100%;
    height: 12px;
}

#noticeWindowDiv::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

/**
*新告警数的样式
 */
.noticeListSize {
    width: 87px;
    height: 22px;
    background-color: #E5452B;
    float: right;
    text-align: center;
    border-radius: 11px;
    cursor: pointer;
}

.noticeTools {
    position: absolute;
    top: 211px;
    right: 404px;
}

.noticeListSizeDot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 6px;
}

.noticeListSizeDesc {
    line-height: 22px;
    vertical-align: middle;
    font-size: 12px;
    color: #F7FDFF;
}

/**
*收起告警样式
 */
.putAwayNoticeList {
    width: 68px;
    height: 22px;
    background-color: #F7FDFF;
    float: right;
    text-align: center;
    border-radius: 11px;
    cursor: pointer;
}

.putAwayNoticeListDesc {
    line-height: 22px;
    vertical-align: middle;
    font-size: 12px;
    color: #070341;
}

/**
*隐藏通知列表样式
 */
.hideNoticeList {
    height: 0!important;
}