@charset "utf-8";
#inc05{padding:180px 0 115px}
#inc05 .all_tit_wrap05{display:flex;align-items:flex-end;justify-content:space-between}
#inc05 .more_btn{display:flex;align-items:center;justify-content:center;width:90px;height:38px;margin-bottom:10px;border-radius:29px;background:#aaa;font-size:15px;color:#fff;transition:all .5s}
#inc05 .more_btn:hover{background:#636363}
#inc05 .notice_list{display:flex;flex-wrap:wrap}
#inc05 .notice_list > li{width:32%;margin-right:2%}
#inc05 .notice_list > li:last-child{margin-right:0}
#inc05 .notice_list > li > a{position:relative}
#inc05 .notice_list > li > a .img{overflow:hidden;position:relative;padding-bottom:60%;border-radius:10px}
#inc05 .notice_list > li > a .img > img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .5s}
#inc05 .notice_list > li > a .img:hover > img{transform:scale(1.1)}
#inc05 .notice_list > li > a .txt{padding:20px 20px 0;box-sizing:border-box}
#inc05 .notice_list > li > a .txt > p{overflow:hidden;display:-webkit-box;height:31px;margin-bottom:15px;text-overflow:ellipsis;word-break:keep-all;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:normal;box-sizing: border-box;font-size:17px;font-weight:600;color:#111}
#inc05 .notice_list > li > a .txt .date{font-size:13px;font-weight:600;color:#aaa}
#inc05 .notice_list > li > a .tit{position:absolute;top:15px;left:25px;display:inline-block;padding:6px 18px;border-radius:13.5px;font-size:13px;line-height:1;background:var(--emerald);color:#fff}