@charset "utf-8";
.NewsList_g2 li{display: block;width: 100%;font-size: 0;margin-bottom: 3.5vw;box-sizing:border-box;position: relative;
    transition:.8s all ease;}
.NewsList_g2 li:after{content: "";display: block;clear: both;}
.NewsList_g2 li a{display: block;}
.NewsList_g2 .nwimg{float: left; position: relative;vertical-align: middle;display: inline-block;width: 37.5%;overflow: hidden;height: 13vw;}
.NewsList_g2 .nwimg img{object-fit: contain;position: absolute;left: 50%;top: 50%;width: 100%;min-height: 100%; 
    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_g2 li .txt{box-sizing:border-box;width: 51%;float: right;padding-top: 2.6vw;}
.NewsList_g2 li .newnr{vertical-align: middle;display: inline-block;width: 46.1%;margin-left: 2.6vw;}
.NewsList_g2 li h3{width: 55%;float: right; font-size: 20px;color: #000000;margin-bottom: 1vw;
    padding: 0 0 0.6vw 0;border-bottom: 1px solid #014fa1;transition:.5s all ease-out;-ms-transition:.5s all ease-out;-webkit-transition:.5s all ease-out;}
.NewsList_g2 li h3 a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;}
.NewsList_g2 li p{width: 55%;float: right; font-size: 16px;color: #4c4c4c;line-height:1.8;height: 3.6em;
    display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.NewsList_g2 li p:last-child{border-bottom: 1px solid #014fa1;padding-bottom: 1.5vw;margin-top: 1vw;text-align: right;height: auto;
    position: absolute;right: 0;bottom: 0;
}
.NewsList_g2 li .wmore{background: #014fa1;width: 6em;display: inline-block;text-align: center;color: #fff;font-size: 16px;border: 1px solid #014fa1;
transition:.5s all ease-out;-ms-transition:.5s all ease-out;-webkit-transition:.5s all ease-out;}

/*.NewsList_g2 li .ntime{display: none;}*/
@media screen and (min-width: 1024px){
    .NewsList_g2 li:hover img{transform: translate(-50%,-50%) scale(1.1,1.1);-webkit-transform: translate(-50%,-50%) scale(1.1,1.1);-ms-transform: translate(-50%,-50%) scale(1.1,1.1);}
    .NewsList_g2 li:hover .wmore {color: #014fa1;background-color: #fff;}
    .NewsList_g2 li:hover h3 {color: #014fa1;text-indent: 1em;}
}
@media screen and (max-width: 1500px){
    .NewsList_g2 li h3{font-size: 20px;}
    .NewsList_g2 li p{font-size: 16px;}
}
@media screen and (max-width: 1400px){
    .NewsList_g2 .nwimg{height: 16vw;}
}
@media screen and (max-width: 1024px){
    .NewsList_g2 .nwimg{height: 21vw;}
}
@media screen and (max-width: 640px){
    .NewsList_g2 .nwimg{height: 27vw;width: 45.5%;}
    .NewsList_g2 li{margin-bottom: 5vw;}
    .NewsList_g2 li h3{text-overflow:unset;white-space:normal;font-size: 4.2vw;line-height: 1.8;height: auto;font-weight: normal;margin-bottom: 0;height: 3.6em;
        display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;max-height: unset;width: 53%;}
    .NewsList_g2 li p{display: none;}
    .NewsList_g2 li .newnr{width: 76%;}
    .NewsList_g2 li p:last-child{display: block;border: none;}
    .NewsList_g2 li .wmore{font-size: 3.6vw;}
}
