.NewsList_j1 ul{display: block;}
.NewsList_j1 li{width: 47.78%;margin-right: 4.44%;padding: 1.8vw 2vw 1.5vw 2vw;float: left;background: url(../images/news.png) #f8faff;border-radius: 6px;
    box-sizing:border-box;border: 1px solid #f8faff;margin-bottom: 26px;background-position: right bottom,0;background-size: 11.5vw auto,100%;background-repeat: no-repeat,repeat;
 transition:.5s all ease;-ms-transition:.5s all ease;-webkit-transition:.5s all ease;}
.NewsList_j1 li:nth-child(2n){margin-right: 0;}

.NewsList_j1 li>.case_img{width: 100%;display: block;height: 19.68vw;position: relative;overflow: hidden;}
.NewsList_j1 li>.case_img img{width: 100%;position: absolute;top: 50%;left: 50%;display: block;
     transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);
 transition:.5s all ease;-ms-transition:.5s all ease;-webkit-transition:.5s all ease;}
.NewsList_j1 .hd{text-align: left;}
.NewsList_j1 .hd a{color: #2d56a4;font-size: 18px;line-height: 1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;
margin: 20px auto  10px auto;text-align: left;}
.NewsList_j1 .hd i{font-style: normal;font-size: 14px;color: #7b91bc;display: block;min-height: 3.2em;line-height: 1.5;}
.NewsList_j1 li:hover{background: none;border-color: #0052a3;}
.NewsList_j1 li:hover>.case_img img{-webkit-transform: translate(-50%, -50%) scale(1.08);
-ms-transform: translate(-50%, -50%) scale(1.08);-o-transform: translate(-50%, -50%) scale(1.08);transform: translate(-50%, -50%) scale(1.08);}

@media screen and (max-width: 640px){
    .NewsList_j1 li>.case_img{height: 50vw;}
    .NewsList_j1 li{width: 100%;padding: 1.8vw 2vw 5.5vw 2vw;}
    .NewsList_j1 .hd a{font-size: 4.2vw;}
    .NewsList_j1 .hd i{font-size: 3.6vw;min-height: unset;}
}