/*/////////////////////////////////////////////////////////*/
/*-------敶梢�喳���--------*/
/*/////////////////////////////////////////////////////////*/

ul.video_area{	
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

    /* 敶梢�喳���_��銵� */
	ul.video_area li{
		padding: 0;
		margin: 0;
		list-style-type: none;
		box-sizing: border-box;	
		display: block;
		width: 25%;	
		padding: 0 15px 30px;
		/*20250428 tom 靽格�� start*/
		display: flex;
		flex-direction: column;
		/*20250428 tom 靽格�� end*/
	}
        .video_list{	
			font-size: .9375em;
			font-size: 1.1875em;
			line-height: 1.5;	
			background-color: var(--primary_color);
			padding: 10px;	
			transition: 0.3s ease all;
			/*20250428 tom 靽格�� start*/	
			width: auto;
			display: block;
			flex-grow: 1;
			/*20250428 tom 靽格�� end*/
		}
		.video_list:hover{		
			/*20250423憿��脖耨�� by tom*/
			background-color: var(--thir_color);		
		}
			.video_list a{		
				display: block;
				text-decoration: none;				
				color: var(--primary_color);	
				word-wrap: break-word;
				word-break: break-all;
				transition: all .3s ease-in;
			}
			.video_list:hover a{
				color: #000;	
			}
                /* 敶梢�喳���_��銵灶�� */
				.video_img{
					box-sizing: border-box;
					position: relative;
					padding-top: 70%;
					overflow: hidden;
					display: block;
				}    
				.video_img::before{
					content: '';
					width: 100%;
					height: 100%;
					background-color: rgba(0, 0, 0, .7);
					position: absolute;
					top: 0;
					left: 0;
					z-index: 2;
					opacity: 0;
					transition: 0.3s ease all;
				}       
				.video_list:hover .video_img::before{
					opacity: 1;
				}                                  
					.video_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;				
					}
					/* .video_img img.play{
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50% , -50%);
						width: 50px;
						height: auto;
						z-index: 1;
					} */
					.play_icon{
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50% , -50%);
						width: 50px;
						height: 50px;
						z-index: 3;
					}
					.video_list:hover .play_icon{
						transform: translate(-50% , -60%);
						transition:0.3s ease all;
						
					}
					/* 20250423�剜�曉��蝷箏��憿��脰矽�� by tom start */
					.play_icon:before {
						position: absolute;
						transition: 0.3s ease all;
						font-family: 'Bootstrap-icons';
						content: '\F4F2';
						/* top: 50%;
						right: 10px;
						transform: translateY(-50%); */
						color: #fff;
						font-size: 3.125em;
						line-height: 50px;
						transform-origin: center;
						transition: all 0.3s ease-out;
						transform: scale(1);
					}
					.video_list:hover .play_icon:before{
						content: '\F4F3';
						color: #fff;
						transform: scale(1.2);
					}
					/* 20250423�剜�曉��蝷箏��憿��脰矽�� by tom end */

				/* 敶梢�喳���_��銵灶璅�憿� */
				ul.video_area h3.title{
					padding: 0;
					margin: 0;
					font-size: inherit;	
					line-height: inherit;
					font-weight: inherit;	
					color: #fff;	
					margin-top: 10px;
					
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					overflow: hidden;
					text-align: center;
					
				}
				
                /* ��蝡���蝯�_��銵灶蝬脣�� */
				/* ul.video_area h4.url_link{	
					padding: 0;
					margin: 0;
					font-size: 12px;
					line-height: inherit;
					font-weight: inherit;	
					color: inherit;					
				} */
				
				.video_description{
					text-align: center;
					margin-top: 30px;
				}

@media(max-width:1440px){
	ul.video_area li{
		width: 33.3%;
	}
}
@media (max-width: 1100px){

	ul.video_area{	
	}	
		/* ��蝡���蝯�_��銵� */
		ul.video_area li{
			width: 33.3%;	
		}

}
@media (max-width: 640px){

	ul.video_area{	
		margin: 0 -5px -10px;
	}	
		/* ��蝡���蝯�_��銵� */
		ul.video_area li{
			width: 100%;	
			padding: 0 5px 10px;
		}
			.play_icon {
				width: 20px;
				height: 20px;
			}
				.play_icon:before {
					font-size: 1.25em;
					line-height: 20px;
				}
				ul.video_area h3.title {
					margin-top: 5px;
				}

}
/* �折�� */
.text_area .video_show iframe{
	aspect-ratio: 16 / 9;
}