.route_news{min-height:500px}.route_news .article-list{margin:0;padding:0;list-style-type:none}.route_news .article-list .item_news{padding:10px 0;box-sizing:border-box;width:100%;color:#666;display:flex;align-items:center;-webkit-transition:all .2s linear;transition:all .2s linear;font-size:14px}.route_news .article-list .item_news .date{text-align:right;width:100px;margin-left:20px}.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:22px;margin-right:8px}.route_news .article-list .item_news:hover{z-index:2;-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}