/*========================================================*/
/*-------新知分享_內頁樣式--------*/
/*========================================================*/


.right_title2 {
    font-size: 0.75rem; /*12px*/
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
}
    .right_title2 .date{	
        color: var(--dark_color);
        font-family: var(--foreign_font);
        white-space: nowrap;
        font-size: inherit;	
        font-weight: 400;	
    }


    .right_title2 .news_tag_wrap{        
        display: flex;                
        flex-wrap: wrap;                
        gap: 0.625rem; /*10px*/
    }

        .right_title2 .news_tag{
            display: inline-block;
            vertical-align: top;					
            text-align: center;
            color: #fff;
            /* white-space: nowrap; */
            font-size: 0.8125rem;
            text-align: center;					
        }
        .right_title2 .news_tag a{
            min-width: 7.5rem; /*120*/
            text-align: center;
            font-size: inherit;				
            color: inherit;					
            display: inline-block;		
            text-decoration: none;
            background: var(--dark_color2);
            padding: 0.3125rem 0;
        }
        .right_title2 .news_tag a:hover{					
            background: var(--primary_color);	
        }















