﻿.wrap_notifi {
    width: 1200px;
    margin: 0 auto;
    padding-top:10px;
    overflow:hidden;
}
.attention {
    background-color: #fffbcc;
    border-color: #e6db55;
    color: #666452;
}

.notification {
    position: relative;

    padding: 0;
    /*border: 1px solid;*/
    background-position: 5px 5px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 99.8%;
}

    .notification .close {
        color: #990000;
        font-size: 9px;
        position: absolute;
        right: 5px;
        top: 5px;
    }

* {
    box-sizing: content-box;
}

.nupdate_content ul {
    height: 450px;
    overflow: hidden;
}
.notification div {
    display: block;
    font-style: normal;
    padding: 5px 5px 5px 36px;
    line-height: 1.5em;
     width: 1000px;
    margin: 0 auto;
}
    .notification div i {
     margin-left:20px;
    }