 /* 默认情况下不显示下划线 */
.home-link {
    text-decoration: underline;
   
}
a:not(.home-link) {
    text-decoration: none;
    color:#666666;
}
