.detail-main-container{
    max-width: 980px;
}
.breadcrumb{
    margin-top: 20px;
    margin-bottom: 46px;
    font-size: 14px;
    color: #1E1E1E;
}
.breadcrumb a{
    color: #1E1E1E;
}
.breadcrumb .active{
    color: #5581AA;
}

.content img{
    width: 100%;
    object-fit: fill;
}

.content .block-title{
    font-size: 32px;
    font-weight: 500;
    padding: 36px 0 28px 0;
    text-align: center;
}
.content .detail{
    /* font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: justify; */
}
.content img{
    /* width: 80%;
    margin: 40px; */
}
.content .detail strong{
    /* font-size: 18px;
    font-weight: 500;
    padding: 32px 0 24px 0; */
}


.content .time{
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #999;
    text-align: center;
    margin-bottom: 36px;
  }
  .content .detail{
    text-align: justify;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    text-indent: 2em;
  }
  .content .detail .strong{
    font-size: 22px;
    font-weight: bold;
    padding: 36px 0 28px 0;
  }
  .content .detail img{
    width: 100%;
    height: auto;
    margin: 36px 0;
  }

/* 小于等于768px 的设备使用 rem 缩放布局 */
@media screen and (max-width: 768px) {
    .bg{
        display: none;
    }
    .navbar{
        background: #fff;
    }
    .detail-main-container{
        margin-top: 4rem;
    }
    .section1 .content{
        padding-top: 1.4rem;
    }
    .section1 .content .block-title{
        font-size: 1.4rem;
        font-weight: bold;
        padding: 2.6rem 0 1rem 0;
    }
    .section1 .content .time{
        display: block;
        text-align: center;
        font-size: 1.2rem;
        color: #999999;
        margin-bottom: 1rem !important;
    }
    .section1 .content .detail{
        margin-top: 1rem;
    }
    .section1 .content p{
        font-size: 1.2rem;
        line-height: 2.2rem;
        overflow: hidden;
    }
    /* 有 img 的 p 不缩进 */
    .section1 .content  p:has(img) {
        text-indent: 0 !important;
    }
    .section1 .content img{
        width: 100% !important;
        height: auto !important;
        margin: 1rem 0 !important;
        object-fit: contain !important;
    }
    .section1 .content .strong{
        font-size: 1.4rem;
        padding: 1.8rem 0 0.8rem 0;
    }
}