div.notice{width:100%;min-height:calc(100vh - 450px);background:#fff;border-top:2px solid #28a7e1;color:#333}div.notice .noticeAct{width:1000px;margin:0 auto;padding:50px 0}div.notice .noticeAct h3{font-size:18px;margin-bottom:30px}div.notice .noticeAct>div{max-height:860px;overflow-y:auto}div.notice .noticeAct>div::-webkit-scrollbar{width:4px;background-color:#f1f1f1}div.notice .noticeAct>div::-webkit-scrollbar-track{border-radius:10px}div.notice .noticeAct>div::-webkit-scrollbar-thumb{border-radius:10px;background:#c1c1c1}div.notice .noticeAct p{text-align:left;text-indent:30px;line-height:34px}div.notice .title-list{width:1000px;min-height:190px;margin:20px auto}div.notice .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;line-height:25px;margin:0 0 10px;padding:15px 0;border-bottom:1px dashed #e0e0e0}div.notice .title span.title-text{width:700px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;cursor:pointer}div.notice .title span.title-text:hover{text-decoration:underline}div.notice .title span.date{color:#999;font-size:14px}div.notice>.bottom{width:100%;padding:50px 0}div.notice>.bottom .el-pager li{padding:0 8px;font-size:16px;background:#fff;font-weight:400;border:1px solid #f8f8f8}