@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:601px) { /*桌面*/
.index_news {
	border: 0px solid rgba(0,0,0,1.00);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #7D7D7D;
}
.index_news_title{
width:100%;
font-family: "en_font";
font-size: 120px;
margin-left:auto;
margin-bottom:0;
text-align: right;
position: relative;
}
.index_news_title span{
	display: inline-block;
	height: 1px;
	width: 40%;
	background-color: #4CAF50;
	margin-right:1vw;
}
.index_news_left {
	border: 0px solid rgba(0,0,0,1.00);
	width: 73%;
	margin-right: 2%;
	display: flex;
}
	
.index_news_left_img{
	width:60%;
    height:100%;
	overflow: hidden;
	border: 0px solid rgba(0,0,0,1.00);
	margin:0;
	display: flex;
    justify-content: center;  /* 水平置中 */
    align-items: center;      /* 垂直置中 */
}
	
.index_news_left_img img{
width:100%;
height:100%;
height:auto;
display: block;
object-fit: cover;   /* 讓圖片裁切填滿、不變形 */
}
	
.index_news_left_txt{
	padding-left:2vw;
	width:50%;
	border: 0px solid rgba(0,0,0,1.00);
	color:#A4A4A4;
}
	
.index_news_left_txt h3{
	font-family: "tw_font";	
	font-weight: bold;
	margin:0;
	font-size: 20px;
	height:50px;
	overflow-y:hidden;
	}
	
.index_news_left_txt span{
	color:#4CAF50;
	padding:1vw 0 1vw 0;
	font-family: "tw_font";
	display: block;
	font-size: 16px;
}
	
.index_news_left_txt p{
	font-family: "tw_font";
	display: block;
	font-size: 16px;
	overflow-y: hidden;
	height:100px;
}
	
.index_news_left_txt a{
padding:3px 20px 5px 20px;
border:1px solid #61A119;
border-radius: 20px;
display:inline-block;
font-family: "tw_font";	
color:#A4A4A4;
font-size:13px;
}
	
.index_news_right {
border: 0px solid rgba(0,0,0,1.00);
width:23%;
color:#A4A4A4;
}
	
.index_news_right_wrap{
    display: flex;
    flex-wrap: wrap;
    padding: 10px; 
    align-items: center;  /* 新增：讓內容垂直置中 */
}
    
.index_news_right_wrap h3{
    font-family: "tw_font";    
    font-weight: bold;
    font-size: 20px;    
    width: 100%;
    border: 0px solid #61A119;
    height: 25px;
    overflow-y: hidden;
    margin-bottom: 10px;  /* 修正：少了分號 */
}
    
.index_news_right_wrap span{
    color: #4CAF50;
    font-family: "tw_font";
    display: block;
    font-size: 16px;
    border: 0px solid #61A119;
    width: 65%;
	text-align: right;
	
}

.index_news_right_wrap a{
    padding: 3px 0 5px 0;
    border: 1px solid #61A119;
    border-radius: 20px;
    display: inline-block;  /* 移除重複的 display: block */
    font-family: "tw_font";    
    color: #A4A4A4;
    font-size: 13px;
    margin-left: auto;  /* 新增：靠右對齊 */
	width:27%;
	text-align:center;
}
	
}

@media screen and (max-width:600px) { /*行動裝置*/   
	.index_news {
	border: 0px solid rgba(0,0,0,1.00);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #7D7D7D;
}
.index_news_title{
width:100%;
font-family: "en_font";
font-size: 12vw;
margin-left:auto;
margin-bottom:3vw;
text-align:center;
position: relative;
}
.index_news_title span{
	display: inline-block;
	height: 1px;
	width: 40%;
	background-color: #4CAF50;
	margin-right:1vw;
}
.index_news_left {
	border: 0px solid rgba(0,0,0,1.00);
	width: 100%;
	display: flex;
}
	
.index_news_left_img{
	width:60%;
	height:100%;
	border: 0px solid rgba(0,0,0,1.00);
	margin:0;
	overflow: hidden;
   /* justify-content: center;   水平置中 */
   /* align-items: center;       垂直置中 */
}
	
.index_news_left_img img{
width:100%;

height:100%;
display: block;
object-fit: cover;   /* 讓圖片裁切填滿、不變形 */
}
	
.index_news_left_txt{
	padding-left:2vw;
	width:40%;
	border: 0px solid rgba(0,0,0,1.00);
	color:#A4A4A4;
	position: relative;
}
	
.index_news_left_txt h3{
	font-family: "tw_font";	
	font-weight: bold;
	margin:0;
	margin-top:-5vw;
	font-size: 12px;
	height:44px;
	overflow-y:hidden;
	border: 0px solid rgba(0,0,0,1.00);
	}
	
.index_news_left_txt span{
	color:#4CAF50;
	padding:1vw 0 1vw 0;
	font-family: "tw_font";
	display: block;
	font-size: 12px;
	font-weight: bold;
}
	
.index_news_left_txt p{
	font-family: "tw_font";
	display: block;
	font-size: 11px;
	overflow-y: hidden;
	height:35px;
}
	
.index_news_left_txt a{
padding:3px 20px 5px 20px;
border:1px solid #61A119;
border-radius: 20px;
display:inline-block;
font-family: "tw_font";	
color:#A4A4A4;
font-size:10px;
position: relative;
top:-5px;
}
	
.index_news_right {
border: 0px solid rgba(0,0,0,1.00);
width:23%;
color:#A4A4A4;
display: none;
}
	
.index_news_right_wrap{
    display: flex;
    flex-wrap: wrap;
    padding: 10px; 
    align-items: center;  /* 新增：讓內容垂直置中 */
}
    
.index_news_right_wrap h3{
    font-family: "tw_font";    
    font-weight: bold;
    font-size: 20px;    
    width: 100%;
    border: 0px solid #61A119;
    height: 25px;
    overflow-y: hidden;
    margin-bottom: 10px;  /* 修正：少了分號 */
}
    
.index_news_right_wrap span{
    color: #4CAF50;
    font-family: "tw_font";
    display: block;
    font-size: 16px;
    border: 0px solid #61A119;
    width: 65%;
	text-align: right;
	
}

.index_news_right_wrap a{
    padding: 3px 0 5px 0;
    border: 1px solid #61A119;
    border-radius: 20px;
    display: inline-block;  /* 移除重複的 display: block */
    font-family: "tw_font";    
    color: #A4A4A4;
    font-size: 13px;
    margin-left: auto;  /* 新增：靠右對齊 */
	width:27%;
	text-align:center;
}
}