.home-case-container {
    margin: 25px auto;
    width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home-case-info-container {
    width: 49%;
}

.home-case-info {
    color: #FFF;
    background-color: #E8A234;
    padding: 30px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.home-case-title-container {
    padding-left: 12px;
    border-left: 5px solid #FFF;
    width: 80%;
}

.home-case-title {
    font-weight: bold;
    line-height: 1;
    margin-top: 5px;
}

.home-case-subtitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.home-case-btn-container {
    width: 20%;
    text-align: right;
}

.home-case-btn {
    border: 1px solid #FFF;
    padding: 5px 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-case-btn:hover {
    color: #FFF;
    text-decoration: none;
}

.home-case-desc {
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    padding: 0 15px;
    font-size: 14px;
}

.home-case-carousel {
}

.home-case-carousel-container {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin: 20px auto 10px;
}

.home-case-carousel-btn {
    position: absolute;
    width: 24px;
    height: 60px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
    top: 20px !important;
    cursor: pointer;
    z-index: 99;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-case-carousel-prev {
    left: 4px;
}

.home-case-carousel-next {
    right: 4px;
}

.home-case-carousel-list {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
}

.home-case-carousel-item {
    width: 139px;
    margin: 0 4px;
}

.home-case-carousel-img {

}

.home-case-pic-container {
    /*width: 49% !important;*/
    height: 0;
    padding-bottom: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-case-link-active {
    border: 3px solid purple;
}

.home-case-carousel-title-hidden,
.home-case-carousel-content-hidden {
    display: none;
}

.home-case-carousel-info {

}

.home-case-carousel-title {
    font-weight: bold;
    line-height: 2.4;
    font-size: 16px;
}

.home-case-carousel-content {
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-case-pic-container {
    width: 49%;
    /*height: 380px;*/
}

.home-case-pic {

}