#breadClumb {
    border-bottom: solid 1px #192b5b;
    margin: 0 auto 10px;
    padding: 0 0 15px 0;
}

.groupLink h1 {
    margin: 10px 10px 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    color: #192b5b;
}

.groupLink_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.groupLink_list > li {
    width: calc(50% - 10px);
}

.groupLink_list > li:nth-child(1),
.groupLink_list > li:nth-child(2) {
    border-top: 1px solid #ddd;
}

.groupLink_list a{
    display:block;
    border-bottom:1px solid #ddd;
    padding:10px;
    background:#fff;
    font-size:16px;
    line-height:1.5em;
    color:#192b5b;
    text-decoration:none;
}

.groupLink_list small{
    display:block;
    font-size:14px;
    line-height:1.3em;
    color:#666;
}

.groupLink_list a:hover{
    background:#eee;
}

.groupLink_list .hasIcon span{
    display: block;
    font-weight: 700;
    margin: 0 0 2px 110px;
}

.groupLink_list .hasIcon img{
    float: left;
}

.groupLink_list .hasIcon small{
    margin-left: 110px;
}