.details-main {
    width: 1200px;
    margin: 0 auto 128px auto;
}

/* .details-bread-box {
    width: 1200px;
    height: 115px;
} */

.details-bread {
    display: flex;
    margin-top: 34px;
    margin-bottom: 18px;
}

.title-box {
    display: flex;
    justify-content: space-between;
}

.details-title {
    width: 683px;
}

.details-title h1 {
    font-size: 36px;
    color: #393d3f;
    letter-spacing: 0;
}


.details-timer p:first-child {
    display: flex;
    line-height: 26px;
    position: relative;
}

.details-timer p:first-child span {
    border-bottom: 1px solid #dad9d9;
    font-size: 16px;
}

.details-timer p:last-child {
    text-align: right;
    font-size: 18px;
    line-height: 30px;
}
.details-timer img{
    width: 12px;
    height: 12px;
    margin-top: 6px;
    margin-right: 5px;
}

.details-source {
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0 58px 0;
}

.details-summary {
    width: 1200px;
}

.details-summary p {
    line-height: 40px;
    color: #393d3f;
}

.details-summary p:nth-child(10) {
    font-weight: 800;
}