.post-crumbs{
    max-width: 100%;
    height:36px;
    line-height: 36px;
    background: #F3F4F5;
}
.post-crumbs-ml{
    max-width: 1240px;
    margin: 0 auto;
}
.post-crumbs-ml :last-child{
    color: black;
}
.post-crumbs-items{
    font-size: 12px;
    color: #929DAB;
}



.detail-content-bg {
    max-width: 1240px;
    margin: 80px auto 0;
}
.detail-title {
    font-size: 32px;
    font-weight: 600;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.detail-title:before {
    display: block;
    content: '';
    position: absolute;
    bottom: -14px;
    width: 24px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: #004AA4;
}
.detail-test {
    font-size: 16px;
    font-weight: 400;
    color: #5F6464;
    line-height: 30px;
    white-space: pre-wrap;
    text-indent:0em;
}
.detail-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #1A2940;
    margin-top: 15px;
    margin-bottom: 150px;
}
.detail-list {
    margin-right: 20px;
    max-width: 360px;
    cursor: pointer;
}
.detail-list:last-child {
    margin-right: 0;
}
.detail-div-img {
    font-size: 0;
    /*width: 624px;*/
    /*height: 468px;*/
    max-width: 350px;
    max-height: 340px;
}
.detail-img {
    /*max-width: 350px;*/
    /*max-height: 300px;*/
    object-fit: cover;
}
.detail-item-line2 {
    margin-top: 32px;
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
.detail-item-title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #003A92;
    text-align: left;
}
.detail-item-test {
    margin-top: 18px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #868789;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
}
.detail-arrow {
    width: 16px;
    height: 16px;
    margin-top: 30px;
}

