.main {
    margin: 100px auto 0; /* 添加顶部间距，避免与导航栏重叠 */
    padding: 20px; /* 添加内边距 */
    max-width: 1600px; /* 设置最大宽度 */
}

.main h2 {
	font-size: 1.4em;
	margin: 40px 10px 20px 0;
	padding-left: 9px;
	border-left: 6px solid #CDC5FE;
	font-weight: 700;
	line-height: 1.4;
}

.main a {
    text-decoration: none; /* 移除下划线 */
    color: #000; /* 设置文字颜色 */
    transition: transform 0.3s; /* 添加变换过渡效果 */
}