/*/////////////////////////////////////////////////////////*/
/*-------��蝡���蝯���--------*/
/*/////////////////////////////////////////////////////////*/

ul.link_area {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

/* ��蝡���蝯�_��銵� */
ul.link_area li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	box-sizing: border-box;
	display: block;
	width: 33%;
	padding: 0 15px 30px;
}

.link_list {
	font-size: 1em;
	font-size: 1.25em;
	line-height: 1.5;
	padding: 10px;
	background-color: var(--primary_color);
	transition: all .3s ease-in;
}

.link_list a {
	/*20250425靽格�� by tom start*/
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*20250425靽格�� by tom end*/
	text-decoration: none;
	color: #fff;
	word-wrap: break-word;
	word-break: break-all;
	transition: all .3s ease-in;
}

.link_list:hover {
	background-color: var(--sec_color);
}

.link_list:hover a {
	color: #fff;
}

/* ��蝡���蝯�_��銵灶�� */
.link_img {
	box-sizing: border-box;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	display: block;
}

.link_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;
}

/* ��蝡���蝯�_��銵灶璅�憿� */
/* 20250425靽格�� by tom start */
ul.link_area h3.title {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
    text-align: center;
	display:-webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	Text-overflow: ellipsis;
	overflow: hidden;
}
/* 20250425靽格�� by tom end */

ul.link_area h3.title i {
	font-size: 1.375em;
	vertical-align: -3px;
    display: none;
}

/* ��蝡���蝯�_��銵灶蝬脣�� */
ul.link_area h4.url_link {
	padding: 0;
	margin: 0;
	font-size: .9375em;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

@media(max-width:1440px) {

	ul.link_area li {
		width: 33.3%;
	}
}

@media(max-width:1240px) {}

@media (max-width: 640px) {


	ul.link_area h3.title {
		margin-top: 5px;
	}

	ul.link_area {
		margin: 0 -5px -20px;
	}

	ul.link_area li {
		width: 50%;
		padding: 0 5px 20px;
	}
}