/* banner style */
.banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
}

/* details style */
.details-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 54px;
}

.details {
    width: 1100px;
    display: flex;
    flex-direction: column;
}

.crumbsNav {
    width: max-content;
    padding: 32px 0 30px;
    border-bottom: 1px solid #EEEEEE;
}

.crumbsNav a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #ACACAC;
    line-height: 18px;
}

.article-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-details h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #333333;
    padding: 36px 0 18px;
}

.article-details h5 {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    margin-bottom: 32px;
}

.article-details p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-bottom: 32px;
}

.article-details p:last-child{
    margin-bottom: 0;
}