#notice {
    width: 1024px;
    margin: 4px auto;
    height: 108px;
    outline: 1px solid #dfdede
}

.noticeContents {
    padding-top: 12px
}

.noticeContents>div.verticalLine {
    margin: 0 10px;
    float: left;
    width: 1px;
    height: 50px;
    background-color: #dfdede
}

.noticeContents>ul {
    width: 501px;
    float: left
}

.noticeContents>ul>li {
    height: 20px;
    line-height: 20px;
    display: block
}


.noticeContents>ul:nth-child(1)>li>.not {
    display: inline-block;
    float: left;
    width: 29px;
    height: 12px;
    margin: 0 15px;
}

.noticeContents>ul>li>.nonebtn {
    width: 59px;
    display: inline-block;
    float: left;
    height: 20px;
}

.noticeContents>ul:nth-child(1)>li>img {
    float: left;
    vertical-align: text-top;
    margin: 0 15px
}
.right_notice > img {
    float: left;
    vertical-align: text-top;    
    margin: 0 15px 0 5px
}
.right_notice > span{
    display: inline-block;
    float: left;
    width: 29px;
    height: 12px;
    margin: 0 15px 0 5px 
}
.noticeContents>ul>li>a {
    float: left;
    text-overflow: ellipsis;
    display: inline-block;
    width: 320px;
    overflow: hidden;
    white-space: pre;
    transition: 1s all;
}

.noticeContents>ul>li>a:hover {
    background-color: #eaeaea;
}

.noticeDate {
    width: 100px;
    float: left;
    text-align: center;
    margin-top: -2px;
}