.deptName, .groupName {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    color: #262626;
}

#main {
    width: calc(100% - 50px);
    margin-top: 0;
    margin-right: 25px;
    margin-left: 25px;
}

li {
    width: 100px;
    margin-right: 70px;
}

li div.icon {
    width: 120px;
    height: 85px;
    text-align: center;
    cursor: pointer;
}

li div.icon img {
    margin-top: 20px;
    width: 60px;
    height: 60px;
}

li a {
    float: left;
    width: 120px;
    line-height: 20px;
    padding-left: 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #555555;
    font-weight: bold;
}

li.no_icon a {
    padding-top: 85px;
    background: url(textedit.png) no-repeat center 20px;
}

li a:hover {
    color: blue;
    text-decoration: none;
}