#lee-carousel3 {
    height: calc(100vh - 200px);
    width: 100vw;
    padding: 10vh 20vw 20vh 20vw;
}

#lee-carousel3 .lee-carousel3-main {
    height: calc(70vh - 200px);
    width: 100%;
    padding: calc((70vh - 200px - 340px)/2) 0;
    border-bottom: 5px solid #d1d1d1;
    position: relative;
}

.lee-carousel3-main .lee-carousel3-mainLine {
    height: 5px;
    width: 25%;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #083683;
}

.lee-carousel3-main .lee-carousel3-mainContent {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 !important;
    white-space: nowrap;
}

.lee-carousel3-mainContent::-webkit-scrollbar {
    display: none;
}

.lee-carousel3-mainContent .mainContent-item {
    height: 340px;
    width: 240px;
    margin-right: 50px;
    display: inline-block;
    position: relative;
}

.mainContent-item img {
    width: 100%;
    height: 70%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.lee-carousel3-mainContent .mainContent-itemText {
    width: 100%;
    height: 70%;
    background-image: url(../assets/images/iconImgBg.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: -20px;
    padding: 0 10px 10px 10px;
    color: #fff;
    z-index: 3;
}

.mainContent-itemText .itemText-en {
    font-size: 25px;
    font-weight: bold;

}

.mainContent-itemText .itemText-cn {
    font-size: 25px;
    font-weight: bold;
    position: relative;
}

.itemText-cn .itemText-cn-line {
    background-color: #fff;
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.mainContent-itemText .itemText-desc {
    font-size: 17px;
    color: #cacaca;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    text-align: left;
    margin-top: 10px;
}

.lee-carousel3-main .lee-carousel3-prev {
    height: 50px;
    width: 50px;
    position: absolute;
    top: calc(50% - 30px);
    left: -170px;
    cursor: pointer;
}

.lee-carousel3-prev img {
    height: 100%;
    width: 100%;
}

.lee-carousel3-main .lee-carousel3-next {
    height: 50px;
    width: 50px;
    position: absolute;
    top: calc(50% - 30px);
    right: -170px;
    cursor: pointer;
}

.lee-carousel3-next img {
    height: 100%;
    width: 100%;
}