.content-wrapper {
    padding: 30px 0;
}
.breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
    color: #666;
}
.breadcrumb img {
    width: 12px;
    height: 12px;
}
.breadcrumb a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
.news-header {
    text-align: center;
}
.news-header .title {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 0 100px;
}
.meta {
    font-size: 12px;
    color: #666;
}
.news-content {
    margin-top: 20px;
    line-height: 1.6;
}
.news-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}