.top {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 21px;
}
.bottom {
	font-family: "Tahoma";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}
.more {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.bt01 {
	font-size: 13px;
	font-weight: bold;
	color: #283F48;
	text-decoration: none;
	line-height: 21px;
}
.hygl {
	font-size: 14px;
	text-decoration: none;
}
.zoom-image {
    transition: transform 0.5s ease; /* 添加过渡效果 */
}
 
.zoom-image:hover {
    transform: scale(1.1); /* 放大到1.1倍 */
}