.articlelist10 .list-item {
    position: relative;
    display: flex;
    background: white;
    margin-bottom: 20px;
}
.articlelist10 .list-item:last-child {
    margin-bottom: 0px;
}
.articlelist10 .list-item .image_file {
    width: 265px;
    height: 195px;
    overflow:hidden;
   
}
.articlelist10 .list-item .image_file .img {
    height: 100%;
    background-size: cover;
    transition: transform .5s ease;
    background-position: center;
}

.articlelist10 .list-item .image_file .img:hover{
    transform: scale(1.1);
    transition: transform .5s ease;
}
.articlelist10 .content_box {
    padding-left: 20px;
    padding-right: 20px;
}
.articlelist10 .content_box a {
    transition: 0.5s;
    color: #0a422a;
    text-decoration: none;
}
.articlelist10 .content_box a:hover {
    color: #057345;

}
.articlelist10 .content_box h3 {
    margin-top: 18px;
    font-size: 16px;
    line-height: 30px;
    word-wrap    : break-word;
    overflow-wrap: break-word;
}
.articlelist10 .list-item .date {
    font-style: italic;
    display: flex;
    font-size: 15px;
    margin-bottom: 5px;
    color: #444444;
}
.articlelist10 .list-item .date .xs {
    margin: 0px 3px;
}
.articlelist10 .list-item p {
    font-size: 12px;
    /*font-style: italic;*/
    line-height: 22px;
}
