.news_lists{
    border-top: 2px solid #4a4a4a;
    border-bottom: 2px solid #4a4a4a;
}
.news_list{
    padding: 1.5625vw 0;
    border-bottom: 1px solid #c8c8c8;
    font-size: 0;
}
.news_list a{
    display: block;
}
.news_list a:hover .news_title, .news_list a:hover .news_date{
    text-decoration: underline;
}
.news_list:last-of-type{
    border-bottom: none;
}
.img_wrapper, .text_wrapper{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.img_wrapper{
    width: 16.6666%;
    height: 5.7292vw;
    overflow: hidden;
}
.text_wrapper{
    padding-left: 1.5625vw;
    position: relative;
    width: 83.3333%;
    height: 5.7292vw;
}
.text_wrapper:after{
    content: "";
    position: absolute;
    display: block;
    width: 1.25vw;
    height: 1.25vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/wcif/images/arrow_gray.svg) no-repeat center center/contain;
}
.news_title{
    width: 87.21%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.25vw;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_date{
    position: absolute;
    bottom: 0;
    left: 1.5625vw;
    font-size: .9375vw;
    color: #666;
}

@media all and (max-width:991px){
    .news_list{
        padding: 3.9063vw 0;
    }
    .img_wrapper{
        width: 29.06%;
        height: 14.3229vw;
    }
    .text_wrapper{
        padding-left: 3.9063vw;
        width: 70.93%;
        height: 14.3229vw;
    }
    .text_wrapper:after{
        width: 3.125vw;
        height: 3.125vw;
    }
    .news_title{
        width: 88.20%;
        font-size: 3.125vw;
    }
    .news_date{
        left: 3.9063vw;
        font-size: 2.3438vw;
    }
}

@media all and (max-width:479px){
    .news_list{
        padding: 4.1667vw 0;
    }
    .img_wrapper{
        width: 31.25%;
        height: 16.6667vw;
    }
    .text_wrapper{
        padding-left: 2.7778vw;
        width: 68.75%;
        height: 16.6667vw;
    }
    .text_wrapper:after{
        display: none;
    }
    .news_title{
        width: 100%;
        font-size: 3.8889vw;
    }
    .news_date{
        left: 2.7778vw;
        font-size: 3.3333vw;
    }
}
