/*2025.10----------------------*/

.u_news .u_inner ul {
	margin-bottom:24px;
}

#u_news_past {
	display: none;
}

#u_news_past_more {
	display: block;
	width:12em;
	max-width:100%;
    height: 100%;
	margin-left:auto;
	margin-right:auto;
    font-size: clamp(16px, 14.5915492958px + 0.3755868545vw, 20px);
    font-weight: bold;
    text-align: center;
    color: rgb(255, 140, 0);
    border: 2px solid rgb(255, 140, 0);
    background-color: #fff;
    border-radius: 10px;
    line-height: 66px;
    box-shadow: 0px 4px 8px 0px rgba(0, 70, 162, 0.1);
    transition: 0.3s;
}

@media screen and (min-width: 960px) {
    #u_news_past_more {
        line-height: 75px;
        padding-right: 0;
    }
}