.noticediv{ width:90%; padding:0 13px; margin:auto; max-width:800px;}
.noticediv > .noticetitle{ display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #CED4DA; padding:24px 0;}
.noticediv > .noticetitle > h3{border-bottom: 2px solid #0062FF; margin-top:50px; margin-bottom:16px;}
.noticediv > .noticetitle > h3 > span{ font-size:20px; font-weight:600; }
.noticediv > .noticetitle > nav > a{ font-size:14px; font-weight:500; color:#848C94;}
.Noticelist .noticediv > .noticecontent > ul > li{ display:flex; justify-content:space-between; border-bottom:1px solid #CED4DA;  align-items:center; padding:17px 0;}
.Noticelist .noticediv > .noticecontent > ul > li > a{ font-size:15px; font-weight:400; color:#495056; }
.Noticelist .noticediv > .noticecontent > ul > li > aside{ font-size:13px; font-weight:400; color:#848C94; }

.Noticeread .noticediv > .noticecontent > .noticeheader{  border-bottom:1px solid #CED4DA; padding:17px 0;}
.Noticeread .noticediv > .noticecontent > .noticeheader > h4 > span{ font-size:18px; font-weight:700;}
.Noticeread .noticediv > .noticecontent > .noticeheader > aside{ text-align:right; color:#848C94; font-size:14px; font-weight:400;}
.Noticeread .noticediv > .noticecontent > .noticebodyer{ min-height:300px; border-bottom:1px solid #CED4DA; }
.Noticeread .noticediv > .noticecontent > .noticebodyer > div{ font-size:16px; font-weight:400; padding:17px;}
.Noticeread .noticediv > p{ padding:16px 0; min-height:300px; border-bottom:1px solid #CED4DA;}
.Noticeread .noticediv > nav{ padding:16px 0;}
.Noticeread .noticediv > nav > a{ display:inline-block; background-color:#000; color:#fff; font-size:16px; font-weight:600; padding:4px 30px; }

