.shou_core_list {
    width: 31%;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-right: 15px;
    height: 200px;
}

.shou_core_list img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    display: block;
}

.shou_core_list_title {
    padding: 10px;
    box-sizing: border-box;
    width: 70%;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 15%;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.shou_core_list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.companyprofile_bottom_left {
    width: 68%;
    float: left;
    padding: 0 10px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
