@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:601px) { /*桌面*/
	
#index_news{
	width: 100%;
	max-width: 1280px;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	top:-50px;
	}
	#index_news_wrap{
    border: 0px solid hsla(0,0%,0%,1.00);
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 30px 0 0 0;
    width: fit-content; /* 让宽度根据内容自适应 */
	}
	
	
	.index_news_item {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
    width: 425px;
    border: 0px solid hsla(0,0%,0%,1.00);
    text-align: center;
    transition: transform 1s ease; /* 添加过渡效果 */
	z-index:5;
}

.index_news_item:hover {
    transform: scale(1.2); /* 鼠标移入时放大到110% */
}
	
	.index_news_item p{
	border: 0px solid hsla(0,0%,0%,1.00);
	text-align: center;
	font-size: 12pt;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.index_news_item span{
	border-top: 1px solid hsla(0,0%,52%,1.00);
	border-bottom: 1px solid hsla(0,0%,52%,1.00);
	letter-spacing: 10px;
	color: hsla(0,0%,45%,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	.index_news_item a {
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	height: 325px;
	position: relative; /* 添加相对定位 */
	border: 0px solid hsla(0,0%,0%,1.00);
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 7px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 7px hsla(0,0%,0%,0.50);
}

.index_news_item a img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 图片填满容器 */
	position: absolute; /* 绝对定位 */
	top: 0;
	left: 0;
}
	
	.read_more{
	background-color: #B24F80;
	color:hsla(0,0%,100%,1.00);
	width:190px;
	padding:10px 0 10px 0;
	margin:10px auto 0 auto;
	text-align: center;
	border-radius: 5px;
	letter-spacing: 4px;
	cursor: pointer;
	display: block;
	transition: transform 0.5s ease; /* 添加过渡效果 */
	}
	
	.read_more:hover{
	color: hsla(0,0%,100%,1.00);
	background-color: #9F3E6E;
	transform: scale(1.1); /* 鼠标移入时放大到110% */
	}
	
	.nbt{
	width: 80px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	background-size: 50px auto;
	opacity: 0.7;
	cursor: pointer;
	transition: transform 1s ease; /* 添加过渡效果 */
	}
	
	.nbt:hover{
	opacity: 1;
	transform: scale(1.2); /* 鼠标移入时放大到110% */	
	}
	
	.pbt{
	width: 80px;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
	left:0px;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	background-size: 50px auto;
	opacity: 0.7;
	cursor: pointer;
	transition: transform 1s ease; /* 添加过渡效果 */
	}
	
	.pbt:hover{
	opacity: 1;
	transform: scale(1.2); /* 鼠标移入时放大到110% */	
	}
	
	.content{
		width:100%;	
		border: 0px;
	}

}

	
@media screen and (max-width:600px) { /*行動裝置*/

#index_news{
	width: 100%;
	max-width: 1280px;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	margin-top:-70px;
	}
	#index_news_wrap{
    border: 0px solid hsla(0,0%,0%,1.00);
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 30px 0 0 0;
    width: fit-content; /* 让宽度根据内容自适应 */
    position: relative;
	}
		
	.index_news_item {
    padding-top: 60px;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 60px;
    width: 30vw;
    border: 0px solid hsla(0,0%,0%,1.00);
    text-align: center;
    transition: transform 1s ease; /* 添加过渡效果 */
	z-index:5;
}

	
	.index_news_item p{
	border: 0px solid hsla(0,0%,0%,1.00);
	text-align: center;
	font-size: 8pt;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.index_news_item span{
	border-top: 1px solid hsla(0,0%,52%,1.00);
	border-bottom: 1px solid hsla(0,0%,52%,1.00);
	color: hsla(0,0%,45%,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:8pt;
	}
	
	.index_news_item a {
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	height: 25vw;
	position: relative; /* 添加相对定位 */
	border: 0px solid hsla(0,0%,0%,1.00);
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 7px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 7px hsla(0,0%,0%,0.50);
}

.index_news_item a img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 图片填满容器 */
	position: absolute; /* 绝对定位 */
	top: 0;
	left: 0;
}
	
	.read_more{
	background-color: #B24F80;
	color:hsla(0,0%,100%,1.00);
	width:190px;
	padding:10px 0 10px 0;
	margin:10px auto 0 auto;
	text-align: center;
	border-radius: 5px;
	letter-spacing: 4px;
	cursor: pointer;
	display: block;
	transition: transform 0.5s ease; /* 添加过渡效果 */
	}
	
	.read_more:hover{
	color: hsla(0,0%,100%,1.00);
	background-color: #9F3E6E;
	transform: scale(1.1); /* 鼠标移入时放大到110% */
	}
	
	.nbt{
    width: 30px;
    height: 25vw;
    display: block;
    position: absolute;
    top: 25vw;
    right: 0vw;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    background-size: 20px auto;
    opacity: 0.7;
    cursor: pointer;
    border: 0px solid hsla(0,0%,0%,1.00);
	}
	
	.nbt:hover{
	opacity: 1;
	}
	
	.pbt{
	width: 30px;
	height: 25vw;
	display: block;
	position: absolute;
	top: 25vw;
	left:0vw;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	background-size: 20px auto;
	opacity: 0.7;
	cursor: pointer;
	}
	
	.pbt:hover{
	opacity: 1;
	}
	
	.content{
		width:100%;	
		border: 0px;
	}

	
	}