career.css 718 字节
/* 导航栏 */

.career_nav {
    height: 55px;
    border-bottom: 1px solid #eee;
}

.nav_single {
    float: left;
    font-size: 16px;
    color: #34485e;
    width: 104px;
    line-height: 54px;
    margin-right: 24px;
}

.nav_bottom {
    border-bottom: 2px solid #409eff;
}


/* 推荐书籍 */

.career_book {
    padding: 36px 0 36px 56px;
}

dl {
    float: left;
    margin-right: 32px;
    margin-bottom: 50px;
}

dt {
    width: 248px;
    height: 146px;
}

dt img {
    width: 100%;
    height: 100%;
}

dd {
    font-size: 16px;
    color: #34485e;
    margin-top: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 248px;
}

dl:hover dd {
    color: #409eff;
}