﻿.route_news {min-height: 500px;}



.route_news .news-list .item_news{width: 48.6%; background: #f8fafc; overflow: hidden; -webkit-transition: all .2s linear;transition: all .2s linear;}
.route_news .news-list .item_news .pic-box{width: 100%; height: 3.5rem; position: relative; overflow: hidden;}
.route_news .news-list .item_news .pic-box .imgWrap_bg{position:absolute;left:-7%;top:-7%;width:114%;height:114%;max-width: 114%;object-fit:cover;-webkit-filter:blur(0.13rem);filter:blur(0.13rem)}
.route_news .news-list .item_news .pic-box .imgWrap_img{display:block;width:100%;height:100%;position:relative}
.route_news .news-list .item_news .info{color: #333; }

.route_news .news-list .item_news .info .date { color: #b3b8c0;}
.route_news .news-list .item_news .info .date b { display: block; color: #252b38; }
.route_news .news-list .item_news .info .title { color: #252b38;line-height: 1.8; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.route_news .news-list .item_news .info .look{color: #6e7886;}
.route_news .news-list .item_news:hover {background: #fff; -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.route_news .news-list .item_news:hover .info .title{color: #26558b;}