﻿.route_news{min-height:5rem;}
.route_news .item_news{width:5rem; margin-right: 0.3rem;overflow:hidden; box-sizing:border-box;}
.route_news .item_news:nth-child(3n){margin-right: 0;}
.route_news .item_news a{}
.route_news .item_news a .pic-box{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center; height: 4.16rem;}
.route_news .item_news a .pic-box .imgWrap{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden}
.route_news .item_news a .pic-box .imgWrap .imgWrap__bg{position:absolute;left:0%;top:-7%;width:114%;height:114%;object-fit:cover;-webkit-filter:blur(13px);filter:blur(13px)}
.route_news .item_news a .pic-box .imgWrap .imgWrap_img{display:block;max-height:100%;position:relative}

.route_news .item_news a .wz-box .title{color:#011843;font-size:0.18rem;;line-height:0.6rem; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.route_news .item_news a .pic-box .look{background: rgba(0,0,0,0.3); top: 0; left: 0; width: 100%; height: 100%; display: none;-moz-transition: 0.3s; -webkit-transition: 0.3s;  -o-transition: 0.3s; transition: 0.3s;}
.route_news .item_news a .pic-box .look p{color:#fff;font-size:0.16rem; border: 1px solid #fff; border-radius: 0.2rem; height: 0.4rem; width: 1rem; text-align: center; line-height: 0.4rem;}
.route_news .item_news a:hover .pic-box .look{display: flex;}
