/*========================================================*/
/*-------���唳��臬��憛�--------*/
/*========================================================*/

        /* ���唳��臬��憛� */
		.news_area{
			padding: 0;
			margin: 0;
			list-style-type: none;
			/* display: flex; */
			flex-wrap: wrap;

            display: grid;
            /* grid-template-columns: repeat(3 , 1fr); */
			grid-template-columns: repeat(4 , 1fr);
			transition: 0.3s ease all;
            gap: clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */
		}
		
        
			/* ���唳��臬��銵� */
			.news_card{
				padding: 0;
				margin: 0;
				list-style-type: none;
				display: block;
				/* width: 25%; */
				/* padding: 0 10px 20px; */
				box-sizing: border-box;
				width: 100%;
                /* padding: 0.9375rem; */
			}
				.news_card .news_list{
					background-color: #fff;
					box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
					box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
					padding: clamp(0.9678rem, 1.5625vw, 1.875rem); /* 15.48px , 1.5625vw , 30.00px */
					/* box-shadow: 1px 1px 15px #ffffffbd; */
					position: relative;
					/* height: calc(100% - 70px); */
					display: flex;
					flex-direction: column;
					height: 100%;
				}
				

					/* ���唳��臬���� */
					.news_img{	
						margin: clamp(0.9678rem, 1.5625vw, 1.8750rem) 0; /* 15.48px , 1.5625vw , 30.00px */
					}
						.news_img a{	
							position: relative;
							padding-top: 100%;
							display: block;
							overflow: hidden;
						}
							.news_img img{	
								width: 100%;
								height: 100%;
								object-fit: cover;
								position: absolute;
								top: 0;
								left: 0;
								bottom: 0;
								right: 0;
								float: none;
								width: 100% !important;
								height: 100% !important;
								object-fit: cover;
								transition: 0.3s ease all;
							}
							.news_img a:hover img{	
								transform: scale(1.1);
								transition: 0.3s ease all;
							}



					/* ���唳��眩ag */
					.news_list .tag{
						/* font-size: 20px;
						margin-bottom: 25px; */
						text-align: right;
					}
						.news_list .tag a{
							text-decoration: none;							
							display: flex;
							align-items: center;
							justify-content: flex-end;
							gap: 0.625rem; /*10*/
							/* color: var(--dark_color); */
							color: #5e5e5e;
							font-size: clamp(1.0000rem, 1.0417vw, 1.2500rem); /* 16.00px , 1.0417vw , 20.00px */
							font-weight: 700;
							line-height: 1.26; 
							letter-spacing: 0.125rem;
						}
						.news_list .tag a img{
							width: 0.5625rem; /*9*/
							height: auto;
						}
						/* .news_list .tag a:before{
							position: absolute;
							content: "";
							background-color: #7b654b;
							width: 9px;
							height: 9px;
							border-radius: 50%;
							top: 50%;
							left: 0;
							transform: translateY(-50%);
						} */
						.news_list .tag i{
							display: block;
							color: #7b654b;
							font-size: 12px;
							transform: scale(0.7);
							padding-right: 10px;
							/* display: none; */
						}
						.news_list .tag span{
							display: block;
							width: 100%;
						}

					/* ���唳��珞�交�� */
					.news_list .date{
						margin-bottom: 0.3125rem;
						font-size: clamp(0.9500rem, 0.8333vw, 1.1875rem); /* 15.20px , 0.8333vw , 19.00px */
						/*  color: var(--dark_color_sec); */
						font-family: var(--foreign_font);
						/* color: var(--primary_color); */
						color: var(--dark_color_fourth);
					}
									
						
					/* ���唳��舀�憿� */
					.news_list strong{
						padding: 0;
						margin: 0;
						color: var(--dark_color);
						font-size: clamp(0.9500rem, 0.9896vw, 1.1875rem); /* 15.20px , 0.9896vw , 19.00px */
						font-weight: 500;
						line-height: 1.26;
						letter-spacing: 0.1187rem;
						display: block;
						flex-grow: 1;
					}
						.news_list strong a{
							display: block;
							text-decoration: none;
							color: inherit;
							transition: 0.3s ease all;
							
							display: -webkit-box;
							-webkit-box-orient: vertical;	
							-webkit-line-clamp: 3;	
							overflow: hidden;
						}

						.news_list strong a:hover{
							color: #000;
							transition: 0.3s ease all;
						}

.newsBg .btn_area{
	/* justify-content: center; */
	/*margin-top: clamp(1.9355rem, 3.1250vw, 3.7500rem);*/ /* 30.97px , 3.1250vw , 60.00px */
	/*margin-top:clamp(calc(2.4813rem - 0.9375rem), calc(3.1250vw - 0.9375rem), calc(3.7500rem - 0.9375rem));*/ /* ��撠��� 39.70px��憭批�蝝� 3.1250vw����憭批�� 60.00px */
}


/* �刻�Ｗ�撖砍漲憭扳��991��嚗�憟��券��鋆∠���孵�璅�撘� */
@media screen and (min-width: 991px){

    
}




@media (max-width: 1280px){

    .news_area{
        /* grid-template-columns: repeat(3 , 1fr); */
        /*gap: clamp(0.9678rem, 1.5625vw, 1.8750rem); *//* 15.48px , 1.5625vw , 30.00px */
    }

}	


@media (max-width: 990px){

	
	.news_area{
        grid-template-columns: repeat(2 , 1fr);
		position: relative;
	}

	.news_card {
		/*padding: 0.9375rem .0625rem;*/ /*15 1*/
		/*padding: 0.9375rem;*/ /*15*/
	}


	.newsBg .swiper-button-prev ,
	.newsBg .swiper-button-next{

	}
}



@media (max-width: 640px){
    
    	
	.news_area{
        display: flex;
        flex-direction: column;
        grid-template-columns: unset;
		position: relative;
	}

	.news_card {
		/*padding: 0.3125rem 0.0625rem;*/ /*5 1*/
	}

	/* .newsBg .swiper-button-prev ,
	.newsBg .swiper-button-next{
		display: flex;
	} */
}







