<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.application {
	margin-top: 188px;
}

.application_content {
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.application_content .item {
	width: 422px;
	position: relative;
	margin-bottom: 120px;
}

.application_content .item .bgimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 422px;
	height: 147px;
	z-index: -10;
}

.application_content .item .bgimg img {
	width: 100%;
	height: 100%;
}

.application_content .item .image_container {
	position: absolute;
	top: -56px;
	left: 25px;
	background-image: linear-gradient(256deg,
			#f3f8fd 0%,
			#99cbff 13%,
			#72beff 55%,
			#67a4f8 79%,
			#3b89f8 100%);
	width: 170px;
	height: 170px;
	border-radius: 50%;
}

.application_content .item .image_container img {
	width: 160px;
	height: 160px;
	margin-top: 5px;
	margin-left: 5px;
}

.application_content .item .councils {
	width: 195px;
	height: 147px;
	margin-left: 210px;
	flex-grow: 1;
	/* 鏂囧瓧鍐呭鍗犳嵁鍓╀綑绌洪棿 */
	text-align: left;
	/* 鏂囨湰宸﹀榻� */
	/* 璋冩暣鍐呭瀹藉害浠ラ€傚簲鍗＄墖鍐呰竟璺濆拰鍥剧墖 */
	/* width: calc(100% - 120px); /* 鍙互淇濈暀鎴栫Щ闄わ紝flex-grow浼氬府鍔� */
	box-sizing: border-box;
	/* === 娣诲姞浠ヤ笅鏍峰紡鏉ュ疄鐜板唴瀹瑰瀭鐩村眳涓� === */
	display: flex;
	/* 灏嗗唴瀹瑰鍣ㄨ缃负 Flex 瀹瑰櫒 */
	flex-direction: column;
	/* 璁剧疆涓昏酱鏂瑰悜涓哄瀭鐩达紝杩欐牱瀛愬厓绱狅紙濮撳悕鍜屾弿杩帮級浼氬瀭鐩存帓鍒� */
	justify-content: center;
	/* 灏嗗瓙鍏冪礌锛堝鍚嶅拰鎻忚堪锛夊湪鍨傜洿鏂瑰悜涓婂眳涓榻� */
}

.application_content .item .councils .name {
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #107cff;
	margin-bottom: 10px;
	margin-top: 10px;
}

.application_content .item .councils .name span {
	border-bottom: solid 2px #0578fd;
}

.application_content .item .councils .introduce {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	color: #616264;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	/* 闄愬埗鏂囨湰涓�3琛� */
	overflow: hidden;
	text-align: justify;
}

@media screen and (max-width:1366px) {
	.application_content {
	    margin-top: 85px;
	}
	
	.application_content .item {
	    width: 300px;
	    margin-bottom: 85px;
	}
	
	.application_content .item .bgimg {
	    width: 300px;
	    height: 104px;
	}
	
	.application_content .item .image_container {
	    top: -40px;
	    left: 18px;
	    width: 121px;
	    height: 121px;
	}
	
	.application_content .item .image_container img {
	    width: 114px;
	    height: 114px;
	    margin-top: 3.5px;
	    margin-left: 3.5px;
	}
	
	.application_content .item .councils {
	    width: 139px;
	    height: 104.5px;
	    margin-left: 149px;
	}
	
	.application_content .item .councils .name {
	    font-size: 20px;
	    line-height: 20px;
	    margin-bottom: 7px;
	    margin-top: 7px;
	}
	
	.application_content .item .councils .introduce {
	    font-size: 10px;
	    line-height: 1.2;
	    -webkit-line-clamp: 5;
	}
}
</pre></body></html>