
.notice-body {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.notice-content {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 0;
    min-height:460px;
}
.notice-content-header {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    padding-left:40px;
}
.notice-content-header > p {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
@media screen and (max-width: 960px) {
    .notice-content > li {
        float: left;
        width: 100%;
        line-height: 50px;
        border-bottom: 1px solid #f2f2f2;
        font-size: 12px;
        margin-left: 40px;
        overflow: hidden;
        color: #333333;
    }
    .notice-content > li > p:first-child {
        width:52%;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }
    .notice-content > li > p:last-child {
        float: right;
        width: 48%;
    }
}
@media screen and (min-width: 960px) {
    .notice-content > li {
        float: left;
        width: 870px;
        line-height: 50px;
        border-bottom: 1px solid #f2f2f2;
        font-size: 12px;
        margin-left: 40px;
        overflow: hidden;
        color: #333333;
    }
    .notice-content > li > p:first-child {
        width: 700px;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }
    .notice-content > li > p:last-child {
        float: right;
    }
}

    .notice-content > .col-9797 {
        color: #979797;
    }


    .notice-content > li :last-child {
        border-bottom: 0;
    }



        .notice-content > li > p:first-child:hover {
            text-decoration: underline;
            color: #8c6f4b;
            font-weight: bold;
        }

















