.home-section-container {

}

.home-section-title-container {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #DDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-section-title {
    font-size: 18px;
    border-bottom: 1px solid #0096e2;
    color: #333;
    display: inline-block;
    height: 100%;
}

.home-section-link,
.home-section-link:hover,
.home-section-link:visited,
.home-section-link:link {
    color: #666;
}

.home-section-more:hover {
    color: #0096E2;
}

.home-section-content-wrapper {
    padding: 20px 0;
    height: 300px;
}

.home-section-content-logo {
    height: 135px;
}

.home-section-content-container {
    /*height: 150px;*/
    padding: 15px 0;
}

.home-section-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    /*font-size: 13px;*/
    line-height: 26px;
}

.home-section-content-list {
}

.home-section-content-list .glyphicon {
    top: 0;
    margin-right: 2px;
    color: #0096E2;
}

.home-section-content-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 26px;
}