@charset "gb2312";
/* 信息板块：新闻分类 + 产品分类 */
.info-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
	padding-bottom: 16px;
    margin-bottom: 16px;
	border-bottom: 1px solid #e2e8f0;
}

.category-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-list li a {
	line-height: 1.6;
	font-size: 1.2rem;
    color: #000;
    display: block;
    transition: all 0.2s;
}

.category-list li a:hover {
    color: #00479d;
}