.author .ws-block__author {
    margin: 0 0 40px;
}
.box-news {
    margin-bottom: 40px;
}
.box-news h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.list_news .item {
    overflow: hidden;
    padding: 15px 0;
    display: flex;
}
.list_news .item:last-child {
    padding-bottom: 0;
}
.list_news .item a {
    color: #444;
}
.list_news .item .i-title h3 {
    font-size: 22px;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #444;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.list_news .item .i-image {
    width: 320px;
    padding-right: 30px;
}
.list_news .item .i-image a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.list_news .item .i-image img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 3/2;
}
.list_news .item .i-desc {
    width: -webkit-calc(100% - 320px);
    width: -o-calc(100% - 320px);
    width: calc(100% - 320px);
}
.list_news .item .i-date {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    position: relative;
}
.list_news .item .i-short {
    font-size: 16px;
    line-height: 1.5em;
    opacity: 0.8;
}
.pagination {
    margin-top: 30px;
}
.pagination ul {
    gap: 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.pagination ul li {
    margin: 0;
}

@media screen and (max-width: 767px)
{
    #main > .box_mid {
        padding-top: 10px;
    }
    #main > .box_mid .mid-title .titleL {
        padding: 20px 0 8px;
    }
    .box-news,
    .author .ws-block__author {
        margin-bottom: 30px;
    }   
    .list_news .item {
        padding: 10px 0;
    }
    .list_news .item .i-image {
        width: 150px;
        padding-right: 15px;
    }
    .list_news .item .i-desc {
        flex: 1 1 0px;
    }
    .list_news .item .i-title h3 {
        margin-top: 0px;
        font-size: 14px;
        font-weight: normal;
    }
    .list_news .item .i-short {
        display: none;
    }
}