@charset "utf-8";

#inc02{position:relative;margin:200px auto 180px;width:95%}
#inc02 .tit{text-align:center}
#inc02 .notice{display:flex;justify-content:center;gap:40px;margin:80px auto 0;max-width:1650px;width:100%}
#inc02 .notice li{width:calc(100% / 3 - 20px)}
#inc02 .notice li a{position:relative;display:block;padding:50px 40px;border-radius:25px;background-color:#f7f7f7;transition:all .3s}
#inc02 .notice li a:after{content:"";position:absolute;bottom:62px;right:0px;border-bottom-right-radius:50%;width:62px;height:62px;background-color:#f7f7f7;transition:all .3s}
#inc02 .notice li a:before{content:"";position:absolute;z-index:2;bottom:0px;right:62px;border-bottom-right-radius:50%;width:62px;height:62px;background-color:#f7f7f7;transition:all .3s}
#inc02 .notice li .cate{display:flex;justify-content:center;align-items:center;width:140px;height:34px;border:1px solid #000;border-radius:17px;font-size:15px;font-weight:600;transition:all .2s}
#inc02 .notice li h3{margin:30px 0;font-size:20px;font-weight:700}
#inc02 .notice li P{font-size:16px;font-weight:400}
#inc02 .notice li .date{margin-top:60px;font-size:15px;font-weight:400;color:rgb(0, 0, 0, 0.5)}
#inc02 .notice li .bg{position:absolute;padding:10px 0 0 10px;bottom:0px;right:0px;border-top-left-radius:50%;background-color:#fff}
#inc02 .notice li .bg:after{content:"";position:absolute;top:-62px;right:0px;width:62px;height:62px;background-color:#fff}
#inc02 .notice li .bg:before{content:"";position:absolute;bottom:0px;left:-62px;width:62px;height:62px;background-color:#fff}
#inc02 .notice li .arrow{display:flex;justify-content:center;align-items:center;width:52px;height:52px;border:1px solid #e1e1e1;border-radius:50%;background-color:#fff}
#inc02 .notice li .arrow svg{width:21px;height:21px}
#inc02 .notice li a:hover{background-color:#ffeee9}
#inc02 .notice li a:hover:after{background-color:#ffeee9}
#inc02 .notice li a:hover:before{background-color:#ffeee9}
#inc02 .notice li a:hover .cate{border:1px solid var(--primary);color:#fff;background-color:var(--primary)}
#inc02 .notice li.empty{text-align:center;font-size:16px;font-weight:400}