
/* 匯入共用最新消息模組.css */
@import url("../../style_news.css");


/* ==================最新消息===================== */

				.index_news_area .news_Tag{
					box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
					color: var(--fifth_color);
					text-align: center;
					font-family: var(--foreign_font);
					font-size: 0.875rem;
					font-weight: 700;
					line-height: normal;
					padding: .5625rem .3125rem;
					display: inline-block;
					background-image: url(../images/tag_icon.svg);
					aspect-ratio: 65 / 35;
					background-repeat: no-repeat;
					background-size: cover;
					background-position: center;
					position: absolute;
					z-index: 2;
					top: .625rem;
					width: 4.0625rem;
					left: -0.9375rem;
					transition:0.5s ease all;
                    display: none;
				}