.new-product-head {
    width: 100%;
    min-height: 163px;
    position: relative;
}

    .new-product-head img {
        display: block;
        width: 100%;
        height: 100%;
    }

.new-product-title {
    position: absolute;
    bottom: 12px;
    left: 20px;
    color: #fff;
    z-index: 1;
    font-size: 24px;
}

.new-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F0F0F0;
}

.new-tab-item {
    width: 33.333333%;
    height: 46px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .new-tab-item.active {
        font-weight: 700;
	font-size:17px;
    }

.content-main {
    display: none;
    padding: 20px 0;
}

    .content-main.active {
        display: block;
    }

.title2 {
    padding: 20px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.16);
}

.title3 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    padding-left: 10px;
    position: relative;
}

    .title3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 3px;
        z-index: 1;
        width: 2px;
        height: 14px;
        background-color: #163A78;
    }

.product-link {
    color: #163A78;
}

.new-product-list {
    display: flex;
    flex-wrap: wrap;
}

.new-product-item {
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    padding-right: 10px;
}

.new-product_center {
    display: none;
}

@media(max-width:960px) {
    .new-product_center {
        display: block;
    }
    .product_center{
        display:none;
    }
}
