.news_list>a:hover{
    text-decoration: none;
    opacity: 0.8;
}

.news_list>a:hover .news_category_text{
    background-color: var(--thir_color);
    cursor: default;
}

.news_title>p {
    font-weight: bold;
    color: var(--primary_color);
    display: block;
    text-decoration: none;
    transition: 0.3s ease all;
}

.news_category .news_category_text {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.125em;
    line-height: 25px;
    padding: 3px 10px;
    background-color: var(--primary_color);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_text {
    color: #646464;
}

/* 20250610 靽格�� by tom start */
.news_img .news_img_content {
    display: block;
    position: relative;
    padding-top: 66.5%;
}

.news_img .news_img_content img {
    width:100%;
    height:auto;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    float: none;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.3s ease-out;
}
/* 20250610 靽格�� by tom end */