.banner-list {
    position: relative;
}

.banner-list>div {
    position: absolute;
    width: 100%;
    height: 99%;
    background: rgba(0, 0, 0, .3);
    z-index: 5;
}

.product-image {
    height: auto;
    width: 100%;
}

.banner-list>p {
    position: absolute;
    top: 38%;
    left: 12%;
    color: rgba(251, 251, 251, 100);
    font-size: 30px;
    z-index: 10;

}

.banner-list>span {
    position: absolute;
    top: 51%;
    left: 12%;
    color: #fbfbfb;
    font-size: 30px;
    z-index: 10;

}

.companyNews {
    width: 120px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 12px;
    color: #000;
    position: absolute;
    top: 85px;
    left: 31%;
    z-index: 101;
    cursor: pointer;
}

.newsCenter {
    width: 1200px;
    margin: 35px auto;
}

.newsCenter-list {
    display: flex;
    flex-wrap: wrap;
}

.newsCenter-list-content {
    width: 32%;
    background: #F7F7F7;
    margin-bottom: 18px;
    margin-right: 12px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 2px 6px 0px rgba(102, 102, 102, 0.2);
}

.newsCenter-list-content :nth-child(3n) {
    margin-right: 0px;
}

.news-image {
    height: 216px;
    width: 100%;
}

.news-message {
    padding: 18px;
    text-align: left;
}

.news-message article {
    font-size: 16px;
    color: #494949;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-message p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    letter-spacing: 1px;
    color: #919191;
    height: 40px;
}

.news-message span {
    display: inline-block;
    padding-top: 10px;
    font-size: 14px;
    color: #919191;

}

.news-message {
    padding: 18px 12px;
    text-align: left;

}