.image-wrap {
    position: relative;
}

.image-wrap img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcumb {
    margin-bottom: 20px;
}

.TitleSection__page .breadcrumb {
    margin: 0 0 10px;
}

.news__page {
    margin-bottom: 60px;
    min-height: 100vh;
}

.max-1200 {
    max-width: 1240px;
}

.max-1200, .max-1400, .max-1680 {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
}

.news__page .content-section .content-section__release h1 {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 80px;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

.news__page .content-section .content-section__release .row .col {
    margin-bottom: 90px;
}

.news__page .content-section .content-section__release .row .col img {
    height: 258px;
    margin-bottom: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 374px;
}

.news__page .content-section .content-section__release .row .col h3 {
    font-size: 16px;
    height: 56px;
    line-height: 28px;
    margin-bottom: 10px;
}

.ellipsis2line, .ellipsis3line {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: normal;
}

.news__page .content-section .content-section__release .row .col>span {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
}

.news-article a {
    text-decoration: none;
    color: black;
}

.content-row {
    display: flex;
    margin-bottom: 60px;
}

.content-row .content-img {
    flex: 1;
}

.news-article a {
    text-decoration: none;
    color: black;
}

.image-container {
    position: relative;
    width: 100%;
}

.image-container .image-wrap-other {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.image-container .image-wrap-other img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

img {
    border-style: none;
}

img {
    display: block;
    max-width: 100%;
}

.content-row .content-text .content-text__title>h3 {
    font-size: 22px;
}

.content-row .content-text .content-text__summarize {
    flex: 1;
    margin-top: 10px;
}

.content-row .content-text .content-text__more {
    align-items: center;
    border-top: 1px solid #c6c6c6;
    display: flex;
    flex: 0;
    flex-direction: row;
    padding-top: 10px;
}

.content-row .content-text {
    display: flex;
    flex: 2;
    flex-direction: column;
    padding-left: 50px;
}

.content-row .content-text .content-text__title>h3 {
    font-size: 22px;
}

.content-row .content-text .content-text__more {
    align-items: center;
    border-top: 1px solid #c6c6c6;
    display: flex;
    flex: 0;
    flex-direction: row;
    padding-top: 10px;
}

.content-row .content-text .content-text__more .content-text__more__time {
    flex: 1;
    font-weight: 600;
}

.content-text a {
    color: black;
    text-decoration: none;
}

.card-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0;
}

.news-item-content img {
    display: block;
    margin: 0;
}

/* Styles for the news item content */
.news-item-content {
    font-size: 18px;
    line-height: 1.6;
    color: #333; /* Example color */
    margin-bottom: 20px; /* Example spacing */
}

/* Additional styles for headings and links within the content */
.news-item-content h1,
.news-item-content h2,
.news-item-content h3,
.news-item-content h4,
.news-item-content h5,
.news-item-content h6 {
    font-weight: bold;
}

.news-item-content a {
    color: #007bff; /* Example link color */
}
