﻿.content-left {
    width: 810px;
    float: left;
    height: auto;
}

.content-right {
    width: 350px;
    float: right;
    height: auto;
    margin-right: 10px;
}

.notice {
    display: block;
    width: calc(100% - 20px);
    height: 42px;
    line-height: 42px;
    background: url(/css/image/li01.png) no-repeat left center;
    padding-left: 20px;
}

    .notice:after {
        content: "";
        display: block;
        clear: both;
    }

    .notice .tit {
        width: 220px;
        float: left;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .notice .time {
        width: auto;
        color: #A1A1A1;
        float: right;
    }

    .notice:hover {
        color: #01a2ec;
    }
