.article-detail {
    margin-top: 50px;
}

.pagetitle {
    border-bottom: 1px solid #dfdfdf;
}

.pagetitle h2,
.pagetitle h5 {
    text-align: center;
    margin-top: 12px;
    color: #4b4948;
}

.article-breadcrumb {
    display: flex;
    justify-content: flex-end;
}

.breadcrumb {
    margin-bottom: 0;
}

.content {
    margin-top: 30px;
}

.page {
    margin: 50px 0;
}

.pager li>a {
    border: none;
    color: #4b4948;
}

.pager li>a:hover {
    background-color: transparent;
    color: #201d85;
}

.img_wrapper img {
    display: block;
    margin: 0 auto;
}

.show_author {
    display: flex;
    justify-content: flex-end;
}

.content p {
    font-size: 18px;
    padding: 0 50px;
    margin-bottom: 15px;
}