.detail{
    width: 100%;
    align-items: center;
    background-color: #f8f9fd;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    letter-spacing: 0;
}
.detail>.breadcrumb{
    margin-top: 38px;
    margin-bottom: 32px;
    width: 100%;
    max-width: 1200px;
    font-size: 14px;
    line-height: 20px;
    color: #3D3D3D;
}
.detail .n-link{
    cursor: pointer;
    color: #3376F1;
}
.detail>.content{
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    padding: 36px 31px 43px 68px;
    margin-bottom: 30px;
}
.detail .next{
    height: 24px;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 24px;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 50px;
    margin-bottom: 155px;
    width: 100%;
    max-width: 1200px;
}
.detail .next > div{
    flex-basis: 50%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.detail .next > div:first-child{
    text-align: right;
}
.detail .next .link{
    cursor: pointer;
}
.detail .next .link span{
    color: #3376F1;
}
.detail .content .news-content .content{
    margin: 35px 215px;font-size: 16px;line-height: 24px
}
.detail .content .c-bc {
    display: flex;
    align-items: center;
    justify-content: center
}
.detail>.content #detail-back{
    width: 26px;
    height: 23px;
    margin-left: 9px;
    position: absolute;
    left: 0;
    cursor: pointer;
}
.detail .content .ds {
    width: 0;height: 20px;border-left: #999999 1px solid;margin-inline: 16px;position: absolute;left: 26px
}
.detail .content .sub-title {
    font-size: 14px;font-weight: 500;color: #9B9B9B;line-height: 24px;text-align: center;margin-top: 10px;padding-bottom: 25px;border-bottom: #EAE8E8 1px solid
}
.detail .content .n-title {
    font-size: 24px;font-weight: 500;color: #1D2128;line-height: 34px;
}
.detail >.content .n-content {
    font-size: 16px;
    line-height: 24px;
    width: 650px;
    margin-inline: auto;
    padding-top: 20px;
    color: #545454;
}
.detail >.content img{
    width: 100%;
    height: auto;
    object-fit:contain;
    margin-block: 10px;
}
.detail >.content .n-content p {
    padding-block: 10px;
}
.detail >.content n-c-title1 {
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #0071EF;
    line-height: 24px;
    margin-top: 10px;
}
.detail .sub-title a{
    color: #9B9B9B;
}
.detail .sub-title a:hover{
    color: #0071EF;
}
@media (max-width: 1000px) {
    .detail{
        padding-top: 0px;
    }
    .detail >.content{
        width: 89.6%;
        margin-top: 1.267rem;
        background-color: #F8F9FD;
        box-shadow: 0rem 0.533rem 1.6rem 0rem rgba(149,157,165,0.2);
        border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
        padding: 0.867rem 0.667rem 2.267rem;
        border: 0.067rem solid rgba(255,255,255,0.5);
        opacity: 1;
        font-family: PingFang HK-Regular, PingFang HK;
    }
    .detail .next{
        flex-direction: column;
        height: auto;
        width: 89.6%;
        padding-inline: 0.667rem;
        gap: 1rem;
    }
    .detail >.content #detail-back  , .detail >.content .ds , .detail .breadcrumb{
        display: none;
    }
    .detail >.content .c-bc {
        justify-content: start;
    }
    .detail >.content .n-title  {
        font-size: 1.067rem;
        line-height: 1.467rem;
        color: #3D3D3D;
        font-weight: 600;
        padding-inline: 0.667rem;
    }
    .detail >.content .sub-title {
        text-align: start;
        font-weight: 400;
        color: #65656D;
        font-size: 0.667rem;
        line-height: 0.933rem;
        padding-left: 0.667rem;
        margin-top: 0.6rem;
        padding-bottom: 0.8rem;
    }
    .detail >.content .n-content{
        padding-inline: 0.667rem;
        margin-top: 0.8rem;
        width: 100%;
    }

    .detail >.content img{
        margin-bottom: 0.667rem;
    }
    .detail >.content .n-content p{
        margin-block: 0.667rem;
    }
}