@charset "utf-8";
.gkk-advertisement {
    height: 314px;
}

.ggk-list {
    padding: 60px 0 30px;
}

.ggk-list .items-block {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ggk-list .item {
    width: 381px;
    margin: 0 28px 30px 0;
    transform: none;
}

.ggk-list .item:nth-child(3n) {
    margin-right: 0;
}

.ggk-list .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.2);
}

.ggk-list .item .img-block {
    height: 215px;
    overflow: hidden;
}

.ggk-list .item .img-block img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ggk-list .item-info {
    box-sizing: border-box;
    height: 104px;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    padding: 0 22px;
    overflow: hidden;
}

.ggk-list .item-title {
    margin-top: 24px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ggk-list .item-bottom {
    justify-content: space-between;
    margin-top: 10px;
    color: #666;
}

.ggk-list .item-speaker {
    padding-left: 20px;
    background: url(../../images/training-centre/index/zhujiang.png) no-repeat left center;
}

.ggk-list .item-view {
    padding-left: 20px;
    background: url(../../images/training-centre/index/shouting.png) no-repeat left center;
}