div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.charter-row__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.charter__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0px 0px 1px 3px rgb(228 232 238);
}

.charter-row__image-inner{
position:relative;
display:block;
height:247px;
border-radius: 15px;
box-shadow: 0px 0px 1px 3px rgb(228 232 238);
}
.charter-row__image-inner:hover{
    transform: scale(1.05, 1);
transition: 0.5s;
}
@keyframes ball {
    from { background-position: 0px 100%, 0 0; }
    to { background-position: 550px 100%, 0 0; }
   }
.charter-row__content{
    position: relative;
    z-index: 1;
    padding: 0 40px;
    display: table;
    width: 100%;
    height: 247px;
    background-image: linear-gradient(125deg,rgb(30 40 70 / 1),rgb(50 75 115 / 1),rgb(30 40 70 / 1),rgb(50 75 115 / 1),rgb(30 40 70 / 1));
border-radius: 15px;
box-shadow: 0px 0px 1px 3px rgb(228 232 238);
}
.charter-row__content:hover{
    background-image: linear-gradient(125deg,rgb(150 160 200 / 0),rgb(150 160 200 / 0),rgb(150 160 200 / 1),rgb(150 160 200 / 0),rgb(150 160 200 / 0));
    animation: ball 1.0s linear infinite reverse;
}
.charter__link{
    position: relative;
    display: block;
    height: 247px;
    text-decoration: none;
}
.charter__link:hover {
transform: scale(1.05, 1);
    transition: 0.5s;
}
.charter__title {
    display: block;
    max-width: 400px;
    font-family: Fira Sans,sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    color: #fff;
    text-shadow: 6px 6px 10px black;
}