﻿.route_news .article-list{flex-wrap: wrap;margin:0;padding:0;list-style-type:none}.route_news .article-list .item_news{padding:0.1rem 0;box-sizing:border-box;width:47%;color:#666;display:flex;align-items:center;-webkit-transition:all .2s linear;transition:all .2s linear;font-size:0.16rem}.route_news .article-list .item_news .date{text-align:right;width:1.2rem;margin-left:0.2rem;}.route_news .article-list .item_news .title{flex:1;color:#3b3b3b;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.route_news .article-list .item_news i{color:#767676;font-style:normal;font-size:0.24rem;margin-right:0.08rem}.route_news .article-list .item_news:hover{z-index:2;-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}