.notice_c{opacity: .6;}
.page-notice{
    width: 1200px;
    min-height: calc(100vh - 91px);
    padding-top: 130px;
    padding-bottom: 91px;
    box-sizing: border-box;
    margin: 0 auto;
        /* margin: 130px auto 0; */
}
.page-notice-content .empty{
    text-align: center;
    padding: 40px;
}
.page-notice-list{
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;

}
.page-notice-list li{border-bottom: 1px solid #e4e4e4;}
.page-notice-list li:hover{
    border-color: transparent;
}
.page-notice-list a{display:block;line-height: 48px;padding: 0 8px;cursor: pointer;overflow: hidden;border-radius: 8px;padding: 5px 25px;color: #666;position: relative;}
.page-notice-list a::after{content:'';width: 6px;height: 6px;position: absolute;left: 14px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);border-radius: 50%;background-color:#3d4145;}
.page-notice-list p{color: inherit;}
.page-notice-list a:hover{background-color:#f3f4f7 ;color: #535355;font-weight: bold;}

.page-notice-list p{float: left;width: 900px;overflow: hidden;
white-space: nowrap;text-overflow: ellipsis;}
.page-notice-list span{float: right;font-size: 14px;}