.zixundetailbox{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.zxdetailleft{
    width: 840px;
    display: flex;flex-direction: column;
}

.zxdetailleft .title{
    width: 100%;
    font-size: 24px;
    color: #424a5c;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    word-break: break-all;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxdetailleft .subheading{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin: 25px 0;
}
.zxdetailleft .subheading .timeresouce{
    font-size: 14px;
    display: flex;
    gap: 25px;
}
.zxdetailleft .subheading .zixun{
    display: flex;
    align-items: center;
    gap: 15px;
}
.zxdetailleft .subheading .zixun .zixunbtn{
    width: 97px;
    height: 30px;
    line-height: 30px;
    background: #e5e5e5;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}
/* 内容 */
.zxdetailleft .huodong{
    font-size: 16px;
      line-height: 38px;
    text-align: left;
    margin: 5px 0 25px 0;
}

/* 上一篇 下一篇 */
.zxdetailleft .prev-and-next{
    width: 100%;
    display: flex;align-items: flex-start;justify-content: space-between;
    margin-bottom: 30px; 
}
.zxdetailleft .prev-and-next a{
    font-size: 16px;color: #898989;
    border-bottom: 1px solid #898989;
    float: left;
    max-width: 390px;
    white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}

/* 相关文章 */
.zxdetailleft .aboutList{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 25px;
}
.zxdetailleft .aboutList .abItem{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #898989;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    cursor: pointer;
}
.zxdetailleft .aboutList .abItem .abTitle{
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding: 0 0 10px 15px;
    box-sizing: border-box;
    }
.zxdetailleft .aboutList .abItem:hover{color: #4d40f8;}
.zxdetailleft .aboutList .abItem::before{
    content: '·';
    font-size: 28px;
    line-height: 18px;
    color: #898989;
    position: absolute;
    top: 0;left: -8px;
}

.zxdetailleft .lianxibox{
    width: 839px;
    height: 133px;
    margin: 15px 0;
    cursor: pointer;
}