.top-nav{
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    position: fixed;
    top: 102px;
    background-color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}
.details-content{
    width: 100%;
    margin-top: 196px;
}
.container-details{
    display: flex;
}
.details-text-box{
    width: 930px;
    margin-right: 93px;
}
.details-title{
    font-size: 26px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 8px;
}
.details-time{
    font-size: 16px;
    line-height: 32px;
    color: #444444;
    margin-bottom: 24px;
}
.details-info-content{
    width: 100%;
    padding: 18px 0px 40px 0px;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    box-sizing: border-box;
}
.details-pre-next{
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    margin-top: 24px;
}
.detail-list{
    width: calc(100% - 1023px);
}
.detail-list-title{
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 40px;
}
.detail-list-item{
    width: 100%;
    height: 120px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 24px;
}
.detail-item-title{
    color: #000000;
    width: 100%;
    height: 64px;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.detail-item-time{
    font-size: 16px;
    line-height: 32px;
    color: #444444;
    margin-bottom: 24px;
}