﻿@charset "utf-8";
.NewsList_j2 li{width: 31.3%;margin-right: 3.05%; margin-bottom: 3.5vw;float: left;}
.NewsList_j2 li:nth-child(3n){margin-right:0;}
.NewsList_j2 li>a{height: 20vw;overflow: hidden;position: relative;display: block;}
.NewsList_j2 li>a img{position: absolute;left: 50%;top: 50%;height: 100%;width: 100%;object-fit:cover; transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);transition:.5s all ease-out;-ms-transition:.5s all ease-out;-webkit-transition:.5s all ease-out;}
.NewsList_j2 .hd span{padding: 2vw 1.5vw;box-sizing:border-box;background: #eee;text-align:center;font-size: 20px;display: block;
    transition:.5s all ease-out;-ms-transition:.5s all ease-out;-webkit-transition:.5s all ease-out; 
}
.NewsList_j2 .hd a{font-weight: normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;
    transition:.5s all ease-out;-ms-transition:.5s all ease-out;-webkit-transition:.5s all ease-out; 
}
.NewsList_j2 .hd i{display: none;}
@media screen and (min-width: 1024px){
    .NewsList_j2 li:hover  img{
        transform:translate(-50%,-50%) scale(1.08,1.08) ;
        -ms-transform:translate(-50%,-50%) scale(1.08,1.08) ;
        -webkit-transform:translate(-50%,-50%) scale(1.08,1.08);
    }
    .NewsList_j2 li:hover .hd span{background: #007dc6;}
    .NewsList_j2 li:hover .hd a{color: #fff;text-indent: 0;}
}
@media screen and (max-width: 1440px){
    .NewsList_j2 .hd a{padding: 0;font-size: 16px;}
}
@media screen and (max-width: 1250px){
    .NewsList_j2 .hd span{font-size: 18px;}
}
@media screen and (max-width: 640px){
    .NewsList_j2 li{width: 100%;float: none;}
    .NewsList_j2 li>a{height: 50vw;}
    .NewsList_j2 .hd span{font-size: 4.2vw;}
}
