a {
    text-decoration: none !important;
}

/* 面包屑 */
.bread-box {
    width: 100%;
    height: 48rem;
    font-size: 14rem;
    background-color: rgba(255, 255, 255, 0.21);
}

.bread-box .row {
    margin-left: 0;
    margin-right: 0;
}

.bread {
    width: 100%;
    height: auto;
    max-width: 1440rem;
    margin: 0 auto;
}

/* 自定义面包屑样式 */
.breadcrumb {
    width: 100%;
    height: 48rem;
    font-size: 12rem;
    text-align: left;
    line-height: 48rem;
    cursor: pointer;
}

.breadcrumb-item:hover {
    color: #0068D7 !important;
}

.breadcrumb-item.active {
    color: #333333;
    font-size: 12rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 10rem;
}

/* ------------------------- */
.content-box {
    margin-top: 36rem !important;
    max-width: 1440rem;
    margin: 0 auto;
}

.content-box .row {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}

.product_one_col {
    max-width: 460px;
    height: 204px;
    background: #f6f6f6;
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20rem;
    transition: box-shadow 0.3s ease;
}

.product_one_col:hover {
    box-shadow: 0 20rem 20rem rgba(0, 0, 0, 0.1);
}

.innerBox {
    width: 420rem;
    height: 156rem;
}

.product_one_img {
    width: 156rem;
    height: 156rem;
}

.product_one_img:hover img {
    transform: scale(1.03);

}

.product_one_img img {
    max-width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.product_one_text {
    width: 225rem;
    height: 100%;
}

.product_one_title {
    width: 100%;
    max-height: 57rem;
    font-size: 19px;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #0e2a58;
    overflow: hidden;
}

.product_one_desc {
    width: 100%;
    height: 84rem;
    font-size: 14px;
    font-family: Inter, Inter-400;
    color: #333333;
    overflow: hidden;
    margin-top: 10rem;
}

.innerA:hover .product_one_title {
    color: #0068D7;
    text-decoration: underline;
    text-decoration-color: #0068D7;
}

.product_one_line::before {
    content: "";
    display: block;
    max-width: 1440rem;
    height: 1rem;
    background-color: #E5E7EC;
    margin: 0 auto;
}

.content-box .row .col-md-6:nth-child(n+4) {
    margin-top: 30rem;
}

@media (max-width: 1445px) {
     .content-box .row .col-md-6:nth-child(n+4) {
        margin-top: 30rem;
    }

    .product_one_col {
        width: 420rem;
        margin-right: 19rem;
    }
}

@media (max-width: 1439.98px) {
    .content-box .row .col-md-6:nth-child(n+4) {
        margin-top: 30rem;
    }

    .product_one_title {
        height: auto;
    }
}

/* 在小屏幕下保持列间距 */
@media (max-width: 1280px) {
    .bread-box {
        width: 1100rem;
        height: 48rem;
        font-size: 14rem;
        background-color: rgba(255, 255, 255, 0.21);
        padding-left: 10rem;
    }

    .desc {
        max-width: 1100rem;
    }

    .content-box {
        max-width: 1160rem;
    }

    .content-box .row {
        justify-content: center;
    }

    .product_one_line::before {
        content: "";
        display: block;
        max-width: 1100rem;
        height: 1rem;
        background-color: #E5E7EC;
        margin: 0 auto;
    }

    .content-box .row .col-md-6:nth-child(n+3) {
        margin-top: 30px;
    }

    .product_one_col {
        width: 420rem;
        margin-top: 30rem;
    }

    .product_one_title {
        height: auto;
    }
}

@media (max-width: 990px) {
    .content-box .row .col-sm-12:nth-child(n+1) {
        margin-top: 30rem;
    }

    .product_one_title {
        height: auto;
    }
}

@media (max-width: 910px) {
    .content-box .row .col-md-4:nth-child(n+2) {
        margin-top: 30rem;
    }
}

/* 容器样式 */
.container-fluid {
    margin: 0 auto;
    padding: 0;
}

.desc {
    height: 137rem;
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.desc .row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.desc .row .col-12 {
    max-width: 1440rem;
    margin: 0 auto;
}

.desc-title {
    font-size: 44rem;
    font-family: Inter, Inter-500;
    font-weight: 500;
    color: #333333;
    height: 53rem;
}

.desc-detail {
    width: 100%;
    white-space: pre-line;
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: 16rem;
}

/* 富文本显示区域 */
.product-textArea {
    max-width: 1440rem;
    height: auto;
    margin: 0 auto;
    margin-top: 100rem;
}

.product-textArea p {
    font-size: 14rem !important;
    font-family: Arial;
}

.textAreaRight p {
    font-size: 14rem !important;
}

.textAreaRight h2 {
    margin-top: 20rem;
    margin-bottom: 10rem;
}

.product2-div:hover .text-title {
    color: #0068D7 !important;
    text-decoration: underline !important;
    text-decoration-color: #0068D7;
}