.listBar {
    width: 100%;
}

.listBar .list-nav {
    display: inline-block;
    width: 334px;
    margin: 8px;
}

.listBar .list-nav .imgBox {
    width: 100%;
    height: 360px;
    padding: 19px 100px 0;
    background: linear-gradient(0deg, #CDD7DF, #D7E5F2);
    box-sizing: border-box;
}

.listBar .list-nav .imgBox img {
    width: 100%;
    height: 287px;
}

.listBar .list-detail {
    width: 100%;
    margin: 20px 0;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    box-sizing: border-box;
}