/* <!-- 酱香系列 --> */

.New-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.New-title>h4 {
    font-size: 28px;
    color: #212112;
    padding: 0 15px;
}

.New-title>span {
    display: block;
    width: 55px;
    height: 1px;
    background-color: #E60012;
}


/* //超出显示点点 */

.c-dian {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Pro-imgs {
    display: flex;
    flex-wrap: wrap;
}

.Pro-imgs :nth-child(2n) {
    margin-right: 0;
}

.productimg {
    width: 48.5%;
    display: block;
    text-align: center;
    margin-right: 30px;
    margin-right: 3%;
}

.productimg>img {
    width: 100%;
}

.productimg>h4 {
    font-size: 15px;
    color: #424242;
    padding: 20px 0;
}