/*解决：column 和 search 页面和 bootstrap 样式冲突的问题*/

.header-nav {
    height: 59px;
    line-height: 59px;
    margin-bottom: 0;
}
.header-nav .nLi {
    height: 59px;
}
.header-nav .nLi h3 {
    height: 59px;
    margin-top: 0;
    margin-bottom: 0;
}
.header-nav .nLi h3 a {
    height: 59px;
    line-height: 59px;
}
.header-nav .on h3 {
    margin-top: 0;
}
.header-nav .on h3 a {
    height: 59px;
    line-height: 59px;
}
.header-nav .on h3 a:hover,.header-nav .sub a:hover,a:hover {
    text-decoration:none;
    outline:none;
}