.breadcrumb {
    font-size: 14px;
    padding: 12px;
    background-color: transparent;
}

.sub-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.sub-content .detail-info {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
}

.details {
    margin-top: 150px;
}

.title {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: .3rem;
}

.author {
    text-align: center;
    font-size: 15px;
}

.author img {
    width: 40px;
    margin-right: 10px;
}

.remark {
    text-align: center;
    font-size: 16px;
}

.remark img {
    max-width: 100%;
}

h2 {
    font-size: 20px;
}

.detail-content {
    display: flex;
    
}

.detail-content .left-content {
    flex: 1;
}

.detail-content .adertisement-right {
    flex-basis: 290px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 20px;
}

.advertisement > a{
    display: block;
    font-size: 14px;
    width: 100%;
}

.advertisement > a > img {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
    .details {
        margin-top: 100px;
    }

    .detail-content .adertisement-right {
        display: none;
    }
}