﻿.route_news {
    min-height: 500px;
    .item_news {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        a {
            display: flex;
            .pic-box {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                align-items: center;
                width: 4.7rem;
                .imgWrap {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                    .imgWrap__bg {
                        position: absolute;
                        left: 0%;
                        top: -7%;
                        width: 114%;
                        height: 114%;
                        object-fit: cover;
                        -webkit-filter: blur(13px);
                        filter:blur(13px);
                    }
                    .imgWrap_img {
                        display: block;
                        max-height: 100%;
                        position: relative;
                    }
                    .lanmu {
                        bottom: 0px;
                        left: 0px;
                        color: #fff;
                        padding: 3px 5px; 
                        border-radius: 0px 3px 0px 0px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 1;
                    }
                }
            }
            .wz-box {
                flex: 1;
                font-family: 黑体;
                .title {
                    color: #151515;
                    line-height: 1.8;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                }
                .date {
                    color: #777575;
                }
                .leadin {
                    line-height: 1.7;
                    color: #4b4b4b;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                }
                .look {
                    background: #0e2b4e;
                    color: #fff;
                    width: 1.22rem;
                    height: 0.46rem;
                    text-align: center;
                    line-height: 0.46rem;
                }
            }
        }
    }
}



.tj_contents{width: 3.6rem;}

.news_commend {background: #fff;}
.H-productTitle{color: #333; width: 100%; position: relative; border-bottom: 1px solid #e9e9e9;}

.news_commend .newvisit {overflow: hidden;}
.news_commend .newvisit li{-webkit-transition: all .2s linear;transition: all .2s linear; padding-left: 0.18rem;}
.news_commend .newvisit li:before {content: ""; position: absolute; top: 0.05rem; left: 0px; width: 0; height: 0; border-top: 0.05rem solid transparent; border-left: 0.08rem solid #f5a623; border-bottom: 0.05rem solid transparent;}
.news_commend .newvisit li:hover{-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
.news_commend .newvisit li h3{line-height: 1; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; color: #333;}

.news_commend .newvisit li span{}

.news_commend .newvisit .pic {width: 1.15rem;}
.news_commend .newvisit .pic img{max-width: 100%; max-height: 100%;}

.hottag{width: 100%;}
.hottag img{width: 100%; display:block;}
.hottag a{font-size:0.18rem; color:#333; padding: 0.08rem 0; text-align: center; width: 31%;border-radius: 0.05rem; border: 0.01rem solid #eaeaea; display: block; margin-bottom: 0.3rem;}
.hottag a:hover{background: #2072ba; color: #fff;}