.dd_hjff {
    color: #fc5531 !important; /* 鼠标悬停时链接文字变为红色 */
    text-decoration: none;
}

a.dd_hjff:hover {
    color: #4d7fd0 !important; /* 鼠标悬停时链接文字变为红色 */
    /*background-color: yellow; !* 鼠标悬停时背景变为黄色 *!*/
    font-size: 1.1em;
    text-decoration: underline; /* 鼠标悬停时添加下划线 */
}


.dd {
    color: inherit; /* 继承父元素的文字颜色 */
    text-decoration: none;
}

a.dd:hover {
    color: #4d7fd0 !important; /* 鼠标悬停时链接文字变为红色 */
    /*background-color: yellow; !* 鼠标悬停时背景变为黄色 *!*/
    font-size: 1.1em;
    text-decoration: underline; /* 鼠标悬停时添加下划线 */
}
