header{position:relative; z-index:5;}
footer{position:relative; z-index:1;}


.news{ border-top:solid 1px #111; margin:100px auto;}
.news div{padding:20px 0px; border-bottom:solid 1px #bbb; display:flex; gap:30px; align-items: center; width:100%;  }
.news div img{width:120px; height:auto; border-radius:10px}
.news div p{color:#000; font-size:1.1rem; font-weight:bold; font-size:18px; }
.news div p span{display:block; color:#555; margin-top:3px; font-size:0.9rem; font-weight:300;}
.news div a.arrow_right1{ width:30px; margin-left:auto;   text-align:right; height:25px;}
.news div a.arrow_right1 img{width:25px;}
@media (max-width: 559px) {
	.news div{gap:15px; }
	.news div img{width:80px; }
}



.empty-notice {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.empty-notice i {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.5;
}





