.banner-list>div {
    position: absolute;
    width: 100%;
    height: 99%;
    background: rgba(0, 0, 0, .3);
    z-index: 5;
}

.banner-list {
    position: relative;
}

.banner-list>p {
    position: absolute;
    top: 38%;
    left: 12%;
    color: rgba(251, 251, 251, 100);
    font-size: 36px;
    z-index: 10;

}

.banner-list>span {
    position: absolute;
    top: 51%;
    left: 12%;
    color: #fbfbfb;
    font-size: 36px;
    z-index: 10;

}

.product-image {
    height: auto;
    width: 100%;
}

.newsList {
    width: 1200px;
    margin: 0 auto;
}

.newsList-list {
    padding-top: 15px;
    color: #A8071A;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.newsList-list img {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}

.newsList-list span {
    color: var(--theme-color);
    font-size: 14px;

}

.newsList-list>img {
    width: 14px;
    height: 14px;
}

.newsList-list span {
    padding-left: 3px;
}

.newsList-title {
    padding-top: 39px;
    text-align: center;
    color: #000;
    font-size: 28px;

    padding-bottom: 26px;
    border-bottom: 1px solid #f5f5f5;
;
}

.newsList-title>span {
    color: rgba(153, 153, 153, 100);
    font-size: 20px;

    display: inline-block;
    padding-top: 28px;
}

.newsList-content {
    width: 92%;
    padding: 33px 0 50px 0;
    margin: auto;
}
.newsList-content img {
    max-width: 100%;
}

.newsList-content p {
    margin-bottom: 10px;
    letter-spacing: 1px;
}