.engineeringDetail {
    margin-top: 1rem;
    padding-top: 0.7rem;
    padding-bottom: 1.08rem;
    background: var(--bg);
}

.crumbs {
    margin-top: 0 !important;
}

.text_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    margin-bottom: 0.63rem;
    margin-top: 0.71rem;
}

.text_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: rgba(0, 0, 0, 0.45);
}

.text {
    padding: 0.5rem 0;
    border-bottom: 0.01rem solid #DCDCDC;
    margin-bottom: 0.31rem;
}
.text_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_p3 {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #9D9D9D;
    transition: 0.3s;
}

.text_prev {
    display: flex;
    align-items: center;
    width: fit-content;
}

.text_prev hr {
    height: 0.17rem;
    border: 0.01rem solid #949494;
    margin-left: 0.16rem;
    margin-right: 0.2rem;
}

.text_prev img {
    width: 0.1rem;
    height: 0.17rem;
    filter: grayscale(100%) brightness(150%);
}

.text_next {
    display: flex;
    align-items: center;
    width: fit-content;
}

.text_next img {
    width: 0.1rem;
    height: 0.17rem;
    transform: rotate(180deg);
    filter: grayscale(100%) brightness(150%);
    transition: 0.3s;
}

.text_next hr {
    height: 0.17rem;
    border: 0.01rem solid #949494;
    margin-left: 0.2rem;
    margin-right: 0.16rem;
}

.text_next:hover img,
.text_prev:hover img {
    filter: none;
}

.text_next:hover .text_p3,
.text_prev:hover .text_p3 {
    color: var(--hc);
}
@media (max-width:1200px){
    /* .text tr{display:flex;flex-direction:column;} */
    /* .text td{width:100%!important;} */
    .text img{max-width:100%!important;height: auto;}
}