/*/////////////////////////////////////////////////////////*/
/*-------最新消息--------*/
/*/////////////////////////////////////////////////////////*/

.news_Area {
	/* padding: unset; */
	display: flex;
	flex-wrap: wrap;
	/* margin: 0 -15px -45px; */

	row-gap: clamp(1.4517rem, 2.3438vw, 2.8125rem); /* 23.23px , 2.3438vw , 45.00px */
	column-gap: 1.5625vw; /* 15.48px , 1.5625vw , 30.00px */
}

	.news_List{
		/* float: left; */
		/* width: 33.3%; */
		box-sizing: border-box;
		/* padding: 0 15px 45px 15px; */


		width: calc((100% / 3) - (2 * 1.5625vw / 3)); /* 3欄平均寬度，扣除間距  */
	}
		.news_ListIn{
		}
		
		.news_ListIn a:hover{
			text-decoration: none;
		}

			/* 圖片 */
			.news_Img{
				width: 100%;
			}
								
				.news_Img a{
					position: relative;
					padding-top: 100%;
					display: block;
				}								
					.news_Img img{
						position: absolute;
						top: 0;
						left: 0;
						bottom: 0;
						right: 0;
						float: none;
						/* border-radius: 50%; */
						width: 100% !important;
						height: 100% !important;
						object-fit: cover;
						transition: all 0.3s ease-out;
					}


			/* 標題 */
			.news_Tit{
				padding: clamp(0.4839rem, 0.7813vw, 0.9375rem) 0 0; /* 7.74px , 0.7813vw , 15.00px */
			}
				.news_Tit a {
					display: block;
					font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 16.00px , 0.9375vw , 18.00px */
					line-height: normal;
					color: var(--dark_color);
					font-weight: bold;

					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
					/* modify by peggy 20250826 */
					min-height: 2.5rem;

				}

				.news_Tit a:hover {
					opacity: 0.7;
					/* color: #A0A0A0 !important; */
					text-decoration: none !important;
				}

			/* 簡述 */
			.news_Text {
				font-size: 0.9375rem;
				line-height: normal;
				color: #333;
				margin: clamp(0.4839rem, 0.7813vw, 0.9375rem) 0 0; /* 7.74px , 0.7813vw , 15.00px */

				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				overflow: hidden;
				/* modify by peggy 20250826 */
				min-height: 51px;
				height: 51px;
				box-sizing: border-box; 
			}

			/* 日期+時間 */
			.news_Date{
				font-size: 0.9375rem;
				color: #B5B5B5;
				padding: clamp(0.4839rem, 0.7813vw, 0.9375rem) 0 0; /* 7.74px , 0.7813vw , 15.00px */
				font-family: var(--foreign_foreign);
			}

			/* 查看更多 */
			.news_Button {
				padding: clamp(0.4839rem, 0.7813vw, 0.9375rem) 0 0; /* 7.74px , 0.7813vw , 15.00px */
				width: 100%;
			}
				.news_Button a {
					display: block;
					text-align: center;
					font-size: clamp(0.9375rem, 0.8333vw, 1.0000rem); /* 15.00px , 0.8333vw , 16.00px */
					font-weight: bold;
					color: #ffffff;
					background-color: var(--fourth_color);
					padding: .7813rem .625rem;

					-webkit-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s;
				}

				.news_Button a:hover {
					background: #A0A0A0;

					-webkit-transition: all .3s;
					-o-transition: all .3s;
					transition: all .3s;
				}


			
@media (max-width:990px){



.news_Area {
	/*row-gap: clamp(1.4517rem, 2.3438vw, 2.8125rem);*/ /* 23.23px , 2.3438vw , 45.00px */
	/*column-gap: 1.5625vw; *//* 15.48px , 1.5625vw , 30.00px */
}

	.news_List{
		width: calc((100% / 2) - (1 * 1.5625vw / 2)); /* 2欄平均寬度，扣除間距  */
	}





			.news_ListIn img {
				/* width: 100%; */
				/* height: 200px;
				object-fit: cover; */
			}
			.news_Date {
				/* font-size: 1rem; */
				text-align: right;
			}
}

@media (max-width: 768px){
	.news_Tit a {
		/* modify by peggy 20250826 */
		min-height: 2rem;

	}
	/* 簡述 */
	.news_Text {
		/* modify by peggy 20250826 */
		min-height: 2.5rem; 
	}
}
@media (max-width:640px){

	.news_Area {
		/* display: block; */
		/* margin: 0 0 -30px; */
	}

		.news_List{
			width: 100%;
			padding: 0 0px 0px;
		}
		
}
