.notice-list-space {
    height: 10px;
    background-color: #f2f2f2;
}

.notice-list {
    position: relative;
}

.notice-list .item {
    padding: 15px;	
}

.notice-list .item .title {
    line-height: 24px;
    font-size: 15px;
}

.notice-list .item .time {
    font-size: 12px;
    color: #666;
}

.notice-list .item .info {
    margin-top: 15px;
    font-size: 12px;
    color: #666;
    -webkit-padding-start: 20px;
    -moz-padding-start: 20px;
    -o-padding-start: 20px;
    line-height: 2;
}

.notice-list .item .notice {
    margin-top: 15px;
    font-size: 12px;
    color: #666;
    text-indent: 2em;
    line-height: 2;
}

.notice-list .hot{
    position: relative;
    display: inline-block;
    height: 14px;
}

.notice-list .hot-inner{
    top: 0;
    left: 0;
    position: absolute;
    font-size:4px;
}