.news_listArea{
			}
			
				.news_list{
					display: flex;
					flex-direction: column-reverse;
					position: relative;
					padding: 15px 0;
					font-size: 1rem;
					/* padding-bottom: .3125rem; */
					border-bottom: 1px solid #ddd;
					padding-left: 1.25rem;
					gap: 10px 0;
				}
						.news_list:before{
							position: absolute;
							content: "";
							background-color: var(--primary_color);
							width: 8px;
							height: calc(100% - 15px); /*100% - 20*/
							/* height: 100%; */
							left: 0;
							top: 50%;
							transform: translateY(-50%);
						}
					.news_list_date{
						
						margin: auto 0;
												
						box-sizing: border-box;
												
						min-width: 95px;
												
						text-align: left;
												
						color: var(--fourth_color);
												
						font-size: 1rem;
												
						font-weight: 600;
												
						line-height: 22px;
												
						font-family: var(--foreign_foreign);
					}


					.news_list_remark{
						
						margin: auto 0;
						text-align:left;
						box-sizing: border-box;
						word-wrap: break-word;
						word-break: break-all;
						flex: 1;
						width: calc(100% - 40px);

					}

					.news_list_remark a {
						margin: 0;
						font-size: 1rem;
						line-height: 19px;
						font-weight: 600;
						letter-spacing: 1px;
						text-decoration:none;
						color: #333;
						display: block;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 1;
						overflow: hidden;
					}
					.news_list_remark a:hover {
						opacity:0.8;
						transition: 0.1s ease all;
					}
					

		.news_area_right{
			width: 38%;
			padding: 60px 0;
			margin: 0 30px 0 -60px;
			position: relative;
			box-sizing: border-box;
		}

		.round_more_btn {
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			z-index: 3;
			border-radius: 50%;
			overflow: hidden;
			transition: 0.3s ease all;
		}
		.round_more_btn:hover {
			cursor: pointer;
		}

				.round_more_btn b {
					max-width: 40px;
					width: 2.0833vw;
					min-width: 23px;
					display: flex;
					justify-content: center;
					align-items: center;
					background-color: var(--primary_color);
					aspect-ratio: 1 / 1;
				}

				.round_more_btn i {
					font-size: inherit;
					color: #fff;
				}

				.news_list:hover .round_more_btn {
					right: -5px;
				}
				



			
@media (max-width: 1440px){

	.news_area_left{
		width: 60%;
	}

	.news_area_right{
		width: 40%;
		padding: 60px 0 40px 10px;
	}
}

@media (max-width: 1280px){

	.index_NewsBg {
		display: block;
	}	
		.news_area_left{
			width: 100%;
		}
		.news_area_right{
			width: 100%;
			padding:40px 0;
			margin: unset;
			/* background-color:#dcdcdc; */
			z-index: 1;
		}

			.news_area_R_wrap{
				width: 80%;
				margin: auto;
			}

			/* 圖片色塊::after */
			.news_area_right::after{
				content: '';
				width: 35%;
				height: 100%;
				top: 0%;
				left: -20%;
			}

				.news_area_right img{
					width: 100%;
					height: auto;
				}
}


@media (max-width:990px){


	.indexNewsBg{
		width: 100%;
	}
		.news_area_R_wrap{
			width: 85%;
		}

			.news_list{
				flex-wrap: wrap;
			}
				.news_list_sort{
					margin-left: 5px;
				}
	
}

@media (max-width:768px) {

.index_NewsBg{
	padding: 40px 0 10px;
}
	.news_areaTop{
		padding: 0 0 20px 0;
	}

	.news_more_btn > a {
		padding: 4px 10px 2px 16px;
		font-size: 14px;
	}

	.news_list_date{
		min-width: unset;
	}

	.news_more_btn i{
		font-size: 21px;
	}

		.news_list_sort{
			padding: 4px 6px;
			font-size: 14px;
			margin: 0;
		}

		.news_list_sort ,
		.news_list_ontop ,
		.news_list_hot{
			margin: auto 2px;
		}


}

@media (max-width:640px){

	.news_wrap{
		padding: 40px 0px 50px 0px;
		margin: 0px auto; 
	}

	.news_more > a {
		margin: 0 auto;
		padding-left: 10px;
	}

	.tab_areaIn {
		justify-content: center;
	}
}
